summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...Victor Stinner2023-09-085-26/+37
* [3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...Miss Islington (bot)2023-09-082-1/+20
* [3.11] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Ethan Furman2023-09-084-1/+42
* [3.11] gh-68403: Fix test_coverage in test_trace (GH-108910) (GH-109105)Miss Islington (bot)2023-09-071-3/+8
* [3.11] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109102)Miss Islington (bot)2023-09-071-16/+10
* [3.11] gh-88943: Improve syntax error for non-ASCII character that follows a ...Serhiy Storchaka2023-09-073-1/+8
* [3.11] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-072-3/+7
* [3.11] gh-103186: Suppress RuntimeWarning about unclosed async iterator in te...Serhiy Storchaka2023-09-071-4/+28
* [3.11] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (GH-109...Miss Islington (bot)2023-09-071-1/+0
* [3.11] gh-71770: Add more details on behavior of configparser's default_secti...Miss Islington (bot)2023-09-071-2/+4
* [3.11] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...Miss Islington (bot)2023-09-071-1/+1
* [3.11] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109074)Miss Islington (bot)2023-09-071-2/+2
* [3.11] bpo-38157: Add example about per file output for mock_open. (GH-16090)...Miss Islington (bot)2023-09-071-0/+24
* [3.11] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109063)Miss Islington (bot)2023-09-071-1/+21
* [3.11] gh-108915: Removes extra backslashes in str.split docstring (GH-109044...Shantanu2023-09-072-5/+5
* [3.11] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109055)Mikhail Samylov2023-09-071-1/+1
* [3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...Victor Stinner2023-09-077-1/+80
* [3.11] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-071-1/+1
* [3.11] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...Miss Islington (bot)2023-09-072-1/+144
* [3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)Victor Stinner2023-09-063-9/+16
* [3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...Miss Islington (bot)2023-09-061-4/+10
* [3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)Victor Stinner2023-09-067-42/+184
* [3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...Miss Islington (bot)2023-09-062-4/+10
* [3.11] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109001)Miss Islington (bot)2023-09-061-0/+11
* [3.11] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-09-061-1/+1
* [3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)Zachary Ware2023-09-053-4/+5
* [3.11] gh-108416: Mark slow but not CPU bound test methods with requires_reso...Serhiy Storchaka2023-09-0518-3/+316
* [3.11] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108...Miss Islington (bot)2023-09-051-35/+36
* [3.11] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (G...Miss Islington (bot)2023-09-051-1/+1
* [3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...Serhiy Storchaka2023-09-053-9/+10
* [3.11] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (GH-108...Miss Islington (bot)2023-09-051-0/+1
* [3.11] CI: Bump GitHub Actions (GH-108879) (#108891)Hugo van Kemenade2023-09-055-19/+19
* [3.11] bpo-45229: Make ElementTree tests discoverable (GH-108859) (GH-108874)Serhiy Storchaka2023-09-042-61/+35
* [3.11] gh-89392: Remove test_main() in test_netrc (GH-108860) (GH-108868)Miss Islington (bot)2023-09-041-4/+2
* [3.11] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (GH-108869)Miss Islington (bot)2023-09-041-5/+7
* [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)Victor Stinner2023-09-0318-375/+812
* [3.11] Reorder some test's decorators (GH-108804) (GH-108845)Miss Islington (bot)2023-09-032-4/+4
* [3.11] [3.12] gh-63760: Don't declare gethostname() on Solaris (GH-108817) (G...Miss Islington (bot)2023-09-032-5/+3
* [3.11] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...Serhiy Storchaka2023-09-0330-5/+53
* [3.11] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...Nikita Sobolev2023-09-022-7/+7
* [3.11] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108808)Miss Islington (bot)2023-09-022-22/+30
* [3.11] gh-103186: assert in tests that UnsafeMailcapInput warnings are provid...Miss Islington (bot)2023-09-021-4/+24
* [3.11] Improve some C API documentation (GH-108768) (GH-108786)Serhiy Storchaka2023-09-023-44/+43
* [3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-011-0/+4
* [3.11] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...Miss Islington (bot)2023-09-012-5/+4
* [3.11] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...Miss Islington (bot)2023-09-012-2/+1
* [3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958)Gregory P. Smith2023-09-013-7/+32
* [3.11] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108738)Miss Islington (bot)2023-08-311-2/+2
* [3.11] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108708)Miss Islington (bot)2023-08-312-9/+8
* [3.11] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-303-3/+34