1. 7e610bc bpo-34605: childs => children (GH-9102) by Victor Stinner · 6 years ago
  2. 886483e bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) by Victor Stinner · 6 years ago
  3. 254a466 bpo-20104: Add flag capabilities to posix_spawn (GH-6693) by Pablo Galindo · 6 years ago
  4. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  5. 012f5b9 bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) by Victor Stinner · 6 years ago
  6. b03c2c5 closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) by Zackery Spytz · 6 years ago
  7. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 6 years ago
  8. 7917aad bpo-26544: Add test for platform._comparable_version(). (GH-8973) by Serhiy Storchaka · 6 years ago
  9. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 6 years ago
  10. ec74d18 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) by Pablo Galindo · 6 years ago
  11. e9ba370 bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149) by Pablo Galindo · 6 years ago
  12. 65fc98e bpo-26901: Fix the Argument Clinic test suite (GH-8879) by Victor Stinner · 6 years ago
  13. 2094c2b bpo-34567: pythoninfo gets coreconfig (GH-9043) by Victor Stinner · 6 years ago
  14. 5265b3a Fix typo in typing.py module docstring (#9014) by Tim McNamara · 6 years ago
  15. 172a71f bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Michael Felt · 6 years ago
  16. f2ef51f bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Pablo Galindo · 6 years ago
  17. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
  18. 1b5f9c9 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) by Naris R · 6 years ago
  19. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 6 years ago
  20. 0382406 Fix TestPosixSpawn.test_close_file() (GH-8992) by Victor Stinner · 6 years ago
  21. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  22. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 6 years ago
  23. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  24. dfe0dc7 bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) by Victor Stinner · 6 years ago
  25. 315877d bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) by Victor Stinner · 6 years ago
  26. 9e4994d bpo-34485: Enhance init_sys_streams() (GH-8978) 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. 7d81e8f bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) by Serhiy Storchaka · 6 years ago
  32. b44a1d4 bpo-34171: Fix test_trace. (GH-8940) by Serhiy Storchaka · 6 years ago
  33. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 6 years ago
  34. 89d79b1 Remove AIX workaround test_subprocess (GH-8939) by Michael Felt · 6 years ago
  35. 86b8991 Fix upsizing of marks stack in pickle module. (GH-8860) by Sergey Fedoseev · 6 years ago
  36. c406d5c bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) by Serhiy Storchaka · 6 years ago
  37. 76be0ff bpo-13312: Avoid int underflow in time year. (GH-8912) by Gregory P. Smith · 6 years ago
  38. 91cb298 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Vladimir Matveev · 6 years ago
  39. 096329f bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Paul Ganssle · 6 years ago
  40. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  41. 65bef36 Remove superseded line from argparse.HelpFormatter() (GH-8839) by Grant Jenks · 6 years ago
  42. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  43. cdbf50c bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Alexey Izbyshev · 6 years ago
  44. 77d5781 bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623) by Serhiy Storchaka · 6 years ago
  45. 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
  46. d3d3171 bpo-34415: Updated logging.Formatter docstring. (GH-8811) by Vinay Sajip · 6 years ago
  47. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  48. 1590c39 bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) by Christian Heimes · 6 years ago
  49. e0b5b20 bpo-34384: Fix os.readlink() on Windows (GH-8740) by Berker Peksag · 6 years ago
  50. 88bfd0b bpo-34399: 2048 bits RSA keys and DH params (#8762) by Christian Heimes · 6 years ago
  51. aa4e4a4 Make regular expressions in test_tasks.py raw strings. (GH-8759) by Benjamin Peterson · 6 years ago
  52. 0041459 Add more tests and assertions for math.hypot() and math.dist() (GH-8747) by Raymond Hettinger · 6 years ago
  53. 4d12e4d bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Vadim Pushtaev · 6 years ago
  54. c8b0dbc bpo-26818: Add a test to make sure the bug is fixed (GH-8664) by Berker Peksag · 6 years ago
  55. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  56. 423d05f bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Berker Peksag · 6 years ago
  57. 077059e bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Tal Einat · 6 years ago
  58. b92c526 closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703) by GPery · 6 years ago
  59. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  60. 52dee68 Assume the raw environ is always declared. (GH-8707) by Benjamin Peterson · 6 years ago
  61. e4dcbbd bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Berker Peksag · 6 years ago
  62. 8f7bb10 bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567) by Serhiy Storchaka · 6 years ago
  63. b249966 bpo-19891: Ignore error while writing history file (GH-8483) by Anthony Sottile · 6 years ago
  64. 87e59ac bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Tal Einat · 6 years ago
  65. 46dc4e3 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Stefan Otte · 6 years ago
  66. 7b41dba bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) by Marcel Plch · 6 years ago
  67. 2ebd381 Fix docstring of Profiler class (GH-8651) by INADA Naoki · 6 years ago
  68. 9beaef6 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Terry Jan Reedy · 6 years ago
  69. 5640d03 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Victor Stinner · 6 years ago
  70. f394ee5 bpo-27910: Update documentation of traceback module (GH-6116) by torsava · 6 years ago
  71. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  72. dd74369 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Tal Einat · 6 years ago
  73. 10ea940 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  74. ea68d83 bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595) by Victor Stinner · 6 years ago
  75. 9851227 bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) by Victor Stinner · 6 years ago
  76. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  77. 8ed317f bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) by costypetrisor · 6 years ago
  78. 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 6 years ago
  79. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 6 years ago
  80. 9d57273 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Serhiy Storchaka · 6 years ago
  81. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  82. 4b8a7f5 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241) by Serhiy Storchaka · 6 years ago
  83. 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
  84. 9045199 bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) by twisteroid ambassador · 6 years ago
  85. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  86. 4e11c46 bpo-34182: Fix test_pydoc running as a script. (GH-8389) by Bo Bayles · 6 years ago
  87. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  88. d2e902e bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Franz Wöllert · 6 years ago
  89. 11eb1a9 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Berker Peksag · 6 years ago
  90. 1561703 bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8529) by Tim Golden · 6 years ago
  91. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 6 years ago
  92. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  93. 6a62e1d bpo-34239: Convert test_bz2 to use tempfile (#8485) by Tim Golden · 6 years ago
  94. 56b29b6 bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) by Victor Stinner · 6 years ago
  95. 3b5342c bpo-34201: Tweak test_buffer. (GH-8481) by Serhiy Storchaka · 6 years ago
  96. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  97. e0d67f1 bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) by Serhiy Storchaka · 6 years ago
  98. 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
  99. 323748a bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) by Serhiy Storchaka · 6 years ago
  100. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago