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-116195: Implements a fast path for nt.getppid (GH-116205)
vxiiduu
2024-03-14
2
-2/+85
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
7
-2/+135
*
gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when dele...
Jason R. Coombs
2024-03-14
3
-0/+6
*
gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)
Jason R. Coombs
2024-03-14
5
-54/+159
*
Minor improvements to the itertools documentation (gh-116833)
Raymond Hettinger
2024-03-14
1
-84/+94
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
15
-27/+48
*
gh-113317, AC: Add libclinic.converter module (#116821)
Victor Stinner
2024-03-14
4
-601/+621
*
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)
Jason R. Coombs
2024-03-14
2
-12/+11
*
GH-116422: Factor out eval breaker checks at end of calls into its own micro-...
Mark Shannon
2024-03-14
7
-371/+474
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
11
-91/+158
*
gh-113317, AC: Add libclinic.block_parser module (#116819)
Victor Stinner
2024-03-14
3
-336/+361
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Victor Stinner
2024-03-14
4
-138/+110
*
CI: Only test free-threading with faster macOS M1 (#116814)
Hugo van Kemenade
2024-03-14
2
-4/+8
*
gh-113317, AC: Add libclinic.function (#116807)
Victor Stinner
2024-03-14
4
-241/+270
*
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner
2024-03-14
4
-48/+74
*
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner
2024-03-14
2
-8/+36
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
4
-26/+48
*
gh-116780: Fix `test_inspect` in `-OO` mode (#116788)
Nikita Sobolev
2024-03-14
1
-0/+5
*
gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765)
Serhiy Storchaka
2024-03-14
1
-0/+3
*
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev
2024-03-14
3
-22/+14
*
gh-116785: Fix direct invocation of `test_inspect` (#116787)
Nikita Sobolev
2024-03-14
1
-5/+5
*
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner
2024-03-14
4
-13/+98
*
gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)
Victor Stinner
2024-03-14
3
-47/+51
*
GH-114736: Use WASI SDK 21 (GH-116771)
Brett Cannon
2024-03-14
3
-4/+5
*
GH-115983: skip building shared modules for testing under WASI (GH-116528)
Brett Cannon
2024-03-13
3
-0/+15
*
Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#1...
Sergey B Kirpichev
2024-03-13
1
-1/+1
*
Docs: fix spelling of the word 'transferring' (#116641)
guangwu
2024-03-13
1
-3/+3
*
gh-116760: Fix pystats for trace attempts (GH-116761)
Michael Droettboom
2024-03-13
3
-2/+1
*
gh-90300: Document equivalent -X options for envvars in the Python CLI help (...
Serhiy Storchaka
2024-03-13
1
-29/+31
*
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon
2024-03-13
8
-28/+45
*
Better presentation order for recipes. (gh-116755)
Raymond Hettinger
2024-03-13
1
-43/+43
*
gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116...
Serhiy Storchaka
2024-03-13
1
-40/+43
*
gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)
Sam Gross
2024-03-13
1
-6/+11
*
gh-100746: Improve `test_named_expressions.py` (#116713)
Nikita Sobolev
2024-03-13
1
-2/+68
*
gh-98731: Improvements to the logging documentation (GH-101618)
Nir Friedman
2024-03-13
2
-162/+108
*
gh-116604: Fix test_gc on free-threaded build (#116662)
Sam Gross
2024-03-13
2
-1/+13
*
[doc]: Update cookbook recipe for Qt6. (GH-116719)
Vinay Sajip
2024-03-13
1
-13/+36
*
gh-110918: Fix side effects of regrtest test_match_tests() (#116718)
Victor Stinner
2024-03-13
2
-1/+10
*
gh-90300: Fix cmdline.rst (GH-116721)
Serhiy Storchaka
2024-03-13
2
-7/+10
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
4
-94/+104
*
gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)
Nikita Sobolev
2024-03-13
1
-8/+13
*
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...
Serhiy Storchaka
2024-03-13
6
-8/+113
*
gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...
Tian Gao
2024-03-13
4
-28/+45
*
gh-96471: Add ShutDown to queue.py '__all__' (#116699)
Laurie O
2024-03-13
1
-1/+9
*
Modernize roundrobin() recipe and improve variable names (gh-116710)
Raymond Hettinger
2024-03-13
1
-17/+14
*
gh-116491: Improve `test_win32_ver` (#116506)
Nikita Sobolev
2024-03-13
1
-1/+29
*
gh-115264: Fix `test_functools` with `-00` mode (#115276)
Nikita Sobolev
2024-03-13
1
-3/+12
*
gh-111307: Update design FAQ 'switch' entry (#115899)
Terry Jan Reedy
2024-03-13
1
-3/+8
*
Docs: fix broken links (#116651)
Mariusz Felisiak
2024-03-13
5
-5/+5
[next]