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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
2
-1/+18
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
1
-7/+6
*
gh-118218: Reuse return tuple in itertools.pairwise (GH-118219)
Shantanu
2024-04-30
1
-2/+32
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+7
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
2
-1/+87
*
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies
2024-04-30
5
-7/+7
*
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
Serhiy Storchaka
2024-04-30
1
-0/+12
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+22
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
1
-0/+15
*
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland
2024-04-29
1
-1/+13
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-0/+48
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
2
-32/+84
*
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)
neonene
2024-04-25
1
-5/+3
*
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies
2024-04-25
2
-1/+103
*
gh-117968: Make the test for closed file more safe in the C API tests (GH-118...
Serhiy Storchaka
2024-04-25
1
-2/+4
*
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...
Steve Dower
2024-04-24
1
-10/+14
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
5
-9/+10
*
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffe...
morotti
2024-04-23
1
-2/+2
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
1
-0/+118
*
gh-116741: Upgrade libexpat to 2.6.2 (#117296)
Seth Michael Larson
2024-04-23
3
-16/+36
*
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland
2024-04-22
1
-1/+1
*
GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
Savannah Ostrowski
2024-04-19
1
-2/+16
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
1
-0/+4
*
gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)
lit
2024-04-19
1
-2/+2
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
3
-17/+28
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
4
-1/+127
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
2
-1/+34
*
GH-100242: bring functools.py partial implementation more in line with C code...
CF Bolz-Tereick
2024-04-17
1
-4/+11
*
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root
2024-04-17
1
-2/+2
*
gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...
neonene
2024-04-16
2
-6/+6
*
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner
2024-04-16
2
-17/+88
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
2
-1/+228
*
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
Serhiy Storchaka
2024-04-15
1
-80/+33
*
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka
2024-04-12
2
-26/+100
*
gh-117764: Add signatures for functions in the faulthandler module (GH-117771)
Serhiy Storchaka
2024-04-12
1
-26/+35
*
gh-117764: Add signature for functools.partial() (GH-117775)
Serhiy Storchaka
2024-04-12
1
-2/+3
*
gh-117764: Add signatures and improve docstrings in the _thread module (GH-11...
Serhiy Storchaka
2024-04-12
1
-46/+126
*
gh-117764: Add signatures for some objects in the itertools module (GH-117774)
Serhiy Storchaka
2024-04-12
1
-3/+6
*
gh-117764: Add signatures in the atexit module (GH-117776)
Serhiy Storchaka
2024-04-12
1
-5/+10
*
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module ...
Serhiy Storchaka
2024-04-12
3
-10/+10
*
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka
2024-04-12
1
-3/+6
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
2
-89/+216
*
gh-116738: Make _abc module thread-safe (#117488)
Brett Simmers
2024-04-11
1
-115/+147
*
gh-117233: Detect support for several hashes at hashlib build time (GH-117234)
Will Childs-Klein
2024-04-11
1
-10/+59
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
4
-127/+422
*
gh-117142: Port _ctypes to multi-phase init (GH-117181)
neonene
2024-04-10
7
-178/+1109
*
gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Vlad4896
2024-04-09
1
-7/+9
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
1
-0/+3
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
6
-52/+38
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-7/+7
[next]