Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.8
/
Tools
tag
2f07d17ee939aefcb33dfe07e4f54f565c317bba
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Oct 11 11:21:48 2022
object
aaaf5174241496afca7ce4d4584570190ff972fe
Python 3.10.8
769b9dc
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760)
by Serhiy Storchaka
· 2 years, 11 months ago
1dc1d5d
gh-90989: Clarify some installer text (GH-97676)
by Steve Dower
· 2 years, 11 months ago
e3815d7
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
by Miss Islington (bot)
· 2 years, 11 months ago
4e1303b
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
by Miss Islington (bot)
· 3 years ago
32a4501
[3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)
by Christian Heimes
· 3 years ago
fa118f0
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windows build scripts. (GH-31803)
by Steve Dower
· 3 years ago
da4aae2
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). (GH-95786)
by Serhiy Storchaka
· 3 years ago
b66b6e1
gh-91271: Document which parts of structs are in limited API/stable ABI (GH-32196) (GH-95711)
by Petr Viktorin
· 3 years ago
dc36801
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94650)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
5bd56a0
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)
by Miss Islington (bot)
· 3 years, 1 month ago
036a2c1
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
by Miss Islington (bot)
· 3 years, 2 months ago
4a28525
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94122)
by Miss Islington (bot)
· 3 years, 2 months ago
7954b66
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
by Miss Islington (bot)
· 3 years, 3 months ago
62ddbbc
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
by Serhiy Storchaka
· 3 years, 4 months ago
84c279b
gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
by Miss Islington (bot)
· 3 years, 4 months ago
04fdbb4
[3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926)
by Steve Dower
· 3 years, 5 months ago
58d30b9
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
by Miss Islington (bot)
· 3 years, 5 months ago
a59ac1e
[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
by Christian Heimes
· 3 years, 5 months ago
136842c
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727)
by Steve Dower
· 3 years, 5 months ago
0ff033b
[3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719)
by Luca Chiodini
· 3 years, 5 months ago
14284b0
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257)
by Pablo Galindo Salgado
· 3 years, 6 months ago
34895f6
Optimize images by IMGbot (GH-21348)
by Miss Islington (bot)
· 3 years, 7 months ago
f5ebec4
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089)
by Gregory P. Smith
· 3 years, 7 months ago
a8912a0
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
by Miss Islington (bot)
· 3 years, 7 months ago
cf96c27
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)
by Ned Deily
· 3 years, 8 months ago
dc73199
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214)
by Pablo Galindo Salgado
· 3 years, 8 months ago
251d2ea
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
by Miss Islington (bot)
· 3 years, 8 months ago
b6defde
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
by Victor Stinner
· 3 years, 9 months ago
327c764
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
by Miss Islington (bot)
· 3 years, 9 months ago
9e7a2e4
Fix out-of-tree build support for multissltest (GH-29694)
by Miss Islington (bot)
· 3 years, 9 months ago
b2ae631
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
by Miss Islington (bot)
· 3 years, 10 months ago
5c9cab5
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070)
by Łukasz Langa
· 3 years, 10 months ago
03bf55d
[3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)
by Christian Clauss
· 3 years, 11 months ago
93242d7
[3.10] Remove trailing spaces (GH-28709)
by Serhiy Storchaka
· 3 years, 11 months ago
8c1e1da
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
by Łukasz Langa
· 4 years ago
89966f5
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351) (GH-28353)
by Miss Islington (bot)
· 4 years ago
8fc5300
[3.10] Fix typos in pep384_macrocheck.py (GH-28220) (GH-28272)
by Miss Islington (bot)
· 4 years ago
2fe15db
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
by Miss Islington (bot)
· 4 years ago
e2b2930
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092)
by Serhiy Storchaka
· 4 years ago
dc46f4c
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
by Miss Islington (bot)
· 4 years ago
f7f1c26
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
by Miss Islington (bot)
· 4 years, 1 month ago
6fc1efa
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
by Miss Islington (bot)
· 4 years, 1 month ago
c6cd2ec
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
by Miss Islington (bot)
· 4 years, 2 months ago
7fd4010
bpo-43795: Don't list private names in the limited API (GH-26740)
by Miss Islington (bot)
· 4 years, 2 months ago
ae1732d
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
by Miss Islington (bot)
· 4 years, 3 months ago
36843f7
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
by Miss Islington (bot)
· 4 years, 3 months ago
9b59b6f
[3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171)
by Irit Katriel
· 4 years, 3 months ago
3739371
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
by Miss Islington (bot)
· 4 years, 3 months ago
336dc52
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
by Miss Islington (bot)
· 4 years, 3 months ago
4cc8369
bpo-44074: let patchcheck infer the base branch name (GH-25991)
by Miss Islington (bot)
· 4 years, 3 months ago
f8778f9
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
by Miss Islington (bot)
· 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, 4 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
9852cb3
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
by Victor Stinner
· 4 years, 7 months ago
db584bd
bpo-42955: Add sys.modules_names (GH-24238)
by Victor Stinner
· 4 years, 7 months ago
cad8020
bpo-42955: Add Python/module_names.h (GH-24258)
by Victor Stinner
· 4 years, 7 months ago
0e2a0f7
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
by Victor Stinner
· 4 years, 7 months ago
af4cd16
Do not remove x bit from published directories (GH-24101)
by Steve Dower
· 4 years, 8 months ago
3bcc4ea
Add small validator utility for PEG grammars (GH-23519)
by Pablo Galindo
· 4 years, 8 months ago
5ae9be6
bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929)
by Eric Snow
· 4 years, 8 months ago
7ec59d8
bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918)
by Eric Snow
· 4 years, 8 months ago
b57ada9
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
by Augusto Hack
· 4 years, 8 months ago
3d569fd
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
by Serhiy Storchaka
· 4 years, 8 months ago
1c653f1
bpo-42613: Fix freeze.py config directory (GH-23792)
by Victor Stinner
· 4 years, 8 months ago
0911411
Update stable ABI script for MacOS and update list of exported symbols (GH-23783)
by Pablo Galindo
· 4 years, 8 months ago
79c1849
bpo-42545: Improve the error message in the stable API script (GH-23648)
by Pablo Galindo
· 4 years, 9 months ago
Next »