Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0b5
/
Lib
tag
640c7832151a22b86030a132c2e65b5993274234
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Jul 25 22:21:19 2022
object
0771d71eea30316020a86b0eec071feb6d82d350
Python 3.11.0b5
0771d71
Python 3.11.0b5
by Pablo Galindo
· 3 years, 1 month ago
v3.11.0b5
7f73194
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)
by Pablo Galindo Salgado
· 3 years, 1 month ago
e5ff5ec
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
by Mark Shannon
· 3 years, 1 month ago
3ec139f
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
by Miss Islington (bot)
· 3 years, 1 month ago
49d0384
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
by Miss Islington (bot)
· 3 years, 1 month ago
687dd50
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
by Miss Islington (bot)
· 3 years, 1 month ago
9639cc1
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
by Miss Islington (bot)
· 3 years, 1 month ago
00cda6b
gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)
by Miss Islington (bot)
· 3 years, 1 month ago
22f06d6
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
by Miss Islington (bot)
· 3 years, 1 month ago
0d688bd
gh-90473: Fix more tests on platforms without umask (GH-95164)
by Miss Islington (bot)
· 3 years, 1 month ago
5d3f2fb
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
064462a
[3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)
by Brandt Bucher
· 3 years, 1 month ago
bbdacb4
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110)
by Miss Islington (bot)
· 3 years, 1 month ago
5a48ab0
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)
by Brandt Bucher
· 3 years, 1 month ago
deacc3c
gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106)
by Miss Islington (bot)
· 3 years, 1 month ago
d19b5d8
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009)
by Miss Islington (bot)
· 3 years, 1 month ago
57375d1
gh-90654: Remove unneeded blank line (GH-95044) (#95047)
by Miss Islington (bot)
· 3 years, 1 month ago
e2fce3a
[3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067) (GH-95068)
by Brandt Bucher
· 3 years, 1 month ago
2ac1096
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)
by Miss Islington (bot)
· 3 years, 1 month ago
6cc9489
gh-94844: Add pathlib support to shutil archive management (GH-94846)
by Miss Islington (bot)
· 3 years, 1 month ago
1093804
gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)
by Miss Islington (bot)
· 3 years, 1 month ago
9487e8d
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
by Miss Islington (bot)
· 3 years, 1 month ago
fbd2406
test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)
by Miss Islington (bot)
· 3 years, 1 month ago
7733aa0
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950)
by Miss Islington (bot)
· 3 years, 1 month ago
be84daf
Revert "gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913)" (#94981)
by Ethan Furman
· 3 years, 1 month ago
eda2f90
[3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (GH-94980)
by Brandt Bucher
· 3 years, 1 month ago
ec6ed66
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
by Miss Islington (bot)
· 3 years, 1 month ago
7dc236d
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)
by Miss Islington (bot)
· 3 years, 1 month ago
e747562
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
by Miss Islington (bot)
· 3 years, 1 month ago
8d0249e
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-94926)
by Miss Islington (bot)
· 3 years, 1 month ago
1c63734
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
by Miss Islington (bot)
· 3 years, 1 month ago
65d87a2
gh-94821: Fix autobind of empty unix domain address (GH-94826)
by Miss Islington (bot)
· 3 years, 1 month ago
107c21c
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
by Serhiy Storchaka
· 3 years, 1 month ago
30f28ac
gh-93910: [Enum] restore member.member restriction while keeping performance boost (GH-94913)
by Miss Islington (bot)
· 3 years, 1 month ago
ccbf853
gh-91181: drop support for bytes on sys.path (GH-31934)
by Miss Islington (bot)
· 3 years, 1 month ago
e121cb5
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895)
by Miss Islington (bot)
· 3 years, 1 month ago
b040617
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
by Miss Islington (bot)
· 3 years, 1 month ago
8dc4de3
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883)
by Miss Islington (bot)
· 3 years, 1 month ago
e55f60d
[3.11] GH-94808: Cover handling non-finite numbers from round when ndigits is provided (GH-94860) (GH-94882)
by Miss Islington (bot)
· 3 years, 1 month ago
8f92ebb
gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852)
by Miss Islington (bot)
· 3 years, 1 month ago
d9107aa0
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)
by Miss Islington (bot)
· 3 years, 1 month ago
91f7914
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
by Miss Islington (bot)
· 3 years, 1 month ago
29fc20c
idlelib: replace 'while 1' with 'while True' (GH-94827)
by Miss Islington (bot)
· 3 years, 1 month ago
ffbd6ae
gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754) (#94780)
by Miss Islington (bot)
· 3 years, 1 month ago
3c91f42
Fix typo in _exact_ratio comment. (GH-94789)
by Miss Islington (bot)
· 3 years, 1 month ago
7c18501
docs: typing.Self, fix typo (GH-94771)
by Miss Islington (bot)
· 3 years, 1 month ago
5a7e1e0
Python 3.11.0b4
by Pablo Galindo
· 3 years, 1 month ago
v3.11.0b4
a276833
[3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752)
by Miss Islington (bot)
· 3 years, 1 month ago
91176d3
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747)
by Miss Islington (bot)
· 3 years, 1 month ago
8464e4a
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
by Miss Islington (bot)
· 3 years, 1 month ago
45896f2
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
by John Belmonte
· 3 years, 1 month ago
e5c8ad3
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
by Brandt Bucher
· 3 years, 1 month ago
7b5737a
Improve dataclass docstring (gh-94686)
by Miss Islington (bot)
· 3 years, 1 month ago
7a34172
[3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94708)
by Kumar Aditya
· 3 years, 1 month ago
b4e232c
gh-94607: Fix subclassing generics (GH-94610)
by Miss Islington (bot)
· 3 years, 1 month ago
36a3372
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94688)
by Christian Heimes
· 3 years, 1 month ago
65c4316
gh-93910: Fix enum performance regression (GH-94614)
by Miss Islington (bot)
· 3 years, 1 month ago
421c4b0
gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563)
by Miss Islington (bot)
· 3 years, 1 month ago
c0b7868
[3.11] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94649)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
74c953d
[3.11] gh-92228: disable the compiler's 'small exit block inlining' optimization for blocks that have a line number (GH-94592) (GH-94643)
by Christian Heimes
· 3 years, 1 month ago
0187b60
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (GH-94593)
by Miss Islington (bot)
· 3 years, 1 month ago
5f4a16b
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578)
by Łukasz Langa
· 3 years, 1 month ago
552fc9a
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94576)
by Miss Islington (bot)
· 3 years, 1 month ago
9bd97a2
gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568)
by Miss Islington (bot)
· 3 years, 1 month ago
49aeda9
[3.11] gh-92897: Ensure `venv --copies` respects source build property of the creating interpreter (GH-92899) (GH-94567)
by Vinay Sajip
· 3 years, 1 month ago
d49159b
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94564)
by Miss Islington (bot)
· 3 years, 1 month ago
1bfe83a
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562)
by Łukasz Langa
· 3 years, 1 month ago
99a0668
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (GH-94553)
by Miss Islington (bot)
· 3 years, 1 month ago
68f5fa6
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482)
by Miss Islington (bot)
· 3 years, 2 months ago
1e7efbc
IDLE doc: Tweek RESTART and Windows console start (GH-94530)
by Miss Islington (bot)
· 3 years, 2 months ago
c4f82ea
[3.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv.EnsurePipTest.test_with_pip (GH-93959) (GH-94003)
by Jason R. Coombs
· 3 years, 2 months ago
02b30a8
[3.11] GH-94438: Backport GH-94444 (#94486)
by Mark Shannon
· 3 years, 2 months ago
9ebec7d
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94460)
by Miss Islington (bot)
· 3 years, 2 months ago
7fe949e
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
by Miss Islington (bot)
· 3 years, 2 months ago
f58c366
GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
by Miss Islington (bot)
· 3 years, 2 months ago
20b8c9e
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
by Miss Islington (bot)
· 3 years, 2 months ago
c5ecfa0
[3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917) (GH-93969)
by Miss Islington (bot)
· 3 years, 2 months ago
0122ab2
[3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (GH-94408)
by Christian Heimes
· 3 years, 2 months ago
3b4f5ed
[3.11] GH-93516: Backport GH-93769 (GH-94231)
by Mark Shannon
· 3 years, 2 months ago
cf64db6
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
by Miss Islington (bot)
· 3 years, 2 months ago
1d2c8ff
gh-82006: IDLE doc improvements (GH-94349)
by Miss Islington (bot)
· 3 years, 2 months ago
5751530
gh-94315: Check for DAC override capability (GH-94316)
by Miss Islington (bot)
· 3 years, 2 months ago
56f5f90
[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334)
by Christian Heimes
· 3 years, 2 months ago
bc8d81a
[3.11] gh-84623: Remove unused imports in stdlib (#94313)
by Terry Jan Reedy
· 3 years, 2 months ago
442dd8f
gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304)
by Miss Islington (bot)
· 3 years, 2 months ago
1b27ec5
[3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)
by Serhiy Storchaka
· 3 years, 2 months ago
5ce819f
GH-94254: Make _struct module types immutable (GH-94269)
by Miss Islington (bot)
· 3 years, 2 months ago
f0f3a42
Run Tools/scripts/reindent.py (GH-94225)
by Miss Islington (bot)
· 3 years, 2 months ago
68112c3
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
by Miss Islington (bot)
· 3 years, 2 months ago
1251467
gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
by Miss Islington (bot)
· 3 years, 2 months ago
4bc5f9f
gh-94207: Fix struct module leak (GH-94239) (GH-94265)
by Miss Islington (bot)
· 3 years, 2 months ago
89ba660
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
by Miss Islington (bot)
· 3 years, 2 months ago
b140e5a
IDLE: replace if statement with expression (GH-94228)
by Miss Islington (bot)
· 3 years, 2 months ago
41e4b42
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests (GH-94206)
by Miss Islington (bot)
· 3 years, 2 months ago
4d2c972
gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
by Miss Islington (bot)
· 3 years, 2 months ago
fbf3145
[Enum] Remove automatic docstring generation (GH-94188)
by Miss Islington (bot)
· 3 years, 2 months ago
65ed8b4
[3.11] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894) (#94180)
by Pablo Galindo Salgado
· 3 years, 2 months ago
1f00e8c
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
by Miss Islington (bot)
· 3 years, 2 months ago
96a7614
[Enum] fix typo (GH-94158)
by Miss Islington (bot)
· 3 years, 2 months ago
cf3f8d4
[3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157)
by Christian Heimes
· 3 years, 2 months ago
Next »