1. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  2. 49fa4a9 bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Gregory P. Smith · 6 years ago
  3. fd512d7 bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) by Vincent Michel · 6 years ago
  4. a44d34e bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Serhiy Storchaka · 6 years ago
  5. 6843ffe Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) by Pablo Galindo · 6 years ago
  6. b939250 Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) by Pablo Galindo · 6 years ago
  7. a6e956b bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) by Elvis Pranskevichus · 6 years ago
  8. c64583b bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) by samstagern · 6 years ago
  9. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  10. 5598cc9 bpo-34160: Preserve order of attributes in minidom. (GH-10219) by Diego Rojas · 6 years ago
  11. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  12. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  13. 76cd0c3 bpo-33000: Document that IDLE's shell has no line limit. (#10373) by Terry Jan Reedy · 6 years ago
  14. bccacd1 bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305) by Alexander Buchkovsky · 6 years ago
  15. 75d9d59 bpo-23220: Explain how IDLE's Shell displays output (GH-10356) by Terry Jan Reedy · 6 years ago
  16. f1b9ad3 closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) by Alexey Izbyshev · 6 years ago
  17. f1d3efc bpo-35099: Update idlelib/help.html (#10353) by Terry Jan Reedy · 6 years ago
  18. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  19. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  20. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  21. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  22. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 6 years ago
  23. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  24. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  25. 488c0a6 bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) by Christopher Thorne · 6 years ago
  26. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  27. 4b5e62d bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) by Pablo Aguiar · 6 years ago
  28. b08746b bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Xiang Zhang · 6 years ago
  29. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  30. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  31. 3e429dc bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) by Serhiy Storchaka · 6 years ago
  32. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  33. f6a47f3 bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) by Pablo Galindo · 6 years ago
  34. 0227748 bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) by Pablo Galindo · 6 years ago
  35. 3b05ad7 bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) by Serhiy Storchaka · 6 years ago
  36. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  37. ea9c8bd bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) by Terry Jan Reedy · 6 years ago
  38. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  39. 1803263 Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) by Terry Jan Reedy · 6 years ago
  40. 372d705 bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) by Pablo Galindo · 6 years ago
  41. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  42. e3685fd bpo-34160: Preserve user specified order of Element attributes (GH-10163) by Raymond Hettinger · 6 years ago
  43. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  44. 68d6dc0 bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) by Terry Jan Reedy · 6 years ago
  45. 6015cc5 bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934) by Serhiy Storchaka · 6 years ago
  46. 2b555fc bpo-35088: Update idlelib.help.copy_string docstring (#10164) by Terry Jan Reedy · 6 years ago
  47. db40cb5 bpo-35087: Update idlelib help files for the current doc build. (GH-10162) by Terry Jan Reedy · 6 years ago
  48. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  49. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  50. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  51. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  52. a6dc531 bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) by Andrés Delfino · 6 years ago
  53. 10cb376 bpo-35017, socketserver: don't accept request after shutdown (GH-9952) by Denis Ledoux · 6 years ago
  54. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  55. 3ec9af7 bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) by Victor Stinner · 6 years ago
  56. 6c83d9f bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  57. 626bff8 bpo-9263: Dump Python object on GC assertion failure (GH-10062) by Victor Stinner · 6 years ago
  58. 18618e65 bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) by Victor Stinner · 6 years ago
  59. d03b775 bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) by Tim Graham · 6 years ago
  60. e25d5fc bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) by madman-bob · 6 years ago
  61. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 6 years ago
  62. d7c3e5f importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) by Quentin · 6 years ago
  63. 9f270a2 turtledemo/penrose.py: remove unused clock() calls (GH-10033) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  64. 4f399be bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) by Zsolt Cserna · 6 years ago
  65. b79b5c0 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by matthewbelisle-wf · 6 years ago
  66. b7d6205 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) by Josh Snyder · 6 years ago
  67. 3b0047d bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) by Alexey Izbyshev · 6 years ago
  68. 3df8540 bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) by Paul Ganssle · 6 years ago
  69. 2447773 bpo-29843: raise AttributeError if given negative _length_ (GH-10029) by Tal Einat · 6 years ago
  70. 2c2044e bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874) by Serhiy Storchaka · 6 years ago
  71. 914f9a0 bpo-34973: Fix crash in bytes constructor. (GH-9841) by Serhiy Storchaka · 6 years ago
  72. a323cdc bpo-8525: help() on a type now shows builtin subclasses (GH-5066) by Sanyam Khurana · 6 years ago
  73. d31e773 bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) by Serhiy Storchaka · 6 years ago
  74. a5259fb bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) by Sergey Fedoseev · 6 years ago
  75. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  76. 8346031 bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) by Alexey Izbyshev · 6 years ago
  77. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  78. 4acf6c9 bpo-34536: Cleanup test_enum imports (GH-9979) by Victor Stinner · 6 years ago
  79. ded87d8 bpo-33594: Add deprecation info in inspect.py module (GH-7036) by Matthias Bussonnier · 6 years ago
  80. 6f17e51 bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349) by Serhiy Storchaka · 6 years ago
  81. 96200eb unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) by Mario Corchero · 6 years ago
  82. 5a30620 bpo-25750: Add test on bad descriptor __get__() (GH-9084) by jdemeyer · 6 years ago
  83. b2e2025 bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) by Serhiy Storchaka · 6 years ago
  84. dd13c88 bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  85. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  86. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 6 years ago
  87. f081fd8 bpo-35013: Add more type checks for children of Element. (GH-9944) by Serhiy Storchaka · 6 years ago
  88. d16f012 bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) by Cheryl Sabella · 6 years ago
  89. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 6 years ago
  90. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 6 years ago
  91. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  92. fcd5e84 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) by Stéphane Wirtel · 6 years ago
  93. 137b063 bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913) by Pablo Galindo · 6 years ago
  94. ea75187 bpo-34783: Fix test_nonexisting_script() (GH-9896) by Victor Stinner · 6 years ago
  95. 18fb1fb bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) by BNMetrics · 6 years ago
  96. e890421 bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) by Serhiy Storchaka · 6 years ago
  97. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  98. b11c566 bpo-34941: Fix searching Element subclasses. (GH-9766) by Serhiy Storchaka · 6 years ago
  99. d274afb bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Terry Jan Reedy · 6 years ago
  100. 97cf082 bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) by Andrew Svetlov · 6 years ago