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-73991: pathlib ABC tests: add `DummyPath.unlink()` and `rmdir()` (#120715)
Barney Gale
2024-06-18
2
-20/+51
*
gh-120367: fix bug where compiler detects redundant jump after pseudo op repl...
Irit Katriel
2024-06-18
3
-2/+28
*
GH-73991: Use same signature for `shutil._rmtree_[un]safe()`. (#120517)
Barney Gale
2024-06-18
2
-45/+44
*
gh-120688: Build WASI with -O3 in debug mode (#120691)
Victor Stinner
2024-06-18
3
-0/+13
*
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
2024-06-18
3
-0/+88
*
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
24
-41/+43
*
gh-120496: Add a note about iterator thread-safe (gh-120685)
Donghee Na
2024-06-18
1
-0/+3
*
gh-117953: Skip `test_interpreters` properly without GIL (#120689)
Nice Zombies
2024-06-18
1
-3/+6
*
gh-120417: Use import_helper() in test_regrtest (#120680)
Victor Stinner
2024-06-18
1
-14/+12
*
gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120450)
Bénédikt Tran
2024-06-18
2
-17/+75
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
8
-9/+40
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
8
-4/+68
*
gh-120659: Skip `test_freethreading` with GIL (#120660)
Nice Zombies
2024-06-18
1
-0/+4
*
gh-120417: Move imports to doctests in test_doctest (#120679)
Victor Stinner
2024-06-18
1
-4/+14
*
gh-119241: Add HOWTO for free-threaded C API extensions (#119877)
Sam Gross
2024-06-18
2
-0/+255
*
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski
2024-06-18
4
-10/+135
*
gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (...
Bénédikt Tran
2024-06-18
2
-60/+86
*
gh-120662: Improve `smtplib` example (#120668)
Bénédikt Tran
2024-06-18
1
-12/+11
*
No longer watch the queue module, remove rhettinger (#120664)
Raymond Hettinger
2024-06-18
1
-2/+1
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
22
-651/+663
*
gh-119897: Add test for lambda generator invocation (#120658)
Irit Katriel
2024-06-18
1
-1/+5
*
gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615)
Serhiy Storchaka
2024-06-18
1
-8/+32
*
gh-120560: Mark `zip64` tests in `test_zipimport` as CPU-heavy (GH-120564)
Nice Zombies
2024-06-17
1
-0/+2
*
gh-120417: Remove unused imports in cases_generator (#120622)
Victor Stinner
2024-06-17
11
-30/+7
*
gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_co...
Eric Snow
2024-06-17
2
-3/+4
*
gh-120417: Modify test_bdb to use the import (#120628)
Victor Stinner
2024-06-17
1
-1/+2
*
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner
2024-06-17
10
-13/+3
*
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner
2024-06-17
10
-15/+5
*
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner
2024-06-17
10
-14/+4
*
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
4
-12/+77
*
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
Sam Gross
2024-06-17
2
-4/+5
*
gh-120417: Remove unused imports in Tools (#120623)
Victor Stinner
2024-06-17
4
-6/+3
*
gh-120507: Double WASI memory (#120648)
Victor Stinner
2024-06-17
4
-9/+8
*
fix enum doc typo (#120091)
Saul Pwanson
2024-06-17
1
-1/+1
*
gh-115649: Copy the filename into main interpreter before intern in import.c ...
AN Long
2024-06-17
2
-1/+13
*
gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an altern...
Kirill Podoprigora
2024-06-17
1
-0/+6
*
gh-120417: Remove unused imports in tests (part 4) (#120632)
Victor Stinner
2024-06-17
7
-10/+1
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
6
-18/+533
*
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth
2024-06-17
5
-9/+10
*
Update the documentation howto index page and group docs into 3 logical secti...
Carol Willing
2024-06-17
4
-5/+38
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
9
-55/+277
*
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon
2024-06-17
11
-61/+67
*
itertools doc: examples for groupby() and tee() (#120618)
Frank Dana
2024-06-17
1
-2/+2
*
gh-120196: Reuse find_max_char() for bytes objects (#120497)
Ruben Vorderman
2024-06-17
2
-55/+25
*
gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold ...
Irit Katriel
2024-06-17
3
-12/+47
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
6
-12/+12
*
gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)
Nikita Sobolev
2024-06-17
1
-1/+3
*
gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...
Gregory P. Smith
2024-06-17
2
-1/+18
*
gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570)
Terry Jan Reedy
2024-06-16
1
-2/+2
*
gh-118596: Add thread-safety clarifications to the SSLContext documentation (...
mm-matthias
2024-06-16
1
-0/+13
[prev]
[next]