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
...
*
Fix typo in `uuid.rst` (#108809)
Nikita Sobolev
2023-09-02
1
-1/+1
*
gh-101100: Fix sphinx warnings in `uuid.rst` (#108805)
Nikita Sobolev
2023-09-02
2
-22/+30
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
32
-8/+57
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
11
-262/+313
*
Fix test_regrtest when run with uops always on (#108778)
Guido van Rossum
2023-09-01
1
-3/+7
*
gh-106392: Fix inconsistency in deprecation warnings (#106436)
William Andrea
2023-09-01
1
-2/+2
*
gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)
Nikita Sobolev
2023-09-01
1
-3/+49
*
gh-105509: Simplify implementation of `typing.Annotated` (#105510)
Alex Waygood
2023-09-01
3
-27/+17
*
gh-105563: reference DateType in datetime's documentation (#105946)
TATHAGATA ROY
2023-09-01
1
-0/+4
*
Improve some C API documentation (GH-108768)
Serhiy Storchaka
2023-09-01
3
-62/+51
*
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
10
-59/+43
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
7
-94/+49
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
6
-36/+36
*
gh-108765: Reformat Include/pymacconfig.h (#108764)
Victor Stinner
2023-09-01
1
-77/+69
*
gh-108765: Reformat Include/osdefs.h (#108766)
Victor Stinner
2023-09-01
1
-21/+27
*
Make test_fcntl quiet (#108758)
Victor Stinner
2023-09-01
1
-31/+32
*
gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)
Nikita Sobolev
2023-09-01
2
-5/+4
*
gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)
Nikita Sobolev
2023-09-01
2
-2/+1
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
7
-51/+99
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
3
-0/+10
*
gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...
Nikita Sobolev
2023-09-01
3
-19/+45
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
4
-15/+23
*
`ast` docs: Fix incorrect link on `keyword` (#108728)
Alex Povel
2023-08-31
1
-2/+2
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
131
-727/+448
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
17
-4/+3049
*
gh-108638: Fix tests when _stat extension is missing (#108689)
Victor Stinner
2023-08-31
2
-7/+29
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
4
-56/+260
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
31
-243/+292
*
gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...
Alex Waygood
2023-08-31
1
-2/+3
*
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Victor Stinner
2023-08-31
1
-0/+1
*
Run make regen-global-objects (#108714)
Victor Stinner
2023-08-31
4
-30/+0
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
18
-117/+140
*
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
[prev]
[next]