aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip tests which interact with invalid UTF-8 filesgentoo-3.12.0rc2Sam James2023-09-069-0/+14
* Workaround clang+musl build failureMichał Górny2023-09-061-9/+11
* Skip sched/priority testsSam James2023-09-061-0/+2
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2023-09-061-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2023-09-061-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2023-09-061-0/+2
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-0552-1076/+1499
* [3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...Miss Islington (bot)2023-09-054-28/+31
* [3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...Miss Islington (bot)2023-09-051-2/+3
* [3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#10...Miss Islington (bot)2023-09-053-4/+5
* [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...Miss Islington (bot)2023-09-054-0/+323
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-058-2966/+3066
* [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...Serhiy Storchaka2023-09-053-9/+10
* [3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)Miss Islington (bot)2023-09-051-3/+7
* [3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873)Serhiy Storchaka2023-09-052-62/+35
* [3.12] CI: Bump GitHub Actions (GH-108879) (#108889)Miss Islington (bot)2023-09-056-17/+17
* [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-043-2/+9
* [3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871)Serhiy Storchaka2023-09-041-5/+8
* [3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)Miss Islington (bot)2023-09-042-6/+6
* [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...Łukasz Langa2023-09-042-56/+0
* [3.12] Reorder some test's decorators (GH-108804) (#108844)Miss Islington (bot)2023-09-042-4/+4
* [3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...Miss Islington (bot)2023-09-041-12/+23
* [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-0332-5/+57
* [3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)Victor Stinner2023-09-022-5/+3
* [3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...Nikita Sobolev2023-09-022-7/+7
* [3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)Miss Islington (bot)2023-09-022-22/+30
* [3.12] gh-106392: Fix inconsistency in deprecation warnings (GH-106436) (#108...Miss Islington (bot)2023-09-021-2/+2
* [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-021-0/+4
* [3.12] Improve some C API documentation (GH-108768) (#108785)Serhiy Storchaka2023-09-023-44/+43
* [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)Miss Islington (bot)2023-09-027-94/+49
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...Hugo van Kemenade2023-09-022-5/+4
* [3.12] Make test_fcntl quiet (GH-108758) (#108760)Miss Islington (bot)2023-09-011-31/+32
* [3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...Miss Islington (bot)2023-09-012-2/+1
* [3.12] gh-107805: Fix signatures of module-level generated functions in `turt...Miss Islington (bot)2023-09-013-19/+45
* [3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)Miss Islington (bot)2023-09-011-2/+2
* [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Miss Islington (bot)2023-09-014-56/+260
* [3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and ...Miss Islington (bot)2023-09-011-2/+3
* [3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)Miss Islington (bot)2023-08-312-9/+8
* [3.12] gh-108654: restore comprehension locals before handling exception (GH-...Miss Islington (bot)2023-08-313-14/+90
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-303-3/+34
* [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#1...Miss Islington (bot)2023-08-302-5/+11
* [3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)Miss Islington (bot)2023-08-301-1/+1
* [3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDuratio...Miss Islington (bot)2023-08-301-1/+1
* [3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)Miss Islington (bot)2023-08-301-1/+2
* [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-293-14/+23
* [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