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-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-1/+16
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
2
-15/+56
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-8/+7
*
[3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...
Miss Islington (bot)
2023-01-08
1
-40/+27
*
[3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...
Miss Islington (bot)
2022-12-23
1
-8/+25
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+20
*
[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
2
-1/+150
*
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl
2022-12-17
2
-0/+2869
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
1
-7/+5
*
[3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)
Łukasz Langa
2022-12-05
1
-0/+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
2
-1/+52
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
1
-13/+21
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...
Miss Islington (bot)
2022-11-26
1
-11/+3
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-1/+5
*
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
Ronald Oussoren
2022-11-22
1
-7/+46
*
[3.10] gh-92119: ctypes: Print exception class name instead of its representa...
Kamil Turek
2022-11-13
1
-1/+4
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
1
-1/+4
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Miss Islington (bot)
2022-11-07
1
-4/+16
*
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
Miss Islington (bot)
2022-11-06
1
-7/+6
*
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
Miss Islington (bot)
2022-11-06
1
-2/+3
*
gh-83004: Clean up refleak in _io initialisation (GH-98840)
Miss Islington (bot)
2022-11-03
1
-3/+3
*
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...
Serhiy Storchaka
2022-11-03
1
-26/+28
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Miss Islington (bot)
2022-11-01
1
-3/+3
*
[3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)
Charlie Zhao
2022-10-31
2
-9/+9
*
[3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)
samypr100
2022-10-28
1
-1/+1
*
[3.10] bpo-2716: add license for audioop module (GH-19972) (#98532)
Miss Islington (bot)
2022-10-28
1
-14/+30
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)
Miss Islington (bot)
2022-10-27
3
-18/+35
*
Fix readline.c compiler warning. (GH-98738)
Miss Islington (bot)
2022-10-26
1
-1/+1
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
1
-0/+36
*
[3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)
Theo Buehler
2022-10-21
1
-7/+8
*
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
Miss Islington (bot)
2022-10-13
1
-0/+5
*
[3.10] Add more syslog tests (GH-97953). (GH-98101)
Serhiy Storchaka
2022-10-09
1
-1/+1
*
[3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066)
Jelle Zijlstra
2022-10-08
2
-4/+6
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-4/+4
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Miss Islington (bot)
2022-10-07
1
-1/+6
*
[3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-8/+52
*
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
3
-12/+12
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-2/+7
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Miss Islington (bot)
2022-09-22
7
-17/+27
*
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96926)
Miss Islington (bot)
2022-09-19
1
-1/+3
*
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
Miss Islington (bot)
2022-09-08
1
-1/+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
1
-3/+2
*
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
Miss Islington (bot)
2022-08-27
1
-1/+1
*
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
Miss Islington (bot)
2022-08-11
1
-4/+4
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Miss Islington (bot)
2022-08-04
1
-1/+1
*
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
Thomas Klausner
2022-07-31
1
-0/+78
*
[3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)
Kumar Aditya
2022-07-28
2
-10/+14
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Miss Islington (bot)
2022-07-27
1
-0/+1
*
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...
Miss Islington (bot)
2022-07-26
1
-1/+7
*
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Miss Islington (bot)
2022-07-26
1
-24/+33
[next]