Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0rc1
/
Lib
tag
51db56ccbb14206c9a9eb3f98fa3e07d06a2a027
tagger
Pablo Galindo <pablogsal@gmail.com>
Fri Aug 05 14:45:30 2022
object
41cb07120b7792eac6413b0c56256a25e9b14e5d
Python 3.11.0rc1
41cb071
Python 3.11.0rc1
by Pablo Galindo
· 3 years ago
v3.11.0rc1
d6cf9e4
[3.11] Update the magic number in test_util.py (GH-95714) (#95716)
by Miss Islington (bot)
· 3 years ago
954b887
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95705)
by Miss Islington (bot)
· 3 years ago
0e636e4
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (GH-95687) (GH-95699)
by Miss Islington (bot)
· 3 years ago
4512a16
gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)
by Miss Islington (bot)
· 3 years ago
5ac3d0f
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652)
by Miss Islington (bot)
· 3 years ago
2d84fe5
GH-95289: Always call uncancel() when parent cancellation is requested (GH-95602)
by Miss Islington (bot)
· 3 years ago
c521c5c
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
by Miss Islington (bot)
· 3 years ago
312dab2
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647)
by Mark Shannon
· 3 years ago
2ab5601
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
by Mark Shannon
· 3 years ago
390c80d
gh-95638: Update idlelib README file and menu lists (GH-95639)
by Miss Islington (bot)
· 3 years ago
1bd1e37
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
by Miss Islington (bot)
· 3 years, 1 month ago
2c0017b
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582)
by Miss Islington (bot)
· 3 years, 1 month ago
1ed023b
gh-95597: Fix typo in Lib directory files (GH-95599)
by Miss Islington (bot)
· 3 years, 1 month ago
5bc2c3a
gh-95609: update bundled pip to 22.2.2 (gh-95610)
by Miss Islington (bot)
· 3 years, 1 month ago
8570f6d
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)
by Miss Islington (bot)
· 3 years, 1 month ago
118851b
gh-83270: Update IDLE's credits (GH-95528)
by Miss Islington (bot)
· 3 years, 1 month ago
b12dba4
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
by Miss Islington (bot)
· 3 years, 1 month ago
7baca3c
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
by Miss Islington (bot)
· 3 years, 1 month ago
76d83b1
gh-95173: Add a regression test for sorting tuples containing None (GH-95464)
by Miss Islington (bot)
· 3 years, 1 month ago
e62a0df
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
by Christian Heimes
· 3 years, 1 month ago
e4541c4
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
by Miss Islington (bot)
· 3 years, 1 month ago
ab444b7
IDLE: Fix docs URL in the About window (GH-28417)
by Miss Islington (bot)
· 3 years, 1 month ago
06b5f78
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
by Christian Heimes
· 3 years, 1 month ago
147a9a8
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (GH-94745)
by Miss Islington (bot)
· 3 years, 1 month ago
3ca0016
gh-95471: IDLE - Tweak Edit menu (GH-95481)
by Miss Islington (bot)
· 3 years, 1 month ago
cfef4df
gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478)
by Miss Islington (bot)
· 3 years, 1 month ago
bd6452a
gh-94938: Fix test (GH-95396)
by Miss Islington (bot)
· 3 years, 1 month ago
a459ee9
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
by Miss Islington (bot)
· 3 years, 1 month ago
efeda8b
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (GH-95387)
by Miss Islington (bot)
· 3 years, 1 month ago
309c8f3
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)
by Miss Islington (bot)
· 3 years, 1 month ago
1368a1f
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (GH-95399)
by Miss Islington (bot)
· 3 years, 1 month ago
763801a
gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364)
by Miss Islington (bot)
· 3 years, 1 month ago
33efd7f
[3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95353)
by Serhiy Storchaka
· 3 years, 1 month ago
547f0bb
gh-95339: update bundled pip to 22.2.1 (gh-95340)
by Miss Islington (bot)
· 3 years, 1 month ago
131fc72
[3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95310)
by Miss Islington (bot)
· 3 years, 1 month ago
f083adf
Fix minor docstring issues in `dataclasses.py`. (gh-93024) (GH-95286)
by Miss Islington (bot)
· 3 years, 1 month ago
c72940a
gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292) (GH-95293)
by Miss Islington (bot)
· 3 years, 1 month ago
7df3a1c
gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)
by Miss Islington (bot)
· 3 years, 1 month ago
6fe7e02
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93793)
by Miss Islington (bot)
· 3 years, 1 month ago
86eb500
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208)
by Miss Islington (bot)
· 3 years, 1 month ago
19d9536
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already expired are deliverered promptly (GH-95109) (GH-95216)
by Miss Islington (bot)
· 3 years, 1 month ago
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
Next »