1. cfaafda bpo-35317: Fix mktime() error in test_email (GH-10721) by Victor Stinner · 6 years ago
  2. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  3. d1cbc6f Include the highest pickle protocol in a couple of tests. (GH-10735) by Zackery Spytz · 6 years ago
  4. 8c281ed bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) by Zhiming Wang · 6 years ago
  5. 65c216e bpo-33723: Fix test_time.test_thread_time() (GH-10724) by Victor Stinner · 6 years ago
  6. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 6 years ago
  7. 282c03d pythoninfo: log more environment variable (GH-10719) by Victor Stinner · 6 years ago
  8. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago
  9. f0b366a bpo-35313: Cleanup test_embed.py (GH-10716) by Victor Stinner · 6 years ago
  10. a6537fb bpo-35313: Fix test_embed when run from venv (GH-10713) by Victor Stinner · 6 years ago
  11. 1586958 closes bpo-35309: cpath should be capath (GH-10699) by Boštjan Mejak · 6 years ago
  12. 4bb186d bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Serhiy Storchaka · 6 years ago
  13. 1d817e4 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Dustin Spicuzza · 6 years ago
  14. 9de3632 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) by Victor Stinner · 6 years ago
  15. b409ffa bpo-35189: Retry fnctl calls on EINTR (GH-10413) by nierob · 6 years ago
  16. f1d002c bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642) by Victor Stinner · 6 years ago
  17. aac1f81 bpo-35189: Fix eintr_tester.py (GH-10637) by Victor Stinner · 6 years ago
  18. 7c2d570 bpo-35290: Add debug info to test_c_locale_coercion (GH-10631) by Victor Stinner · 6 years ago
  19. 3ec0f49 bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) by Serhiy Storchaka · 6 years ago
  20. 97f1efb bpo-35169: Improve error messages for forbidden assignments. (GH-10342) by Serhiy Storchaka · 6 years ago
  21. 8b9c33e Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) by Donald Stufft · 6 years ago
  22. 38df97a Add --tempdir option for test run (GH-10322) by Steve Dower · 6 years ago
  23. 5a087d5 bpo-35202: Remove more unused imports in idlelib (GH-10573) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  24. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  25. 4edeaea bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  26. 37cd982 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Victor Stinner · 6 years ago
  27. b65413b bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) by Terry Jan Reedy · 6 years ago
  28. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  29. 01de89c bpo-35233: InitConfigTests tests more config vars (GH-10541) by Victor Stinner · 6 years ago
  30. 7ddd56f bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) by Victor Stinner · 6 years ago
  31. 00b137c bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519) by Victor Stinner · 6 years ago
  32. f966e53 bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) by Victor Stinner · 6 years ago
  33. 2c07c49 bpo-29564: warnings suggests to enable tracemalloc (GH-10486) by Victor Stinner · 6 years ago
  34. 7438792 bpo-30064: Refactor sock_* asyncio API (#10419) by Andrew Svetlov · 6 years ago
  35. 19c46a4 bpo-33695 shutil.copytree() + os.scandir() cache (#7874) by Giampaolo Rodola · 6 years ago
  36. 50ff02b bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Terry Jan Reedy · 6 years ago
  37. b9498e2 bpo-35202: Remove unused imports in Lib directory. (GH-10446) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  38. 43a74ab bpo-35202: Remove unused imports in idlelib (GH-10438) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  39. 2d1bc53 bpo-35202: Remove unused imports in Lib directory. (GH-10445) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  40. 0a18e05 Hoist the float conversion out of the inner loop. (GH-10430) by Raymond Hettinger · 6 years ago
  41. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  42. 49fa4a9 bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Gregory P. Smith · 6 years ago
  43. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  44. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  45. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 6 years ago
  46. b939250 Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Pablo Galindo · 6 years ago
  47. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  48. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 6 years ago
  49. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  50. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  51. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  52. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  53. 76cd0c3 bpo-33000: Document that IDLE's shell has no line limit. (#10373) by Terry Jan Reedy · 6 years ago
  54. bccacd1 bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305) by Alexander Buchkovsky · 6 years ago
  55. 75d9d59 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Terry Jan Reedy · 6 years ago
  56. f1b9ad3 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Alexey Izbyshev · 6 years ago
  57. f1d3efc bpo-35099: Update idlelib/help.html (#10353) by Terry Jan Reedy · 6 years ago
  58. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  59. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  60. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  61. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  62. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 6 years ago
  63. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  64. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  65. 488c0a6 bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) by Christopher Thorne · 6 years ago
  66. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  67. 4b5e62d bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) by Pablo Aguiar · 6 years ago
  68. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  69. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  70. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  71. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  72. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  73. f6a47f3 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Pablo Galindo · 6 years ago
  74. 0227748 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Pablo Galindo · 6 years ago
  75. 3b05ad7 bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) by Serhiy Storchaka · 6 years ago
  76. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  77. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  78. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  79. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  80. 372d705 bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) by Pablo Galindo · 6 years ago
  81. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  82. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  83. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  84. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  85. 6015cc5 bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934) by Serhiy Storchaka · 6 years ago
  86. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  87. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  88. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  89. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  90. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  91. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  92. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  93. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  94. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  95. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  96. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  97. 626bff8 bpo-9263: Dump Python object on GC assertion failure (GH-10062) by Victor Stinner · 6 years ago
  98. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  99. d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 6 years ago
  100. e25d5fc bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) by madman-bob · 6 years ago