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-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-16/+31
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-52/+0
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
1
-2/+5
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
2
-0/+6
*
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
Anders Kaseorg
2023-09-07
3
-16/+0
*
gh-107211: No longer export internal _PyLong_FromUid() (#109037)
Victor Stinner
2023-09-07
1
-11/+17
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+6
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
7
-30/+60
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-5/+5
*
gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)
Nikita Sobolev
2023-09-06
2
-13/+7
*
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin
2023-09-05
1
-1/+3
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
10
-70/+76
*
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...
Victor Stinner
2023-09-04
1
-35/+0
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
7
-44/+57
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
10
-41/+51
*
gh-102837: improve test coverage for math module (#102523)
Sergey B Kirpichev
2023-09-03
1
-10/+7
*
gh-108765: include <unistd.h> in termios.c on Solaris (#108825)
Jakub Kulík
2023-09-02
1
-0/+3
*
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner
2023-09-02
1
-5/+0
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
7
-18/+24
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
10
-30/+35
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
3
-4/+22
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
6
-262/+306
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
6
-93/+48
*
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Victor Stinner
2023-09-01
3
-9/+10
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
2
-0/+6
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
93
-508/+246
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
4
-1/+185
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-21/+0
*
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Victor Stinner
2023-08-31
1
-0/+1
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
10
-103/+119
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
2
-16/+111
*
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
Erlend E. Aasland
2023-08-29
2
-2/+9
*
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
1
-1/+1
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-0/+2
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+1
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
2
-5/+60
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
5
-5/+7
*
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland
2023-08-27
2
-3/+12
*
Clarify distinction between datetime module and class in deprecation messages...
Clément Robert
2023-08-27
1
-4/+4
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
14
-73/+122
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
1
-0/+14
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
28
-24/+52
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
7
-5/+18
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
9
-9/+20
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
2
-1/+51
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
3
-0/+123
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
2
-2/+5
[next]