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-95011: Migrate syslog module to Argument Clinic (GH-95012)
Noam Cohen
2022-10-08
2
-72/+353
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
2
-3/+37
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-0/+15
*
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov
2022-10-07
2
-4/+6
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
1
-4/+4
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
2
-36/+236
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
2
-29/+161
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
1
-1/+1
*
Fix memory leaks in test_capi (#98017)
Carl Meyer
2022-10-07
1
-0/+3
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
1
-20/+0
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+140
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Dong-hee Na
2022-10-06
1
-1/+6
*
gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#9...
Erik Welch
2022-10-06
1
-6/+3
*
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)
Ned Deily
2022-10-06
1
-8/+52
*
gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)
Nikita Sobolev
2022-10-06
1
-0/+21
*
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
Serhiy Storchaka
2022-10-05
1
-1/+1
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
2
-1/+31
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-3/+1
*
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
MonadChains
2022-10-03
1
-0/+26
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
3
-14/+14
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
1
-2/+7
*
gh-94526: getpath_dirname() no longer encodes the path (#97645)
Victor Stinner
2022-09-30
1
-9/+14
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-0/+8
*
bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...
Michael Curran
2022-09-26
1
-0/+13
*
Fix typo in docstring and remove duplicate signal.h include in faulthandler.c...
chgnrdv
2022-09-26
1
-2/+1
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
2
-41/+34
*
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Mark Dickinson
2022-09-25
1
-26/+70
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Dong-hee Na
2022-09-22
7
-17/+27
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Matthias Görgens
2022-09-19
1
-1/+3
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+19
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
3
-26699/+26982
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
1
-0/+3
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
2
-0/+62
*
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Victor Stinner
2022-09-08
1
-1/+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Nikita Sobolev
2022-09-07
1
-3/+2
*
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
Dennis Sweeney
2022-09-06
1
-0/+2
*
GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
Mark Shannon
2022-09-06
1
-3/+8
*
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
Dennis Sweeney
2022-09-05
1
-16/+142
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+5
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-22/+42
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
Ansab Gillani
2022-08-27
1
-1/+1
*
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...
Carl Friedrich Bolz-Tereick
2022-08-26
1
-540/+567
*
gh-96269: Fix build dependency on AIX (GH-96304)
Christian Heimes
2022-08-26
1
-1/+1
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-1/+3
*
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...
Irit Katriel
2022-08-24
2
-0/+94
*
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
Carl Friedrich Bolz-Tereick
2022-08-19
1
-1449/+1281
*
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95...
Petr Viktorin
2022-08-17
3
-19/+42
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
2
-3/+7
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-0/+32
*
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
Yury Selivanov
2022-08-15
1
-2/+3
[next]