Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0a1
/
Tools
tag
a510de0953488a47ab5ac8727708497eab325442
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Oct 05 12:44:34 2021
object
7c12e4835ebe52287acd200a2e76b533413b15d0
Python 3.11.0a1
bd627eb
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
by Mark Shannon
· 3 years, 11 months ago
7e5c107
bpo-45020: Add more test cases for frozen modules. (gh-28664)
by Eric Snow
· 3 years, 11 months ago
a143717
Fix EncodingWarning in freeze_modules. (GH-28591)
by Inada Naoki
· 3 years, 11 months ago
45ca1c0
bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)
by Eric Snow
· 3 years, 11 months ago
adc5d32
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
by Niyas Sait
· 3 years, 11 months ago
7c801e0
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
by Eric Snow
· 3 years, 11 months ago
8f943ca
[codemod] Fix non-matching bracket pairs (GH-28473)
by Mohamad Mansour
· 4 years ago
0905916
bpo-45020: Freeze os, site, and codecs. (gh-28398)
by Eric Snow
· 4 years ago
41551ee
bpo-45020: Fix build out of source tree (GH-28410)
by Victor Stinner
· 4 years ago
c5a677d
bpo-45231: update_file.py preserves end of line (GH-28411)
by Victor Stinner
· 4 years ago
fdc6b3d
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
by Eric Snow
· 4 years ago
9fd87a5
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
by Eric Snow
· 4 years ago
a9757bf
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
by Eric Snow
· 4 years ago
3814e20
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
by Eric Snow
· 4 years ago
09b4ad1
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
by Steve Dower
· 4 years ago
cbeb819
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
by Eric Snow
· 4 years ago
1a9ef57
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351)
by Serhiy Storchaka
· 4 years ago
024fda4
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
by Benjamin Peterson
· 4 years ago
c2f1e95
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
by Irit Katriel
· 4 years ago
a2d8c4b
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
by Eric Snow
· 4 years ago
92bf869
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
by Serhiy Storchaka
· 4 years ago
4338aee
Fix typos in pep384_macrocheck.py (GH-28220)
by Ikko Ashimine
· 4 years ago
4dc4300
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
by giovanniwijaya
· 4 years ago
cc7c680
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
by Christian Heimes
· 4 years ago
b01fd53
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
by Pablo Galindo Salgado
· 4 years ago
3c65457
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
by Serhiy Storchaka
· 4 years ago
044e8d8
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
by Eric Snow
· 4 years ago
d6cb5dd
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
by Łukasz Langa
· 4 years ago
f9242d5
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
by Mark Shannon
· 4 years ago
24b63c6
bpo-24234: Implement bytes.__bytes__ (GH-27901)
by Dong-hee Na
· 4 years ago
c5c3fbe
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886)
by Mark Dickinson
· 4 years ago
953d272
Update pegen to use the latest upstream developments (GH-27586)
by Pablo Galindo Salgado
· 4 years ago
9816777
Classify specialization failures. Provides more useful stats, with lower overhead. (GH-27701)
by Mark Shannon
· 4 years ago
058fb35
bpo-44854: Remove trailing whitespaces (GH-27689)
by Serhiy Storchaka
· 4 years ago
c83919b
Add option to write specialization stats to files and script to summarize. (GH-27575)
by Mark Shannon
· 4 years ago
be42c06
Update URLs in comments and metadata to use HTTPS (GH-27458)
by Noah Kantrowitz
· 4 years, 1 month ago
11749e2
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
by Mariusz Felisiak
· 4 years, 1 month ago
ae0a2b7
bpo-44590: Lazily allocate frame objects (GH-27077)
by Mark Shannon
· 4 years, 1 month ago
d0b2b00
bpo-43425: Remove test2to3 from Tools (#26981)
by Dong-hee Na
· 4 years, 1 month ago
9af34c9
bpo-20201: variadic arguments support for AC (GH-18609)
by Batuhan Taskaya
· 4 years, 1 month ago
0516299
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
by Erlend Egeberg Aasland
· 4 years, 1 month ago
34356a0
bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)
by Erlend Egeberg Aasland
· 4 years, 2 months ago
a50e283
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
by Erlend Egeberg Aasland
· 4 years, 2 months ago
019ad62
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
by Erlend Egeberg Aasland
· 4 years, 2 months ago
44fb551
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
by Christian Heimes
· 4 years, 2 months ago
0982ded
bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
by Mark Shannon
· 4 years, 2 months ago
7cad9cb
bpo-43795: Don't list private names in the limited API (GH-26740)
by Petr Viktorin
· 4 years, 2 months ago
e117c02
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
by Mark Shannon
· 4 years, 2 months ago
aef1b58
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
by Akira Nonaka
· 4 years, 2 months ago
2ab27c4
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
by Eric Snow
· 4 years, 2 months ago
17c4edc
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530)
by Pablo Galindo
· 4 years, 3 months ago
2c1e258
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
by Eric Snow
· 4 years, 3 months ago
f8a95df
bpo-44206: Add a version number to dictionary keys (GH-26333)
by Mark Shannon
· 4 years, 3 months ago
c878a97
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
by Pablo Galindo
· 4 years, 3 months ago
b11a951
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
by Mark Shannon
· 4 years, 3 months ago
7109624
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
by Christian Heimes
· 4 years, 3 months ago
eaede0d
bpo-44131: Test Py_FrozenMain() (GH-26126)
by Victor Stinner
· 4 years, 3 months ago
a42d98e
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)
by Serhii Hidenko
· 4 years, 3 months ago
1aa3530
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
by Antoine Pitrou
· 4 years, 3 months ago
b05955d
bpo-43795: PEP 652 user documentation (GH-25668)
by Petr Viktorin
· 4 years, 3 months ago
21fbbb9
bpo-44074: let patchcheck infer the base branch name (GH-25991)
by Leonardo Lai
· 4 years, 3 months ago
4d4be47
Do not use Py_ssize_clean_t (GH-25940)
by Inada Naoki
· 4 years, 3 months ago
adcd220
bpo-40222: "Zero cost" exception handling (GH-25729)
by Mark Shannon
· 4 years, 3 months ago
e852556
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
by Christian Heimes
· 4 years, 3 months ago
f6ee4da
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
by Petr Viktorin
· 4 years, 4 months ago
3c586ca
bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)
by Christian Heimes
· 4 years, 4 months ago
dcf6581
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
by Christian Heimes
· 4 years, 4 months ago
b0544ba
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
by Pablo Galindo
· 4 years, 4 months ago
39258d3
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
by Christian Heimes
· 4 years, 4 months ago
b280248
bpo-43822: Improve syntax errors for missing commas (GH-25377)
by Pablo Galindo
· 4 years, 4 months ago
95bbb33
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
by Christian Heimes
· 4 years, 4 months ago
150af75
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
by Christian Heimes
· 4 years, 4 months ago
58bafe4
Sanitize macros and debug functions in pegen.c (GH-25291)
by Pablo Galindo
· 4 years, 4 months ago
e35dd55
Improve CDN purge script (GH-25251)
by Steve Dower
· 4 years, 4 months ago
489c369
bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)
by Inada Naoki
· 4 years, 5 months ago
9bb5658
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
by Victor Stinner
· 4 years, 5 months ago
fcb55c0
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
by Mark Shannon
· 4 years, 5 months ago
61092a9
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
by Victor Stinner
· 4 years, 5 months ago
ad493ed
bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)
by Victor Stinner
· 4 years, 5 months ago
a54fc68
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
by Christian Heimes
· 4 years, 5 months ago
df9ade9
AC: Update unsupported_special_methods (GH-24956)
by Dong-hee Na
· 4 years, 5 months ago
8370e07
bpo-43244: Remove the pyarena.h header (GH-25007)
by Victor Stinner
· 4 years, 5 months ago
57364ce
bpo-43244: Remove parser_interface.h header file (GH-25001)
by Victor Stinner
· 4 years, 5 months ago
a81fca6
bpo-43244: Add pycore_compile.h header file (GH-25000)
by Victor Stinner
· 4 years, 5 months ago
28ad12f
bpo-43244: Remove symtable.h header file (GH-24910)
by Victor Stinner
· 4 years, 5 months ago
32eba61
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
by Christian Heimes
· 4 years, 5 months ago
ff8c77f
Fix a typo in c-analyzer (GH-24468)
by Ikko Ashimine
· 4 years, 5 months ago
6af528b
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
by Victor Stinner
· 4 years, 5 months ago
e0bf70d
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
by Victor Stinner
· 4 years, 5 months ago
e272528
Remove unnecessary imports in the grammar parser (GH-24904)
by Elisha Hollander
· 4 years, 5 months ago
d69ae75
Minor updates to the vector demo (GH-24853)
by Raymond Hettinger
· 4 years, 5 months ago
a9c03d7
bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)
by Victor Stinner
· 4 years, 5 months ago
307745a
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
by Victor Stinner
· 4 years, 5 months ago
c994ffe
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
by Jozef Grajciar
· 4 years, 6 months ago
4a6bf27
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
by Nicholas Sim
· 4 years, 6 months ago
ffa55d2
bpo-39448: Add regen-frozen makefile target. (GH-18174)
by Neil Schemenauer
· 4 years, 6 months ago
366dc3a
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
by Nicholas Sim
· 4 years, 6 months ago
801bb0b
bpo-43103: Add configure --without-static-libpython (GH-24418)
by Victor Stinner
· 4 years, 6 months ago
58fb156
bpo-42997: Improve error message for missing : before suites (GH-24292)
by Pablo Galindo
· 4 years, 7 months ago
64fc105
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
by Victor Stinner
· 4 years, 7 months ago
Next »