summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Miss Islington (bot)2018-09-291-5/+6
* Clarify that Type[SomeTypeVar] is legal (GH-9585)Miss Islington (bot)2018-09-261-3/+6
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-243-2/+26
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-0/+42
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Miss Islington (bot)2018-09-211-2/+3
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Miss Islington (bot)2018-09-171-26/+34
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-121-1/+2
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)Benjamin Peterson2018-09-121-14/+40
* bpo-34365: Update date object documentation (GH-8814)Miss Islington (bot)2018-09-111-4/+3
* bpo-34613: document the correct value of limit argument of asyncio.StreamRead...Miss Islington (bot)2018-09-111-1/+3
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-111-2/+2
* Fix missing line from example shell session (GH-9143) (GH-9156)Miss Islington (bot)2018-09-111-0/+1
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-101-2/+2
* [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)Pablo Galindo2018-09-081-2/+2
* Fix markup in stdtypes documentation (GH-8905)Miss Islington (bot)2018-08-251-5/+5
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-251-1/+1
* bpo-22057: Clarify eval() documentation (GH-8812)Miss Islington (bot)2018-08-191-2/+4
* bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...Miss Islington (bot)2018-08-181-7/+8
* bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)Miss Islington (bot)2018-08-171-2/+2
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)Christian Heimes2018-08-151-5/+3
* bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)Christian Heimes2018-08-141-0/+9
* smtplib documentation fixes (GH-8708)Miss Islington (bot)2018-08-131-4/+11
* Fix the versionadded indentation in exec_module doc (GH-8719)Miss Islington (bot)2018-08-121-1/+1
* bpo-34379: Doc: Move note for json.dump (GH-8730)Miss Islington (bot)2018-08-111-6/+5
* bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)Miss Islington (bot)2018-08-061-1/+2
* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)Miss Islington (bot)2018-08-061-4/+4
* bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)Miss Islington (bot)2018-08-051-4/+12
* Fix reST markup in unittest documentation (GH-8665)Miss Islington (bot)2018-08-031-1/+1
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Miss Islington (bot)2018-08-031-1/+5
* Improve the grammar in `range` documentation. (GH-8628)Miss Islington (bot)2018-08-031-1/+1
* bpo-27910: Update documentation of traceback module (GH-6116)Miss Islington (bot)2018-08-021-17/+19
* bpo-8145: Improve isolation_level documentation (GH-8499)Miss Islington (bot)2018-07-291-14/+22
* bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)Miss Islington (bot)2018-07-281-7/+13
* bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)Miss Islington (bot)2018-07-281-6/+7
* [3.6] bpo-5978: Document that profiling needs cmd/function to return (GH-8515)Andrés Delfino2018-07-281-0/+5
* Fix site module documentation. (GH-8441)Miss Islington (bot)2018-07-241-1/+1
* bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8426)Miss Islington (bot)2018-07-231-11/+17
* Clarify ValueError's broad applicability (GH-8313) (GH-8317)Miss Islington (bot)2018-07-171-1/+1
* bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)Miss Islington (bot)2018-07-161-1/+1
* bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)Miss Islington (bot)2018-07-131-1/+19
* Doc: Point to Simple statements section instead of PEP (GH-8238)Miss Islington (bot)2018-07-111-2/+2
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Miss Islington (bot)2018-07-091-1/+1
* Fix margin in sentinel and mock_open (GH-8188)Miss Islington (bot)2018-07-091-21/+21
* bpo-34061: Document sqlite3.NotSupportedError (GH-8172)Marcin Niemira2018-07-081-0/+7
* [3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)Benjamin Peterson2018-07-071-2/+2
* bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...Miss Islington (bot)2018-07-071-1/+1
* Add missing closing parentheses (GH-8144)Miss Islington (bot)2018-07-071-1/+1
* Fix moduleauthor/sectionauthor directives in Enum (GH-8117)Miss Islington (bot)2018-07-071-4/+4
* [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-81...Dong-hee Na2018-07-071-5/+4
* bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-...Miss Islington (bot)2018-07-041-5/+6