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
*
[3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)
Serhiy Storchaka
2025-02-04
1
-34/+26
*
[3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)
Miss Islington (bot)
2025-02-03
1
-1/+1
*
[3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)
Victor Stinner
2025-02-03
1
-4/+4
*
[3.12] gh-111495: Add PyFile tests (#129449) (#129477) (#129501)
Victor Stinner
2025-01-31
2
-5/+240
*
[3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
1
-1/+1
*
[3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
1
-0/+5
*
[3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#1292...
Victor Stinner
2025-01-23
2
-2/+12
*
[3.12] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...
Miss Islington (bot)
2025-01-20
1
-2/+5
*
[3.12] Fix a typo in `syslog`'s error message (GH-129029) (#129050)
Miss Islington (bot)
2025-01-20
1
-1/+1
*
[3.12] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987) (#129023)
Victor Stinner
2025-01-19
4
-15/+79
*
[3.12] gh-128679: Fix tracemalloc.stop() race conditions (#128897) (#129022)
Victor Stinner
2025-01-19
2
-5/+100
*
[3.12] gh-128911: Add tests on the PyImport C API (GH-128915) (GH-128960) (#1...
Serhiy Storchaka
2025-01-19
4
-1/+292
*
[3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...
Miss Islington (bot)
2025-01-18
1
-5/+10
*
[3.12] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128938)
Miss Islington (bot)
2025-01-17
1
-18/+9
*
[3.12] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#12...
Erlend E. Aasland
2025-01-07
2
-4/+4
*
[3.12] gh-123925: Fix building curses on platforms without libncursesw (GH-12...
Miss Islington (bot)
2025-01-02
1
-1/+1
*
gh-128217: Validate the normalized_environment variable instead of the simila...
Miss Islington (bot)
2024-12-24
1
-1/+1
*
[3.12] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...
Bénédikt Tran
2024-12-17
8
-53/+75
*
[3.12] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (GH-...
Bénédikt Tran
2024-12-17
2
-30/+91
*
[3.12] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905)
Miss Islington (bot)
2024-12-16
1
-0/+10
*
[3.12] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#...
Victor Stinner
2024-12-13
1
-1/+21
*
[3.12] gh-122431: Disallow negative values in `readline.append_history_file` ...
Miss Islington (bot)
2024-12-05
1
-0/+6
*
[3.12] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593) (#127631)
Victor Stinner
2024-12-05
1
-0/+3
*
[3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...
Miss Islington (bot)
2024-12-03
1
-1/+4
*
[3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)
Sergey B Kirpichev
2024-12-02
1
-6/+3
*
[3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)
Miss Islington (bot)
2024-11-28
1
-1/+1
*
[3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...
Miss Islington (bot)
2024-11-27
1
-28/+90
*
[3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...
Miss Islington (bot)
2024-11-25
1
-14/+16
*
[3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...
Serhiy Storchaka
2024-11-22
1
-0/+1
*
[3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)
Serhiy Storchaka
2024-11-21
1
-24/+41
*
[3.12] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126...
Miss Islington (bot)
2024-11-19
1
-0/+1
*
[3.12] gh-101955: Fix SystemError in possesive quantifier with alternative an...
Miss Islington (bot)
2024-11-18
1
-0/+18
*
[3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...
Serhiy Storchaka
2024-11-18
4
-14/+205
*
[3.12] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Miss Islington (bot)
2024-11-13
4
-11/+79
*
[3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...
Bénédikt Tran
2024-11-12
1
-0/+3
*
[3.12] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback...
Miss Islington (bot)
2024-11-12
1
-0/+2
*
[3.12] gh-126461: Fix _Unpickler_ReadFromFile() error handling (GH-126485) (#...
Miss Islington (bot)
2024-11-06
1
-0/+4
*
[3.12] gh-126455: Disallow _ssl.SSLSocket instantiation (GH-126481) (#126487)
Miss Islington (bot)
2024-11-06
1
-1/+1
*
[3.12] gh-126425: Refactor `_lsprof_Profiler_enable` (GH-126426) (#126443)
Miss Islington (bot)
2024-11-05
1
-12/+25
*
[3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-1263...
Serhiy Storchaka
2024-11-05
1
-0/+17
*
[3.12] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribu...
Miss Islington (bot)
2024-11-02
1
-2/+20
*
[3.12] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 arg...
Miss Islington (bot)
2024-11-01
1
-0/+24
*
[3.12] gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` du...
Miss Islington (bot)
2024-10-31
1
-1/+5
*
[3.12] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing ...
Miss Islington (bot)
2024-10-31
1
-1/+1
*
[3.12] gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (GH-1261...
Miss Islington (bot)
2024-10-29
1
-3/+3
*
[3.12] Align functools.reduce() docstring with PEP-257 (GH-126045) (#126114)
Miss Islington (bot)
2024-10-29
1
-6/+8
*
[3.12] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages...
Miss Islington (bot)
2024-10-27
2
-3/+3
*
[3.12] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil c...
Miss Islington (bot)
2024-10-27
1
-1/+6
*
[3.12] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to...
Miss Islington (bot)
2024-10-27
1
-6/+13
*
[3.12] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call...
Miss Islington (bot)
2024-10-25
1
-17/+12
[next]