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-82300: Add track parameter to multiprocessing.shared_memory (#110778)
pan324
2023-12-05
4
-23/+106
*
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for B...
Sergey B Kirpichev
2023-12-05
1
-90/+25
*
gh-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong
2023-12-05
5
-1/+51
*
gh-112736: Refactor del-safe symbol handling in subprocess (#112738)
Russell Keith-Magee
2023-12-05
2
-24/+25
*
GH-112727: Speed up `pathlib.Path.absolute()` (#112728)
Barney Gale
2023-12-04
2
-6/+15
*
gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` beha...
Gregory P. Smith
2023-12-04
3
-23/+38
*
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner
2023-12-04
6
-8/+75
*
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Amioplk
2023-12-04
1
-1/+1
*
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1...
Gregory P. Smith
2023-12-04
3
-10/+30
*
gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...
Kamil Turek
2023-12-04
5
-24/+93
*
gh-74690: Avoid a costly type check where possible in `_ProtocolMeta.__subcla...
Alex Waygood
2023-12-04
3
-6/+37
*
gh-112516: Update bundled pip version to 23.3.1 (gh-112517)
Thomas Bininda
2023-12-04
3
-1/+2
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
8
-9/+67
*
gh-74690: Optimise `isinstance()` and `issubclass()` calls against runtime-ch...
Alex Waygood
2023-12-04
2
-3/+16
*
gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703)
Alex Waygood
2023-12-04
2
-22/+21
*
gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (G...
Serhiy Storchaka
2023-12-04
3
-2/+85
*
gh-110275: Named tuple's __replace__() now raises TypeError for invalid argum...
Serhiy Storchaka
2023-12-04
5
-7/+9
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
7
-13/+57
*
gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (#112669)
Alex Waygood
2023-12-04
2
-47/+67
*
gh-106550: Fix sign conversion in pycore_code.h (#112613)
Victor Stinner
2023-12-04
1
-10/+12
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
6
-1/+87
*
gh-112625: Protect bytearray from being freed by misbehaving iterator inside ...
chilaxan
2023-12-04
3
-1/+22
*
gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679)
Christopher Chavez
2023-12-04
1
-1/+1
*
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy
2023-12-04
25
-34/+62
*
gh-66819: More IDLE htest updates(3) (#112683)
Terry Jan Reedy
2023-12-04
6
-26/+27
*
GH-106747: Improve `Path.glob()` expectations in pathlib tests (#112365)
Barney Gale
2023-12-03
1
-33/+33
*
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
[next]