1. 26a1ad1 Small clean-ups for the random module (GH-21038) by Raymond Hettinger · 4 years, 1 month ago
  2. a16d697 Improve asyncio.loop.call_soon() documentation (GH-20883) by Roger Iyengar · 4 years, 1 month ago
  3. c96d00e bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) by Victor Stinner · 4 years, 1 month ago
  4. 1937edd bpo-1635741: Port _lzma module to multiphase initialization (GH-19382) by Dong-hee Na · 4 years, 1 month ago
  5. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 1 month ago
  6. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 1 month ago
  7. 9e27bc0 bpo-41005: Fixed perrmission error (GH-20936) by Krishna Chivukula · 4 years, 1 month ago
  8. 36ff513 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Serhiy Storchaka · 4 years, 1 month ago
  9. c88239f bpo-26407: Do not mask errors in csv. (GH-20536) by Serhiy Storchaka · 4 years, 1 month ago
  10. cafe1b6 bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Serhiy Storchaka · 4 years, 1 month ago
  11. 4901ea9 bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Christian Heimes · 4 years, 1 month ago
  12. d780fa7 bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) by Gregory P. Smith · 4 years, 1 month ago
  13. 81328f3 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Gregory P. Smith · 4 years, 1 month ago
  14. 6f79838 Skip tests to fix bot (GH-20777) by Joannah Nanjekye · 4 years, 1 month ago
  15. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 1 month ago
  16. 6989af0 bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) by Dong-hee Na · 4 years, 1 month ago
  17. f9bab74 bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) by Serhiy Storchaka · 4 years, 1 month ago
  18. 19fcffa bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010) by Serhiy Storchaka · 4 years, 1 month ago
  19. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 1 month ago
  20. 3ccb96c bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) by Gregory P. Smith · 4 years, 1 month ago
  21. eb0d5c3 bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) by Gregory P. Smith · 4 years, 1 month ago
  22. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  23. 55460ee bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) by Batuhan Taskaya · 4 years, 1 month ago
  24. af157fa Add link to .pypirc specification (GH-20680) by Brian Rutledge · 4 years, 1 month ago
  25. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 1 month ago
  26. 344c2a7 bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) by Vincent Férotin · 4 years, 1 month ago
  27. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 1 month ago
  28. a041e11 bpo-41040: Fix test_modulefinder. (GH-20991) by Serhiy Storchaka · 4 years, 1 month ago
  29. 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 4 years, 1 month ago
  30. 3358da4 bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984) by Victor Stinner · 4 years, 1 month ago
  31. ec68918 bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960) by Dong-hee Na · 4 years, 1 month ago
  32. 8a0fe7b Improve blake2 comment for Victor (GH-20981) by Christian Heimes · 4 years, 1 month ago
  33. 66a65ba Improve readability of `formataddr` docstring (GH-20963) by Jürgen Gmach · 4 years, 1 month ago
  34. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 4 years, 1 month ago
  35. 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 4 years, 1 month ago
  36. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 1 month ago
  37. d906f0e Update CODEOWNERS to account for the new parser location (GH-20971) by Pablo Galindo · 4 years, 1 month ago
  38. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 1 month ago
  39. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 4 years, 1 month ago
  40. ddbeb2f bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) by Victor Stinner · 4 years, 1 month ago
  41. 2c2a4f3 bpo-41006: What's New: less => fewer modules (GH-20955) by Victor Stinner · 4 years, 1 month ago
  42. 1bf7959 bpo-41006: Remove init_sys_streams() hack (GH-20954) by Victor Stinner · 4 years, 1 month ago
  43. 4c18fc8 bpo-41006: Document the runpy optimization (GH-20953) by Victor Stinner · 4 years, 1 month ago
  44. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 4 years, 1 month ago
  45. 236a0f5 bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937) by stratakis · 4 years, 1 month ago
  46. 98ce7b1 bpo-41006: pkgutil imports lazily re (GH-20939) by Victor Stinner · 4 years, 1 month ago
  47. 7824cc0 bpo-41006: collections imports lazily heap (GH-20940) by Victor Stinner · 4 years, 1 month ago
  48. bb6ec14 bpo-41009: fix requires_OS_version() class decorator (GH-20942) by Christian Heimes · 4 years, 1 month ago
  49. 8362893 bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) by Victor Stinner · 4 years, 1 month ago
  50. 8e34e92 bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) by Inada Naoki · 4 years, 1 month ago
  51. 07923f3 bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) by Victor Stinner · 4 years, 1 month ago
  52. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 1 month ago
  53. 818f5b5 bpo-32604: Clean up test.support.interpreters. (gh-20926) by Eric Snow · 4 years, 2 months ago
  54. c4862e3 bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) by Dong-hee Na · 4 years, 2 months ago
  55. 51c5896 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) by Pablo Galindo · 4 years, 2 months ago
  56. fcc60e4 bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) by Victor Stinner · 4 years, 2 months ago
  57. fc710ee bpo-40993: Don't run Travis CI coverage on PRs (GH-20916) by Victor Stinner · 4 years, 2 months ago
  58. e0bec69 Remove old comment in string_parser.c (GH-20906) by Pablo Galindo · 4 years, 2 months ago
  59. de4304d bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) by Zackery Spytz · 4 years, 2 months ago
  60. 113e2b0 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Lysandros Nikolaou · 4 years, 2 months ago
  61. 8666356 closes bpo-28557: error message for bad raw readinto (GH-7496) by David Szotten · 4 years, 2 months ago
  62. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years, 2 months ago
  63. 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 4 years, 2 months ago
  64. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 2 months ago
  65. 5f79f46 bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) by Xavier Fernandez · 4 years, 2 months ago
  66. 4a3a682 bpo-40448: ensurepip: Do not use cache (GH-19812) by Krzysztof Konopko · 4 years, 2 months ago
  67. bf69a8f bpo-1635741: Port _dbm module to multiphase initialization (GH-20848) by Dong-hee Na · 4 years, 2 months ago
  68. d8cf351 bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) by roger · 4 years, 2 months ago
  69. e2d47a0 bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886) by Victor Stinner · 4 years, 2 months ago
  70. fb61c42 Improve readability and style in parser files (GH-20884) by Pablo Galindo · 4 years, 2 months ago
  71. 794e7d1 bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) by Niklas Fiekas · 4 years, 2 months ago
  72. 25f38d7 bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20563) by Rémi Lapeyre · 4 years, 2 months ago
  73. 5fc4f8a Fix trailing whitespace in keyword.py (GH-20881) by Pablo Galindo · 4 years, 2 months ago
  74. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 2 months ago
  75. 10c3b21 bpo-40890: Fix compiler warning in dictobject.c (GH-20876) by Pablo Galindo · 4 years, 2 months ago
  76. 714217f Fixes dead links to Django's logging config docs (GH-20823) by kevin seelbach · 4 years, 2 months ago
  77. 8f04a84 bpo-30064: Fix slow asyncio sock test (GH-20868) by Fantix King · 4 years, 2 months ago
  78. 5aad027 Some reformatting (suggested by Black) and minor factoring. (GH-20865) by Raymond Hettinger · 4 years, 2 months ago
  79. d71ab4f bpo-40855: Fix ignored mu and xbar parameters (GH-20835) by Raymond Hettinger · 4 years, 2 months ago
  80. dea3223 bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) by Zackery Spytz · 4 years, 2 months ago
  81. 9db5b8d Minor code clean-ups (GH-20838) by Raymond Hettinger · 4 years, 2 months ago
  82. 9672912 bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Christian Heimes · 4 years, 2 months ago
  83. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 4 years, 2 months ago
  84. 1c209e3 Remove redundant var in PyErr_NewException() (GH-20850) by Hai Shi · 4 years, 2 months ago
  85. b3e6783 bpo-37556 Extend help to include latest overrides (GH-14701) by Steve (Gadget) Barnes · 4 years, 2 months ago
  86. a6ac239 Minor change on threading.Thread.native_id documentation. (GH-18129) by Antoine · 4 years, 2 months ago
  87. 80d827c bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 2 months ago
  88. 08b1bba bpo-40964: disable remote IMAP tests (GH-20836) by Christian Heimes · 4 years, 2 months ago
  89. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 4 years, 2 months ago
  90. 0d3350d bpo-40955: Fix memory leak in subprocess module (GH-20825) by Christian Heimes · 4 years, 2 months ago
  91. e2fb8a2 Update lexical_analysis.rst (GH-17508) by Géry Ogam · 4 years, 2 months ago
  92. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 4 years, 2 months ago
  93. ddef3bd bpo-40950: Port nis module to multiphase initialization (GH-20811) by Dong-hee Na · 4 years, 2 months ago
  94. 756180b bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) by Pablo Galindo · 4 years, 2 months ago
  95. b4282dd Remove unnecessary grammar decorations and change header (GH-20819) by Pablo Galindo · 4 years, 2 months ago
  96. 60c2a81 bpo-40626: Support HDF5 in mimetypes (GH-20042) by MARK SCHWAB · 4 years, 2 months ago
  97. 46398fb bpo-29620: iterate over a copy of sys.modules (GH-4800) by kernc · 4 years, 2 months ago
  98. 436b648 bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815) by Pablo Galindo · 4 years, 2 months ago
  99. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 2 months ago
  100. 311110a bpo-40275: Move TransientResource to test_urllib2net (GH-20812) by Victor Stinner · 4 years, 2 months ago