1. 0efc024 Fix CID-1414686: PyInit_readline() handles errors (#4647) by Victor Stinner · 7 years ago
  2. 86afc1f Skip test_socket.test_sha256() on linux < 4.5 (#4643) by Victor Stinner · 7 years ago
  3. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  4. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  5. 859f7ce bpo-32159: Revert Misc/svnmap.txt (#4639) by Victor Stinner · 7 years ago
  6. cc83920 bpo-32166: Drop Python 3.4 code from asyncio (#4612) by Andrew Svetlov · 7 years ago
  7. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  8. c15bb49 test_socket: socket.socketpair() is always available (#4634) by Victor Stinner · 7 years ago
  9. ef83806 bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604) by xdegaye · 7 years ago
  10. cc55e78 bpo-32139: test_strftime does not anymore modify the locale (GH-4569) by xdegaye · 7 years ago
  11. 041efd2 bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628) by Terry Jan Reedy · 7 years ago
  12. e8f7c78 bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) by Terry Jan Reedy · 7 years ago
  13. fd6f8c5 bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626) by Terry Jan Reedy · 7 years ago
  14. 219c2de bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) by Serhiy Storchaka · 7 years ago
  15. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 7 years ago
  16. 71bd588 bpo-32155: Revert distutils.config change (#4618) by Victor Stinner · 7 years ago
  17. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 7 years ago
  18. a4a3020 bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) by Serhiy Storchaka · 7 years ago
  19. c615be5 Use raw strings in the re module examples. (#4616) by Serhiy Storchaka · 7 years ago
  20. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  21. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  22. a489599 bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417) by Dong-hee Na · 7 years ago
  23. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  24. 08d2b86 bpo-31440: Changed default module search path for windows by gauravbackback · 7 years ago
  25. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  26. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  27. 3f438a9 asyncio: Remove asyncio/compat.py (#4606) by Victor Stinner · 7 years ago
  28. a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 7 years ago
  29. 92f9339 asyncio: Fix BaseSelectorEventLoopTests (#4595) by Victor Stinner · 7 years ago
  30. c16bace asyncio: Remove unused Future._tb_logger attribute (#4596) by Victor Stinner · 7 years ago
  31. 28e6165 bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) by Victor Stinner · 7 years ago
  32. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 7 years ago
  33. 39f0bb5 bpo-32136: Separate embedding tests from C API tests (GH-4567) by Nick Coghlan · 7 years ago
  34. 122fc13 Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592) by Ned Deily · 7 years ago
  35. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 7 years ago
  36. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  37. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  38. c172fc5 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) by Jason Yang · 7 years ago
  39. ede2ac9 bpo-23033: Improve SSL Certificate handling (GH-937) by Mandeep Singh · 7 years ago
  40. 0cd2e81 bpo-29879: Update typing documentation. (GH-4573) by Ivan Levkivskyi · 7 years ago
  41. d8d6b91 bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) by Caleb Hattingh · 7 years ago
  42. a6fba9b bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559) by xdegaye · 7 years ago
  43. 4274609 bpo-32096: Ensure new embedding test can find the encodings module (GH-4566) by Nick Coghlan · 7 years ago
  44. 53efbf3 bpo-11063: Handle uuid.h being in default include path (GH-4565) by Nick Coghlan · 7 years ago
  45. cef88b9 mark fatal_error as noreturn (#4563) by Benjamin Peterson · 7 years ago
  46. 76fdac4 bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) by xdegaye · 7 years ago
  47. 77f5139 bpo-32059: setup.py now also searches the sysroot paths (GH-4452) by xdegaye · 7 years ago
  48. cfa797c bpo-24641: Improved error message for JSON unserializible keys. (#4364) by Serhiy Storchaka · 7 years ago
  49. 5b48dc6 bpo-32071: Add unittest -k option (#4496) by Jonas Haag · 7 years ago
  50. 8d9bb11 bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537) by Berker Peksag · 7 years ago
  51. 9d5ec80 Improve Scheduler Objects documentation. (GH-4556) by Mariatta · 7 years ago
  52. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  53. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 7 years ago
  54. 706cb31 bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) by Victor Stinner · 7 years ago
  55. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 7 years ago
  56. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  57. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  58. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  59. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  60. 5742f67 bpo-28684: Remove useless import added by the previous commit (GH-4547) by xdegaye · 7 years ago
  61. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  62. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 7 years ago
  63. 19fb134 bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) by Berker Peksag · 7 years ago
  64. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  65. 4864a61 bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) by Berker Peksag · 7 years ago
  66. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  67. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  68. 0858495 bpo-32099 Add deque variant of roundrobin() recipe (#4497) by Raymond Hettinger · 7 years ago
  69. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  70. 6a54c67 bpo-31979: Remove unused align_maxchar() function (#4527) by Victor Stinner · 7 years ago
  71. b919795 bpo-32030: Fix calculate_path() on macOS (#4526) by Victor Stinner · 7 years ago
  72. b98f171 bpo-27535: Cleanup create_filter() (#4516) by Victor Stinner · 7 years ago
  73. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 7 years ago
  74. bdb8315 bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) by Berker Peksag · 7 years ago
  75. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  76. c06c22e bpo-29040: Support building Android with Unified Headers (GH-4492) by xdegaye · 7 years ago
  77. 5ad7ef8 bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479) by xdegaye · 7 years ago
  78. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  79. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  80. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 7 years ago
  81. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  82. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  83. 8265627 bpo-27535: Optimize warnings.warn() (#4508) by Victor Stinner · 7 years ago
  84. bb11c3c bpo-31324: Fix test.support.set_match_tests(None) (#4505) by Victor Stinner · 7 years ago
  85. 803ddd8 bpo-31324: Optimize support._match_test() (#4421) by Victor Stinner · 7 years ago
  86. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  87. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago
  88. 337cbba Add comment and improve variable name in roundrobin() (#4486) by Raymond Hettinger · 7 years ago
  89. bc9b6e2 bpo-32043: Rephrase -X dev documentation (#4478) by Victor Stinner · 7 years ago
  90. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  91. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  92. f39b674 bpo-32094: Update subprocess for -X dev (#4480) by Victor Stinner · 7 years ago
  93. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  94. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  95. c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 7 years ago
  96. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  97. 04dee27 Remove duplicated import from datetime tests (#4444) by Riccardo Magliocchetti · 7 years ago
  98. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 7 years ago
  99. b56becb Remove outdated .pyo reference from msilib docs (GH-4461) by Berker Peksag · 7 years ago
  100. 7750bde Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago