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-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
4
-3/+51
*
GH-108202: Document ``calendar`` exceptions (#108398)
Adam Turner
2023-08-25
1
-0/+23
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
6
-35/+171
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
5
-8/+13
*
gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)
Dong-hee Na
2023-08-24
1
-0/+2
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
18
-32/+32
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
73
-466/+467
*
Run `mypy` when `Tools/requirements-dev.txt` changes (#108457)
Nikita Sobolev
2023-08-24
1
-0/+1
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
13
-3/+96
*
GH-103247: bypass the import cache on the _require_loader helper
Filipe LaĆns
2023-08-24
1
-1/+2
*
gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)
Samuel Thibault
2023-08-24
2
-0/+7
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
12
-8/+20
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
12
-57/+76
*
gh-106320: Remove private _PyList functions (#108451)
Victor Stinner
2023-08-24
2
-4/+3
*
gh-106581: Fix two bugs in the code generator's copy optimization (#108380)
Guido van Rossum
2023-08-24
2
-20/+62
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
19
-12/+37
*
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
Victor Stinner
2023-08-24
5
-16/+17
*
gh-107211: Fix test_peg_generator (#108435)
Victor Stinner
2023-08-24
1
-45/+47
*
gh-107178: Remove _testcapi.test_dict_capi() (#108436)
Victor Stinner
2023-08-24
1
-191/+0
*
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner
2023-08-24
5
-15/+17
*
gh-108388: Convert test_concurrent_futures to package (#108401)
Victor Stinner
2023-08-24
14
-1677/+1847
*
gh-106320: Remove private float C API functions (#108430)
Victor Stinner
2023-08-24
2
-9/+7
*
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Victor Stinner
2023-08-24
4
-3/+6
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
10
-78/+99
*
Fix a code snippet typo in asyncio docs (#108427)
A
2023-08-24
1
-1/+1
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
10
-39/+73
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
10
-46/+69
*
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner
2023-08-24
5
-44/+36
*
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner
2023-08-24
8
-43/+45
*
gh-107211: No longer export PyTime internal functions (#108422)
Victor Stinner
2023-08-24
1
-118/+146
*
gh-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)
Victor Stinner
2023-08-24
1
-15/+22
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
10
-35/+111
*
gh-95855: Refactor platform triplet detection code, add detection for MIPS so...
Jeffery To
2023-08-24
4
-376/+265
*
gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)
Daniele Procida
2023-08-24
1
-121/+94
*
gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)
Chris Markiewicz
2023-08-24
4
-0/+18
*
gh-108388: Split test_multiprocessing_spawn (#108396)
Victor Stinner
2023-08-24
19
-27/+117
*
gh-108388: regrtest splits test_asyncio package (#108393)
Victor Stinner
2023-08-24
2
-44/+39
*
test_peg_generator and test_freeze require cpu (#108386)
Victor Stinner
2023-08-23
3
-10/+5
*
gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)
Guido van Rossum
2023-08-23
1
-2/+2
*
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner
2023-08-23
3
-72/+135
*
gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)
Gregory P. Smith
2023-08-23
1
-0/+4
*
gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)
Victor Stinner
2023-08-23
1
-28/+40
*
gh-108342: Make ssl TestPreHandshakeClose more reliable (#108370)
Victor Stinner
2023-08-23
1
-31/+71
*
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Victor Stinner
2023-08-23
1
-6/+19
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
4
-39/+32
*
gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...
albanD
2023-08-23
3
-2/+30
*
gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)
Petr Viktorin
2023-08-23
2
-1/+5
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
19
-176/+78
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
8
-18/+18
*
gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)
Dong-hee Na
2023-08-23
1
-0/+1
[next]