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
...
*
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
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+6
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
2
-1/+639
*
gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)
Eric Snow
2023-10-06
1
-24/+318
*
gh-106078: Suppress the warning caused by multi-phase initialization of `deci...
Charlie Zhao
2023-10-06
1
-1/+7
*
gh-110489: Optimise math.ceil for known exact float (#108801)
Shantanu
2023-10-06
1
-7/+9
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
2
-1/+71
*
gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)
Nikita Sobolev
2023-10-05
1
-13/+26
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
4
-0/+122
*
gh-76785: Print the Traceback from Interpreter.run() (gh-110322)
Eric Snow
2023-10-04
1
-1/+7
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
2
-8/+4
*
gh-110260: Check for PyList_SetItem() errors in termios module (GH-110261)
Nikita Sobolev
2023-10-04
1
-17/+32
*
gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...
Eric Snow
2023-10-04
1
-2/+9
*
Revert "gh-76785: Print the Traceback from Interpreter.run() (gh-110248)" (gh...
Eric Snow
2023-10-03
1
-4/+0
*
gh-76785: Print the Traceback from Interpreter.run() (gh-110248)
Eric Snow
2023-10-03
1
-0/+4
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
2
-3/+4
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
2
-45/+68
*
gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (#...
Nikita Sobolev
2023-10-02
1
-1/+5
*
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
Eric Snow
2023-10-02
1
-20/+165
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
3
-44/+60
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
1
-10/+28
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
3
-7/+7
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
1
-1/+1
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
2
-36/+45
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
4
-25/+34
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
1
-0/+4
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
4
-32/+0
*
gh-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra
2023-09-29
1
-0/+8
*
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner
2023-09-29
1
-2/+1
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
2
-13/+13
[prev]
[next]