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