1. ef19bad Improve code organization for the random module (GH-21161) by Raymond Hettinger · 4 years, 2 months ago
  2. 4b85e60 bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) by Lysandros Nikolaou · 4 years, 2 months ago
  3. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 2 months ago
  4. 77ed29b Fix typo in functions.rst (GH-21131) by Ram Rachum · 4 years, 2 months ago
  5. 847f94f bpo-40275: Use new test.support helper submodules in tests (GH-21151) by Hai Shi · 4 years, 2 months ago
  6. 700cfa8 bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) by Serhiy Storchaka · 4 years, 2 months ago
  7. 8ea6353 BPO-41100: Support macOS 11 when building (GH-21113) by Ronald Oussoren · 4 years, 2 months ago
  8. 8d02f91 bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152) by Ned Deily · 4 years, 2 months ago
  9. 06a40d7 bpo-40275: Use new test.support helper submodules in tests (GH-20824) by Hai Shi · 4 years, 2 months ago
  10. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 2 months ago
  11. 0f8ec1f bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Serhiy Storchaka · 4 years, 2 months ago
  12. aad8f0e bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Serhiy Storchaka · 4 years, 2 months ago
  13. 589e8fe bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Ned Deily · 4 years, 2 months ago
  14. 94eee69 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Serhiy Storchaka · 4 years, 2 months ago
  15. f7ba40b bpo-40275: Use new test.support helper submodules in tests (GH-20849) by Hai Shi · 4 years, 2 months ago
  16. 5f190d2 bpo-39580: add check for CLI installation on macOS (GH-20271) by Rick Heil · 4 years, 2 months ago
  17. 1931e64 Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132) by Ned Deily · 4 years, 2 months ago
  18. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 4 years, 2 months ago
  19. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 4 years, 2 months ago
  20. cf18c9e bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Arisaka97 · 4 years, 2 months ago
  21. a7dc714 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Serhiy Storchaka · 4 years, 2 months ago
  22. 33b79b1 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Nikita Nemkin · 4 years, 2 months ago
  23. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 2 months ago
  24. 80526f6 Fix typo in dataclasses module (GH-21109) by Jürgen Gmach · 4 years, 2 months ago
  25. 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 4 years, 2 months ago
  26. bf2e515 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Gareth Rees · 4 years, 2 months ago
  27. cde283d bpo-40521: Fix _PyContext_Fini() (GH-21103) by Victor Stinner · 4 years, 2 months ago
  28. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 4 years, 2 months ago
  29. bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 4 years, 2 months ago
  30. 90ed8a6 bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) by Victor Stinner · 4 years, 2 months ago
  31. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 2 months ago
  32. d051801 bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) by Anthony Sottile · 4 years, 2 months ago
  33. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 2 months ago
  34. 2c6e4e9 bpo-41039: Simplify python3.dll build (GH-20989) by Nikita Nemkin · 4 years, 2 months ago
  35. 4efc336 bpo-41054: Simplify resource compilation on Windows (GH-21004) by Nikita Nemkin · 4 years, 2 months ago
  36. 930f451 On path with known exact float, extract the double with the fast macro. (GH-21072) by Raymond Hettinger · 4 years, 2 months ago
  37. fe2a48c bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Nikita Nemkin · 4 years, 2 months ago
  38. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 2 months ago
  39. 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 4 years, 2 months ago
  40. bc43f6e bpo-41065: Use zip-strict in zoneinfo (GH-21031) by Ram Rachum · 4 years, 2 months ago
  41. 30a8933 Call _PyWarnings_InitState() in subinterpreters (GH-21078) by Victor Stinner · 4 years, 2 months ago
  42. 61b6492 bpo-36710: Pass tstate explicitly in abstract.c (GH-21075) by Victor Stinner · 4 years, 2 months ago
  43. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 2 months ago
  44. 32f2eda bpo-40521: Remove freelist from collections.deque() (GH-21073) by Raymond Hettinger · 4 years, 2 months ago
  45. 1d3dad5 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by WildCard65 · 4 years, 2 months ago
  46. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 4 years, 2 months ago
  47. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 4 years, 2 months ago
  48. 26a1ad1 Small clean-ups for the random module (GH-21038) by Raymond Hettinger · 4 years, 2 months ago
  49. a16d697 Improve asyncio.loop.call_soon() documentation (GH-20883) by Roger Iyengar · 4 years, 2 months ago
  50. c96d00e bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) by Victor Stinner · 4 years, 2 months ago
  51. 1937edd bpo-1635741: Port _lzma module to multiphase initialization (GH-19382) by Dong-hee Na · 4 years, 2 months ago
  52. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 2 months ago
  53. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 2 months ago
  54. 9e27bc0 bpo-41005: Fixed perrmission error (GH-20936) by Krishna Chivukula · 4 years, 2 months ago
  55. 36ff513 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Serhiy Storchaka · 4 years, 2 months ago
  56. c88239f bpo-26407: Do not mask errors in csv. (GH-20536) by Serhiy Storchaka · 4 years, 2 months ago
  57. cafe1b6 bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Serhiy Storchaka · 4 years, 2 months ago
  58. 4901ea9 bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Christian Heimes · 4 years, 2 months ago
  59. d780fa7 bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Gregory P. Smith · 4 years, 2 months ago
  60. 81328f3 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Gregory P. Smith · 4 years, 2 months ago
  61. 6f79838 Skip tests to fix bot (GH-20777) by Joannah Nanjekye · 4 years, 2 months ago
  62. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 2 months ago
  63. 6989af0 bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) by Dong-hee Na · 4 years, 2 months ago
  64. f9bab74 bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) by Serhiy Storchaka · 4 years, 2 months ago
  65. 19fcffa bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Serhiy Storchaka · 4 years, 2 months ago
  66. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 2 months ago
  67. 3ccb96c bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) by Gregory P. Smith · 4 years, 2 months ago
  68. eb0d5c3 bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Gregory P. Smith · 4 years, 2 months ago
  69. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 2 months ago
  70. 55460ee bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Batuhan Taskaya · 4 years, 2 months ago
  71. af157fa Add link to .pypirc specification (GH-20680) by Brian Rutledge · 4 years, 2 months ago
  72. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 2 months ago
  73. 344c2a7 bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) by Vincent Férotin · 4 years, 2 months ago
  74. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 2 months ago
  75. a041e11 bpo-41040: Fix test_modulefinder. (GH-20991) by Serhiy Storchaka · 4 years, 2 months ago
  76. 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 4 years, 2 months ago
  77. 3358da4 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Victor Stinner · 4 years, 2 months ago
  78. ec68918 bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960) by Dong-hee Na · 4 years, 2 months ago
  79. 8a0fe7b Improve blake2 comment for Victor (GH-20981) by Christian Heimes · 4 years, 2 months ago
  80. 66a65ba Improve readability of `formataddr` docstring (GH-20963) by Jürgen Gmach · 4 years, 2 months ago
  81. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 4 years, 2 months ago
  82. 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 4 years, 2 months ago
  83. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 2 months ago
  84. d906f0e Update CODEOWNERS to account for the new parser location (GH-20971) by Pablo Galindo · 4 years, 2 months ago
  85. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 2 months ago
  86. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 4 years, 2 months ago
  87. ddbeb2f bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) by Victor Stinner · 4 years, 2 months ago
  88. 2c2a4f3 bpo-41006: What's New: less => fewer modules (GH-20955) by Victor Stinner · 4 years, 2 months ago
  89. 1bf7959 bpo-41006: Remove init_sys_streams() hack (GH-20954) by Victor Stinner · 4 years, 2 months ago
  90. 4c18fc8 bpo-41006: Document the runpy optimization (GH-20953) by Victor Stinner · 4 years, 2 months ago
  91. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 4 years, 2 months ago
  92. 236a0f5 bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) by stratakis · 4 years, 2 months ago
  93. 98ce7b1 bpo-41006: pkgutil imports lazily re (GH-20939) by Victor Stinner · 4 years, 2 months ago
  94. 7824cc0 bpo-41006: collections imports lazily heap (GH-20940) by Victor Stinner · 4 years, 2 months ago
  95. bb6ec14 bpo-41009: fix requires_OS_version() class decorator (GH-20942) by Christian Heimes · 4 years, 2 months ago
  96. 8362893 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) by Victor Stinner · 4 years, 2 months ago
  97. 8e34e92 bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) by Inada Naoki · 4 years, 2 months ago
  98. 07923f3 bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) by Victor Stinner · 4 years, 2 months ago
  99. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 2 months ago
  100. 818f5b5 bpo-32604: Clean up test.support.interpreters. (gh-20926) by Eric Snow · 4 years, 2 months ago