Python 3.10.0a1
  1. 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years, 11 months ago v3.10.0a1
  2. 1fce240 bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) by Victor Stinner · 4 years, 11 months ago
  3. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 11 months ago
  4. 9a76426 bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) by Erlend Egeberg Aasland · 4 years, 11 months ago
  5. 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 4 years, 11 months ago
  6. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years, 11 months ago
  7. e799aa8 bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469) by Batuhan Taskaya · 4 years, 11 months ago
  8. fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years, 11 months ago
  9. d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 4 years, 11 months ago
  10. ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years, 11 months ago
  11. 6a412c9 bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) by scoder · 4 years, 11 months ago
  12. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 11 months ago
  13. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 11 months ago
  14. 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 4 years, 11 months ago
  15. 5b0181d bpo-41774: Add programming FAQ entry (GH-22402) by Terry Jan Reedy · 4 years, 11 months ago
  16. b0dfc75 bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441) by Ram Rachum · 4 years, 11 months ago
  17. e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 11 months ago
  18. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 11 months ago
  19. 24ba3b0 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Dong-hee Na · 4 years, 11 months ago
  20. ff9147d bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Jan Mazur · 4 years, 11 months ago
  21. a195bce bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) by Dong-hee Na · 4 years, 11 months ago
  22. 2afd175 bpo-1635741: Port _bisect module to multi-phase init (GH-22415) by Dong-hee Na · 5 years ago
  23. 02d126a bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) by Mark Shannon · 5 years ago
  24. 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 5 years ago
  25. 98c16c9 bpo-41833: threading.Thread now uses the target name (GH-22357) by Victor Stinner · 5 years ago
  26. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 5 years ago
  27. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 5 years ago
  28. 83de110 bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) by Mohamed Koubaa · 5 years ago
  29. 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 5 years ago
  30. 0d0e9fe bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) by Bas van Beek · 5 years ago
  31. a68a2ad bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) by Thomas Grainger · 5 years ago
  32. ea0711a bpo-41817: use new StrEnum to ensure all members are strings (GH-22348) by Ethan Furman · 5 years ago
  33. 557b9a5 bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358) by Serhiy Storchaka · 5 years ago
  34. 62e40d8 Enum: add extended AutoNumber example (GH-22349) by Ethan Furman · 5 years ago
  35. 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 5 years ago
  36. 0063ff4 bpo-41816: add `StrEnum` (GH-22337) by Ethan Furman · 5 years ago
  37. 68526fe bpo-40084: Enum - dir() includes member attributes (GH-19219) by Angelin BOOZ · 5 years ago
  38. 5c0eed7 bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710) by Berker Peksag · 5 years ago
  39. bfee9fa bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) by Peter McCormick · 5 years ago
  40. c8c70e7 Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317) by Mark Dickinson · 5 years ago
  41. 0c71a66 bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679) by idomic · 5 years ago
  42. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  43. 6595cb0 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Dong-hee Na · 5 years ago
  44. 27201cd Remove duplicated words words (GH-22298) by Serhiy Storchaka · 5 years ago
  45. 0b419b7 bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) by Serhiy Storchaka · 5 years ago
  46. 7219e27 Enum: make `Flag` and `IntFlag` members iterable (GH-22221) by Ethan Furman · 5 years ago
  47. 5c1b46d acknowledge Weipeng Hong's contributions (GH-22284) by Ethan Furman · 5 years ago
  48. c95ad7a bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) by Ethan Furman · 5 years ago
  49. 3064dbf bpo-41517: do not allow Enums to be extended (#22271) by Ethan Furman · 5 years ago
  50. 0705ec8 bpo-41792: Add is_typeddict function to typing.py (GH-22254) by Patrick Reader · 5 years ago
  51. 22415ad bpo-41789: honor object overrides in Enum classes (GH-22250) by Ethan Furman · 5 years ago
  52. bff01f3 bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Ethan Furman · 5 years ago
  53. 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 5 years ago
  54. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 5 years ago
  55. 7c11a9a bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Václav Slavík · 5 years ago
  56. 1b0f0e3 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Victor Stinner · 5 years ago
  57. 7e711ea bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Terry Jan Reedy · 5 years ago
  58. 06d0b8b bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) by Mark Roseman · 5 years ago
  59. f76d894 bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165) by Mohamed Koubaa · 5 years ago
  60. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 5 years ago
  61. 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 5 years ago
  62. 3ff6975 bpo-1635741: port scproxy to multi-phase init (GH-22164) by Mohamed Koubaa · 5 years ago
  63. 58de1dd bpo-41525: Make the Python program help ASCII-only (GH-21836) by Serhiy Storchaka · 5 years ago
  64. 2de50f2 Fix incorrect bpo number in change notes. (GH-22151) by Mark Shannon · 5 years ago
  65. f315142 bpo-1635741: Port mashal module to multi-phase init (#22149) by Victor Stinner · 5 years ago
  66. bb083d3 bpo-1635741: Port _string module to multi-phase init (GH-22148) by Victor Stinner · 5 years ago
  67. 52a2df1 bpo-1635741: Convert _sha256 types to heap types (GH-22134) by Mohamed Koubaa · 5 years ago
  68. 15dcdb2 bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139) by Mohamed Koubaa · 5 years ago
  69. b0ac5d7 bpo-41732: add iterator to memoryview (GH-22119) by dxflores · 5 years ago
  70. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 5 years ago
  71. 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 5 years ago
  72. fd4cafd bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Serhiy Storchaka · 5 years ago
  73. 1baf030 bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) by Mohamed Koubaa · 5 years ago
  74. 2aabc32 bpo-1635741: Port _overlapped module to multi-phase init (GH-22051) by Mohamed Koubaa · 5 years ago
  75. 426f2b4 bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) by Mohamed Koubaa · 5 years ago
  76. 1aaa21f bpo-1635741 port zlib module to multi-phase init (GH-21995) by Mohamed Koubaa · 5 years ago
  77. 63f102f bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) by Mohamed Koubaa · 5 years ago
  78. 7f331c8 bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) by Erlend Egeberg Aasland · 5 years ago
  79. 8c0be6f bpo-41687: Fix sendfile implementation to work with Solaris (#22040) by Jakub Kulík · 5 years ago
  80. dd18001 bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098) by Steve Dower · 5 years ago
  81. 8171580 bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999) by Serhiy Storchaka · 5 years ago
  82. 4b8032e bpo-41713: _signal doesn't use multi-phase init (GH-22087) by Victor Stinner · 5 years ago
  83. 71d1bd9 bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) by Mohamed Koubaa · 5 years ago
  84. e223d06 bpo-39883: Use BSD0 license for code in docs (GH-17635) by Todd · 5 years ago
  85. 0770ad9 bpo-41696: Fix handling of debug mode in asyncio.run (#22069) by Shantanu · 5 years ago
  86. 4a97b15 bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) by Pablo Galindo · 5 years ago
  87. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 5 years ago
  88. f9c5e3f bpo-41675: Modernize siginterrupt calls (GH-22028) by Pablo Galindo · 5 years ago
  89. 93d50a6 bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) by Mohamed Koubaa · 5 years ago
  90. a7f0268 bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) by Mohamed Koubaa · 5 years ago
  91. 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 5 years ago
  92. 6844b56 bpo-41528: Use math module in turtle (GH-21837) by Marek Madejski · 5 years ago
  93. e6905e4 bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042) by Victor Stinner · 5 years ago
  94. 0d6aa7f bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) by han-solo · 5 years ago
  95. ea5a636 bpo-39010: Fix errors logged on proactor loop restart (#22017) by Ben Darnell · 5 years ago
  96. 475a5fb bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) by Vinay Sharma · 5 years ago
  97. 582f137 bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892) by Irit Katriel · 5 years ago
  98. 75c80b0 closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) by Tony Solomonik · 5 years ago
  99. 97eaf2b bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) by wmeehan · 5 years ago
  100. 022bc75 bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) by Irit Katriel · 5 years ago