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-137583: Only lock the SSL context, not the SSL socket (GH-137588) (...
Peter Bierma
2025-08-12
2
-17/+17
*
[3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (...
Miss Islington (bot)
2025-08-07
2
-45/+58
*
[3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...
Bénédikt Tran
2025-08-05
1
-8/+32
*
[3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modul...
sobolevn
2025-08-04
2
-8/+4
*
[3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Window...
Miss Islington (bot)
2025-08-01
1
-0/+47
*
[3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-13...
Gregory P. Smith
2025-07-27
2
-48/+66
*
[3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#1...
Miss Islington (bot)
2025-07-27
1
-1/+1
*
[3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)
Zachary Ware
2025-07-16
2
-4/+4
*
[3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...
Miss Islington (bot)
2025-07-12
1
-1/+1
*
[3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (...
Miss Islington (bot)
2025-07-04
1
-4/+4
*
[3.13] Fix comments for `heapq.siftup_max` (GH-135359) (#136233)
Miss Islington (bot)
2025-07-03
1
-3/+3
*
[3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-07-01
19
-49/+39
*
[3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-10...
Miss Islington (bot)
2025-06-27
1
-2/+2
*
[3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannel...
sobolevn
2025-06-25
1
-4/+2
*
[3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpret...
Brian Schubert
2025-06-24
1
-12/+10
*
[3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default ma...
Eric Snow
2025-06-23
1
-2/+5
*
[3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-1...
Miss Islington (bot)
2025-06-18
1
-1/+4
*
[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
[next]