Python 3.12.0a6
  1. f9774e5 Python 3.12.0a6 by Thomas Wouters · 2 years, 5 months ago v3.12.0a6
  2. a33ca2a gh-102493: fix normalization in PyErr_SetObject (#102502) by Irit Katriel · 2 years, 5 months ago
  3. 54060ae gh-87092: compiler's CFG construction moved to after codegen stage (#102320) by Irit Katriel · 2 years, 5 months ago
  4. 4a3ea1f gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781) by C.A.M. Gerlach · 2 years, 6 months ago
  5. d8485d6 Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#102398) by Kumar Aditya · 2 years, 6 months ago
  6. 80b19a3 gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) by C.A.M. Gerlach · 2 years, 6 months ago
  7. 8606697 gh-90110: Fix the c-analyzer Tool (#102483) by Eric Snow · 2 years, 6 months ago
  8. f9cdeb7 gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) by Ned Deily · 2 years, 6 months ago
  9. c84e6f3 Remove unused import of `warnings` from `unittest.loader` (#102479) by JosephSBoyle · 2 years, 6 months ago
  10. d959bcd Add gettext support to tools/extensions/c_annotations.py (#101989) by Rémi Lapeyre · 2 years, 6 months ago
  11. f105fe4 gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in sub interpreters module (#102472) by Irit Katriel · 2 years, 6 months ago
  12. d3ca042 gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455) by Hyunkyun Moon · 2 years, 6 months ago
  13. f533f21 gh-102416: Do not memoize incorrectly loop rules in the parser (#102467) by Pablo Galindo Salgado · 2 years, 6 months ago
  14. 6716254 GH-101362: Optimise PurePath(PurePath(...)) (GH-101667) by Barney Gale · 2 years, 6 months ago
  15. 3e60e02 GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664) by Barney Gale · 2 years, 6 months ago
  16. 3572c86 GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (#101665) by Barney Gale · 2 years, 6 months ago
  17. 96e1022 gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445) by Alex Waygood · 2 years, 6 months ago
  18. 3222054 GH-102341: Improve the test function for pow (#102342) by Partha P. Mukherjee · 2 years, 6 months ago
  19. 7894bbe Fix unused classes in a typing test (GH-102437) by JosephSBoyle · 2 years, 6 months ago
  20. 9a478be gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (#102318) by Yeojin Kim · 2 years, 6 months ago
  21. 66aa78c gh-102356: Add thrashcan macros to filter object dealloc (#102426) by Marta Gómez Macías · 2 years, 6 months ago
  22. 5da379c Move around example in to_bytes() to avoid confusion (#101595) by Sergey B Kirpichev · 2 years, 6 months ago
  23. a74cd3b GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421) by Kumar Aditya · 2 years, 6 months ago
  24. eff9f43 gh-96821: Add config option `--with-strict-overflow` (#96823) by Matthias Görgens · 2 years, 6 months ago
  25. e4609cb gh-101992: update pstlib module documentation (#102133) by Dustin Rodrigues · 2 years, 6 months ago
  26. 8176334 gh-63301: Set exit code when tabnanny CLI exits on error (#7699) by Jaysinh Shukla · 2 years, 6 months ago
  27. 77a3196 gh-101863: Fix wrong comments in EUC-KR codec (gh-102417) by Byeongmin Choi · 2 years, 6 months ago
  28. 90801e4 gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303) by Gouvernathor · 2 years, 6 months ago
  29. c2bd55d gh-102179: Fix `os.dup2` error reporting for negative fds (#102180) by Alexey Izbyshev · 2 years, 6 months ago
  30. 705487c gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (#101896) by Raj · 2 years, 6 months ago
  31. b022250 Remove unused internal macros (#102415) by Mark Dickinson · 2 years, 6 months ago
  32. 8de59c1 gh-102021 : Allow multiple input files for interpreter loop generator (#102022) by Jacob Bower · 2 years, 6 months ago
  33. cb944d0 Add import of `unittest.mock.Mock` in documentation (#102346) by Wagner Alberto · 2 years, 6 months ago
  34. 7b91320 gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390) by Nikita Sobolev · 2 years, 6 months ago
  35. 4e7c0cb gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Owain Davies · 2 years, 6 months ago
  36. 12011dd gh-102324: Improve tests of `typing.override` (#102325) by Nikita Sobolev · 2 years, 6 months ago
  37. 71db5db gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372) by Irit Katriel · 2 years, 6 months ago
  38. 7325000 Fix typos in documentation and comments (GH-102374) by Michael K · 2 years, 6 months ago
  39. ed55c69 gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350) by Dong-hee Na · 2 years, 6 months ago
  40. 6059743 gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365) by Hyunkyun Moon · 2 years, 6 months ago
  41. eaae563 gh-102088 Optimize iter_index itertools recipe (GH-102360) by Stefan Pochmann · 2 years, 6 months ago
  42. 2f62a5d gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163) by Hyunkyun Moon · 2 years, 6 months ago
  43. c1748ed gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345) by Max Bachmann · 2 years, 6 months ago
  44. d3d2074 gh-102336: Ensure CancelIoEx result is not ignored (GH-102347) by Max Bachmann · 2 years, 6 months ago
  45. f91846b gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in tkinter module (#102319) by Irit Katriel · 2 years, 6 months ago
  46. 7d1d663 Doc: Fix minor error in ePub (GH-100614) by Inada Naoki · 2 years, 6 months ago
  47. 938e36f gh-102336: Remove code specifically for handling Windows 7 (GH-102337) by Max Bachmann · 2 years, 6 months ago
  48. 360ef84 gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308) by Anthony Sottile · 2 years, 6 months ago
  49. 880437d gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333) by Eric Snow · 2 years, 6 months ago
  50. f300a1f gh-100227: Move the dtoa State to PyInterpreterState (gh-102331) by Eric Snow · 2 years, 6 months ago
  51. b5ff382 GH-102305: Expand some macros in generated_cases.c.h (#102309) by Guido van Rossum · 2 years, 6 months ago
  52. e1a90ec Migrate to new PSF mailgun account (#102284) by Ee Durbin · 2 years, 6 months ago
  53. 4c87537 gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Python/) (#102193) by Irit Katriel · 2 years, 6 months ago
  54. 85b1fc1 GH-90744: Fix erroneous doc links in the sys module (#101319) by Furkan Onder · 2 years, 6 months ago
  55. 9f799ab gh-87092: Make jump target label equal to the offset of the target in the instructions sequence (#102093) by Irit Katriel · 2 years, 6 months ago
  56. 6b2d7c0 gh-101101: Unstable C API tier (PEP 689) (GH-101102) by Petr Viktorin · 2 years, 6 months ago
  57. c41af81 IDLE: Simplify DynOptionsMenu __init__code (#101371) by JosephSBoyle · 2 years, 6 months ago
  58. 0f89acf gh-101561: Add typing.override decorator (#101564) by Steven Troxler · 2 years, 6 months ago
  59. 4624987 gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843) by Sergey B Kirpichev · 2 years, 6 months ago
  60. 4f3786b gh-101773: Optimize creation of Fractions in private methods (#101780) by Sergey B Kirpichev · 2 years, 6 months ago
  61. bb0cf8f gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254) by Eric Snow · 2 years, 6 months ago
  62. 0db6f44 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Gouvernathor · 2 years, 6 months ago
  63. e3c3f9f gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287) by Dennis Sweeney · 2 years, 6 months ago
  64. 101a12c gh-101100: Fix sphinx warnings in `types` module (#102274) by Nikita Sobolev · 2 years, 6 months ago
  65. f3cb15c gh-91038: Change default argument value to `False` instead of `0` (#31621) by Rotzbua · 2 years, 6 months ago
  66. 8d0f09b gh-101765: unicodeobject: use Py_XDECREF correctly (#102283) by Jelle Zijlstra · 2 years, 6 months ago
  67. 6daf42b [doc] Improve grammar/fix missing word (GH-102060) by VMan · 2 years, 6 months ago
  68. bcadcde gh-102259: Fix re doc issue regarding right square brackets (#102264) by Skip Montanaro · 2 years, 6 months ago
  69. d71edbd gh-101765: Fix refcount issues in list and unicode pickling (#102265) by Jelle Zijlstra · 2 years, 6 months ago
  70. a498de4 gh-101100: Fix sphinx warnings in `typing` module docs (#102260) by Nikita Sobolev · 2 years, 6 months ago
  71. 4197043 gh-102252: Improve coverage of test_bool.py (#102253) by Eclips4 · 2 years, 6 months ago
  72. a35fd38 gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (#102232) by Jason R. Coombs · 2 years, 6 months ago
  73. 207e1c5 asyncio docs: Fix dangling hyphen (#102227) by Jelle Zijlstra · 2 years, 6 months ago
  74. 89d9ff0 gh-101997: Update bundled pip version to 23.0.1 (#101998) by Pradyun Gedam · 2 years, 6 months ago
  75. b7c1126 gh-101100: Fix Sphinx warnings in `decimal` module (#102125) by Hugo van Kemenade · 2 years, 6 months ago
  76. 5f11478 GH-102126: fix deadlock at shutdown when clearing thread states (#102222) by Kumar Aditya · 2 years, 6 months ago
  77. 56e93c8 gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) by SKO · 2 years, 6 months ago
  78. 54dfa14 gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (#101769) by Ionite · 2 years, 6 months ago
  79. 89b4c12 gh-102209: Disable the timeout in test_implied_dirs_performance. (#102225) by Jason R. Coombs · 2 years, 6 months ago
  80. 2db23d1 gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196) by Irit Katriel · 2 years, 6 months ago
  81. 568fc0d gh-101476: Use _PyType_GetModuleState where applicable (#102188) by Erlend E. Aasland · 2 years, 6 months ago
  82. 81bf10e gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189) by Stefan Pochmann · 2 years, 6 months ago
  83. e5e1c1f Remove references to old Windows source files from internal documentation (GH-102216) by Max Bachmann · 2 years, 6 months ago
  84. 1fa3890 gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142) by Max Bachmann · 2 years, 6 months ago
  85. 347f740 gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh-102191) by Yeojin Kim · 2 years, 6 months ago
  86. 9f3ecd1 gh-102158: Add tests for `softkwlist` (#102159) by Eclips4 · 2 years, 6 months ago
  87. 0c85786 Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019) by Jacob Bower · 2 years, 6 months ago
  88. ccd98a3 gh-101476: Add _PyType_GetModuleState (GH-101477) by Erlend E. Aasland · 2 years, 6 months ago
  89. d43c265 gh-99108: Followup fix for Modules/Setup (GH-102183) by Jonathan Protzenko · 2 years, 6 months ago
  90. efc985a gh-93649: Split exception tests from _testcapimodule.c (GH-102173) by Erlend E. Aasland · 2 years, 6 months ago
  91. e07b304 gh-101981: Consolidate macOS configure steps in CI (GH-102131) by Erlend E. Aasland · 2 years, 6 months ago
  92. c3a1783 gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152) by Erlend E. Aasland · 2 years, 6 months ago
  93. 665730d bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822) by Zackery Spytz · 2 years, 6 months ago
  94. 9bba803 Fix typo in `Py_GetPythonHome` signature (#102168) by Tanner Firl · 2 years, 6 months ago
  95. 5b9573e gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157) by Erlend E. Aasland · 2 years, 6 months ago
  96. 22b8d77 GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749) by Mark Shannon · 2 years, 6 months ago
  97. 572223f Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) (#102146) by Irit Katriel · 2 years, 6 months ago
  98. 056dfc7 gh-87634: remove locking from functools.cached_property (GH-101890) by Carl Meyer · 2 years, 6 months ago
  99. 8f64747 Fix syntax error in struct doc example (#102160) by Terry Jan Reedy · 2 years, 6 months ago
  100. fcadc7e gh-99108: Import MD5 and SHA1 from HACL* (#102089) by Jonathan Protzenko · 2 years, 6 months ago