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-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
*
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner
2023-10-19
2
-100/+18
*
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Eric Snow
2023-10-19
1
-0/+4
*
gh-76785: Add *Channel.is_closed (gh-110606)
Eric Snow
2023-10-19
1
-2/+276
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
1
-289/+327
*
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner
2023-10-17
1
-0/+3
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
3
-22/+34
*
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner
2023-10-17
1
-13/+11
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
2
-104/+333
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
2
-30/+32
*
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)
Victor Stinner
2023-10-17
1
-0/+7
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
111
-104/+292
*
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
2
-64/+21
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)
Victor Stinner
2023-10-17
4
-5/+9
*
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Victor Stinner
2023-10-17
3
-36/+40
*
gh-85283: Build _testimportmultiple with limited C API (#110954)
Victor Stinner
2023-10-17
1
-2/+4
*
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na
2023-10-16
1
-0/+16
*
gh-84570: Factor Out _channel_send_wait() (gh-110949)
Eric Snow
2023-10-16
1
-45/+43
*
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (...
Nikita Sobolev
2023-10-16
2
-1/+92
*
bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)
Serhiy Storchaka
2023-10-14
1
-218/+151
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
2
-9/+7
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
2
-0/+224
*
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka
2023-10-13
1
-13/+39
*
gh-71587: Establish global state in `_datetime` (#110475)
Erlend E. Aasland
2023-10-12
1
-136/+172
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
1
-1/+1
*
gh-85283: _stat extension now uses the limited C API (#110711)
Victor Stinner
2023-10-11
1
-0/+3
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+44
*
gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)
Serhiy Storchaka
2023-10-11
1
-0/+37
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
4
-1/+64
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
1
-0/+3
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-2/+6
*
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
Eric Snow
2023-10-10
1
-26/+101
*
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na
2023-10-09
1
-17/+18
*
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík
2023-10-09
1
-2/+3
*
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
Illia Volochii
2023-10-09
1
-0/+3
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
2
-36/+287
*
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson
2023-10-09
1
-1/+1
*
gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)
Nikita Sobolev
2023-10-09
1
-0/+37
*
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev
2023-10-09
3
-6/+0
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
4
-1/+167
[next]