summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-051-961/+986
* [3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...Miss Islington (bot)2023-09-053-28/+28
* [3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...Miss Islington (bot)2023-09-051-2/+3
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-5/+25
* [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...Serhiy Storchaka2023-09-052-9/+8
* [3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873)Serhiy Storchaka2023-09-052-62/+35
* [3.12] gh-89392: Remove test_main() in test_netrc (GH-108860) (#108872)Serhiy Storchaka2023-09-041-4/+2
* [3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)Miss Islington (bot)2023-09-041-1/+4
* [3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871)Serhiy Storchaka2023-09-041-5/+8
* [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...Łukasz Langa2023-09-041-27/+0
* [3.12] Reorder some test's decorators (GH-108804) (#108844)Miss Islington (bot)2023-09-042-4/+4
* [3.12] gh-108822: regrtest computes statistics (#108793) (#108833)Victor Stinner2023-09-0410-308/+511
* [3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...Miss Islington (bot)2023-09-0232-5/+57
* [3.12] gh-106392: Fix inconsistency in deprecation warnings (GH-106436) (#108...Miss Islington (bot)2023-09-021-2/+2
* [3.12] Make test_fcntl quiet (GH-108758) (#108760)Miss Islington (bot)2023-09-011-31/+32
* [3.12] gh-107805: Fix signatures of module-level generated functions in `turt...Miss Islington (bot)2023-09-012-19/+44
* [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Miss Islington (bot)2023-08-312-55/+236
* [3.12] gh-108654: restore comprehension locals before handling exception (GH-...Miss Islington (bot)2023-08-311-0/+35
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-302-3/+31
* [3.12] gh-108617: Extend interactive session tests for sqlite3 (GH-108556) (#...Miss Islington (bot)2023-08-291-6/+32
* [3.12] gh-108558: Improve sqlite3 row factory tests (GH-108578) (#108615)Miss Islington (bot)2023-08-291-14/+11
* [3.12] gh-108550: Fix sqlite3 CLI regression from gh-108551 (GH-108618) (#108...Miss Islington (bot)2023-08-291-1/+1
* [3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...Miss Islington (bot)2023-08-291-12/+103
* [3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566)Miss Islington (bot)2023-08-284-101/+74
* [3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...Erlend E. Aasland2023-08-282-7/+33
* [3.12] gh-105052:update timeit function's description (GH-105060) (#108534)Miss Islington (bot)2023-08-271-6/+12
* [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)Miss Islington (bot)2023-08-271-0/+10
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-2613-1677/+1845
* [3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (...Miss Islington (bot)2023-08-253-6/+6
* [3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...Miss Islington (bot)2023-08-255-16/+17
* [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)Miss Islington (bot)2023-08-2518-27/+113
* [3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...Miss Islington (bot)2023-08-242-0/+15
* [3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa2023-08-241-31/+71
* [3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)Miss Islington (bot)2023-08-242-44/+39
* [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-232-2/+29
* [3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...Miss Islington (bot)2023-08-231-0/+13
* [3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...Miss Islington (bot)2023-08-231-1/+5
* [3.12] gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) (#108328)Miss Islington (bot)2023-08-223-6/+7
* [3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306)Victor Stinner2023-08-225-18/+18
* [3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa2023-08-222-1/+241
* [3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...Miss Islington (bot)2023-08-221-0/+14
* [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...Miss Islington (bot)2023-08-221-1/+1
* [3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-222-0/+18
* [3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)Miss Islington (bot)2023-08-221-2/+2
* [3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997) (#...Miss Islington (bot)2023-08-211-0/+18
* [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-212-9/+148
* [3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...Miss Islington (bot)2023-08-212-1/+18
* [3.12] gh-105736: Sync pure python version of OrderedDict with the C version ...Miss Islington (bot)2023-08-212-7/+20
* [3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...Miss Islington (bot)2023-08-211-1/+4
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-201-0/+81