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-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out o...
Masayuki Moriyama
2023-11-06
1
-3/+6
*
gh-111495: Add tests for PyComplex C API (GH-111591)
Sergey B Kirpichev
2023-11-05
1
-0/+92
*
gh-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev
2023-11-05
1
-0/+74
*
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo
2023-11-04
1
-7/+137
*
gh-96954: use a directed acyclic word graph for storing the unicodedata codep...
CF Bolz-Tereick
2023-11-04
2
-30225/+17432
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
1
-55/+282
*
Add a fuzz target for `_elementtree.XMLParser._parse_whole` (#111477)
Brad Larsen
2023-11-03
59
-0/+620
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
1
-3/+9
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
5
-78/+16
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
2
-32/+139
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
5
-16/+12
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
1
-390/+29
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
1
-10/+14
*
Simplify trivial calls of PyUnicode_FromFormat() (GH-111605)
Serhiy Storchaka
2023-11-01
2
-2/+2
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
25
-781/+151
*
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka
2023-11-01
2
-0/+344
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
11
-3/+169
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
10
-17/+17
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+25
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
4
-54/+56
*
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka
2023-10-30
1
-0/+17
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
14
-0/+84
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+9
*
gh-94808: Add coverage test for number check (gh-111445)
Evan Kohilas
2023-10-29
1
-0/+7
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
1
-1/+1
*
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner
2023-10-27
1
-0/+3
*
no-issue: Remove unused variable in getpath.py (gh-111372)
Satish Pokala
2023-10-27
1
-2/+0
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+32
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
2023-10-26
1
-3/+3
*
Output more details in the re tracing (GH-111357)
Serhiy Storchaka
2023-10-26
2
-4/+42
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-1/+1
*
gh-111230: Fix errors checking in _ssl module init (#111232)
Nikita Sobolev
2023-10-25
1
-82/+71
*
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...
Serhiy Storchaka
2023-10-25
1
-3/+4
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
5
-5/+1
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
4
-32/+61
*
gh-111295: Fix error checking in time extension module init (#111296)
Nikita Sobolev
2023-10-25
1
-10/+17
*
gh-111233: Fix error checking in select extension module init (#111234)
Nikita Sobolev
2023-10-25
1
-66/+84
*
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev
2023-10-25
1
-2/+2
*
gh-111251: Fix error checking in _blake2 module init (#111252)
Nikita Sobolev
2023-10-25
1
-8/+17
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
1
-206/+14
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+28
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
23
-373/+24
*
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
Nikita Sobolev
2023-10-21
1
-33/+57
*
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
Victor Stinner
2023-10-20
1
-6/+1
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-1/+1
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-2/+2
*
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
Sam Gross
2023-10-20
1
-4/+12
*
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
Serhiy Storchaka
2023-10-20
1
-1/+3
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
13
-32/+33
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Tamás Hegedűs
2023-10-20
1
-16/+20
[next]