summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-30530: Update Descriptor How To Documentation (GH-1845)Mariano Anaya2017-06-051-1/+1
* bpo-30538: Update count() in Functional Programming HOWTO (#1919)csabella2017-06-041-9/+14
* 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-30052: Always regenerate cross-references (#1339)Nick Coghlan2017-06-021-2/+7
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)Matthias Bussonnier2017-06-011-3/+11
* Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)Eric Snow2017-06-011-0/+4
* 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-17188: add missing periods at the end of sentences (GH-1875)Mariatta2017-05-301-2/+2
* Improve grammar in The Import System documentation (GH-1862)kms708472017-05-301-6/+6
* bpo-30361: Use better example for mixed-type operands (#1701)gfyoung2017-05-291-4/+2
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-292-11/+20
* Doc nits for bpo-16500 (#1841)Antoine Pitrou2017-05-282-4/+13
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-272-0/+64
* 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-30449 Terse slots (#1819)Aaron Hall, MBA2017-05-261-14/+15
* 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-242-2/+18
* 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-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-231-0/+8
* bpo-30376: Update outdated WindowObject references (#1630)Berker Peksag2017-05-231-8/+8
* bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH...Naomi Ceder2017-05-221-9/+9
* Corrected grammar mistake in documentation (#1713)Ben Lloyd2017-05-221-2/+2
* bpo-17188: DOC: Document 'from None' in raise statement (#1671)csabella2017-05-201-2/+20
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-1917-30/+30
* 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-166-13/+12
* Fix ModuleNotFoundError typo in import reference (#1606)Dominik Miedziński2017-05-161-1/+1
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-162-3/+3
* 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-152-24/+14
* bpo-9850: Deprecate the macpath module (#1540)Victor Stinner2017-05-152-0/+4
* bpo-30354: Update data model documentation for super() (GH-1561)csabella2017-05-151-6/+6
* 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
* bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)Serhiy Storchaka2017-05-132-0/+8
* Indented Handler sections for improved clarity. (#1554)Vinay Sajip2017-05-121-66/+67
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)Xiang Zhang2017-05-101-1/+1
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-091-0/+4
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-091-0/+4
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-082-9/+18
* Fix a trivial typo in global section (#1497)Jim Fasarakis-Hilliard2017-05-081-1/+1