summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info director...Miss Islington (bot)2023-09-121-6/+1
* [3.12] gh-90805: Make sure test_functools works with and without _functoolsmo...Miss Islington (bot)2023-09-121-30/+28
* [3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy li...Miss Islington (bot)2023-09-121-52/+107
* [3.12] gh-109182: Fix and improve tests for gh-108654 (GH-109189) (#109271)Miss Islington (bot)2023-09-121-18/+28
* [3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...Mark Shannon2023-09-124-55/+77
* [3.12] Test DocTestFinder directly instead of calling support.run_doctest() (...Miss Islington (bot)2023-09-121-5/+3
* [3.12] gh-109230: test_pyexpat no longer depends on the current directory (GH...Miss Islington (bot)2023-09-122-24/+53
* [3.12] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...Miss Islington (bot)2023-09-122-2/+6
* [3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223)Miss Islington (bot)2023-09-121-1/+1
* [3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203)Miss Islington (bot)2023-09-121-4/+7
* [3.12] Fix an ironic typo in a code comment. (gh-109186) (#109188)Miss Islington (bot)2023-09-121-1/+1
* [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...Jelle Zijlstra2023-09-125-430/+501
* [3.12] GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` ...Miss Islington (bot)2023-09-121-3/+5
* [3.12] gh-109022: [Enum] require `names=()` to create empty enum type (GH-109...Miss Islington (bot)2023-09-123-4/+14
* [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ...Miss Islington (bot)2023-09-123-4/+19
* [3.12] gh-106922: Fix error location for constructs with spaces and parenthes...Miss Islington (bot)2023-09-084-3/+68
* [3.12] gh-103186: Suppress RuntimeWarning about unclosed async iterator in te...Miss Islington (bot)2023-09-081-4/+28
* [3.12] Add version directives to ast docs (GH-108788) (#109106)Miss Islington (bot)2023-09-081-4/+42
* [3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104)Miss Islington (bot)2023-09-081-3/+8
* [3.12] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109103)Miss Islington (bot)2023-09-081-16/+10
* [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...Miss Islington (bot)2023-09-081-19/+20
* [3.12] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-082-3/+7
* [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)Miss Islington (bot)2023-09-081-2/+2
* [3.12] gh-71770: Add more details on behavior of configparser's default_secti...Miss Islington (bot)2023-09-081-2/+4
* [3.12] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (#109084)Miss Islington (bot)2023-09-081-1/+0
* [3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...Miss Islington (bot)2023-09-081-1/+1
* [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090)...Miss Islington (bot)2023-09-081-0/+24
* [3.12] gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_se...Miss Islington (bot)2023-09-082-32/+43
* [3.12] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109064)Miss Islington (bot)2023-09-081-1/+21
* [3.12] gh-108915: Removes extra backslashes in str.split docstring (GH-109044...Shantanu2023-09-082-5/+5
* [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)Victor Stinner2023-09-084-10/+38
* [3.12] gh-108851: Fix tomllib recursion tests (GH-108853) (#109012)Miss Islington (bot)2023-09-087-41/+177
* [3.12] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108...Miss Islington (bot)2023-09-081-35/+36
* [3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (#...Miss Islington (bot)2023-09-081-1/+1
* [3.12] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...Miss Islington (bot)2023-09-082-4/+10
* [3.12] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109000)Miss Islington (bot)2023-09-081-0/+11
* [3.12] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...Miss Islington (bot)2023-09-082-1/+20
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-0829-499/+892
* [3.12] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-081-1/+1
* [3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734)...Hugo van Kemenade2023-09-082-5/+14
* [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) ...Miss Islington (bot)2023-09-087-0/+79
* [3.12] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109032)Miss Islington (bot)2023-09-081-1/+1
* [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...Miss Islington (bot)2023-09-082-1/+144
* [3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#1...Miss Islington (bot)2023-09-081-0/+3
* [3.12] C API tests: use special markers to test that output parameters were s...Serhiy Storchaka2023-09-086-20/+50
* [3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...Miss Islington (bot)2023-09-061-4/+10
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-09-061-1/+1
|\
| * [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-09-061-1/+1
* | Post 3.12.0rc2Thomas Wouters2023-09-061-1/+1
* | Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-0552-1076/+1499
|/