1. 9dfc754 Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) by Victor Stinner · 6 years ago
  2. ea0ca21 bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) by Victor Stinner · 6 years ago
  3. 7f52415 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Oran Avraham · 6 years ago
  4. 67a93b3 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Serhiy Storchaka · 6 years ago
  5. 34c7f0c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165) by William Grzybowski · 6 years ago
  6. 5b25f1d bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113) by Sergey Fedoseev · 6 years ago
  7. f2f4555 bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Victor Stinner · 6 years ago
  8. 476b113 bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891) by Victor Stinner · 6 years ago
  9. f92c7aa bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by stratakis · 6 years ago
  10. e63e617 bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) by Andrew Dunai · 6 years ago
  11. 8ca0fa9 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  12. 3bc0eba bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) by Andrew Svetlov · 6 years ago
  13. 4013c17 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Serhiy Storchaka · 6 years ago
  14. 68b56d0 bpo-35341: Add generic version of OrderedDict to typing (GH-10850) by Ismo Toijala · 6 years ago
  15. 32bc11c bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Serhiy Storchaka · 6 years ago
  16. edeca92 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Xtreak · 6 years ago
  17. b062ba7 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) by stratakis · 6 years ago
  18. 9eea6ea bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Siddhesh Poyarekar · 6 years ago
  19. 55e4980 bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) by Victor Stinner · 6 years ago
  20. 9724348 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) by Pablo Galindo · 6 years ago
  21. 82daa60 bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) by INADA Naoki · 6 years ago
  22. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  23. bde9d6b bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) by Victor Stinner · 6 years ago
  24. c57e6e2 bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710) by Anthony Sottile · 6 years ago
  25. cfaafda bpo-35317: Fix mktime() error in test_email (GH-10721) by Victor Stinner · 6 years ago
  26. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  27. 8c281ed bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Zhiming Wang · 6 years ago
  28. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  29. 59423e3 bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) by Victor Stinner · 6 years ago
  30. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago
  31. 1d817e4 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Dustin Spicuzza · 6 years ago
  32. 9de3632 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Victor Stinner · 6 years ago
  33. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  34. b409ffa bpo-35189: Retry fnctl calls on EINTR (GH-10413) by nierob · 6 years ago
  35. f653fd4 bpo-35296: make install now installs the internal API (GH-10665) by Victor Stinner · 6 years ago
  36. 4ac5328 bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) by Victor Stinner · 6 years ago
  37. e89607c bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) by Victor Stinner · 6 years ago
  38. 361e868 bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Zhiming Wang · 6 years ago
  39. c8fe9cc bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) by Brendan Gerrity · 6 years ago
  40. 97f1efb bpo-35169: Improve error messages for forbidden assignments. (GH-10342) by Serhiy Storchaka · 6 years ago
  41. 02e6bf7 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) by Victor Stinner · 6 years ago
  42. d5d3368 bpo-18859: Document --with-valgrind option in README.valgrind (#10591) by Sanyam Khurana · 6 years ago
  43. 8b9c33e Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) by Donald Stufft · 6 years ago
  44. 062a57b bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) by Zackery Spytz · 6 years ago
  45. 177a41a bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) by Steve Dower · 6 years ago
  46. 338d54f bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766) by Stefano Rivera · 6 years ago
  47. b65413b bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) by Terry Jan Reedy · 6 years ago
  48. 6431347 bpo-32613: Update window FAQ (GH-5552) by Julien Palard · 6 years ago
  49. 746b2d3 bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) by Gregory P. Smith · 6 years ago
  50. 474eedf bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665) by Eddie Elizondo · 6 years ago
  51. 1a6be91 bpo-35081: Make some _PyGC macros internal (GH-10507) by Victor Stinner · 6 years ago
  52. 2c07c49 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) by Victor Stinner · 6 years ago
  53. 1584a00 bpo-35214: Initial clang MemorySanitizer support (GH-10479) by Gregory P. Smith · 6 years ago
  54. 7438792 bpo-30064: Refactor sock_* asyncio API (#10419) by Andrew Svetlov · 6 years ago
  55. 19c46a4 bpo-33695 shutil.copytree() + os.scandir() cache (#7874) by Giampaolo Rodola · 6 years ago
  56. 50ff02b bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Terry Jan Reedy · 6 years ago
  57. 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  58. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  59. 49fa4a9 bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Gregory P. Smith · 6 years ago
  60. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  61. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  62. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 6 years ago
  63. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  64. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 6 years ago
  65. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  66. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  67. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  68. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  69. 76cd0c3 bpo-33000: Document that IDLE's shell has no line limit. (#10373) by Terry Jan Reedy · 6 years ago
  70. bccacd1 bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305) by Alexander Buchkovsky · 6 years ago
  71. 75d9d59 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Terry Jan Reedy · 6 years ago
  72. 5e79090 bpo-35099: Improve the doc about IDLE running user code. (#10350) by Terry Jan Reedy · 6 years ago
  73. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  74. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  75. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  76. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 6 years ago
  77. 55f3317 bpo-10536: Enhancements to gettext docs (GH-10324) by Stéphane Wirtel · 6 years ago
  78. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  79. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  80. b942707 bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101) by BNMetrics · 6 years ago
  81. 318ab63 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Max Bélanger · 6 years ago
  82. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  83. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  84. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  85. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  86. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  87. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  88. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  89. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  90. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  91. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  92. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  93. 372d705 bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) by Pablo Galindo · 6 years ago
  94. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  95. c8a8d6b bpo-35089: Don't mention typing.io and typing.re (GH-10173) by Sebastian Rittau · 6 years ago
  96. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  97. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  98. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  99. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  100. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago