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-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Sam Gross
2024-07-08
9
-16/+50
*
gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)
Marc Mueller
2024-07-08
2
-2/+7
*
GH-119169: Simplify `os.walk()` exception handling (#121435)
Barney Gale
2024-07-08
2
-50/+35
*
gh-121374: Correct docstrings in `_interpchannels` (gh-121418)
Max Muoto
2024-07-08
1
-2/+2
*
GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH...
Mark Shannon
2024-07-08
4
-3/+20
*
gh-121338: Remove #pragma optimize (#121340)
Michael Droettboom
2024-07-08
1
-10/+0
*
gh-108297: Update crashers README for test_crashers removal (#121475)
Alyssa Coghlan
2024-07-08
1
-4/+0
*
gh-121461: Fix os.path.normpath documentation indentation (#121466)
CBerJun
2024-07-08
1
-1/+1
*
gh-121467: Fix makefile to include mimalloc headers (#121469)
Marc Mueller
2024-07-08
2
-2/+3
*
Fix sphinx reference target (#121470)
Shantanu
2024-07-08
1
-2/+1
*
GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)
Barney Gale
2024-07-07
1
-4/+9
*
Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455)
Ken Jin
2024-07-07
1
-0/+1
*
gh-121351: Skip test_not_wiping_history_file() if no readline (#121422)
Sergey B Kirpichev
2024-07-06
1
-0/+4
*
gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)
Kirill Podoprigora
2024-07-06
1
-1/+1
*
Regen ``Doc/requirements-oldest-sphinx.txt`` (#121437)
Kirill Podoprigora
2024-07-06
1
-1/+1
*
[docs] fix a Sphinx directive in `c-api/object.rst` (#121430)
Bénédikt Tran
2024-07-06
1
-0/+1
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
5
-11/+187
*
gh-121359: Run test_pyrepl in isolated mode (#121414)
Victor Stinner
2024-07-05
1
-1/+4
*
Update example of str.split, bytes.split (#121287)
Yuxin Wu
2024-07-05
1
-6/+10
*
gh-121288: Make error message for index() methods consistent (GH-121395)
Serhiy Storchaka
2024-07-05
5
-5/+10
*
Fixed regenerating files in a checkout path with spaces (GH-121384)
AraHaan
2024-07-05
1
-9/+9
*
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev
2024-07-05
4
-26/+120
*
gh-59110: Fix a debug output for implicit directories (GH-121375)
Serhiy Storchaka
2024-07-05
1
-2/+4
*
gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)
Josh Brobst
2024-07-05
1
-1/+1
*
gh-90437: Fix __main__.py documentation wording (GH-116309)
Ali Tavallaie
2024-07-04
1
-3/+3
*
gh-121084: Fix test_typing random leaks (#121360)
Victor Stinner
2024-07-04
2
-0/+9
*
gh-106597: Remove unnecessary CFrame offsets (#121369)
Gabriele N. Tornetta
2024-07-04
1
-7/+0
*
gh-59110: zipimport: support namespace packages when no directory entry exist...
Serhiy Storchaka
2024-07-04
4
-30/+140
*
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
Nice Zombies
2024-07-04
1
-0/+1
*
gh-121272: move async for/with validation from compiler to symtable (#121361)
Irit Katriel
2024-07-04
2
-13/+22
*
gh-121355: Fix incorrect word in simple_stmts.rst (#121356)
Jongbum Won
2024-07-04
1
-1/+1
*
gh-120754: Update estimated_size in C truncate (#121357)
Cody Maloney
2024-07-04
1
-0/+6
*
gh-121352: use _Py_SourceLocation in symtable (#121353)
Irit Katriel
2024-07-04
2
-133/+69
*
gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)
Cody Maloney
2024-07-04
3
-33/+60
*
gh-121141: add support for `copy.replace` to AST nodes (#121162)
Bénédikt Tran
2024-07-04
5
-2/+837
*
gh-117983: Defer import of threading for lazy module loading (#120233)
Chris Markiewicz
2024-07-03
2
-1/+5
*
gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...
Tian Gao
2024-07-03
3
-3/+25
*
gh-112136: Restore removed _PyArg_Parser (#121262)
Victor Stinner
2024-07-03
8
-24/+40
*
gh-121300: Add `replace` to `copy.__all__` (#121302)
Max Muoto
2024-07-03
2
-3/+8
*
gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
Stefano Rivera
2024-07-03
4
-5/+0
*
GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)
Diego Russo
2024-07-03
2
-8/+8
*
gh-121035: Update PNG image for logging flow diagram. (GH-121323)
Vinay Sajip
2024-07-03
1
-0/+0
*
gh-121245: a regression test for site.register_readline() (#121259)
Sergey B Kirpichev
2024-07-03
1
-0/+27
*
gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Ken Jin
2024-07-03
1
-58/+30
*
gh-121272: set ste_coroutine during symtable construction (#121297)
Irit Katriel
2024-07-03
2
-3/+15
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
11
-10/+135
*
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta
2024-07-03
2
-0/+18
*
Docs: Add `os.splice` flags argument (#109847)
Amin Alaee
2024-07-03
1
-1/+20
*
docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods
2024-07-03
1
-2/+2
*
build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)
dependabot[bot]
2024-07-03
1
-1/+1
[next]