Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0rc1
/
Misc
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
954b887
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95705)
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
6d83441
gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662)
by Miss Islington (bot)
· 3 years ago
f5011df
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631)
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
f292635
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
by Miss Islington (bot)
· 3 years ago
2ab5601
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
by Mark Shannon
· 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
1016df0
gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521)
by Steve Dower
· 3 years, 1 month ago
a591c47
gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (GH-95607)
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
72cad6c
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
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
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
3192fd7
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
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
9af9ea2
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
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
06b5f78
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
by Christian Heimes
· 3 years, 1 month ago
db13c0c
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
by Christian Heimes
· 3 years, 1 month ago
3ca0016
gh-95471: IDLE - Tweak Edit menu (GH-95481)
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
00566a8
GH-90081: Run python tracers at full speed (GH-95328) (#95363)
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
b50f58e
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008)
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
d3cc99b
gh-95355: Check tokens[0] after allocating memory (GH-95356)
by Miss Islington (bot)
· 3 years, 1 month ago
7813d97
[3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)
by Kumar Aditya
· 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
503a3a7
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336)
by Miss Islington (bot)
· 3 years, 1 month ago
6b01fc70
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
by Miss Islington (bot)
· 3 years, 1 month ago
c72c1d6
[3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (GH-95297)
by Christian Heimes
· 3 years, 1 month ago
202311c
[3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-95307)
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
7df3a1c
gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)
by Miss Islington (bot)
· 3 years, 1 month ago
5e971e8
gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (GH-95177)
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
22f06d6
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
by Miss Islington (bot)
· 3 years, 1 month ago
e8edbda
[3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-95175) (#95178)
by Pablo Galindo Salgado
· 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
e693f84
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
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
6515738
gh-54781: Move NEWS item to Tests, and improve wording (GH-95063)
by Miss Islington (bot)
· 3 years, 1 month ago
84d58ad
GH-90699: fix ref counting of static immortal strings (gh-94850)
by Miss Islington (bot)
· 3 years, 1 month ago
b3aec3e
[3.11] Remove blurb boilerplate from news item(#95033) (#95036)
by Terry Jan Reedy
· 3 years, 1 month ago
bb8e20a
gh-91256: Ensure help text has the program name even before getpath is called (GH-94929)
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
7733aa0
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950)
by Miss Islington (bot)
· 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
a914fa9
GH-94857: fix test_io refleak (GH-94858)
by Miss Islington (bot)
· 3 years, 1 month ago
4607e88
[3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) (GH-94951)
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
30412d9
[3.11] gh-94801: Use custom flags to check for headers and libs (GH-94802) (GH-94881)
by Christian Heimes
· 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
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
8c08e86
gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903)
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
d9107aa0
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)
by Miss Islington (bot)
· 3 years, 1 month ago
498c649
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
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
cdd0cab
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
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
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
a61870e
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
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
c72001e
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
by Miss Islington (bot)
· 3 years, 1 month ago
65c4316
gh-93910: Fix enum performance regression (GH-94614)
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
d49c99f
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386)
by Miss Islington (bot)
· 3 years, 1 month ago
Next »