1. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 7 years ago
  2. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 7 years ago
  3. d1c3c13 bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791) by Eric Snow · 7 years ago
  4. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  5. 3480ef9 bpo-30445: Allow appended output in RecursionError message by codedragon · 7 years ago
  6. 7c2f82d bpo-28845: Clean up known issues for AIX (GH-1670) by Eric N. Vander Weele · 7 years ago
  7. 1de4705 bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) by Kushal Das · 7 years ago
  8. a083c8e bpo-30160: Clarify intended usage of wfile (gh-1300) by jugglinmike · 7 years ago
  9. 323d538 Move directory in .gitignore (#1787) by Steve Dower · 7 years ago
  10. c0fa4ba Add .idea and .iml to .gitignore (#1764) by gfyoung · 7 years ago
  11. c471ca4 bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607) by Albert-Jan Nijburg · 7 years ago
  12. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 7 years ago
  13. 07244a8 bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777) by Gregory P. Smith · 7 years ago
  14. c9d6dbc Added effect of re.ASCII and reworded slightly (#1782) by Brian Ward · 7 years ago
  15. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  16. 9e98cd0 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) by Joel Hillacre · 7 years ago
  17. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  18. c842efc Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771) by Serhiy Storchaka · 7 years ago
  19. bb1c034 Revert an invalid change to a test (from 6b4be19). (#1770) by Eric Snow · 7 years ago
  20. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  21. 66dc33b bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769) by Christian Heimes · 7 years ago
  22. e0918ec bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765) by Eric Snow · 7 years ago
  23. 84c6607 Update importlib.h (GH-1762) by Zachary Ware · 7 years ago
  24. 56bc3b7 bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach: (#1757) by Gregory P. Smith · 7 years ago
  25. 5ba1850 Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759) by Jani Šumak · 7 years ago
  26. 21b3e04 call remove_done_callback in finally section (#1688) by jimmylai · 7 years ago
  27. 002665a bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732) by Roy Williams · 7 years ago
  28. d618c8c bpo-21056: Document return type of next method of csv reader (#146) by Amit Kumar · 7 years ago
  29. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  30. f9169ce bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) by Thomas Kluyver · 7 years ago
  31. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  32. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 7 years ago
  33. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 7 years ago
  34. 1b9530c bpo-23894: make lib2to3 recognize f-strings (#1733) by Łukasz Langa · 7 years ago
  35. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 7 years ago
  36. 0c4aca5 Make rb'' strings work in lib2to3 (#1724) by Łukasz Langa · 7 years ago
  37. 7bac69d Remove .bzrignore (GH-1661) by Stéphane Wirtel · 7 years ago
  38. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 7 years ago
  39. 128641d Fix spelling mistakes in tkinter.py (#1716) by Vijay Kumar · 7 years ago
  40. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 7 years ago
  41. 15033d1 Corrected grammar mistake in documentation (#1713) by Ben Lloyd · 7 years ago
  42. 50e8603 bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666). by xdegaye · 7 years ago
  43. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 7 years ago
  44. 8175547 bpo-30415: Add new tests for the fnmatch module. (#1684) by Serhiy Storchaka · 7 years ago
  45. 62c7d90 #30014: refactor poll-related classes (#1035) by Giampaolo Rodola · 7 years ago
  46. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 7 years ago
  47. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  48. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 7 years ago
  49. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  50. a632d00 Remove duplicate line in Lib/http/client.py (#1665) by remitamine · 7 years ago
  51. c7b3f0f Remove trailing semicolon in datetime doc example (GH-1653) by delirious-lettuce · 7 years ago
  52. fcdd9b6 bpo-27103: regrtest disables -W if -R is used (#1651) by Victor Stinner · 7 years ago
  53. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  54. 906f533 bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) by Senthil Kumaran · 7 years ago
  55. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 7 years ago
  56. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 7 years ago
  57. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  58. 4486a09 Fixes encodings in vcxproj files and adds script to automatically do it. (#1631) by Steve Dower · 7 years ago
  59. 78e25ab Adds lib.pyproj file to solution (#1633) by Steve Dower · 7 years ago
  60. 378d706 bpo-30149: Fix partialmethod without explicit self parameter (#1308) by Dong-hee Na · 7 years ago
  61. f8d05b3 bpo-30387: Fix warning in test_threading (#1634) by Victor Stinner · 7 years ago
  62. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 7 years ago
  63. 0774e79 bpo-30211: bdb: add docstrings (#1350) by csabella · 7 years ago
  64. 4ae0149 bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) by Nathaniel J. Smith · 7 years ago
  65. fca224f bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612) by Mariatta · 7 years ago
  66. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  67. af34e0a Fix ModuleNotFoundError typo in import reference (#1606) by Dominik Miedziński · 7 years ago
  68. c7ac728 bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) by Serhiy Storchaka · 7 years ago
  69. 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 7 years ago
  70. 1bd7d29 Remove unused variable in test_urllibnet. (#1598) by Senthil Kumaran · 7 years ago
  71. f6e863d bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) by Howie Benefiel · 7 years ago
  72. 7d6320b bpo-30339: test_multiprocessing_main_handling timeout (#1593) by Victor Stinner · 7 years ago
  73. 79ef7f8 bpo-30357: test_thread now uses threading_cleanup() (#1592) by Victor Stinner · 7 years ago
  74. 83a2c28 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) by Victor Stinner · 7 years ago
  75. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 7 years ago
  76. d812eb7 bpo-9850: Document macpath deprecation in Misc/NEWS (#1590) by Victor Stinner · 7 years ago
  77. 89a1c93 bpo-9850: Deprecate the macpath module (#1540) by Victor Stinner · 7 years ago
  78. 981096f bpo-30242: resolve some undefined behaviours in struct (#1418) by Xiang Zhang · 7 years ago
  79. 7c278a5 bpo-30110: fix resource leak in test_asyncio.test_events (#1413) by Xiang Zhang · 7 years ago
  80. 96f5028 bpo-30224: remove outdated checks in struct (#1374) by Xiang Zhang · 7 years ago
  81. 12b1c18 bpo-30354: Update data model documentation for super() (GH-1561) by csabella · 7 years ago
  82. d48214f bpo-29763: Clean up _pth tests (GH-954) by Zachary Ware · 7 years ago
  83. 9977629 bpo-30358: Document sort argument of profile.runctx() (GH-1566) by csabella · 7 years ago
  84. 4ab6abf bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491) by Serhiy Storchaka · 7 years ago
  85. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 7 years ago
  86. cbddf58 Move Codecov's configuration file under .github (GH-1494) by morrme · 7 years ago
  87. 600c5ad bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) by Mariatta · 7 years ago
  88. c711680 bpo-30178: Indent methods and attributes of MimeType class (GH-1306) by Jim Fasarakis-Hilliard · 7 years ago
  89. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  90. a66f9c6 bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) by Xiang Zhang · 7 years ago
  91. 8619c54 PCbuild/build.bat: Add note about using msbuild response file. (#1551) by Charles · 7 years ago
  92. 870f6a1 bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. by Steve (Gadget) Barnes · 7 years ago
  93. 82a6384 Indented Handler sections for improved clarity. (#1554) by Vinay Sajip · 7 years ago
  94. 31b3901 Comment as to why docs are built against Python 3.6 (#1550) by Brett Cannon · 7 years ago
  95. f111fd2 bpo-30308: Code coverage for argument in random.shuffle (#1504) by csabella · 7 years ago
  96. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  97. c475095 #30190: fix invalid escape sequence warnings (#1534) by Giampaolo Rodola · 7 years ago
  98. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  99. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  100. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 7 years ago