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-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
*
gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436)
Sam Gross
2024-04-04
2
-9/+37
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
1
-0/+6
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Steve Dower
2024-04-03
1
-0/+4
*
gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)
Victor Stinner
2024-04-03
5
-4/+10
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
1
-0/+12
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
1
-4/+4
*
GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#11...
Barney Gale
2024-04-03
1
-0/+14
*
gh-91565: Update issue tracker URL in error message. (#117450)
Ezio Melotti
2024-04-03
1
-2/+2
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
2
-250/+249
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-60/+146
*
gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)
Sam Gross
2024-04-02
2
-5/+19
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
3
-6/+21
*
gh-94808: Fix refcounting in PyObject_Print tests (GH-117421)
Petr Viktorin
2024-04-01
1
-0/+4
*
gh-117142: ctypes: Unify meta tp slot functions (GH-117143)
neonene
2024-04-01
3
-73/+46
*
gh-94808:Improve coverage of PyObject_Print (GH-98749)
MonadChains
2024-04-01
4
-1/+138
*
gh-117142: ctypes: Migrate global vars to module state (GH-117189)
neonene
2024-03-29
6
-222/+235
*
gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContex...
Gregory P. Smith
2024-03-28
1
-1/+0
*
gh-115627: Fix PySSL_SetError handling SSL_ERROR_SYSCALL (GH-115628)
yevgeny hong
2024-03-26
1
-30/+18
*
gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)
Jonathan Protzenko
2024-03-26
21
-1813/+1567
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
4
-1/+58
*
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel
2024-03-23
3
-22/+84
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
1
-0/+1
*
GH-117108: Change the size of the GC increment to about 1% of the total heap ...
Mark Shannon
2024-03-22
1
-1/+1
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
2
-1/+12
*
gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)
NGRsoftlab
2024-03-22
1
-3/+0
*
gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)
Eric Snow
2024-03-22
1
-2/+20
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
1
-0/+8
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
5
-25/+141
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
4
-1/+85
*
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow
2024-03-21
1
-0/+4
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
3
-108/+32
*
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross
2024-03-21
1
-7/+21
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
6
-1404/+1402
[next]