Python 3.13.0a3
  1. f009305 Python 3.13.0a3 by Thomas Wouters · 1 year, 7 months ago v3.13.0a3
  2. 4a32275 gh-72284: Revise lists in IDLE doc (#114174) by Terry Jan Reedy · 1 year, 7 months ago
  3. 03f7839 GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097) by Brett Cannon · 1 year, 7 months ago
  4. 74208ed gh-113659: Skip hidden .pth files (GH-113660) by Serhiy Storchaka · 1 year, 7 months ago
  5. de4ced5 gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089) by Steve Dower · 1 year, 7 months ago
  6. d2d8332 gh-113626: Add allow_code parameter in marshal functions (GH-113648) by Serhiy Storchaka · 1 year, 7 months ago
  7. d4dfad2 gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) by Serhiy Storchaka · 1 year, 7 months ago
  8. c85c002 gh-113238: add Anchor to importlib.resources (#113801) by Mike Zimin · 1 year, 7 months ago
  9. 04fabe2 gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) by Jérome Perrin · 1 year, 7 months ago
  10. 17b73ab GH-113655: Lower the C recursion limit on various platforms (GH-113944) by Mark Shannon · 1 year, 7 months ago
  11. 8fd287b gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425) by Zackery Spytz · 1 year, 7 months ago
  12. 5094690 gh-91539: Small performance improvement of urrlib.request.getproxies_environment() (#108771) by Raphaël Marinier · 1 year, 7 months ago
  13. d457345 gh-99437: runpy: decode path-like objects before setting globals by Kamil Turek · 1 year, 7 months ago
  14. 0f2fa61 gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647) by Sergey B Kirpichev · 1 year, 7 months ago
  15. 2010d45 gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667) by Ronald Oussoren · 1 year, 7 months ago
  16. c280843 gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060) by Hugo van Kemenade · 1 year, 7 months ago
  17. 77b45fa gh-111803: Support loading more deeply nested lists in binary plist format (GH-114024) by Serhiy Storchaka · 1 year, 7 months ago
  18. dd56b57 gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015) by Crowthebird · 1 year, 7 months ago
  19. c7d59bd gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (#113567) by Ronald Oussoren · 1 year, 7 months ago
  20. e4ff131 GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829) by Barney Gale · 1 year, 7 months ago
  21. dac1da2 GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on WASI (GH-114010) by Brett Cannon · 1 year, 7 months ago
  22. 3c19ee0 GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `test_isinstance` (#113997) by Brett Cannon · 1 year, 7 months ago
  23. 794983c gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946) by Hugo van Kemenade · 1 year, 7 months ago
  24. dce30c9 gh-95649: Document that asyncio contains uvloop code (#107536) by Alois Klink · 1 year, 7 months ago
  25. 8aa1263 GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickletester` (GH-113996) by Brett Cannon · 1 year, 7 months ago
  26. b44b9d9 gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969) by Gregory P. Smith · 1 year, 7 months ago
  27. ac92527 gh-113710: Add types to the interpreter DSL (#113711) by Ken Jin · 1 year, 7 months ago
  28. 7997079 gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869) by Ronald Oussoren · 1 year, 7 months ago
  29. 8aa0088 gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950) by Irit Katriel · 1 year, 7 months ago
  30. ed06648 gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716) by Steve Dower · 1 year, 7 months ago
  31. de777e4 gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957) by Mariusz Felisiak · 1 year, 7 months ago
  32. c4992f4 gh-113903: Fix an IDLE configdialog test (#113973) by Terry Jan Reedy · 1 year, 7 months ago
  33. b4d4aa9 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Zackery Spytz · 1 year, 7 months ago
  34. 55824d0 GH-113853: Guarantee forward progress in executors (GH-113854) by Mark Shannon · 1 year, 7 months ago
  35. 0d8fec7 gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943) by Irit Katriel · 1 year, 7 months ago
  36. 2ac4cf4 gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641) by Nikita Sobolev · 1 year, 7 months ago
  37. f653caa gh-89811: Check for valid tp_version_tag in specializer (GH-113558) by Peter Lazorchak · 1 year, 7 months ago
  38. 1d75fa4 gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817) by Victor Stinner · 1 year, 7 months ago
  39. 73ae202 gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (#113754) by Sam Gross · 1 year, 7 months ago
  40. 66363b9 gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) by Serhiy Storchaka · 1 year, 7 months ago
  41. 89cee94 gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579) by Serhiy Storchaka · 1 year, 7 months ago
  42. a862981 gh-113664: Improve style of Big O notation (GH-113695) by Serhiy Storchaka · 1 year, 7 months ago
  43. e9d5b6e gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) by Serhiy Storchaka · 1 year, 7 months ago
  44. aef4a12 gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() block (GH-113819) by Serhiy Storchaka · 1 year, 7 months ago
  45. 1b7e002 gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900) by Serhiy Storchaka · 1 year, 7 months ago
  46. 4826d52 gh-112182: Replace StopIteration with RuntimeError for future (#113220) by Jamie Phan · 1 year, 7 months ago
  47. 623b338 gh-66060: Use actual class name in _io type's __repr__ (#30824) by AN Long · 1 year, 7 months ago
  48. 3a9096c GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856) by Stefano Rivera · 1 year, 7 months ago
  49. 0297418 gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813) by Serhiy Storchaka · 1 year, 7 months ago
  50. a5db6a3 gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850) by Serhiy Storchaka · 1 year, 7 months ago
  51. c31be58 gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) by AN Long · 1 year, 7 months ago
  52. 5216178 GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694) by Kristján Valur Jónsson · 1 year, 7 months ago
  53. c6ca562 gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792) by Ronald Oussoren · 1 year, 7 months ago
  54. 73c9326 gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) by Zackery Spytz · 1 year, 7 months ago
  55. f19b93f gh-73965: New environment variable PYTHON_HISTORY (#13208) by Zackery Spytz · 1 year, 7 months ago
  56. 541c5db gh-112795: Allow `/` folder in a zipfile (#112932) by AN Long · 1 year, 7 months ago
  57. 84d1f76 gh-89532: Remove LibreSSL workarounds (#28728) by Rami · 1 year, 7 months ago
  58. d36a365 gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721) by Irit Katriel · 1 year, 7 months ago
  59. bb4c167 gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (#113656) by Grigoriev Semyon · 1 year, 7 months ago
  60. bbf214d gh-113537: support loads str in plistlib.loads (#113582) by AN Long · 1 year, 7 months ago
  61. 66f3964 gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113731) by Ronald Oussoren · 1 year, 7 months ago
  62. 3375dfe GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757) by Barney Gale · 1 year, 7 months ago
  63. bd754b9 gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618) by Serhiy Storchaka · 1 year, 7 months ago
  64. 3c4e972 GH-113568: Stop raising auditing events from pathlib ABCs (#113571) by Barney Gale · 1 year, 7 months ago
  65. 5e1916b gh-80532: Do not set ipv6type when cross-compiling (#17956) by Zackery Spytz · 1 year, 8 months ago
  66. 3003fbb gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709) by Pablo Galindo Salgado · 1 year, 8 months ago
  67. 0ae60b6 GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680) by Mark Shannon · 1 year, 8 months ago
  68. ed6ea3e gh-113320: Reduce the number of dangerous `getattr()` calls when constructing protocol classes (#113401) by Alex Waygood · 1 year, 8 months ago
  69. c2e8298 GH-113225: Speed up `pathlib.Path.glob()` (#113226) by Barney Gale · 1 year, 8 months ago
  70. 4681a52 gh-113538: Don't error in stream reader protocol callback when task is cancelled (#113690) by Guido van Rossum · 1 year, 8 months ago
  71. 1600d78 gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573) by wookie184 · 1 year, 8 months ago
  72. 4c4b08d gh-52161: Enhance Cmd support for docstrings (#110987) by Filip Łapkiewicz · 1 year, 8 months ago
  73. f1f8392 Document the `co_lines` method on code objects (#113682) by Alex Waygood · 1 year, 8 months ago
  74. 178919c gh-113258: Write frozen modules to the build tree on Windows (GH-113303) by Itamar Oren · 1 year, 8 months ago
  75. 7d01fb4 gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636) by Irit Katriel · 1 year, 8 months ago
  76. fab7ad6 gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) by Hugo van Kemenade · 1 year, 8 months ago
  77. ea978c6 gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638) by Ege Akman · 1 year, 8 months ago
  78. b0fb074 GH-113657: Add back missing _SET_IP uops in tier two (GH-113662) by Brandt Bucher · 1 year, 8 months ago
  79. 9ed36d5 gh-113602: Bail out when the parser tries to override existing errors (#113607) by Pablo Galindo Salgado · 1 year, 8 months ago
  80. 7595380 gh-101100: Fix Sphinx warnings from removed `~!` references (#113629) by Hugo van Kemenade · 1 year, 8 months ago
  81. b2566d8 GH-113633: Use module state structure for _testcapi. (GH-113634) by Neil Schemenauer · 1 year, 8 months ago
  82. b4b2cc1 gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363) by AN Long · 1 year, 8 months ago
  83. d0b0e3d gh-113536: Expose `os.waitid` on macOS (#113542) by Ronald Oussoren · 1 year, 8 months ago
  84. 5f3cc90 gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) by Jeffrey Kintscher · 1 year, 8 months ago
  85. 30a6d79 gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598) by Hugo van Kemenade · 1 year, 8 months ago
  86. 88cb972 gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) by Samet YASLAN · 1 year, 8 months ago
  87. f46987b gh-103708: Make directory layout in sysconfig implementation configurable (#103709) by Ankit Kumar Pandey · 1 year, 8 months ago
  88. fba3241 gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (#113544) by Nikita Sobolev · 1 year, 8 months ago
  89. f108468 bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) by Zackery Spytz · 1 year, 8 months ago
  90. cc13eab gh-110459: Make sure --with-openssl-rpath works on macOS (#113441) by Ronald Oussoren · 1 year, 8 months ago
  91. bfee2f7 gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729) by Inada Naoki · 1 year, 8 months ago
  92. c66b577 bpo-26791: Update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (GH-21759) by Jeffrey Kintscher · 1 year, 8 months ago
  93. 712afab gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH-17593) by Zackery Spytz · 1 year, 8 months ago
  94. 1ddd773 gh-64020: Deprecate pydoc.ispackage() (GH-20908) by Zackery Spytz · 1 year, 8 months ago
  95. 67655d8 gh-111615: Fix regression in QueueHandler configuration. (GH-111638) by Vinay Sajip · 1 year, 8 months ago
  96. 4b2c3e8 bpo-36959: Fix error messages for invalid ISO format string in _strptime() (GH-13408) by Gordon P. Hemsley · 1 year, 8 months ago
  97. e87cadc gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH-804) by Serhiy Storchaka · 1 year, 8 months ago
  98. 48c4973 gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) by Yilei Yang · 1 year, 8 months ago
  99. 3f5eb3e bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833) by Zackery Spytz · 1 year, 8 months ago
  100. 0c57454 gh-113407: Fix import of unittest.mock when CPython is built without docstrings (GH-113408) by Serhiy Storchaka · 1 year, 8 months ago