1. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  2. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  3. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  4. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  5. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  6. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  7. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  8. 4ebf03d Fix trivial typo in Readme (GH-2185) by csabella · 7 years ago
  9. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  10. 184bd82 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) by Ben Hoyt · 7 years ago
  11. 2d0afef bpo-30656: Fix Python C API Module Objects documentation (GH-2170) by Emily Morehouse · 7 years ago
  12. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  13. d79c1d4 Mention how to disable signal fd wakeup (#2140) by Antoine Pitrou · 7 years ago
  14. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  15. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  16. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  17. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  18. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  19. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  20. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  21. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  22. e5f6e86 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) by csabella · 7 years ago
  23. 74921ed bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) by Jim Fasarakis-Hilliard · 7 years ago
  24. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  25. 5eb7075 bpo-30217: Add the operators ~ and | to the index (#1502) by Marco Buttu · 7 years ago
  26. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  27. 824f687 bpo-24755: Document asyncio.wrap_future (GH-603) by adisbladis · 7 years ago
  28. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  29. ec19ba2 bpo-29596: Improve clinic howto documentation (GH-1710) by gfyoung · 7 years ago
  30. 53f2af1 bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) by wim glenn · 7 years ago
  31. 5cefb6c bpo-25324: Move the description of tokenize tokens to token.rst. (#1911) by Serhiy Storchaka · 7 years ago
  32. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  33. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  34. 1bced56 bpo-30530: Update Descriptor How To Documentation (GH-1845) by Mariano Anaya · 7 years ago
  35. 9be4ff3 bpo-30538: Update count() in Functional Programming HOWTO (#1919) by csabella · 7 years ago
  36. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  37. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  38. 7a82f9c bpo-30052: Always regenerate cross-references (#1339) by Nick Coghlan · 7 years ago
  39. cdb89cd bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) by Matthias Bussonnier · 7 years ago
  40. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 7 years ago
  41. 0737ee2 bpo-30499: Remove a deprecated note about sets. (GH-1848) by Julien · 7 years ago
  42. 56ddfd2 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) by csabella · 7 years ago
  43. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  44. 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 7 years ago
  45. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 7 years ago
  46. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 7 years ago
  47. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  48. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  49. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  50. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 7 years ago
  51. 12d6b5d bpo-30398: Add a docstring for re.error. (#1647) by Serhiy Storchaka · 7 years ago
  52. 5becf38 Fix the signature of JSONDecodeError (no end parameter). (#1827) by Serhiy Storchaka · 7 years ago
  53. 08e2f35 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) by Sanyam Khurana · 7 years ago
  54. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 7 years ago
  55. 368cf1d bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) by Alex Gaynor · 7 years ago
  56. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  57. a083c8e bpo-30160: Clarify intended usage of wfile (gh-1300) by jugglinmike · 7 years ago
  58. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
  59. c9d6dbc Added effect of re.ASCII and reworded slightly (#1782) by Brian Ward · 7 years ago
  60. d618c8c bpo-21056: Document return type of next method of csv reader (#146) by Amit Kumar · 7 years ago
  61. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  62. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 7 years ago
  63. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 7 years ago
  64. 15033d1 Corrected grammar mistake in documentation (#1713) by Ben Lloyd · 7 years ago
  65. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  66. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  67. c7b3f0f Remove trailing semicolon in datetime doc example (GH-1653) by delirious-lettuce · 7 years ago
  68. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  69. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 7 years ago
  70. 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 7 years ago
  71. f6e863d bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) by Howie Benefiel · 7 years ago
  72. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 7 years ago
  73. 89a1c93 bpo-9850: Deprecate the macpath module (#1540) by Victor Stinner · 7 years ago
  74. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 7 years ago
  75. 9977629 bpo-30358: Document sort argument of profile.runctx() (GH-1566) by csabella · 7 years ago
  76. c711680 bpo-30178: Indent methods and attributes of MimeType class (GH-1306) by Jim Fasarakis-Hilliard · 7 years ago
  77. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  78. 82a6384 Indented Handler sections for improved clarity. (#1554) by Vinay Sajip · 7 years ago
  79. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  80. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  81. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  82. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  83. f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 7 years ago
  84. 55ace65 Closes bpo-30168: indent methods in Logger Class (#1295) by Jim Fasarakis-Hilliard · 7 years ago
  85. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 7 years ago
  86. c07b3a1 bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) by masklinn · 7 years ago
  87. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  88. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 7 years ago
  89. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 7 years ago
  90. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  91. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  92. b0d8203 Fix typo in selectors.rst (#1383) by Tong SHEN · 7 years ago
  93. d4069de Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355) by Nathaniel J. Smith · 7 years ago
  94. 2e62469 bpo-29679: Implement @contextlib.asynccontextmanager (#360) by Jelle Zijlstra · 7 years ago
  95. 9dc2b38 bpo-30208: DOC: fix small typos in IDLE (#1354) by csabella · 7 years ago
  96. 80a3da4 Improve the grammar in windows.rst (GH-1330) by Wieland Hoffmann · 7 years ago
  97. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 7 years ago
  98. 6fde770 Use the correct name for ISO in Unicode HOWTO. (#1312) by Jesse Gonzalez · 7 years ago
  99. 88c38b3 bpo-28415: Note 0 conversion different between Python and C (#885) by Louie Lu · 7 years ago
  100. a90b990 bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) by Dong-hee Na · 7 years ago