summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.14v3.10.14Łukasz Langa2024-03-191-1/+1
* [3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-1152...Miss Islington (bot)2024-03-192-44/+62
* [3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-065-16/+196
* [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)Ned Deily2024-02-191-0/+1
* [3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#...Miss Islington (bot)2024-02-191-22/+36
* [3.10] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#115...Miss Islington (bot)2024-02-161-2/+2
* [3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)Miss Islington (bot)2024-01-182-1/+50
* [3.10] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...Miss Islington (bot)2024-01-171-4/+9
* [3.10] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...Miss Islington (bot)2024-01-172-0/+72
* [3.10] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Serhiy Storchaka2024-01-172-10/+134
* [3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2024-01-171-0/+13
* [3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...Łukasz Langa2023-11-061-0/+46
* Python 3.10.13v3.10.13Pablo Galindo2023-08-241-1/+1
* [3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa2023-08-241-31/+72
* [3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...Miss Islington (bot)2023-08-231-1/+5
* [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Miss Islington (bot)2023-08-221-0/+54
* [3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa2023-08-222-1/+245
* [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-222-9/+146
* Python 3.10.12v3.10.12Pablo Galindo2023-06-061-4/+4
* [3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-2/+2
* [3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...Miss Islington (bot)2023-05-191-0/+3
* [3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...Miss Islington (bot)2023-05-172-1/+72
* [3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Matěj Cepl2023-05-104-78/+1302
* [3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...Miss Islington (bot)2023-05-092-1/+36
* [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...Miss Islington (bot)2023-05-092-1/+9
* gh-103935: Use `io.open_code()` when executing code in trace and profile modu...Steve Dower2023-04-273-3/+6
* Python 3.10.11v3.10.11Pablo Galindo2023-04-041-67/+69
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-021-1/+1
* [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-291-0/+1
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-282-98/+119
* [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)Miss Islington (bot)2023-03-282-0/+64
* [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)Pradyun Gedam2023-03-282-1/+1
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-271-3/+15
* gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)Miss Islington (bot)2023-03-241-0/+150
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-241-3/+3
* [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...Alex Waygood2023-03-232-1/+13
* [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...Nikita Sobolev2023-03-171-7/+30
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-162-0/+33
* gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)Miss Islington (bot)2023-03-151-2/+6
* [3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...Irit Katriel2023-03-132-11/+31
* Fix broken link to MSDN (GH-102355)Miss Islington (bot)2023-03-132-2/+2
* gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)Miss Islington (bot)2023-03-131-1/+1
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Miss Islington (bot)2023-03-131-1/+8
* gh-102433: Add tests for how classes with properties interact with `isinstanc...Miss Islington (bot)2023-03-111-0/+88
* [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...Miss Islington (bot)2023-03-081-0/+15
* [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1...Alex Waygood2023-03-051-11/+1
* GH-102341: Improve the test function for pow (GH-102342)Miss Islington (bot)2023-03-051-6/+5
* Fix unused classes in a typing test (GH-102437)Miss Islington (bot)2023-03-051-2/+2
* gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...Miss Islington (bot)2023-03-052-3/+32
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+10