1. 593bb30 closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) by Sergey Fedoseev · 6 years ago
  2. b03c2c5 closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) by Zackery Spytz · 6 years ago
  3. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 6 years ago
  4. 874809e closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Erik Janssens · 6 years ago
  5. 3876af4 bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) by Brendan Gerrity · 6 years ago
  6. 266f490 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) by Alexander Buchkovsky · 6 years ago
  7. 7917aad bpo-26544: Add test for platform._comparable_version(). (GH-8973) by Serhiy Storchaka · 6 years ago
  8. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 6 years ago
  9. ec74d18 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) by Pablo Galindo · 6 years ago
  10. e9ba370 bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149) by Pablo Galindo · 6 years ago
  11. 65fc98e bpo-26901: Fix the Argument Clinic test suite (GH-8879) by Victor Stinner · 6 years ago
  12. 73b00be bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045) by Victor Stinner · 6 years ago
  13. 2094c2b bpo-34567: pythoninfo gets coreconfig (GH-9043) by Victor Stinner · 6 years ago
  14. 8ea0911 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) by Victor Stinner · 6 years ago
  15. f01b2a1 bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041) by Victor Stinner · 6 years ago
  16. f326714 Minor improvement to code clarity (GH-9036) by Raymond Hettinger · 6 years ago
  17. 98b976a Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 6 years ago
  18. 2d7102e closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) by Thomas Herzog · 6 years ago
  19. 5265b3a Fix typo in typing.py module docstring (#9014) by Tim McNamara · 6 years ago
  20. 172a71f bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Michael Felt · 6 years ago
  21. f2ef51f bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Pablo Galindo · 6 years ago
  22. 95d630e bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) by Pablo Galindo · 6 years ago
  23. 745c0f3 Simplify vector_norm() by eliminating special cases in the main loop (GH-9006) by Raymond Hettinger · 6 years ago
  24. aada63b bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) by Brendan Gerrity · 6 years ago
  25. 757b73c Add VSTS status badge to readme (GH-8958) by Steve Dower · 6 years ago
  26. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
  27. 1b5f9c9 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) by Naris R · 6 years ago
  28. e6dac00 bpo-34542: Update test certs and keys (GH-8997) by Christian Heimes · 6 years ago
  29. 0382406 Fix TestPosixSpawn.test_close_file() (GH-8992) by Victor Stinner · 6 years ago
  30. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 6 years ago
  31. de42755 bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) by Victor Stinner · 6 years ago
  32. cf21504 bpo-34485: Emit C locale coercion warning later (GH-9002) by Victor Stinner · 6 years ago
  33. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  34. c5989cd bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) by Victor Stinner · 6 years ago
  35. 70fead2 bpo-34523: Fix config_init_fs_encoding() (GH-8991) by Victor Stinner · 6 years ago
  36. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  37. dfe0dc7 bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) by Victor Stinner · 6 years ago
  38. 177d921 bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988) by Victor Stinner · 6 years ago
  39. 315877d bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) by Victor Stinner · 6 years ago
  40. 21786f5 Improve commutativity of math.hypot() and math.dist() (GH-8984) by Raymond Hettinger · 6 years ago
  41. 124b9eb bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982) by Victor Stinner · 6 years ago
  42. 2c8ddcf bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) by Victor Stinner · 6 years ago
  43. 9e4994d bpo-34485: Enhance init_sys_streams() (GH-8978) by Victor Stinner · 6 years ago
  44. d500e53 bpo-34403: On HP-UX, force ASCII for C locale (GH-8969) by Victor Stinner · 6 years ago
  45. 5cb2589 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) by Victor Stinner · 6 years ago
  46. d658dea bpo-21145: Add cached_property decorator in functools (#6982) by Carl Meyer · 6 years ago
  47. 216b745 bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) by Przemysław Spodymek · 6 years ago
  48. 7ef1697 bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) by Michael Felt · 6 years ago
  49. 3fe89da bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) by Louis Sautier · 6 years ago
  50. 7d81e8f bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) by Serhiy Storchaka · 6 years ago
  51. b44a1d4 bpo-34171: Fix test_trace. (GH-8940) by Serhiy Storchaka · 6 years ago
  52. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 6 years ago
  53. 74734f7 Fast path for exact floats in math.hypot() and math.dist() (GH-8949) by Raymond Hettinger · 6 years ago
  54. 89d79b1 Remove AIX workaround test_subprocess (GH-8939) by Michael Felt · 6 years ago
  55. a2eefa6 bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) by Alexey Izbyshev · 6 years ago
  56. b57b4ac closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) by Alexey Izbyshev · 6 years ago
  57. 5f79b50 closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferencing it. (GH-8930) by Alexey Izbyshev · 6 years ago
  58. 44838be closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) by Alexey Izbyshev · 6 years ago
  59. 1871a4a Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281) by Zackery Spytz · 6 years ago
  60. 2e5d2ea Fix markup in stdtypes documentation (GH-8905) by Andrés Delfino · 6 years ago
  61. 90555ec bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pickle.c. (GH-8788) by Sergey Fedoseev · 6 years ago
  62. 86b8991 Fix upsizing of marks stack in pickle module. (GH-8860) by Sergey Fedoseev · 6 years ago
  63. c406d5c bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) by Serhiy Storchaka · 6 years ago
  64. 8fdd331 closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) by Alexey Izbyshev · 6 years ago
  65. 416cbce Fixed typo with asynccontextmanager code example (GH-8845) by Alexander Vasin · 6 years ago
  66. 09efe49 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) by Danish Prakash · 6 years ago
  67. 76be0ff bpo-13312: Avoid int underflow in time year. (GH-8912) by Gregory P. Smith · 6 years ago
  68. eb746db bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910) by Alexey Izbyshev · 6 years ago
  69. 3738fad bpo-34448: Improve output of usable wchar_t check (GH-8846) by Michael Osipov · 6 years ago
  70. 4988453 closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869) by Alexey Izbyshev · 6 years ago
  71. 91cb298 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Vladimir Matveev · 6 years ago
  72. 075b3c3 Fix typo in the dataclasses's doc (GH-8896) by Daniel Dương · 6 years ago
  73. 7ecae3c closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) by Alexey Izbyshev · 6 years ago
  74. 2b824b2 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Alexey Izbyshev · 6 years ago
  75. f6247aa closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876) by Alexey Izbyshev · 6 years ago
  76. cc18258 Fix doc for `add_subparsers` arguments (GH-8884) by Anthony Sottile · 6 years ago
  77. b8a181f Fix typo in asyncio.BoundedSemaphore docs (GH-8882) by Jelle Zijlstra · 6 years ago
  78. 096329f bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Paul Ganssle · 6 years ago
  79. c33bb5d Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Ville Skyttä · 6 years ago
  80. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  81. 89487f5 bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) by Victor Stinner · 6 years ago
  82. ccd9975 bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826) by Alexey Izbyshev · 6 years ago
  83. 65bef36 Remove superseded line from argparse.HelpFormatter() (GH-8839) by Grant Jenks · 6 years ago
  84. c583919 bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863) by Alexey Izbyshev · 6 years ago
  85. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  86. 28853a2 bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Alexey Izbyshev · 6 years ago
  87. f8c06b0 bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851) by Alexey Izbyshev · 6 years ago
  88. ef8861c Fix Doc/whatsnew/3.8.rst (GH-8848) by Berker Peksag · 6 years ago
  89. 3e26e42 bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833) by Zackery Spytz · 6 years ago
  90. cdbf50c bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Alexey Izbyshev · 6 years ago
  91. 4c85557 bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Xiang Zhang · 6 years ago
  92. 74a307d bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) by Alexey Izbyshev · 6 years ago
  93. 225b055 bpo-22057: Clarify eval() documentation (GH-8812) by Berker Peksag · 6 years ago
  94. 77d5781 bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623) by Serhiy Storchaka · 6 years ago
  95. 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
  96. d3d3171 bpo-34415: Updated logging.Formatter docstring. (GH-8811) by Vinay Sajip · 6 years ago
  97. 93b5655 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) by Andrés Delfino · 6 years ago
  98. cae8ff9 bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) by Michael Osipov · 6 years ago
  99. 2b32da2 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  100. a251073 Warn not to set SIGPIPE to SIG_DFL (#6773) by Alfred Perlstein · 6 years ago