Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a4
/
Lib
tag
95b215f5b222abef8879cbd21996896acbe59ef1
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Jan 13 19:39:03 2022
object
9471106fd5b47418ffd2f90c6b729f58698f573e
Python 3.11.0a4
9471106
Python 3.11.0a4
by Pablo Galindo
· 3 years, 7 months ago
v3.11.0a4
6be8489
bpo-44133: Link Python executable with object files (GH-30556)
by Victor Stinner
· 3 years, 7 months ago
f779fac
bpo-46358: modernize `test_asyncio` (GH-30562)
by Nikita Sobolev
· 3 years, 7 months ago
8c49d05
bpo-46359: Modernize `test_typing` by removing checks for EOL Python versions (GH-30563)
by Nikita Sobolev
· 3 years, 7 months ago
c590b58
bpo-46328: Add sys.exception() (GH-30514)
by Irit Katriel
· 3 years, 7 months ago
9c2ebb9
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
by Irit Katriel
· 3 years, 7 months ago
443b308
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
by Christian Heimes
· 3 years, 7 months ago
1de6015
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
by Nikita Sobolev
· 3 years, 7 months ago
0bbf30e
bpo-46342: make @typing.final introspectable (GH-30530)
by Jelle Zijlstra
· 3 years, 7 months ago
e2a9c8e
bpo-46348: modernize `test_typing` (GH-30547)
by Nikita Sobolev
· 3 years, 7 months ago
dce642f
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
by Ben Kehoe
· 3 years, 7 months ago
cedec19
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)
by Pablo Galindo Salgado
· 3 years, 7 months ago
bd04fac
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
by Mark Shannon
· 3 years, 7 months ago
ea1a545
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
by Victor Stinner
· 3 years, 7 months ago
fc75bfb
bpo-46310: simplify `for` loop in `asyncio/windows_events` (GH-30334)
by Nikita Sobolev
· 3 years, 7 months ago
e13cdca
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
by Sam Gross
· 3 years, 7 months ago
081a214
bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec (#30444)
by Arie Bovenberg
· 3 years, 7 months ago
13e4659
bpo-46327: [Enum] remove skipped tests (GH-30512)
by Nikita Sobolev
· 3 years, 7 months ago
582286d
bpo-46301: [Enum] fix refleak tests (GH30510)
by Nikita Sobolev
· 3 years, 7 months ago
0d63967
bpo-46332: use raise..from instead of assigning __cause__ and raising (GH-30517)
by Irit Katriel
· 3 years, 7 months ago
ec0c392
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
by Mark Shannon
· 3 years, 7 months ago
0b2b9d2
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
by Inada Naoki
· 3 years, 7 months ago
2d78797
bpo-37295: Use constant-time comb() and perm() for larger n depending on k (GH-30305)
by Serhiy Storchaka
· 3 years, 7 months ago
0fc58c1
bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481)
by Nikita Sobolev
· 3 years, 7 months ago
8d59d25
bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472)
by Nikita Sobolev
· 3 years, 7 months ago
45d44b9
bpo-46299: Improve test_descr (GH-30475)
by Dong-hee Na
· 3 years, 7 months ago
e63066cf
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
by Nikita Sobolev
· 3 years, 7 months ago
6fa8b2c
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
by Pablo Galindo Salgado
· 3 years, 7 months ago
c9dc1f4
bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in registry (GH-30466)
by Daniel
· 3 years, 7 months ago
74d1663
bpo-46296: [Enum] add a test for missing `value` recovery (GH-30458)
by Nikita Sobolev
· 3 years, 7 months ago
f4e325c
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
by andrei kulakov
· 3 years, 7 months ago
c9137d4
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
by Christian Heimes
· 3 years, 7 months ago
9c5fa9c
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.normpath (GH-30362)
by neonene
· 3 years, 7 months ago
68c76d9
bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)
by Eric Snow
· 3 years, 7 months ago
a4aa52d
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434)
by Christian Heimes
· 3 years, 7 months ago
b50e5e9
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
by Kumar Aditya
· 3 years, 7 months ago
e028ae9
bpo-45923: Handle call events in bytecode (GH-30364)
by Mark Shannon
· 3 years, 7 months ago
3e43fac
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
by Andrew Svetlov
· 3 years, 7 months ago
3db762d
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
by penguin_wwy
· 3 years, 7 months ago
e5894ca
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
by Nikita Sobolev
· 3 years, 8 months ago
817a6bc
bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (GH-30421)
by Nikita Sobolev
· 3 years, 8 months ago
43aac29
bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)
by Raymond Hettinger
· 3 years, 8 months ago
dd50316
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)
by Simon McVittie
· 3 years, 8 months ago
332e6b9
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
by Brandt Bucher
· 3 years, 8 months ago
91bc6f9
bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)
by Nikita Sobolev
· 3 years, 8 months ago
31e43cb
bpo-46009: Remove GEN_START (GH-30367)
by Brandt Bucher
· 3 years, 8 months ago
7d7817c
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Kumar Aditya
· 3 years, 8 months ago
70f415f
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378)
by Pablo Galindo Salgado
· 3 years, 8 months ago
a94461d
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
by Irit Katriel
· 3 years, 8 months ago
5a2a650
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
by Nikita Sobolev
· 3 years, 8 months ago
1b11133
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)
by Nikita Sobolev
· 3 years, 8 months ago
3aa5242
bpo-46233: Minor speedup for bigint squaring (GH-30345)
by Tim Peters
· 3 years, 8 months ago
dd6c357
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
by Pablo Galindo Salgado
· 3 years, 8 months ago
9d6a239
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
by Erlend Egeberg Aasland
· 3 years, 8 months ago
9d35ded
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)" (GH-30363)
by Pablo Galindo Salgado
· 3 years, 8 months ago
65e7c1f
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
by Irit Katriel
· 3 years, 8 months ago
8e75c6b
argparse docs: prog default is the basename of argv[0] (GH-30298)
by Jade Lovelace
· 3 years, 8 months ago
863729e
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
by Tim Peters
· 3 years, 8 months ago
a82baed
bpo-45615: Add missing test for printing traceback for non-exception. Fix traceback.py (GH-30091)
by Irit Katriel
· 3 years, 8 months ago
e712a5b
bpo-46118: Move importlib.resources to its own package. (#30176)
by Jason R. Coombs
· 3 years, 8 months ago
2cf7d02
bpo-46178: Remove/rename redundant Travis CI code (#30309)
by Hugo van Kemenade
· 3 years, 8 months ago
8d7644f
bpo-45853: Fix misspelling and unused import in pathlib (GH-30292)
by andrei kulakov
· 3 years, 8 months ago
d12bec6
bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)
by Nikita Sobolev
· 3 years, 8 months ago
3581c7a
bpo-46055: Speed up binary shifting operators (GH-30044)
by Xinhang Xu
· 3 years, 8 months ago
2e3e0d2
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
by E-Paine
· 3 years, 8 months ago
ad48578
bpo-43413: Revert changes in set.__init__ (GH-28403)
by Serhiy Storchaka
· 3 years, 8 months ago
1944434
bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138)
by Serhiy Storchaka
· 3 years, 8 months ago
a23ab7b
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
by Kumar Aditya
· 3 years, 8 months ago
078abb6
bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050)
by Serhiy Storchaka
· 3 years, 8 months ago
b8de8b7
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)
by Nikita Sobolev
· 3 years, 8 months ago
d888067
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
by Gregory P. Smith
· 3 years, 8 months ago
c66fc0f
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159)
by Irit Katriel
· 3 years, 8 months ago
e9898bf
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)
by Pablo Galindo Salgado
· 3 years, 8 months ago
6ca78af
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
by Serhiy Storchaka
· 3 years, 8 months ago
9c06fd8
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
by Andrew Svetlov
· 3 years, 8 months ago
da4b214
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197)
by Kumar Aditya
· 3 years, 8 months ago
9b52920
bpo-46125: Refactor tests to test traversable API directly. Includes changes from importlib_resources 5.4.0. (GH-30189)
by Jason R. Coombs
· 3 years, 8 months ago
ae36cd1
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
by andrei kulakov
· 3 years, 8 months ago
427a490
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140)
by Jakub Kulík
· 3 years, 8 months ago
2985fea
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
by Christian Heimes
· 3 years, 8 months ago
efd6236
bpo-46072: Add top level stats struct (GH-30169)
by Mark Shannon
· 3 years, 8 months ago
396b583
bpo-45711: Remove type and traceback from exc_info (GH-30122)
by Irit Katriel
· 3 years, 8 months ago
95a922b
bpo-46111: Fix unittest tests in optimized mode (GH-30163)
by Serhiy Storchaka
· 3 years, 8 months ago
69ef1b5
Fix a typo in the message from make_ssl_certs. (GH-30152)
by Yilei "Dolee" Yang
· 3 years, 8 months ago
04deaee
bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)
by Jason R. Coombs
· 3 years, 8 months ago
109d966
bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151)
by Jason R. Coombs
· 3 years, 8 months ago
30322c4
bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive groups (GH-30098)
by Irit Katriel
· 3 years, 8 months ago
d6e1374
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962)
by Ken Jin
· 3 years, 8 months ago
f62420c
Remove spaces in empty lines (GH-30121)
by AN Long
· 3 years, 8 months ago
3a60bfe
bpo-44525: Specialize for calls to type and other builtin classes with 1 argument. (GH-29942)
by Mark Shannon
· 3 years, 8 months ago
0b50a4f
bpo-46039: Split yield from in two (GH-30035)
by Mark Shannon
· 3 years, 8 months ago
86de995
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099)
by Irit Katriel
· 3 years, 8 months ago
9f8f451
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
by Mark Shannon
· 3 years, 8 months ago
d60457a
bpo-45292: [PEP-654] add except* (GH-29581)
by Irit Katriel
· 3 years, 8 months ago
850aefc
bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103)
by Vinay Sajip
· 3 years, 8 months ago
cb589d1
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093)
by Vinay Sajip
· 3 years, 8 months ago
b56774b
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
by AN Long
· 3 years, 8 months ago
e08c0d8
bpo-27718: Fix help for the signal module (GH-30063)
by Serhiy Storchaka
· 3 years, 8 months ago
c6d1c52
bpo-46054: Correct non-utf8 character tests in test_exceptions (GH-30074)
by Pablo Galindo Salgado
· 3 years, 8 months ago
f3c16a5
Re-add `reuse_address` parameter to `create_server` (GH-29733)
by Jim Crist-Harif
· 3 years, 8 months ago
Next »