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-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
7
-66/+123
*
gh-106320: Don't export _Py_ForgetReference() function (#108712)
Victor Stinner
2023-08-31
1
-2/+8
*
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner
2023-08-31
3
-14/+14
*
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
Alex Waygood
2023-08-31
3
-11/+5
*
gh-101100: Fix sphinx warnings in `threading.rst` (#108684)
Nikita Sobolev
2023-08-31
2
-9/+8
*
gh-108696: revert bypassing import cache in test_import helper (#108698)
Carl Meyer
2023-08-31
1
-2/+1
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
3
-14/+90
*
gh-108297: Remove test_crashers (#108690)
Victor Stinner
2023-08-30
1
-37/+0
*
gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568)
albanD
2023-08-30
3
-3/+34
*
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Erlend E. Aasland
2023-08-30
3
-41/+2
*
gh-108494: Argument Clinic: Document how to generate code that uses the limit...
Victor Stinner
2023-08-30
2
-2/+24
*
Document Python build requirements (#108646)
Victor Stinner
2023-08-30
2
-6/+23
*
gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)
Hugo van Kemenade
2023-08-30
2
-5/+11
*
Fix typo in multiprocessing docs (#108666)
kato8966
2023-08-30
1
-1/+1
*
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#10...
Sebastian Rittau
2023-08-30
1
-1/+1
*
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
Corvin
2023-08-30
3
-2/+41
*
Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (...
Serhiy Storchaka
2023-08-30
1
-5/+3
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
2
-5/+5
*
Mention Ellipsis pickling in the docs (#103660)
sterliakov
2023-08-30
1
-1/+2
*
Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)
Serhiy Storchaka
2023-08-29
1
-1/+1
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
7
-22/+206
*
gh-108455: peg_generator: install two stubs packages before running mypy (#10...
Alex Waygood
2023-08-29
4
-6/+17
*
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
Erlend E. Aasland
2023-08-29
3
-14/+23
*
gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)
Guido van Rossum
2023-08-29
3
-3/+6
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
5
-231/+392
*
test_sys: remove debug print() (#108642)
Victor Stinner
2023-08-29
1
-1/+0
*
gh-108638: Fix stat.filemode() when _stat is missing (#108639)
Victor Stinner
2023-08-29
2
-3/+13
*
Use non alternate name for Kyiv (GH-108533)
Jochen Sprickerhof
2023-08-29
1
-1/+1
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
8
-254/+36
*
gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#1...
Nikita Sobolev
2023-08-29
2
-4/+1
*
gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#10...
Nikita Sobolev
2023-08-29
1
-0/+5
*
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner
2023-08-29
3
-1/+46
*
gh-108494: Argument Clinic: fix option group for Limited C API (#108574)
Victor Stinner
2023-08-29
1
-3/+9
*
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
Alex Waygood
2023-08-29
4
-8/+12
*
gh-108455: Simplify the peg_generator mypy config (#108620)
Alex Waygood
2023-08-29
1
-18/+8
*
gh-108617: Extend interactive session tests for sqlite3 (GH-108556)
Serhiy Storchaka
2023-08-29
1
-6/+32
*
gh-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)
Erlend E. Aasland
2023-08-29
1
-1/+1
*
gh-108558: Improve sqlite3 row factory tests (#108578)
Edward Schauman-Haigh
2023-08-29
1
-14/+14
*
GH-106176, GH-104702: Fix reference leak when importing across multiple threa...
Brett Cannon
2023-08-29
2
-12/+107
*
gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)
Victor Stinner
2023-08-29
1
-1/+2
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
2
-6/+4
*
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
Victor Stinner
2023-08-29
2
-9/+11
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
3
-4/+5
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
2
-8/+11
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
2
-9/+8
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
2
-7/+8
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
2
-1/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
9
-24/+48
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
4
-9/+6
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
7
-5/+24
[next]