1. 0afada1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Julien Malard · 6 years ago
  2. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 6 years ago
  3. 2865848 bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) by William Grzybowski · 6 years ago
  4. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 6 years ago
  5. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 6 years ago
  6. 23e65b2 bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081) by William Grzybowski · 6 years ago
  7. 8f73548 bpo-25750: fix refcounts in type_getattro() (GH-6118) by jdemeyer · 6 years ago
  8. b03c2c5 closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) by Zackery Spytz · 6 years ago
  9. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 6 years ago
  10. 874809e closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Erik Janssens · 6 years ago
  11. 266f490 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) by Alexander Buchkovsky · 6 years ago
  12. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 6 years ago
  13. ec74d18 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) by Pablo Galindo · 6 years ago
  14. e9ba370 bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149) by Pablo Galindo · 6 years ago
  15. 2d7102e closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) by Thomas Herzog · 6 years ago
  16. 172a71f bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Michael Felt · 6 years ago
  17. 95d630e bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) by Pablo Galindo · 6 years ago
  18. aada63b bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) by Brendan Gerrity · 6 years ago
  19. 1b5f9c9 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) by Naris R · 6 years ago
  20. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 6 years ago
  21. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 6 years ago
  22. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  23. 177d921 bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988) by Victor Stinner · 6 years ago
  24. 315877d bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) by Victor Stinner · 6 years ago
  25. 9e4994d bpo-34485: Enhance init_sys_streams() (GH-8978) by Victor Stinner · 6 years ago
  26. d500e53 bpo-34403: On HP-UX, force ASCII for C locale (GH-8969) by Victor Stinner · 6 years ago
  27. 5cb2589 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) by Victor Stinner · 6 years ago
  28. d658dea bpo-21145: Add cached_property decorator in functools (#6982) by Carl Meyer · 6 years ago
  29. 216b745 bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) by Przemysław Spodymek · 6 years ago
  30. 7ef1697 bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) by Michael Felt · 6 years ago
  31. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 6 years ago
  32. 89d79b1 Remove AIX workaround test_subprocess (GH-8939) by Michael Felt · 6 years ago
  33. c406d5c bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) by Serhiy Storchaka · 6 years ago
  34. 09efe49 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) by Danish Prakash · 6 years ago
  35. 76be0ff bpo-13312: Avoid int underflow in time year. (GH-8912) by Gregory P. Smith · 6 years ago
  36. 91cb298 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Vladimir Matveev · 6 years ago
  37. 096329f bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Paul Ganssle · 6 years ago
  38. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  39. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  40. cdbf50c bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Alexey Izbyshev · 6 years ago
  41. 77d5781 bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623) by Serhiy Storchaka · 6 years ago
  42. e349bf2 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741) by Zackery Spytz · 6 years ago
  43. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  44. 1590c39 bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) by Christian Heimes · 6 years ago
  45. 864a892 bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Steve Dower · 6 years ago
  46. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  47. 7c4ab2a closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Zackery Spytz · 6 years ago
  48. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 6 years ago
  49. 4d12e4d bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Vadim Pushtaev · 6 years ago
  50. 2fc4697 bpo-34151: Improve performance of some list operations (GH-8332) by Sergey Fedoseev · 6 years ago
  51. db6075a closes bpo-34377: Update Valgrind suppressions. (GH-8729) by Paul Price · 6 years ago
  52. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  53. 423d05f bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Berker Peksag · 6 years ago
  54. 077059e bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Tal Einat · 6 years ago
  55. b92c526 closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703) by GPery · 6 years ago
  56. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  57. e4dcbbd bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Berker Peksag · 6 years ago
  58. b249966 bpo-19891: Ignore error while writing history file (GH-8483) by Anthony Sottile · 6 years ago
  59. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
  60. 9beaef6 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Terry Jan Reedy · 6 years ago
  61. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  62. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  63. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 6 years ago
  64. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  65. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  66. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 6 years ago
  67. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  68. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 6 years ago
  69. ac20e0f bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848) by Serhiy Storchaka · 6 years ago
  70. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  71. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  72. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  73. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  74. d2e902e bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Franz Wöllert · 6 years ago
  75. b7fd738 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Stéphane Wirtel · 6 years ago
  76. 11eb1a9 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Berker Peksag · 6 years ago
  77. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  78. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  79. 612dbef bpo-30722: Fix NEWS entries (GH-8501) by Berker Peksag · 6 years ago
  80. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  81. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  82. 323748a bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) by Serhiy Storchaka · 6 years ago
  83. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  84. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  85. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 6 years ago
  86. 96d1e69 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) by Ammar Askar · 6 years ago
  87. 74102c9 bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) by Berker Peksag · 6 years ago
  88. ac0b3c2 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) by Serhiy Storchaka · 6 years ago
  89. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  90. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  91. a6fdddb bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) by Serhiy Storchaka · 6 years ago
  92. caa331d bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Matěj Cepl · 6 years ago
  93. 7a3056f bpo-21446: Update reload fixer to use importlib (GH-8391) by Berker Peksag · 6 years ago
  94. d04f46c bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Berker Peksag · 6 years ago
  95. 1426daa bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) by Xtreak · 6 years ago
  96. 56868f9 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) by jdemeyer · 6 years ago
  97. 94487d4 bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) by Vinay Sajip · 6 years ago
  98. fb47bca bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) by Victor Stinner · 6 years ago
  99. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 6 years ago
  100. 5d4cb54 bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) by Serhiy Storchaka · 6 years ago