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
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Miss Islington (bot)
2021-08-30
1
-3/+26
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
Miss Islington (bot)
2021-08-29
20
-177/+1368
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-08-27
1
-1/+1
*
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...
Erlend Egeberg Aasland
2021-08-25
1
-10/+24
*
[3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910)
Łukasz Langa
2021-08-23
1
-8/+16
*
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `...
Erlend Egeberg Aasland
2021-08-06
1
-3/+10
*
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
Erlend Egeberg Aasland
2021-08-06
1
-11/+16
*
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Łukasz Langa
2021-07-30
4
-4/+4
*
[3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (...
Erlend Egeberg Aasland
2021-07-29
1
-7/+22
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Miss Islington (bot)
2021-07-14
1
-1/+3
*
bpo-44630: Fix assertion errors in csv module (GH-27127)
Miss Islington (bot)
2021-07-13
1
-4/+8
*
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
Dong-hee Na
2021-07-07
2
-4/+4
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042)
Miss Islington (bot)
2021-07-05
1
-9/+10
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Miss Islington (bot)
2021-06-22
1
-1/+1
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)
Victor Stinner
2021-06-21
1
-1/+4
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Miss Islington (bot)
2021-06-10
1
-0/+5
*
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-...
Miss Islington (bot)
2021-06-02
1
-0/+1
*
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
Miss Islington (bot)
2021-05-31
2
-2/+9
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26...
Miss Islington (bot)
2021-05-19
1
-6/+11
*
Fix compiler warning in the xml module (GH-26245) (GH-26248)
Miss Islington (bot)
2021-05-19
1
-1/+1
*
[3.9] bpo-44145: Release the GIL around HMAC_Update. (GH-26157) (GH-26188)
Miss Islington (bot)
2021-05-17
1
-2/+4
*
[3.9] bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) (...
Miss Islington (bot)
2021-05-06
1
-0/+5
*
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
Petr Viktorin
2021-05-04
1
-0/+21
*
bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (G...
Erlend Egeberg Aasland
2021-05-02
2
-9/+5
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...
Miss Islington (bot)
2021-05-02
1
-1/+2
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Miss Islington (bot)
2021-04-28
1
-1/+1
*
Fix thread locks in zlib module may go wrong in rare case (#22130)
Ma Lin
2021-04-26
1
-4/+4
*
[3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent ...
Christian Heimes
2021-04-23
1
-7/+16
*
bpo-38822: Check specifically for a drive, not just a colon (GH-25540)
Miss Islington (bot)
2021-04-22
1
-2/+2
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Miss Islington (bot)
2021-04-22
1
-2/+21
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Miss Islington (bot)
2021-04-21
1
-1/+1
*
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
1
-0/+5
*
[3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...
Miss Islington (bot)
2021-04-13
2
-24/+24
*
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
Christian Heimes
2021-04-09
3
-0/+14966
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-0/+8
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Miss Islington (bot)
2021-04-09
1
-0/+7
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
2
-1/+95
*
bpo-33164: blake2: Fix Coverity scan (GH-25060)
Miss Islington (bot)
2021-03-30
4
-4/+4
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Miss Islington (bot)
2021-03-21
2
-0/+6
*
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...
Serhiy Storchaka
2021-03-16
3
-0/+18
*
bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
Miss Islington (bot)
2021-03-14
2
-3/+10
*
[3.9] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...
Pablo Galindo
2021-03-14
1
-2/+2
*
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
Pablo Galindo
2021-03-10
1
-0/+12
*
[3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Miss Islington (bot)
2021-03-06
1
-1/+25
*
bpo-43335: Update macro to check gcc version (GH-24662)
Miss Islington (bot)
2021-02-28
1
-2/+2
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
1
-3/+17
*
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
Miss Islington (bot)
2021-02-16
1
-0/+23
*
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...
Miss Islington (bot)
2021-02-12
4
-4/+4
*
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo ...
Miss Islington (bot)
2021-02-05
1
-6/+17
[next]