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-135321: Always raise a correct exception for BINSTRING argument > 0...
Miss Islington (bot)
2025-06-11
1
-5/+4
*
[3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)
Serhiy Storchaka
2025-06-10
2
-8/+14
*
[3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-...
Miss Islington (bot)
2025-06-07
1
-3/+8
*
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent ...
Serhiy Storchaka
2025-06-05
1
-5/+10
*
[3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)...
Miss Islington (bot)
2025-06-04
1
-3/+3
*
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
Sam Gross
2025-06-03
1
-0/+18
*
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...
Serhiy Storchaka
2025-06-02
2
-16/+14
*
[3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-...
Sam Gross
2025-06-02
1
-1/+15
*
[3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors A...
Bénédikt Tran
2025-06-01
15
-426/+783
*
[3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)
Bénédikt Tran
2025-05-27
2
-12/+17
*
[3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)
Sergey B Kirpichev
2025-05-26
1
-0/+21
*
[3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after...
Miss Islington (bot)
2025-05-23
1
-0/+6
*
[3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)
mkaraev
2025-05-12
2
-7/+3
*
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH...
Miss Islington (bot)
2025-05-10
1
-7/+34
*
[3.13] gh-122559: Synchronize C and Python implementation of the io module ab...
Serhiy Storchaka
2025-05-04
3
-10/+5
*
[3.13] bpo-44172: Keep reference to original window in curses subwindow objec...
Serhiy Storchaka
2025-05-04
1
-8/+12
*
[3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)
Miss Islington (bot)
2025-05-02
1
-11/+1
*
[3.13] gh-132527: Added missing `w` typecode to array() error message (GH-132...
Miss Islington (bot)
2025-04-25
1
-1/+1
*
[3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool conv...
Serhiy Storchaka
2025-04-21
2
-1/+79
*
[3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structure` (#132...
Peter Bierma
2025-04-19
1
-1/+2
*
[3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-12...
Miss Islington (bot)
2025-04-18
1
-1/+1
*
[3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-threaded bui...
Miss Islington (bot)
2025-04-18
1
-2/+2
*
[3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#1...
Miss Islington (bot)
2025-04-16
1
-1/+3
*
[3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)
Serhiy Storchaka
2025-04-14
1
-22/+21
*
[3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BS...
Serhiy Storchaka
2025-04-12
2
-67/+77
*
[3.13] GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling funct...
Miss Islington (bot)
2025-04-12
1
-3/+4
*
[3.13] gh-131127: Minimal build support on systems using LibreSSL (GH-131128)...
Miss Islington (bot)
2025-04-11
1
-1/+1
*
[3.13] gh-132250: Clear error in lsprof callback when method descriptor raise...
Miss Islington (bot)
2025-04-08
1
-0/+1
*
[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
[next]