18779 Commits (41519b2ca84f47adccc3dc309d22bfa17c7ee39b)

Author SHA1 Message Date
Senthil Kumaran 5dc504c3c9 Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 10 years ago
Martin Panter 0f0eac431f Issue #27993: Fix problems with plural objects in docs and comments 10 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
R David Murray 6b46ec7733 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 10 years ago
Senthil Kumaran 32d374215a [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 10 years ago
Guido van Rossum e848cd7605 Issue #27905: Docs for typing.Type[C], by Michael Lee. 10 years ago
Berker Peksag a1bc246dd5 Use shorter version of Connection.isolation_level in sqlite3.rst 10 years ago
Christian Heimes 03d13c0cbf Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 10 years ago
Senthil Kumaran 4672060d86 Update pkgutil docs to reference appropriate finder and loader object documentation. 10 years ago
Christian Heimes 598894ff48 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. 10 years ago
Benjamin Peterson f7e2ea2f33 remove ungrammarical apostrophe (closes #27957) 10 years ago
Raymond Hettinger f5b7c7bfc1 Improve recipe by showing results of intermediate steps 10 years ago
Raymond Hettinger 871a3340b7 Issue 27936: Update doc for round() to indicate that None is an allowable argument. 10 years ago
Raymond Hettinger 16eb827b33 Improve docs for random.seed() 10 years ago
R David Murray 74eda76085 #27893: arg name and bytes references in email.parser docs. 10 years ago
Terry Jan Reedy 3399e1e38c ? Working Directory ? 10 years ago
Raymond Hettinger 624e222604 Fix typos 10 years ago
Zachary Ware f0a71cf424 Fix typo 10 years ago
Serhiy Storchaka ef113cd4cc Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory 10 years ago
Raymond Hettinger 7ea386e56e Issue 19504: Change "customise" to "customize" American spelling. 10 years ago
Vinay Sajip 37cac76100 Issue #23746: Clarified is_python_build() documentation. 10 years ago
Terry Jan Reedy 1f8cc33f88 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. 10 years ago
Terry Jan Reedy de260a6fa8 Fix misspelling 10 years ago
Berker Peksag 7d92f892b4 Fix typo in Cursor.execute(). 10 years ago
Berker Peksag ed789f9cf9 Issue #6057: Document exceptions in sqlite3 module 10 years ago
R David Murray 48de28290c #25916: fix a few 'string of bytes' references. 10 years ago
Nick Coghlan 8682f578c1 Issue #27782: Fix m_methods handling in multiphase init 10 years ago
Martin Panter d210a70dd9 Minor spelling fixes 10 years ago
Berker Peksag f43bc98c48 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files 10 years ago
Berker Peksag c01e766b54 Issue #12946: Document that PyModule_GetDict can fail in some cases 10 years ago
Zachary Ware 54005afeee Use sys.version_info, not sys.version. 10 years ago
Raymond Hettinger 379a3ffaf2 Remove duplicate of the entry in the seealso section 10 years ago
Guido van Rossum aa9560c633 Add docs for typing.AnyStr and typing.Text. By Michael Lee. 10 years ago
R David Murray 689016fc00 #27753: fix typo (name->named). 10 years ago
Raymond Hettinger f6ffa9826e Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 10 years ago
Berker Peksag bd664357f1 Issue #24637: Document that locals can be any mapping object 10 years ago
Brett Cannon 6336fb2734 Issue #27712: Fix some typos in the import docs. 10 years ago
Raymond Hettinger 7f65af3d2d Issue 27719: Remove a doc example that is not applicable in Python 3 10 years ago
Martin Panter b4a2b36c99 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax 10 years ago
Martin Panter 540f0451d2 Correct misspellings of ISO-8859 10 years ago
Zachary Ware 4199bbaf63 Issue #27200: Fix doctests in Doc/library/hashlib.rst 10 years ago
Zachary Ware 9f8b3a0b92 Issue #27210: Fix doctests for a few modules. 10 years ago
Zachary Ware 640b1ca507 Issue #27209: Fix doctests in Doc/library/email*.rst 10 years ago
Zachary Ware c90fccdff6 Issue #27208: Fix doctest in Doc/library/traceback.rst 10 years ago
Zachary Ware 4032620f93 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst 10 years ago
Zachary Ware c483a01a8f Issue #27206: Fix doctests in Doc/tutorial. 10 years ago
Zachary Ware 2b52c0a25f Issue #27205: Fix doctests in Doc/library/collections.rst. 10 years ago
Zachary Ware 7a26da5845 Issue #27722: Fix default for touch method's 'mode' argument 10 years ago
Zachary Ware 378a1d77d9 Issue #27204: Fix doctests in Doc/howto 10 years ago
Zachary Ware 2f47fb0021 Correct signatures for a couple of logging handlers 10 years ago