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-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
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
2
-2/+5
*
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...
Christopher Chavez
2023-12-06
1
-3/+3
*
gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)
Alex Waygood
2023-12-06
2
-32/+41
*
gh-108927: Include new dir test/regrtestdata in the installation (GH-112765)
Serhiy Storchaka
2023-12-06
1
-0/+3
*
gh-112606: Use sem_clockwait with monotonic time when supported in parking_lo...
Matt Prodani
2023-12-06
1
-2/+11
*
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suf...
Miro Hrončok
2023-12-05
2
-12/+20
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
12
-49/+88
*
Minor stylistic edit to the grouper recipe (gh112759)
Jurjen N. E. Bos
2023-12-05
1
-2/+2
*
bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766)
Zackery Spytz
2023-12-05
3
-2/+56
*
gh-112328: [Enum] Make some private attributes public. (GH-112514)
Ethan Furman
2023-12-05
5
-117/+301
*
gh-94692: Only catch OSError in shutil.rmtree() (#112756)
Serhiy Storchaka
2023-12-05
3
-19/+22
*
gh-110190: Fix ctypes structs with array on Arm (#112604)
Diego Russo
2023-12-05
4
-20/+193
*
gh-105323: Remove `WITH_APPLE_EDITLINE` to use the same declaration for all e...
Tian Gao
2023-12-05
4
-36/+2
*
bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during temp...
Ken Jin
2023-12-05
3
-2/+41
*
gh-112535: Add comment for ppc32/64 registers (gh-112746)
Donghee Na
2023-12-05
1
-0/+2
*
gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#1...
Alex Waygood
2023-12-05
2
-29/+37
*
gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)
Jeffrey Kintscher
2023-12-05
4
-11/+97
*
gh-62897: Update PyUnicode C API parameter names (GH-12680)
Rune Tynan
2023-12-05
1
-91/+91
*
gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)
Donghee Na
2023-12-05
1
-0/+16
*
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
[next]