1. 9f396b6 fix comment (#1798) by leodema · 8 years ago
  2. 21c2dd7 Turn on macOS builds for Travis (GH-1846) by Brett Cannon · 8 years ago
  3. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 8 years ago
  4. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 8 years ago
  5. 7a99625 Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920) by Segev Finer · 8 years ago
  6. 523776c bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) by Segev Finer · 8 years ago
  7. 7a82f9c bpo-30052: Always regenerate cross-references (#1339) by Nick Coghlan · 8 years ago
  8. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 8 years ago
  9. cdb89cd bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) by Matthias Bussonnier · 8 years ago
  10. c9ccace bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) by Albert-Jan Nijburg · 8 years ago
  11. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 8 years ago
  12. 0737ee2 bpo-30499: Remove a deprecated note about sets. (GH-1848) by Julien · 8 years ago
  13. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 8 years ago
  14. 4e624ca bpo-30509: Clean up calling type slots. (#1883) by Serhiy Storchaka · 8 years ago
  15. 56ddfd2 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) by csabella · 8 years ago
  16. a5aa72a Fix Travis config to reinstate test build (GH-1879) by Hiro Asari · 8 years ago
  17. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 8 years ago
  18. 85aba23 subprocess test_empty_env typo fix. (#1877) by Gregory P. Smith · 8 years ago
  19. 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 8 years ago
  20. b351248 bpo-12383: Refactor subprocess test_empty_env (#1874) by Gregory P. Smith · 8 years ago
  21. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 8 years ago
  22. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 8 years ago
  23. a4095ef Change error message for array methods to use 'array' instead of 'list'. (#1853) by Jim Fasarakis-Hilliard · 8 years ago
  24. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 8 years ago
  25. eba68e2 Build docs in parallel (#1842) by Antoine Pitrou · 8 years ago
  26. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 8 years ago
  27. ac5bbd4 bpo-30248: Convert boolean arguments only once in _json. (#1423) by Serhiy Storchaka · 8 years ago
  28. 4a8bcdf bpo-16500: Use register_at_fork() in the threading module (#1843) by Antoine Pitrou · 8 years ago
  29. 0aa0a06 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) by csabella · 8 years ago
  30. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 8 years ago
  31. eca7da0 IDLE test_help_about: edit and add test. (#1838) by terryjreedy · 8 years ago
  32. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 8 years ago
  33. 5a346d5 bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) by csabella · 8 years ago
  34. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 8 years ago
  35. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 8 years ago
  36. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 8 years ago
  37. a92adf8 bpo-30310: Add a test for non-ascii font family. (#1567) (#1832) by Serhiy Storchaka · 8 years ago
  38. 12d6b5d bpo-30398: Add a docstring for re.error. (#1647) by Serhiy Storchaka · 8 years ago
  39. 5becf38 Fix the signature of JSONDecodeError (no end parameter). (#1827) by Serhiy Storchaka · 8 years ago
  40. 08e2f35 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) by Sanyam Khurana · 8 years ago
  41. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 8 years ago
  42. 368cf1d bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685) by Alex Gaynor · 8 years ago
  43. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 8 years ago
  44. bc50f03 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) by grzgrzgrz3 · 8 years ago
  45. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 8 years ago
  46. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 8 years ago
  47. d1c3c13 bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791) by Eric Snow · 8 years ago
  48. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 8 years ago
  49. 3480ef9 bpo-30445: Allow appended output in RecursionError message by codedragon · 8 years ago
  50. 7c2f82d bpo-28845: Clean up known issues for AIX (GH-1670) by Eric N. Vander Weele · 8 years ago
  51. 1de4705 bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) by Kushal Das · 8 years ago
  52. a083c8e bpo-30160: Clarify intended usage of wfile (gh-1300) by jugglinmike · 8 years ago
  53. 323d538 Move directory in .gitignore (#1787) by Steve Dower · 8 years ago
  54. c0fa4ba Add .idea and .iml to .gitignore (#1764) by gfyoung · 8 years ago
  55. c471ca4 bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607) by Albert-Jan Nijburg · 8 years ago
  56. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 8 years ago
  57. 07244a8 bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777) by Gregory P. Smith · 8 years ago
  58. c9d6dbc Added effect of re.ASCII and reworded slightly (#1782) by Brian Ward · 8 years ago
  59. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 8 years ago
  60. 9e98cd0 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) by Joel Hillacre · 8 years ago
  61. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 8 years ago
  62. c842efc Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771) by Serhiy Storchaka · 8 years ago
  63. bb1c034 Revert an invalid change to a test (from 6b4be19). (#1770) by Eric Snow · 8 years ago
  64. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 8 years ago
  65. 66dc33b bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769) by Christian Heimes · 8 years ago
  66. e0918ec bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765) by Eric Snow · 8 years ago
  67. 84c6607 Update importlib.h (GH-1762) by Zachary Ware · 8 years ago
  68. 56bc3b7 bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach: (#1757) by Gregory P. Smith · 8 years ago
  69. 5ba1850 Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759) by Jani Šumak · 8 years ago
  70. 21b3e04 call remove_done_callback in finally section (#1688) by jimmylai · 8 years ago
  71. 002665a bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732) by Roy Williams · 8 years ago
  72. d618c8c bpo-21056: Document return type of next method of csv reader (#146) by Amit Kumar · 8 years ago
  73. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 8 years ago
  74. f9169ce bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) by Thomas Kluyver · 8 years ago
  75. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 8 years ago
  76. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 8 years ago
  77. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 8 years ago
  78. 1b9530c bpo-23894: make lib2to3 recognize f-strings (#1733) by Łukasz Langa · 8 years ago
  79. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 8 years ago
  80. 0c4aca5 Make rb'' strings work in lib2to3 (#1724) by Łukasz Langa · 8 years ago
  81. 7bac69d Remove .bzrignore (GH-1661) by Stéphane Wirtel · 8 years ago
  82. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 8 years ago
  83. 128641d Fix spelling mistakes in tkinter.py (#1716) by Vijay Kumar · 8 years ago
  84. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 8 years ago
  85. 15033d1 Corrected grammar mistake in documentation (#1713) by Ben Lloyd · 8 years ago
  86. 50e8603 bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666). by xdegaye · 8 years ago
  87. 054e091 bpo-30290: IDLE: Add more tests for help_about dialog (#1697) by mlouielu · 8 years ago
  88. 8175547 bpo-30415: Add new tests for the fnmatch module. (#1684) by Serhiy Storchaka · 8 years ago
  89. 62c7d90 #30014: refactor poll-related classes (#1035) by Giampaolo Rodola · 8 years ago
  90. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 8 years ago
  91. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 8 years ago
  92. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 8 years ago
  93. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  94. a632d00 Remove duplicate line in Lib/http/client.py (#1665) by remitamine · 8 years ago
  95. c7b3f0f Remove trailing semicolon in datetime doc example (GH-1653) by delirious-lettuce · 8 years ago
  96. fcdd9b6 bpo-27103: regrtest disables -W if -R is used (#1651) by Victor Stinner · 8 years ago
  97. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 8 years ago
  98. 906f533 bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) by Senthil Kumaran · 8 years ago
  99. 295304d IDLE test_textview: add comments and test, increase coverage to 100% (#1641) by terryjreedy · 8 years ago
  100. ba365da bpo-30303: IDLE: Add _utest argument to textview (#1499) by Louie Lu · 8 years ago