1. 21b3e04 call remove_done_callback in finally section (#1688) by jimmylai · 8 years ago
  2. 002665a bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732) by Roy Williams · 8 years ago
  3. d618c8c bpo-21056: Document return type of next method of csv reader (#146) by Amit Kumar · 8 years ago
  4. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 8 years ago
  5. f9169ce bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) by Thomas Kluyver · 8 years ago
  6. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 8 years ago
  7. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 8 years ago
  8. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 8 years ago
  9. 1b9530c bpo-23894: make lib2to3 recognize f-strings (#1733) by Łukasz Langa · 8 years ago
  10. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 8 years ago
  11. 0c4aca5 Make rb'' strings work in lib2to3 (#1724) by Łukasz Langa · 8 years ago
  12. 7bac69d Remove .bzrignore (GH-1661) by Stéphane Wirtel · 8 years ago
  13. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 8 years ago
  14. 128641d Fix spelling mistakes in tkinter.py (#1716) by Vijay Kumar · 8 years ago
  15. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 8 years ago
  16. 15033d1 Corrected grammar mistake in documentation (#1713) by Ben Lloyd · 8 years ago
  17. 50e8603 bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666). by xdegaye · 8 years ago
  18. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 8 years ago
  19. 8175547 bpo-30415: Add new tests for the fnmatch module. (#1684) by Serhiy Storchaka · 8 years ago
  20. 62c7d90 #30014: refactor poll-related classes (#1035) by Giampaolo Rodola · 8 years ago
  21. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 8 years ago
  22. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 8 years ago
  23. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 8 years ago
  24. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  25. a632d00 Remove duplicate line in Lib/http/client.py (#1665) by remitamine · 8 years ago
  26. c7b3f0f Remove trailing semicolon in datetime doc example (GH-1653) by delirious-lettuce · 8 years ago
  27. fcdd9b6 bpo-27103: regrtest disables -W if -R is used (#1651) by Victor Stinner · 8 years ago
  28. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 8 years ago
  29. 906f533 bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) by Senthil Kumaran · 8 years ago
  30. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 8 years ago
  31. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 8 years ago
  32. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 8 years ago
  33. 4486a09 Fixes encodings in vcxproj files and adds script to automatically do it. (#1631) by Steve Dower · 8 years ago
  34. 78e25ab Adds lib.pyproj file to solution (#1633) by Steve Dower · 8 years ago
  35. 378d706 bpo-30149: Fix partialmethod without explicit self parameter (#1308) by Dong-hee Na · 8 years ago
  36. f8d05b3 bpo-30387: Fix warning in test_threading (#1634) by Victor Stinner · 8 years ago
  37. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 8 years ago
  38. 0774e79 bpo-30211: bdb: add docstrings (#1350) by csabella · 8 years ago
  39. 4ae0149 bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) by Nathaniel J. Smith · 8 years ago
  40. fca224f bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612) by Mariatta · 8 years ago
  41. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 8 years ago
  42. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 8 years ago
  43. c7ac728 bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) by Serhiy Storchaka · 8 years ago
  44. 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 8 years ago
  45. 1bd7d29 Remove unused variable in test_urllibnet. (#1598) by Senthil Kumaran · 8 years ago
  46. f6e863d bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) by Howie Benefiel · 8 years ago
  47. 7d6320b bpo-30339: test_multiprocessing_main_handling timeout (#1593) by Victor Stinner · 8 years ago
  48. 79ef7f8 bpo-30357: test_thread now uses threading_cleanup() (#1592) by Victor Stinner · 8 years ago
  49. 83a2c28 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) by Victor Stinner · 8 years ago
  50. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 8 years ago
  51. d812eb7 bpo-9850: Document macpath deprecation in Misc/NEWS (#1590) by Victor Stinner · 8 years ago
  52. 89a1c93 bpo-9850: Deprecate the macpath module (#1540) by Victor Stinner · 8 years ago
  53. 981096f bpo-30242: resolve some undefined behaviours in struct (#1418) by Xiang Zhang · 8 years ago
  54. 7c278a5 bpo-30110: fix resource leak in test_asyncio.test_events (#1413) by Xiang Zhang · 8 years ago
  55. 96f5028 bpo-30224: remove outdated checks in struct (#1374) by Xiang Zhang · 8 years ago
  56. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 8 years ago
  57. d48214f bpo-29763: Clean up _pth tests (GH-954) by Zachary Ware · 8 years ago
  58. 9977629 bpo-30358: Document sort argument of profile.runctx() (GH-1566) by csabella · 8 years ago
  59. 4ab6abf bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491) by Serhiy Storchaka · 8 years ago
  60. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 8 years ago
  61. cbddf58 Move Codecov's configuration file under .github (GH-1494) by morrme · 8 years ago
  62. 600c5ad bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) by Mariatta · 8 years ago
  63. c711680 bpo-30178: Indent methods and attributes of MimeType class (GH-1306) by Jim Fasarakis-Hilliard · 8 years ago
  64. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 8 years ago
  65. a66f9c6 bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) by Xiang Zhang · 8 years ago
  66. 8619c54 PCbuild/build.bat: Add note about using msbuild response file. (#1551) by Charles · 8 years ago
  67. 870f6a1 bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. by Steve (Gadget) Barnes · 8 years ago
  68. 82a6384 Indented Handler sections for improved clarity. (#1554) by Vinay Sajip · 8 years ago
  69. 31b3901 Comment as to why docs are built against Python 3.6 (#1550) by Brett Cannon · 8 years ago
  70. f111fd2 bpo-30308: Code coverage for argument in random.shuffle (#1504) by csabella · 8 years ago
  71. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 8 years ago
  72. c475095 #30190: fix invalid escape sequence warnings (#1534) by Giampaolo Rodola · 8 years ago
  73. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 8 years ago
  74. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 8 years ago
  75. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 8 years ago
  76. 211a392 bpo-30320: test_eintr now uses pthread_sigmask() (#1523) by Victor Stinner · 8 years ago
  77. 291557e PCbuild/build.bat: pass command line parameters when building PGO (#1510) by Charles · 8 years ago
  78. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 8 years ago
  79. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 8 years ago
  80. dbdea62 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) by Jeremy Kloth · 8 years ago
  81. 74683fc bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) by Victor Stinner · 8 years ago
  82. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 8 years ago
  83. fa5abac bpo-30289: remove Misc/python-config.sh when make distclean (#1498) by Xiang Zhang · 8 years ago
  84. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 8 years ago
  85. f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 8 years ago
  86. 55ace65 Closes bpo-30168: indent methods in Logger Class (#1295) by Jim Fasarakis-Hilliard · 8 years ago
  87. 3763ea8 Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) by Serhiy Storchaka · 8 years ago
  88. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 8 years ago
  89. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 8 years ago
  90. c07b3a1 bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) by masklinn · 8 years ago
  91. fdaeea6 bpo-30279: Remove unused Python/thread_foobar.h (#1473) by Masayuki Yamamoto · 8 years ago
  92. ef9c0e7 bpo-30264: ExpatParser closes the source on error (#1451) by Victor Stinner · 8 years ago
  93. 7186cc2 bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) by Serhiy Storchaka · 8 years ago
  94. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 8 years ago
  95. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 8 years ago
  96. 647c3d3 Make code coverage less strict (GH-1438) by Brett Cannon · 8 years ago
  97. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 8 years ago
  98. 6dd4d73 bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) by Antoine Pitrou · 8 years ago
  99. 3d00568 bpo-30263: regrtest: log system load (#1452) by Victor Stinner · 8 years ago
  100. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 8 years ago