1. 9625bf5 Enable SQLite JSON functions for macOS installer build (#4712) by Ned Deily · 7 years ago
  2. 29bc193 [bpo-28556] Minor fixes for typing module (#4710) by Ivan Levkivskyi · 7 years ago
  3. ca7562a bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) by Mariatta · 7 years ago
  4. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 7 years ago
  5. f0db54a bpo-32214: Implement PEP 557: Data Classes (#4704) by Eric V. Smith · 7 years ago
  6. 1e2fcac bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703) by Terry Jan Reedy · 7 years ago
  7. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 7 years ago
  8. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  9. 70d56fb bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) by Serhiy Storchaka · 7 years ago
  10. e69fbb6 Fix a regression in uuid added in bpo-32107. (#4677) by Serhiy Storchaka · 7 years ago
  11. 85d5c18 bpo-27240 Rewrite the email header folding algorithm. (#3488) by R. David Murray · 7 years ago
  12. 29ba688 bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884) by Serhiy Storchaka · 7 years ago
  13. 1fb72d2 bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570) by Serhiy Storchaka · 7 years ago
  14. eea3cc1 Refactor PyImport_ImportModuleLevelObject(). (#4680) by Neil Schemenauer · 7 years ago
  15. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  16. 7324b5c bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) by Julien Palard · 7 years ago
  17. 1eaa116 Add a minimal unit test for Python/frozen.c. (#2995) by Neil Schemenauer · 7 years ago
  18. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  19. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  20. e23c06e bpo-32030: Fix config_get_program_name() on macOS (#4669) by Victor Stinner · 7 years ago
  21. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  22. ebac19d bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) by Victor Stinner · 7 years ago
  23. 9ac3d88 bpo-32030: Fix Py_GetPath(): init program_name (#4665) by Victor Stinner · 7 years ago
  24. b64de46 bpo-32030: Cleanup "path config" code (#4663) by Victor Stinner · 7 years ago
  25. 8f5c28b Fix asyncio.streams.FlowControlMixin docstring typo. (#4578) by John Chen · 7 years ago
  26. bf2b65e bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560) by xdegaye · 7 years ago
  27. a561862 Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) by Serhiy Storchaka · 7 years ago
  28. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  29. 6a89481 bpo-32186: Release the GIL during lseek and fstat (#4652) by Nir Soffer · 7 years ago
  30. c319eee Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646) by Victor Stinner · 7 years ago
  31. 3be3b97 make tags: index also Modules/_ctypes/ (#4648) by Victor Stinner · 7 years ago
  32. a897aee bpo-32072: Fix issues with binary plists. (#4455) by Serhiy Storchaka · 7 years ago
  33. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 7 years ago
  34. 986375e bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080) by Serhiy Storchaka · 7 years ago
  35. bc8ac6b bpo-32030: Fix _Py_InitializeEx_Private() (#4649) by Victor Stinner · 7 years ago
  36. 0efc024 Fix CID-1414686: PyInit_readline() handles errors (#4647) by Victor Stinner · 7 years ago
  37. 86afc1f Skip test_socket.test_sha256() on linux < 4.5 (#4643) by Victor Stinner · 7 years ago
  38. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  39. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  40. 859f7ce bpo-32159: Revert Misc/svnmap.txt (#4639) by Victor Stinner · 7 years ago
  41. cc83920 bpo-32166: Drop Python 3.4 code from asyncio (#4612) by Andrew Svetlov · 7 years ago
  42. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  43. c15bb49 test_socket: socket.socketpair() is always available (#4634) by Victor Stinner · 7 years ago
  44. ef83806 bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) by xdegaye · 7 years ago
  45. cc55e78 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) by xdegaye · 7 years ago
  46. 041efd2 bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) by Terry Jan Reedy · 7 years ago
  47. e8f7c78 bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) by Terry Jan Reedy · 7 years ago
  48. fd6f8c5 bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626) by Terry Jan Reedy · 7 years ago
  49. 219c2de bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) by Serhiy Storchaka · 7 years ago
  50. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 7 years ago
  51. 71bd588 bpo-32155: Revert distutils.config change (#4618) by Victor Stinner · 7 years ago
  52. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 7 years ago
  53. a4a3020 bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) by Serhiy Storchaka · 7 years ago
  54. c615be5 Use raw strings in the re module examples. (#4616) by Serhiy Storchaka · 7 years ago
  55. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  56. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  57. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  58. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  59. 08d2b86 bpo-31440: Changed default module search path for windows by gauravbackback · 7 years ago
  60. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  61. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  62. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 7 years ago
  63. a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 7 years ago
  64. 92f9339 asyncio: Fix BaseSelectorEventLoopTests (#4595) by Victor Stinner · 7 years ago
  65. c16bace asyncio: Remove unused Future._tb_logger attribute (#4596) by Victor Stinner · 7 years ago
  66. 28e6165 bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) by Victor Stinner · 7 years ago
  67. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 7 years ago
  68. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 7 years ago
  69. 122fc13 Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) by Ned Deily · 7 years ago
  70. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 7 years ago
  71. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  72. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  73. c172fc5 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) by Jason Yang · 7 years ago
  74. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  75. 0cd2e81 bpo-29879: Update typing documentation. (GH-4573) by Ivan Levkivskyi · 7 years ago
  76. d8d6b91 bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) by Caleb Hattingh · 7 years ago
  77. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 7 years ago
  78. 4274609 bpo-32096: Ensure new embedding test can find the encodings module (GH-4566) by Nick Coghlan · 7 years ago
  79. 53efbf3 bpo-11063: Handle uuid.h being in default include path (GH-4565) by Nick Coghlan · 7 years ago
  80. cef88b9 mark fatal_error as noreturn (#4563) by Benjamin Peterson · 7 years ago
  81. 76fdac4 bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) by xdegaye · 7 years ago
  82. 77f5139 bpo-32059: setup.py now also searches the sysroot paths (GH-4452) by xdegaye · 7 years ago
  83. cfa797c bpo-24641: Improved error message for JSON unserializible keys. (#4364) by Serhiy Storchaka · 7 years ago
  84. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  85. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  86. 9d5ec80 Improve Scheduler Objects documentation. (GH-4556) by Mariatta · 7 years ago
  87. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  88. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 7 years ago
  89. 706cb31 bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) by Victor Stinner · 7 years ago
  90. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 7 years ago
  91. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  92. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  93. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  94. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  95. 5742f67 bpo-28684: Remove useless import added by the previous commit (GH-4547) by xdegaye · 7 years ago
  96. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  97. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 7 years ago
  98. 19fb134 bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) by Berker Peksag · 7 years ago
  99. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  100. 4864a61 bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) by Berker Peksag · 7 years ago