1. 0cafcd3 closes bpo-42029: Remove dynload_dl (GH-22687) by Kevin Adler · 4 years, 1 month ago
  2. 6a48518 bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) by Ned Deily · 4 years, 1 month ago
  3. f2bd04f Improve recipe readability (GH-22685) by Raymond Hettinger · 4 years, 1 month ago
  4. 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years, 1 month ago
  5. 8b2ff4c Add recipe for a version of random() with a larger population (GH-22664) by Raymond Hettinger · 4 years, 1 month ago
  6. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years, 1 month ago
  7. 66c28f5 bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) by Yunlongs · 4 years, 1 month ago
  8. 64eb259 bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672) by Kyle Evans · 4 years, 1 month ago
  9. ba06a70 Fix typo in "Context manager types" section in typing.rst (GH-22676) by Saiyang Gou · 4 years, 1 month ago
  10. 04b8631 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Yannick Jadoul · 4 years, 1 month ago
  11. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 1 month ago
  12. abe244c [doc] Fix typo in the graphlib docs (GH-22661) by linchiwei123 · 4 years, 1 month ago
  13. 8adf8d1 [doc] Remove mention of async and await as soft keywords (GH-22144) by Andre Delfino · 4 years, 1 month ago
  14. 13ff396 bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) by Victor Stinner · 4 years, 1 month ago
  15. 47ecfd8 bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652) by Pablo Galindo · 4 years, 1 month ago
  16. 1800c60 bpo-40423: Optimization: use close_range(2) if available (GH-22651) by Kyle Evans · 4 years, 1 month ago
  17. c230fde bpo-40422: create a common _Py_closerange API (GH-19754) by Kyle Evans · 4 years, 1 month ago
  18. d5752aa Fix .. code-block :: directives in decimal.rst (GH-22571) by Anthony Sottile · 4 years, 1 month ago
  19. 10c98db Fix typo in listobject.h (GH-22588) by chilaxan · 4 years, 1 month ago
  20. 8197a93 Fix typo (GH-22582) by Gaurav Kamath · 4 years, 1 month ago
  21. 8287aad bpo-41993: Fix possible issues in remove_module() (GH-22631) by Serhiy Storchaka · 4 years, 1 month ago
  22. fa1d83d bpo-42002: Clean up initialization of the sys module. (GH-22642) by Serhiy Storchaka · 4 years, 1 month ago
  23. 0ff8a3b Fix typo in typing.rst (GH-22625) by abdo · 4 years, 1 month ago
  24. 22220ae bpo-38605: bump the magic number for 'annotations' future (#22630) by Batuhan Taskaya · 4 years, 1 month ago
  25. 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years, 1 month ago
  26. 02a1603 bpo-42000: Cleanup the AST related C-code (GH-22641) by Batuhan Taskaya · 4 years, 1 month ago
  27. 637a09b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Serhiy Storchaka · 4 years, 1 month ago
  28. a427593 Fix incorrect parameter name (GH-22613) by Xie Yanbo · 4 years, 1 month ago
  29. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 1 month ago
  30. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 1 month ago
  31. b2c0a43 bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) by Saiyang Gou · 4 years, 1 month ago
  32. eb38c6b bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) by Serhiy Storchaka · 4 years, 1 month ago
  33. f25323a bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) by Serhiy Storchaka · 4 years, 1 month ago
  34. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 1 month ago
  35. 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years, 1 month ago
  36. 666f583 Updated README for python 3.10 (GH-22605) by Nishit · 4 years, 1 month ago
  37. 77f0a23 Fix the attribute names in the docstring of GenericAlias (GH-22594) by Mikhail Golubev · 4 years, 1 month ago
  38. 3f34237 bpo-39337: Add a test case for normalizing of codec names (GH-19069) by Hai Shi · 4 years, 1 month ago
  39. bfe6e03 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) by Erlend Egeberg Aasland · 4 years, 1 month ago
  40. 27ac19c bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) by Pablo Galindo · 4 years, 1 month ago
  41. aecf036 bpo-41306: Allow scale value to not be rounded (GH-21715) by E-Paine · 4 years, 1 month ago
  42. 4a9f82f bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) by Pablo Galindo · 4 years, 1 month ago
  43. 35f041d bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) by Phil Elson · 4 years, 1 month ago
  44. 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 1 month ago
  45. 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 4 years, 1 month ago
  46. f90dc36 Fix comment about PyObject_IsTrue. (GH-22343) by Stefan Pochmann · 4 years, 1 month ago
  47. 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 1 month ago
  48. bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years, 1 month ago
  49. a8bf44d bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575) by Florian Bruhin · 4 years, 1 month ago
  50. 2ef5caa bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) by Serhiy Storchaka · 4 years, 1 month ago
  51. 91e3339 Post 3.10.0a1 by Pablo Galindo · 4 years, 1 month ago
  52. 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years, 1 month ago
  53. d02d824 bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505) by Brett Cannon · 4 years, 1 month ago
  54. 1fce240 bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) by Victor Stinner · 4 years, 1 month ago
  55. 060937d bpo-41774: Tweak new programming FAQ entry (GH-22562) by Terry Jan Reedy · 4 years, 1 month ago
  56. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 1 month ago
  57. 9a76426 bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) by Erlend Egeberg Aasland · 4 years, 1 month ago
  58. 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years, 1 month ago
  59. 40db798 bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) by scoder · 4 years, 1 month ago
  60. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years, 1 month ago
  61. 619f980 Typo fix (GH-22496) by Manan Kumar Garg · 4 years, 1 month ago
  62. 2cc6dc9 bpo-41490: Bump vendored pip to version 20.2.3 (#22527) by Pablo Galindo · 4 years, 1 month ago
  63. a619af4 Delete extra 'the' from `Formatter` class docstring (GH-22530) by Hansraj Das · 4 years, 1 month ago
  64. 1ed5443 bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) by Irit Katriel · 4 years, 1 month ago
  65. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years, 1 month ago
  66. 7f54e56 [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) by Andre Delfino · 4 years, 1 month ago
  67. fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years, 1 month ago
  68. d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 4 years, 1 month ago
  69. 3fe6148 [doc] Fix link to abc.collections.Iterable (GH-22520) by Andre Delfino · 4 years, 1 month ago
  70. ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years, 1 month ago
  71. c111355 bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455) by Pablo Galindo · 4 years, 1 month ago
  72. 5230131 bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418) by Ram Rachum · 4 years, 1 month ago
  73. f97e42e bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554) by Ram Rachum · 4 years, 1 month ago
  74. 6a412c9 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) by scoder · 4 years, 1 month ago
  75. d4b9edd [doc] Fix link to abc.collections.Iterable (GH-22502) by Andre Delfino · 4 years, 1 month ago
  76. bd71a43 Fix is_typeddict markup (#22501) by Andre Delfino · 4 years, 1 month ago
  77. 9cd01ec Typo fix - "mesasge" should be "message" (GH-22498) by Hansraj Das · 4 years, 1 month ago
  78. 20ce62f bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Campbell Barton · 4 years, 1 month ago
  79. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 1 month ago
  80. 497126f Update link to supporting references (GH-22488) by Raymond Hettinger · 4 years, 1 month ago
  81. c8bb241 [doc] Update references to NumPy (GH-22458) by Andre Delfino · 4 years, 1 month ago
  82. bd0a08e bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481) by Victor Stinner · 4 years, 1 month ago
  83. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 1 month ago
  84. 256e54a bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478) by Erlend Egeberg Aasland · 4 years, 1 month ago
  85. 9031bd4 bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444) by Erlend Egeberg Aasland · 4 years, 1 month ago
  86. fa7ce08 bpo-41870: Avoid the test when nargs=0 (GH-22462) by Dong-hee Na · 4 years, 1 month ago
  87. 6329893 Fix grammar in secrets module documentation (GH-22467) by Max Smolens · 4 years, 1 month ago
  88. 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 4 years, 1 month ago
  89. 5b0181d bpo-41774: Add programming FAQ entry (GH-22402) by Terry Jan Reedy · 4 years, 1 month ago
  90. b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years, 1 month ago
  91. e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 1 month ago
  92. cb6db8b bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428) by Erlend Egeberg Aasland · 4 years, 1 month ago
  93. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 1 month ago
  94. 24ba3b0 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Dong-hee Na · 4 years, 1 month ago
  95. ff9147d bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Jan Mazur · 4 years, 1 month ago
  96. a195bce bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) by Dong-hee Na · 4 years, 1 month ago
  97. d9ab95f [doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340) by Andre Delfino · 4 years, 1 month ago
  98. a937ab4 bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417) by Erlend Egeberg Aasland · 4 years, 1 month ago
  99. 00eb063 bpo-41858: Clarify line in optparse doc (GH-22407) by Emmanuel Arias · 4 years, 1 month ago
  100. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 1 month ago