summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...Stéphane Wirtel2017-05-241-2/+13
* Added effect of re.ASCII and reworded slightly (#1782)Brian Ward2017-05-241-3/+5
* bpo-21056: Document return type of next method of csv reader (#146)Amit Kumar2017-05-231-2/+4
* bpo-30376: Update outdated WindowObject references (#1630)Berker Peksag2017-05-231-8/+8
* Corrected grammar mistake in documentation (#1713)Ben Lloyd2017-05-221-2/+2
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-1914-24/+24
* Remove trailing semicolon in datetime doc example (GH-1653)delirious-lettuce2017-05-191-1/+1
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-164-4/+4
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)Howie Benefiel2017-05-161-0/+6
* bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)Serhiy Storchaka2017-05-151-24/+8
* bpo-9850: Deprecate the macpath module (#1540)Victor Stinner2017-05-151-0/+2
* bpo-30358: Document sort argument of profile.runctx() (GH-1566)csabella2017-05-141-2/+2
* bpo-30178: Indent methods and attributes of MimeType class (GH-1306)Jim Fasarakis-Hilliard2017-05-131-43/+43
* Indented Handler sections for improved clarity. (#1554)Vinay Sajip2017-05-121-66/+67
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-081-9/+10
* Closes bpo-30168: indent methods in Logger Class (#1295)Jim Fasarakis-Hilliard2017-05-071-170/+169
* bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)Jelle Zijlstra2017-05-051-0/+3
* bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)masklinn2017-05-051-0/+18
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-051-0/+5
* bpo-30273: Update sysconfig (#1464)Victor Stinner2017-05-041-1/+0
* bpo-29956: Improve the math.exp() related documentation. (#1073)Serhiy Storchaka2017-05-042-12/+26
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-035-21/+21
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-032-5/+12
* Fix typo in selectors.rst (#1383)Tong SHEN2017-05-021-1/+1
* Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transiti...Nathaniel J. Smith2017-05-021-3/+3
* bpo-29679: Implement @contextlib.asynccontextmanager (#360)Jelle Zijlstra2017-05-011-0/+30
* bpo-30208: DOC: fix small typos in IDLE (#1354)csabella2017-04-291-8/+8
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-276-16/+28
* bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296)Dong-hee Na2017-04-261-7/+0
* bpo-30101: Add support for curses.A_ITALIC. (#1015)Eijebong2017-04-261-0/+5
* bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)Mathias Rav2017-04-261-2/+7
* bpo-28698: Fix c_wchar_p doc example (GH-1160)Louie Lu2017-04-261-5/+9
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)csabella2017-04-262-81/+90
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-1/+1
* bpo-28851: Improve namedtuple documentation (GH-1274)csabella2017-04-251-3/+3
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-1/+1
* Fix trailing colon and newline in test.rst (#1250)Louie Lu2017-04-221-1/+2
* bpo-10379: Add %char examples to locale.format() docs (GH-1145)Berker Peksag2017-04-201-3/+4
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-161-0/+10
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-3/+7
* Fix a typo in Doc/library/functions.rst (GH-1117)Joshua Diaddigo2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048)Serhiy Storchaka2017-04-131-3/+14
* bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)Marco Buttu2017-04-134-9/+25
* bpo-29791: Clarify that flush is keyword-only argument (#1093)Berker Peksag2017-04-131-1/+1
* bpo-30055: add testcleanup to leave a fresh context (#1094)Marco Buttu2017-04-131-0/+5
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)Xiang Zhang2017-04-131-179/+200
* bpo-30047: Fix a typo in Doc/library/select.rst (#1086)NAKAMURA Osamu2017-04-121-1/+1
* bpo-29506: Clarify deep copy note in copy moduleSanyam Khurana2017-04-091-2/+2
* Improvements to typing documentation (#967)Jelle Zijlstra2017-04-081-7/+43
* Fix a minor typo. (#1032)Barry Warsaw2017-04-071-1/+1