Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.0a6
/
Lib
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, 6 months ago
v3.12.0a6
a33ca2a
gh-102493: fix normalization in PyErr_SetObject (#102502)
by Irit Katriel
· 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
c84e6f3
Remove unused import of `warnings` from `unittest.loader` (#102479)
by JosephSBoyle
· 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
a74cd3b
GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
by Kumar Aditya
· 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
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
12011dd
gh-102324: Improve tests of `typing.override` (#102325)
by Nikita Sobolev
· 2 years, 6 months ago
7325000
Fix typos in documentation and comments (GH-102374)
by Michael K
· 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
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
e3c3f9f
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
by Dennis Sweeney
· 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
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
89d9ff0
gh-101997: Update bundled pip version to 23.0.1 (#101998)
by Pradyun Gedam
· 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
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
efc985a
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
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
22b8d77
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
by Mark Shannon
· 2 years, 6 months ago
056dfc7
gh-87634: remove locking from functools.cached_property (GH-101890)
by Carl Meyer
· 2 years, 6 months ago
592f65f
Few coverage nitpicks for the cmath module (#102067)
by Sergey B Kirpichev
· 2 years, 6 months ago
d5c7954
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
by Hyunkyun Moon
· 2 years, 6 months ago
0d4c7fc
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
by Vo Hoang Long
· 2 years, 6 months ago
c2b85a9
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info() (#102009)
by Irit Katriel
· 2 years, 6 months ago
6f25657
gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068)
by Gihwan Kim
· 2 years, 6 months ago
022b44f
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
by Irit Katriel
· 2 years, 6 months ago
36854bb
gh-101566: Sync with zipp 3.14. (GH-102018)
by Jason R. Coombs
· 2 years, 6 months ago
59e86ca
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
by Tim Hatch
· 2 years, 6 months ago
c00faf7
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
by Erlend E. Aasland
· 2 years, 6 months ago
9a07eff
gh-100210: Correct the comment link for unescaping HTML (#100212)
by Jean-Christophe Amiel
· 2 years, 6 months ago
61f1e67
GH-84783: Make the slice object hashable (GH-101264)
by Furkan Onder
· 2 years, 6 months ago
5170caf
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
by Jason R. Coombs
· 2 years, 6 months ago
77d95c8
gh-100226: Clarify StreamReader.read behavior (#101807)
by Jan Gosmann
· 2 years, 6 months ago
f482ade
gh-101766: Fix refleak for _BlockingOnManager resources from test suite level (gh-101988)
by Dong-hee Na
· 2 years, 6 months ago
072011b
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)
by Barney Gale
· 2 years, 6 months ago
d401b20
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
by Barney Gale
· 2 years, 6 months ago
775f881
gh-101766: Fix refleak for _BlockingOnManager resources (gh-101942)
by Dong-hee Na
· 2 years, 6 months ago
984f8ab
gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)
by Eric Snow
· 2 years, 6 months ago
4d8959b
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
by Eric Snow
· 2 years, 6 months ago
a5024a2
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
by Kumar Aditya
· 2 years, 6 months ago
739c026
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
by Rayyan Ansari
· 2 years, 6 months ago
36b139a
gh-101951: use textwrap.dedent in compiler tests to make them more readable (GH-101950)
by Irit Katriel
· 2 years, 6 months ago
df7ccf6
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
by penguin_wwy
· 2 years, 6 months ago
0b13575
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
by Gregory P. Smith
· 2 years, 6 months ago
89ac665
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibility (gh-99040)
by Eric Snow
· 2 years, 6 months ago
3dea4ba
gh-101758: Fix the wasm Buildbots (gh-101943)
by Eric Snow
· 2 years, 6 months ago
b365d88
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters (gh-101920)
by Eric Snow
· 2 years, 6 months ago
b2fc549
gh-101758: Clean Up Uses of Import State (gh-101919)
by Eric Snow
· 2 years, 6 months ago
c1ce0d1
gh-99138: Isolate _zoneinfo (#99218)
by Erlend E. Aasland
· 2 years, 6 months ago
8a2b7ee
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
by Erlend E. Aasland
· 2 years, 6 months ago
096d009
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
by Eric Snow
· 2 years, 6 months ago
81e3aa83
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
by Irit Katriel
· 2 years, 6 months ago
928752c
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
by Radek Smejkal
· 2 years, 6 months ago
160f2fe
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
by Mark Shannon
· 2 years, 6 months ago
da2fb92
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
by Soumendra Ganguly
· 2 years, 6 months ago
3eb12df
Fix typo in test_fstring.py (#101823)
by mjoerg
· 2 years, 6 months ago
366b949
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
by Irit Katriel
· 2 years, 6 months ago
272da55
Fix typo in `test_fstring.py` (#101600)
by Ikko Eltociear Ashimine
· 2 years, 6 months ago
244d4cd
gh-85984: Remove legacy Lib/pty.py code. (#92365)
by Soumendra Ganguly
· 2 years, 6 months ago
20cf32e
gh-101283: Fix use of unbound variable (GH-101712)
by Steve Dower
· 2 years, 6 months ago
23751ed
gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
by Oleg Iarygin
· 2 years, 6 months ago
86ebd5c
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
by Michael Droettboom
· 2 years, 6 months ago
eb49d32
gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)
by Nikita Sobolev
· 2 years, 6 months ago
feec49c
GH-101578: Normalize the current exception (GH-101607)
by Mark Shannon
· 2 years, 6 months ago
790ff6b
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
by Nikita Sobolev
· 2 years, 6 months ago
753fc8a
gh-101632: Add the new RETURN_CONST opcode (#101633)
by penguin_wwy
· 2 years, 6 months ago
0d3d500
Merge branch 'main' of https://github.com/python/cpython into main
by Thomas Wouters
· 2 years, 6 months ago
6fd5eb6
Make use of TESTFN_ASCII in test_fileio (GH-101645)
by Zachary Ware
· 2 years, 6 months ago
3c67ec3
Python 3.12.0a5
by Thomas Wouters
· 2 years, 6 months ago
v3.12.0a5
ae62bdd
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
by Matthieu Dartiailh
· 2 years, 6 months ago
1fcc0ef
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
by Jonathan Protzenko
· 2 years, 6 months ago
914f8fd
gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (gh-101625)
by Eric Snow
· 2 years, 6 months ago
b96b344
gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (#101563)
by Eclips4
· 2 years, 6 months ago
46416b9
gh-76961: Fix buildbot failures in test_pep3118 (#101587)
by Mark Dickinson
· 2 years, 6 months ago
ef7c2bf
gh-101541: [Enum] create flag psuedo-member without calling original __new__ (GH-101590)
by Ethan Furman
· 2 years, 7 months ago
d3e2dd6
Trivial Change: Remove unhelpful doc in `datetime.timedelta` (#100164)
by Matty G
· 2 years, 7 months ago
Next »