Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.6
/
Misc
tag
94bbf9ac0a26b4a29793ff6016e12f42835b8955
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Aug 01 20:25:31 2022
object
9c7b4bd1646f2170247f88cf59936740d9c4c004
Python 3.10.6
9c7b4bd
Python 3.10.6
by Pablo Galindo
· 3 years, 1 month ago
v3.10.6
4eab100
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
by Miss Islington (bot)
· 3 years, 1 month ago
ae24962
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
by Thomas Klausner
· 3 years, 1 month ago
356ed4c
gh-95471: IDLE - Tweak Edit menu (GH-95481)
by Miss Islington (bot)
· 3 years, 1 month ago
fa7904c
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
by Miss Islington (bot)
· 3 years, 1 month ago
1841885
[3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)
by Łukasz Langa
· 3 years, 1 month ago
b9b70dd
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)
by Miss Islington (bot)
· 3 years, 1 month ago
196523f
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-94008)
by Miss Islington (bot)
· 3 years, 1 month ago
4513e4a
gh-95355: Check tokens[0] after allocating memory (GH-95356)
by Miss Islington (bot)
· 3 years, 1 month ago
4ad2229
[3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)
by Kumar Aditya
· 3 years, 1 month ago
563f058
[3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95354)
by Serhiy Storchaka
· 3 years, 1 month ago
fb42214
gh-95339: update bundled pip to 22.2.1 (gh-95340)
by Miss Islington (bot)
· 3 years, 1 month ago
657efca
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
by Miss Islington (bot)
· 3 years, 1 month ago
b77c403
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
by Miss Islington (bot)
· 3 years, 1 month ago
94eb1e9
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
by Miss Islington (bot)
· 3 years, 1 month ago
40f41ba
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
by Miss Islington (bot)
· 3 years, 1 month ago
6d332a6
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
by Miss Islington (bot)
· 3 years, 1 month ago
227a197
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
by Miss Islington (bot)
· 3 years, 1 month ago
4a682b4
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
by Miss Islington (bot)
· 3 years, 1 month ago
31a390e
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963)
by Miss Islington (bot)
· 3 years, 1 month ago
2d79804
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
by Miss Islington (bot)
· 3 years, 1 month ago
906b345
[3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) (#94990)
by Shantanu
· 3 years, 1 month ago
dda9198
[3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948) (#94969)
by Shantanu
· 3 years, 1 month ago
5d75edd
gh-94821: Fix autobind of empty unix domain address (GH-94826)
by Miss Islington (bot)
· 3 years, 1 month ago
31608ab
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
by Miss Islington (bot)
· 3 years, 1 month ago
964431e
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) (#94911)
by Miss Islington (bot)
· 3 years, 1 month ago
3781d1a
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
5d26f85
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
by Neil Schemenauer
· 3 years, 1 month ago
aa2142d
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748)
by Miss Islington (bot)
· 3 years, 1 month ago
916686f
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
by Miss Islington (bot)
· 3 years, 1 month ago
b87d03d
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
by Mark Shannon
· 3 years, 1 month ago
d4796c2
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
by Miss Islington (bot)
· 3 years, 1 month ago
797745e
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
by Erlend Egeberg Aasland
· 3 years, 1 month 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
5e24c80
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579)
by Pablo Galindo Salgado
· 3 years, 1 month ago
fd34bfe
[3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH-94577)
by Łukasz Langa
· 3 years, 1 month ago
697e78c
[3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386) (GH-94574)
by Pablo Galindo Salgado
· 3 years, 1 month ago
922075c
gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)
by Miss Islington (bot)
· 3 years, 1 month ago
3287e45
[3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-94565)
by Vinay Sajip
· 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
6e47020
[3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558)
by Łukasz Langa
· 3 years, 1 month ago
3472f3b
gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559)
by Miss Islington (bot)
· 3 years, 1 month ago
259dd7e
[3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv.EnsurePipTest.test_with_pip (GH-93959) (GH-94004)
by Jason R. Coombs
· 3 years, 2 months ago
47f23b2
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94461)
by Miss Islington (bot)
· 3 years, 2 months ago
ee93757
gh-92336: linecache.getline should not raise exceptions on decoding errors (GH-94410)
by Miss Islington (bot)
· 3 years, 2 months ago
079ea44
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) (#94385)
by Kumar Aditya
· 3 years, 2 months ago
608ddd3
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)
by Miss Islington (bot)
· 3 years, 2 months ago
5e08eec
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
by Miss Islington (bot)
· 3 years, 2 months ago
0ae7284
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304) (#94344)
by wookie184
· 3 years, 2 months ago
c481cd6
GH-94254: Make _struct module types immutable (GH-94269)
by Miss Islington (bot)
· 3 years, 2 months ago
82f9041
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
by Miss Islington (bot)
· 3 years, 2 months ago
75dda3b
[3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)
by Serhiy Storchaka
· 3 years, 2 months ago
86e49a5
[3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)
by Miss Islington (bot)
· 3 years, 2 months ago
036a2c1
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
by Miss Islington (bot)
· 3 years, 2 months ago
05cae26
[3.10] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894). (#94183)
by Pablo Galindo Salgado
· 3 years, 2 months ago
73b1d49
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)
by Ken Jin
· 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
798ace5
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962) (GH-94119)
by Miss Islington (bot)
· 3 years, 2 months ago
2e8eac1
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
by Miss Islington (bot)
· 3 years, 2 months ago
e51a22b
gh-74696: Do not change the current working directory in shutil.make_archive() if possible (GH-93160) (GH-94106)
by Miss Islington (bot)
· 3 years, 2 months ago
08069ba
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (GH-94045)
by Dennis Sweeney
· 3 years, 2 months ago
5715382
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
by Miss Islington (bot)
· 3 years, 2 months ago
1b8aa7a
gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)
by Miss Islington (bot)
· 3 years, 2 months ago
54250e7
[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) (GH-94071)
by Serhiy Storchaka
· 3 years, 2 months ago
46d0e1c
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
by Miss Islington (bot)
· 3 years, 2 months ago
8a1bade
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015)
by Miss Islington (bot)
· 3 years, 2 months ago
cdf3689
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
by Miss Islington (bot)
· 3 years, 2 months ago
2d33d21
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924)
by Miss Islington (bot)
· 3 years, 2 months ago
a27f3cc
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93790)
by Miss Islington (bot)
· 3 years, 2 months ago
5c10c36
gh-91577: SharedMemory move imports out of methods (GH-91579)
by Miss Islington (bot)
· 3 years, 2 months ago
5dee1d8
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-93840)
by Miss Islington (bot)
· 3 years, 2 months ago
2229d34
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
f9585e2
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
by Miss Islington (bot)
· 3 years, 2 months ago
1190b63
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
by Miss Islington (bot)
· 3 years, 2 months ago
65e2a94
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test_zipimport.py` (GH-93236)
by Miss Islington (bot)
· 3 years, 2 months ago
9fafc0a
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
by Miss Islington (bot)
· 3 years, 2 months ago
8f36c73
[3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (GH-93680) (#93690)
by Pablo Galindo Salgado
· 3 years, 2 months ago
9041b00
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674)
by Steve Dower
· 3 years, 2 months ago
a0c7df0
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
by Miss Islington (bot)
· 3 years, 2 months ago
2ad51c6
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617)
by Miss Islington (bot)
· 3 years, 2 months ago
9cc0afc
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
b4fdd8c
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
by Miss Islington (bot)
· 3 years, 2 months ago
c7b5a2d
gh-88831: In docs for asyncio.create_task, explain why strong references to tasks are needed (GH-93258) (GH-93567)
by Miss Islington (bot)
· 3 years, 2 months ago
9204364
gh-92914: Round the allocated size for lists up to the even number (GH-92915) (GH-92942)
by Miss Islington (bot)
· 3 years, 2 months ago
6b7b901
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
by Miss Islington (bot)
· 3 years, 2 months ago
f377153
Python 3.10.5
by Pablo Galindo
· 3 years, 2 months ago
v3.10.5
2f8aae3
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
by Miss Islington (bot)
· 3 years, 2 months ago
7b3cf3a
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)
by Miss Islington (bot)
· 3 years, 3 months ago
b382bf5
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273)
by Miss Islington (bot)
· 3 years, 3 months ago
855be47
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423)
by Miss Islington (bot)
· 3 years, 3 months ago
aa06a84
bpo-42272: fix misleading warning filter message/module docs (GH-23172)
by Miss Islington (bot)
· 3 years, 3 months ago
c649526
[3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)
by Éric
· 3 years, 3 months ago
738c730
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
by Miss Islington (bot)
· 3 years, 3 months ago
550c44b
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)
by Miss Islington (bot)
· 3 years, 3 months ago
9369942
[3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
by Victor Stinner
· 3 years, 3 months ago
132ea29
[3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93140)
by Miss Islington (bot)
· 3 years, 3 months ago
a4bea26
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146)
by Miss Islington (bot)
· 3 years, 3 months ago
c1b1249
gh-93061: Mark as artificial: backwards jump after async for (GH-93120)
by Dennis Sweeney
· 3 years, 3 months ago
b15b94d
gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
by Miss Islington (bot)
· 3 years, 3 months ago
4952608
gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
by Miss Islington (bot)
· 3 years, 3 months ago
Next »