index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-101100: Fix Sphinx warning in `library/gettext.rst` (#112668)
Hugo van Kemenade
2023-12-03
2
-8/+7
*
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Alex Waygood
2023-12-03
5
-9/+19
*
Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)
Marco Aurélio A. Barbosa
2023-12-03
1
-1/+1
*
gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...
Irit Katriel
2023-12-03
4
-19/+9
*
gh-112620: Fix dis error on show_cache with labels (#112621)
Irit Katriel
2023-12-03
2
-6/+23
*
Run more `inspect.rst` code snippets in CI (#112654)
Alex Waygood
2023-12-03
1
-28/+38
*
gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647)
Victor Stinner
2023-12-03
1
-0/+3
*
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
Victor Stinner
2023-12-03
2
-7/+12
*
gh-106560: Fix redundant declarations in Include/ (#112611)
Victor Stinner
2023-12-03
4
-6/+4
*
gh-112578: Fix RuntimeWarning when running zipfile (GH-112579)
Shantanu
2023-12-03
3
-77/+72
*
gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...
Alex Waygood
2023-12-03
2
-37/+56
*
gh-66819: More IDLE htest updates(2) (#112642)
Terry Jan Reedy
2023-12-03
9
-69/+70
*
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev
2023-12-02
6
-11/+205
*
Docs: Use sphinx-notfound-page to show a nicer 404 page (#111084)
Hugo van Kemenade
2023-12-02
2
-1/+8
*
gh-112618: Make `Annotated` cache typed (#112619)
Nikita Sobolev
2023-12-02
3
-5/+42
*
gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...
Nikita Sobolev
2023-12-02
1
-19/+18
*
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen
2023-12-01
9
-127/+709
*
gh-112567: Add _PyTimeFraction C API (#112568)
Victor Stinner
2023-12-01
3
-107/+130
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
9
-125/+142
*
gh-110481: Fix typo in Py_SET_REFCNT() (#112595)
Victor Stinner
2023-12-01
1
-3/+3
*
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz
2023-12-01
3
-5/+27
*
gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...
Alex Waygood
2023-12-01
4
-5/+16
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
3
-10/+26
*
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
Tian Gao
2023-12-01
6
-12/+27
*
gh-109413: regrtest: add WorkerRunTests class (#112588)
Victor Stinner
2023-12-01
4
-22/+28
*
gh-82565: Add tests for pickle and unpickle with bad files (GH-16606)
Zackery Spytz
2023-12-01
1
-0/+78
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
4
-6/+39
*
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutin...
Irit Katriel
2023-12-01
4
-1/+20
*
bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter(...
Rémi Lapeyre
2023-12-01
3
-12/+43
*
build(deps): bump hypothesis from 6.88.1 to 6.91.0 in /Tools (#112580)
dependabot[bot]
2023-12-01
1
-1/+1
*
build(deps): bump actions/github-script from 6 to 7 (#112584)
dependabot[bot]
2023-12-01
2
-2/+2
*
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau
2023-12-01
7
-13/+13
*
build(deps-dev): bump types-setuptools from 68.2.0.0 to 69.0.0.0 in /Tools (#...
dependabot[bot]
2023-12-01
1
-1/+1
*
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581)
dependabot[bot]
2023-12-01
1
-1/+1
*
Add links under "generator expression" in glossary (#112537)
William Andrea
2023-12-01
1
-1/+1
*
gh-66819: More IDLE htest updates (#112574)
Terry Jan Reedy
2023-12-01
1
-55/+52
*
gh-112205: Update stringio module to use AC for the thread-safe (gh-112549)
Donghee Na
2023-11-30
2
-35/+79
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
10
-17/+32
*
Clarify a comment for `test.support.Py_C_RECURSION_LIMIT` to point out where ...
Brett Cannon
2023-11-30
1
-1/+2
*
gh-112502: Docs: Improve docs for gc.collect method (#112562)
Alperen Serkan Aksöz
2023-11-30
1
-2/+2
*
Clarify that WASI tool requirements are included in the devcontainer (GH-112561)
Brett Cannon
2023-11-30
1
-8/+8
*
gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551)
Serhiy Storchaka
2023-11-30
2
-50/+121
*
gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
3
-1/+6
*
gh-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
6
-12/+76
*
gh-112205: Support @getter annotation from AC (gh-112396)
Donghee Na
2023-11-30
5
-68/+169
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
3
-20/+26
*
IDLE: fix config_key htest (#112545)
Terry Jan Reedy
2023-11-30
2
-2/+2
*
GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...
Brett Cannon
2023-11-30
7
-77/+373
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
5
-2/+473
*
gh-112509: Fix keys being present in both required_keys and optional_keys in ...
Jelle Zijlstra
2023-11-29
3
-5/+63
[prev]
[next]