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-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
David Benjamin
2022-07-21
1
-2/+2
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
3
-63/+61
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-0/+16
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka
2022-07-18
1
-2/+21
*
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya
2022-07-18
1
-1/+6
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
1
-2/+4
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
2
-1/+2
*
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
Oleg Iarygin
2022-07-13
1
-1/+1
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
1
-0/+14
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
1
-4/+2
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Christian Heimes
2022-07-09
1
-1/+5
*
gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)
Petr Viktorin
2022-07-08
5
-251/+286
*
gh-94321: Document sqlite3.PrepareProtocol (#94620)
Erlend Egeberg Aasland
2022-07-07
1
-0/+3
*
GH-94644: fix test_curses ref leak (GH-94647)
Kumar Aditya
2022-07-07
1
-0/+1
*
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes
2022-07-06
1
-6/+6
*
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...
Pablo Galindo Salgado
2022-07-05
1
-1/+1
*
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin
2022-07-04
2
-7/+33
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
1
-0/+1
*
gh-94393: Remove unneeded module state from _json (#94394)
Erlend Egeberg Aasland
2022-07-02
1
-58/+15
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
1
-1/+1
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
1
-6/+1
*
gh-94401: Remove unneeded bz2 module state (#94402)
Erlend Egeberg Aasland
2022-06-29
1
-51/+11
*
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
Christian Heimes
2022-06-29
1
-3/+4
*
gh-94401: Remove unneeded overlapped module state (#94403)
Erlend Egeberg Aasland
2022-06-29
1
-43/+6
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Christian Heimes
2022-06-29
1
-5/+11
*
gh-94395: Remove unneeded module state from mmap (#94396)
Erlend Egeberg Aasland
2022-06-29
1
-46/+8
*
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner
2022-06-28
1
-11/+0
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Kumar Aditya
2022-06-28
1
-1/+3
*
gh-87347: Fix test_pymem_new() reference leak (#94330)
Victor Stinner
2022-06-27
1
-15/+15
*
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
Erlend Egeberg Aasland
2022-06-27
3
-18/+3
*
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes
2022-06-26
3
-1/+7
*
gh-87347: Fix PyObject_NEW() regression (#94234)
Victor Stinner
2022-06-26
1
-0/+43
*
GH-94254: Make _struct module types immutable (#94269)
Kumar Aditya
2022-06-26
1
-2/+4
*
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Erlend Egeberg Aasland
2022-06-25
2
-11/+11
*
gh-94207: Fix struct module leak (GH-94239)
Mark Dickinson
2022-06-25
1
-2/+20
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes
2022-06-24
1
-1/+5
*
gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)
Victor Stinner
2022-06-24
2
-51/+1
*
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
Erlend Egeberg Aasland
2022-06-23
1
-22/+12
*
Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikotta
2022-06-22
1
-2/+2
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdv
2022-06-22
1
-1/+2
*
DOC: correct bytesarray -> bytearray in comments (GH-92410)
Thomas A Caswell
2022-06-21
2
-2/+2
*
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...
Steve Dower
2022-06-21
1
-1/+0
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
1
-0/+3
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
1
-1/+25
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes
2022-06-20
4
-5/+9
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
2
-10/+22
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
5
-6/+0
*
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner
2022-06-17
1
-6/+15
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
5
-81/+47
[next]