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
...
*
Docs: Use 'f-strings' as header (#112888)
Hugo van Kemenade
2023-12-10
1
-2/+4
*
IDLE: Tweak iomenu.IOBinding.maybesave (#112914)
Terry Jan Reedy
2023-12-10
1
-10/+11
*
GH-112906: Fix performance regression in pathlib path initialisation (#112907)
Barney Gale
2023-12-10
1
-1/+3
*
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood
2023-12-09
6
-33/+52
*
gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886)
Alex Waygood
2023-12-09
2
-24/+29
*
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
Neil Schemenauer
2023-12-09
2
-0/+3
*
gh-110109: Fix installed buildbots now `pathlib` is a package (#112901)
Alex Waygood
2023-12-09
1
-0/+1
*
GH-110109: Move pathlib ABCs to new `pathlib._abc` module. (#112881)
Barney Gale
2023-12-09
3
-511/+518
*
gh-112720: Move instruction formatting from the dis.Instruction class to a ne...
Irit Katriel
2023-12-09
2
-205/+232
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
4
-15/+101
*
gh-112758: Updated pathlib documentation for PurePath.match (#112814)
Taylor Packard
2023-12-08
1
-0/+3
*
gh-112540: Support zero inputs in geometric_mean() (gh-112880)
Raymond Hettinger
2023-12-08
3
-9/+35
*
GH-110109: Add `pathlib._PurePathBase` (#110670)
Barney Gale
2023-12-08
3
-53/+115
*
gh-112278: In _wmi, treat initialization timeout separately from connection t...
AN Long
2023-12-08
1
-12/+34
*
gh-112779: Check 1-byte atomics in configure (gh-112819)
Sam Gross
2023-12-08
2
-8/+28
*
gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)
Donghee Na
2023-12-08
1
-0/+4
*
gh-112302: Annotate SBOM file as generated in .gitattributes (#112854)
Seth Michael Larson
2023-12-08
1
-0/+1
*
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood
2023-12-08
6
-41/+76
*
gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870)
Alex Waygood
2023-12-08
2
-8/+7
*
gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)
Alex Waygood
2023-12-08
2
-5/+5
*
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...
Mark Shannon
2023-12-08
7
-72/+203
*
gh-110820: Make sure processor specific defines are correct for Universal 2 b...
Ronald Oussoren
2023-12-08
2
-1/+13
*
Add a versionchanged directive for gh-94692 (GH-112846)
Serhiy Storchaka
2023-12-08
1
-0/+2
*
GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#...
Barney Gale
2023-12-07
3
-106/+96
*
gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...
Alex Waygood
2023-12-07
4
-5/+8
*
gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...
Eric Snow
2023-12-07
2
-0/+19
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
18
-241/+97
*
gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...
Sam Gross
2023-12-07
7
-17/+54
*
gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)
Ronald Oussoren
2023-12-07
2
-0/+3
*
gh-112278: Disable WMI queries on Windows after they time out (GH-112658)
AN Long
2023-12-07
3
-15/+44
*
gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-11...
Serhiy Storchaka
2023-12-07
3
-2/+21
*
gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction() (GH-...
Serhiy Storchaka
2023-12-07
1
-13/+1
*
gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930)
Søren Løvborg
2023-12-07
3
-15/+125
*
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...
Seth Michael Larson
2023-12-07
7
-1/+2499
*
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross
2023-12-07
3
-30/+70
*
gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64LE (#112...
Łukasz Langa
2023-12-07
1
-45/+53
*
bpo-42519: Remove outdated sentence in comment (#112822)
Christopher Chavez
2023-12-07
1
-1/+1
*
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...
andrewluotechnologies
2023-12-07
5
-1/+15
*
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...
Mark Shannon
2023-12-07
15
-526/+1675
*
gh-102980: Redirect output of pdb's `interact` command, add tests and improve...
Tian Gao
2023-12-07
4
-4/+86
*
gh-51944: Add missing macOS constants to termios (#112823)
Ronald Oussoren
2023-12-07
2
-0/+67
*
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das
2023-12-07
3
-9/+42
*
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka
2023-12-07
4
-58/+72
*
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren
2023-12-07
2
-2/+12
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
8
-40/+369
*
gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)
Alex Waygood
2023-12-06
2
-23/+30
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
10
-53/+112
*
gh-111178: Define `visitproc` callback functions properly and remove unnecess...
Christopher Chavez
2023-12-06
1
-9/+13
*
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...
Serhiy Storchaka
2023-12-06
3
-11/+51
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
9
-22/+103
[prev]
[next]