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.13] gh-132174: Fix function name in error message of `_interpreters.run_st...
Miss Islington (bot)
2025-04-08
1
-1/+1
*
[3.13] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132236)
Miss Islington (bot)
2025-04-07
4
-10/+19
*
[3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH...
Miss Islington (bot)
2025-04-07
1
-1/+1
*
[3.13] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201...
Miss Islington (bot)
2025-04-07
1
-2/+1
*
[3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized ...
Miss Islington (bot)
2025-04-04
1
-0/+13
*
[3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977)
Victor Stinner
2025-04-01
1
-11/+49
*
[3.13] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (G...
Miss Islington (bot)
2025-03-31
1
-1/+1
*
[3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when conc...
Miss Islington (bot)
2025-03-31
1
-26/+32
*
[3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when curre...
Bénédikt Tran
2025-03-31
1
-37/+29
*
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower
2025-03-28
2
-0/+13
*
[3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from...
Miss Islington (bot)
2025-03-25
1
-2/+1
*
[3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-1...
Miss Islington (bot)
2025-03-23
2
-18/+0
*
[3.13] gh-127667: refactor and improve `_hashopenssl.c` error branches (#1311...
Bénédikt Tran
2025-03-18
1
-70/+111
*
[3.13] gh-118201: Simplify conv_confname (#126089) (#131375)
Malcolm Smith
2025-03-18
2
-105/+52
*
[3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)
Petr Viktorin
2025-03-17
3
-160/+424
*
[3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...
Sam Gross
2025-03-14
1
-0/+26
*
[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#13...
Miss Islington (bot)
2025-03-11
2
-2/+4
*
[3.13] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH...
Miss Islington (bot)
2025-03-05
1
-2/+2
*
[3.13] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (...
Bénédikt Tran
2025-03-03
3
-3/+5
*
[3.13] gh-127667: fix memory leaks in `hashlib` (GH-127668) (#130784)
Bénédikt Tran
2025-03-03
1
-56/+78
*
[3.13] gh-130617 : fix time_clockid_converter on DragonFlyBSD (GH-130634) (#1...
Miss Islington (bot)
2025-02-28
1
-0/+2
*
[3.13] gh-130163: Fix a leak in _pickle.c after backporting (GH-130568)
Serhiy Storchaka
2025-02-26
1
-0/+7
*
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...
Serhiy Storchaka
2025-02-25
6
-36/+72
*
[3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...
Miss Islington (bot)
2025-02-24
1
-0/+18
*
[3.13] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130...
Miss Islington (bot)
2025-02-24
1
-18/+18
*
[3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) (#130366)
Miss Islington (bot)
2025-02-20
1
-4/+5
*
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130...
Miss Islington (bot)
2025-02-18
1
-1/+10
*
[3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle...
Miss Islington (bot)
2025-02-16
1
-0/+4
*
[3.13] gh-129983: fix data race in compile_template in sre.c (#130038)
Kumar Aditya
2025-02-12
1
-1/+9
*
[3.13] gh-129603: Don't segfault if sqlite3.Row description is None (#129604)...
Erlend E. Aasland
2025-02-10
1
-10/+15
*
[3.13] gh-128657: fix _hashopenssl ref/data race (GH-128886) (GH-129853)
Tomasz Pytel
2025-02-08
1
-10/+28
*
[3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)
Miss Islington (bot)
2025-02-04
1
-36/+30
*
[3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)
Miss Islington (bot)
2025-02-03
1
-1/+1
*
[3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)
Collin Funk
2025-02-02
1
-4/+4
*
[3.13] gh-111495: Add PyFile tests (#129449) (#129477)
Victor Stinner
2025-01-30
7
-6/+270
*
[3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
1
-1/+1
*
[3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
1
-0/+5
*
[3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)
Victor Stinner
2025-01-23
2
-2/+12
*
[3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...
Miss Islington (bot)
2025-01-20
1
-2/+5
*
[3.13] Fix a typo in `syslog`'s error message (GH-129029) (#129049)
Miss Islington (bot)
2025-01-20
1
-1/+1
*
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Victor Stinner
2025-01-18
2
-5/+99
*
[3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)
Victor Stinner
2025-01-18
5
-22/+100
*
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...
Miss Islington (bot)
2025-01-18
1
-5/+10
*
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
Victor Stinner
2025-01-17
5
-48/+311
*
[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)
Miss Islington (bot)
2025-01-17
1
-18/+9
*
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#12...
Erlend E. Aasland
2025-01-11
2
-4/+4
*
[3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid enc...
Miss Islington (bot)
2025-01-09
1
-1/+6
*
[3.13] gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128...
Miss Islington (bot)
2025-01-02
1
-0/+5
*
[3.13] 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
[next]