summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-101100: Fix Sphinx warning in `library/gettext.rst` (#112668)Hugo van Kemenade2023-12-032-8/+7
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-035-9/+19
* Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)Marco Aurélio A. Barbosa2023-12-031-1/+1
* gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...Irit Katriel2023-12-034-19/+9
* gh-112620: Fix dis error on show_cache with labels (#112621)Irit Katriel2023-12-032-6/+23
* Run more `inspect.rst` code snippets in CI (#112654)Alex Waygood2023-12-031-28/+38
* gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647)Victor Stinner2023-12-031-0/+3
* gh-106560: Fix redundant declarations in Python/frozen.c (#112612)Victor Stinner2023-12-032-7/+12
* gh-106560: Fix redundant declarations in Include/ (#112611)Victor Stinner2023-12-034-6/+4
* gh-112578: Fix RuntimeWarning when running zipfile (GH-112579)Shantanu2023-12-033-77/+72
* gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...Alex Waygood2023-12-032-37/+56
* gh-66819: More IDLE htest updates(2) (#112642)Terry Jan Reedy2023-12-039-69/+70
* gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)Nikita Sobolev2023-12-026-11/+205
* Docs: Use sphinx-notfound-page to show a nicer 404 page (#111084)Hugo van Kemenade2023-12-022-1/+8
* gh-112618: Make `Annotated` cache typed (#112619)Nikita Sobolev2023-12-023-5/+42
* gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...Nikita Sobolev2023-12-021-19/+18
* gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)William Wen2023-12-019-127/+709
* gh-112567: Add _PyTimeFraction C API (#112568)Victor Stinner2023-12-013-107/+130
* gh-112567: Add _Py_GetTicksPerSecond() function (#112587)Victor Stinner2023-12-019-125/+142
* gh-110481: Fix typo in Py_SET_REFCNT() (#112595)Victor Stinner2023-12-011-3/+3
* bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)Zackery Spytz2023-12-013-5/+27
* gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...Alex Waygood2023-12-014-5/+16
* gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)Victor Stinner2023-12-013-10/+26
* gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)Tian Gao2023-12-016-12/+27
* gh-109413: regrtest: add WorkerRunTests class (#112588)Victor Stinner2023-12-014-22/+28
* gh-82565: Add tests for pickle and unpickle with bad files (GH-16606)Zackery Spytz2023-12-011-0/+78
* gh-112367: Only free perf trampoline arenas at shutdown (#112368)Pablo Galindo Salgado2023-12-014-6/+39
* gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutin...Irit Katriel2023-12-014-1/+20
* bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter(...Rémi Lapeyre2023-12-013-12/+43
* build(deps): bump hypothesis from 6.88.1 to 6.91.0 in /Tools (#112580)dependabot[bot]2023-12-011-1/+1
* build(deps): bump actions/github-script from 6 to 7 (#112584)dependabot[bot]2023-12-012-2/+2
* Fix typos in variable names, function names, and comments (GH-101868)Yang Hau2023-12-017-13/+13
* build(deps-dev): bump types-setuptools from 68.2.0.0 to 69.0.0.0 in /Tools (#...dependabot[bot]2023-12-011-1/+1
* build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581)dependabot[bot]2023-12-011-1/+1
* Add links under "generator expression" in glossary (#112537)William Andrea2023-12-011-1/+1
* gh-66819: More IDLE htest updates (#112574)Terry Jan Reedy2023-12-011-55/+52
* gh-112205: Update stringio module to use AC for the thread-safe (gh-112549)Donghee Na2023-11-302-35/+79
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-3010-17/+32
* Clarify a comment for `test.support.Py_C_RECURSION_LIMIT` to point out where ...Brett Cannon2023-11-301-1/+2
* gh-112502: Docs: Improve docs for gc.collect method (#112562)Alperen Serkan Aksöz2023-11-301-2/+2
* Clarify that WASI tool requirements are included in the devcontainer (GH-112561)Brett Cannon2023-11-301-8/+8
* gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551)Serhiy Storchaka2023-11-302-50/+121
* gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...Matt Prodani2023-11-303-1/+6
* gh-112519: Make it possible to specify instruction flags for pseudo instructi...Irit Katriel2023-11-306-12/+76
* gh-112205: Support @getter annotation from AC (gh-112396)Donghee Na2023-11-305-68/+169
* gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)Kirill Podoprigora2023-11-303-20/+26
* IDLE: fix config_key htest (#112545)Terry Jan Reedy2023-11-302-2/+2
* GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...Brett Cannon2023-11-307-77/+373
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-295-2/+473
* gh-112509: Fix keys being present in both required_keys and optional_keys in ...Jelle Zijlstra2023-11-293-5/+63