summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-24755: Document asyncio.wrap_future (GH-603)adisbladis2017-06-091-0/+5
* bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)wim glenn2017-06-061-2/+2
* bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)Serhiy Storchaka2017-06-062-39/+39
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-061-0/+2
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-1/+80
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-031-0/+18
* bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)Jamiel Almeida2017-06-021-0/+33
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)Matthias Bussonnier2017-06-011-3/+11
* bpo-30499: Remove a deprecated note about sets. (GH-1848)Julien2017-06-011-3/+1
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)csabella2017-06-011-2/+3
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-0/+8
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-8/+16
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-0/+25
* bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)Mariatta2017-05-271-14/+6
* bpo-30398: Add a docstring for re.error. (#1647)Serhiy Storchaka2017-05-271-3/+3
* Fix the signature of JSONDecodeError (no end parameter). (#1827)Serhiy Storchaka2017-05-271-1/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)Sanyam Khurana2017-05-271-9/+9
* bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)Alex Gaynor2017-05-261-4/+4
* bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...Garvit Khatri2017-05-241-0/+3
* bpo-30160: Clarify intended usage of wfile (gh-1300)jugglinmike2017-05-241-1/+2
* 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