Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a5
/
Lib
tag
2c051b78a51bd3c4671b6510c0586abb1f6dfdef
tagger
Thomas Wouters <thomas@python.org>
Tue Mar 12 20:11:08 2024
object
076d169ebbe59f7035eaa28d33d517bcb375f342
Python 3.13.0a5
076d169
Python 3.13.0a5
by Thomas Wouters
· 1 year, 5 months ago
v3.13.0a5
f6e7a6c
gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)
by Victor Stinner
· 1 year, 5 months ago
df4784b
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
by Nikita Sobolev
· 1 year, 5 months ago
02918aa
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
by Pablo Galindo Salgado
· 1 year, 5 months ago
d308d33
gh-89547: Support for nesting special forms like Final (#116096)
by Mehdi Drissi
· 1 year, 5 months ago
ba13215
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)
by Guido van Rossum
· 1 year, 5 months ago
06e29a2
gh-116600: [Enum] fix global Flag repr (GH-116615)
by Ethan Furman
· 1 year, 5 months ago
44f9a84
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
by Tian Gao
· 1 year, 5 months ago
3c0dcef
gh-116040: [Enum] fix test_empty_names test (GH-116508)
by Ethan Furman
· 1 year, 5 months ago
34920f3
gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)
by Malcolm Smith
· 1 year, 5 months ago
1d0d49a
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
by Pierre Ossman (ThinLinc team)
· 1 year, 5 months ago
872c071
gh-71052: Change Android's `sys.platform` from "linux" to "android"
by Malcolm Smith
· 1 year, 5 months ago
2731913
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
by Brett Simmers
· 1 year, 5 months ago
1cc02ca
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
by Victor Stinner
· 1 year, 5 months ago
d8712fa
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
by Serhiy Storchaka
· 1 year, 5 months ago
8d7fde6
gh-116417: Argument Clinic: test generated Limited C API code for float args (#116573)
by Erlend E. Aasland
· 1 year, 5 months ago
2339e7c
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() (#116058)
by Malcolm Smith
· 1 year, 5 months ago
b9cb855
gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not available (#116507)
by Kirill Podoprigora
· 1 year, 5 months ago
735fc2c
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
by infohash
· 1 year, 5 months ago
6183158
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
by Victor Stinner
· 1 year, 5 months ago
7cee276
gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)
by Nikita Sobolev
· 1 year, 5 months ago
0b64714
gh-116349: Deprecate `platform.java_ver` function (#116471)
by Nikita Sobolev
· 1 year, 5 months ago
4d95273
gh-116485: Fixed the typo (#116486)
by Varun Gole
· 1 year, 5 months ago
13ffd4b
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardinal(1, 0) (GH-116072)
by Ethan Furman
· 1 year, 5 months ago
d9bcdda
gh-116417: Add _testlimitedcapi C extension (#116419)
by Victor Stinner
· 1 year, 5 months ago
41457c7
gh-116381: Remove bad specializations, add fail stats (GH-116464)
by Ken Jin
· 1 year, 5 months ago
72dbea2
gh-115421: Test that our Makefile has all needed test folders (GH-115813)
by Nikita Sobolev
· 1 year, 5 months ago
68b8fff
gh-109653: Reduce import overhead of uuid module on Linux (#115160)
by Shantanu
· 1 year, 5 months ago
0876b92
gh-107361: strengthen default SSL context flags (#112389)
by William Woodruff
· 1 year, 5 months ago
ea1803e
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
by Gregory P. Smith
· 1 year, 5 months ago
ce0ae1d
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
by Jason Zhang
· 1 year, 5 months ago
7114cf2
gh-116381: Specialize CONTAINS_OP (GH-116385)
by Ken Jin
· 1 year, 5 months ago
02ee475
gh-116143: Fix race condition in pydoc _start_server (#116144)
by Itamar Oren
· 1 year, 5 months ago
e800265
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
by Prince Roshan
· 1 year, 5 months ago
2b37996
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
by Victor Stinner
· 1 year, 5 months ago
990a5f1
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
by Nikita Sobolev
· 1 year, 6 months ago
edc9d85
gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822)
by Nikita Sobolev
· 1 year, 6 months ago
e7ba6e9
chore: fix typos (#116345)
by cui fliter
· 1 year, 6 months ago
4402b3c
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
by Eric Snow
· 1 year, 6 months ago
bdba8ef
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
by Serhiy Storchaka
· 1 year, 6 months ago
f97f25e
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125)
by Serhiy Storchaka
· 1 year, 6 months ago
0c81ce1
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
by Mark Shannon
· 1 year, 6 months ago
a29998a
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (#116341)
by Nikita Sobolev
· 1 year, 6 months ago
6cddc73
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
by Donghee Na
· 1 year, 6 months ago
eb22e2b
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493)
by Eric Snow
· 1 year, 6 months ago
60743a9
gh-57141: Add dircmp shallow option (GH-109499)
by Tobias Rautenkranz
· 1 year, 6 months ago
0adfa84
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (#115856)
by Brett Simmers
· 1 year, 6 months ago
0dfa7ce
gh-115256: Remove refcycles from tarfile writing (GH-115257)
by pan324
· 1 year, 6 months ago
cfbdce7
gh-114258: Argument Clinic: refactor getset implementation (#116170)
by Erlend E. Aasland
· 1 year, 6 months ago
1dce007
pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)
by Barney Gale
· 1 year, 6 months ago
87faec2
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
by Serhiy Storchaka
· 1 year, 6 months ago
140d9ec
gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731)
by Marco Trevisan
· 1 year, 6 months ago
9e88173
gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (GH-115190)
by mpage
· 1 year, 6 months ago
ff96b81
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
by Ken Jin
· 1 year, 6 months ago
b5949ea
gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)
by Rémi Lapeyre
· 1 year, 6 months ago
cc6f807
gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods (#116172)
by Erlend E. Aasland
· 1 year, 6 months ago
936d461
gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)
by Eric Snow
· 1 year, 6 months ago
a7549b0
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)
by Nikita Sobolev
· 1 year, 6 months ago
fee86fd
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
by Serhiy Storchaka
· 1 year, 6 months ago
59167c9
gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530)
by Serhiy Storchaka
· 1 year, 6 months ago
4a63098
gh-116159: argparse: performance improvement parsing large number of options (#116162)
by Amethyst Reese
· 1 year, 6 months ago
0704166
gh-65824: Improve the "less" prompt in pydoc (GH-116050)
by Serhiy Storchaka
· 1 year, 6 months ago
339c8e1
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)
by Brett Simmers
· 1 year, 6 months ago
6a95676
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
by Sebastian Pipping
· 1 year, 6 months ago
fa1d675
gh-71052: Fix several Android build issues (#115955)
by Malcolm Smith
· 1 year, 6 months ago
ccfc042
gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)
by Tian Gao
· 1 year, 6 months ago
41d5391
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
by Malcolm Smith
· 1 year, 6 months ago
0656509
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
by Guido van Rossum
· 1 year, 6 months ago
04d1000
gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312)
by Michael Felt
· 1 year, 6 months ago
6a86030
gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#116101)
by Kirill Podoprigora
· 1 year, 6 months ago
186fa93
gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105)
by Petr Viktorin
· 1 year, 6 months ago
86e5e06
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#116077)
by Guido van Rossum
· 1 year, 6 months ago
479ac5c
gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)
by Guido van Rossum
· 1 year, 6 months ago
3ea78fd
gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)
by Ethan Furman
· 1 year, 6 months ago
e80abd5
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
by Eric Snow
· 1 year, 6 months ago
3409bc2
gh-115859: Re-enable T2 optimizer pass by default (#116062)
by Guido van Rossum
· 1 year, 6 months ago
c43b26d
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
by Weii Wang
· 1 year, 6 months ago
647053f
doc: Use super() in subclassed JSONEncoder examples (GH-115565)
by Jan Max Meyer
· 1 year, 6 months ago
7acf1fb
gh-114911: Add CPUStopwatch test helper (GH-114912)
by Petr Viktorin
· 1 year, 6 months ago
3b63d07
gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031)
by Kirill Podoprigora
· 1 year, 6 months ago
1752b51
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
by Pablo Galindo Salgado
· 1 year, 6 months ago
e72576c
gh-115961: Improve tests for compressed file-like objects (GH-115963)
by Serhiy Storchaka
· 1 year, 6 months ago
ed4dfd8
gh-105858: Improve AST node constructors (#105880)
by Jelle Zijlstra
· 1 year, 6 months ago
5a1559d
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
by Pierre Ossman (ThinLinc team)
· 1 year, 6 months ago
a355f60
gh-114914: Avoid keeping dead StreamWriter alive (#115661)
by Pierre Ossman (ThinLinc team)
· 1 year, 6 months ago
686ec17
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
by Miguel Brito
· 1 year, 6 months ago
6ecfcfe
GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)
by Mark Shannon
· 1 year, 6 months ago
10fbcd6
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)
by Mark Shannon
· 1 year, 6 months ago
af5f9d6
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
by Petr Viktorin
· 1 year, 6 months ago
6087315
bpo-44865: Fix yet one missing translations in argparse (GH-27668)
by Jérémie Detrey
· 1 year, 6 months ago
da382aa
gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711)
by Emmanuel Arias
· 1 year, 6 months ago
72cff8d
gh-113942: Show functions implemented as builtin methods (GH-115306)
by Serhiy Storchaka
· 1 year, 6 months ago
68c79d2
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540)
by Serhiy Storchaka
· 1 year, 6 months ago
c0fdfba
Rename tier 2 redundancy eliminator to optimizer (#115888)
by Guido van Rossum
· 1 year, 6 months ago
015b97d
gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824)
by Pablo Galindo Salgado
· 1 year, 6 months ago
b7383b8
gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)
by Nikita Sobolev
· 1 year, 6 months ago
7a3518e
gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920)
by Alex Waygood
· 1 year, 6 months ago
92ce41c
gh-71052: fix test_concurrent_futures wasi regression. (#115923)
by Gregory P. Smith
· 1 year, 6 months ago
6d34eb0
gh-115532: Add kernel density estimation to the statistics module (gh-115863)
by Raymond Hettinger
· 1 year, 6 months ago
8f5be78
gh-72249: Include the module name in the repr of partial object (GH-101910)
by Furkan Onder
· 1 year, 6 months ago
Next »