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
*
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
*
bpo-43108: Fix a reference leak in the curses module (GH-24420)
Miss Islington (bot)
2021-02-03
1
-1/+3
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) ...
Miss Islington (bot)
2021-02-01
1
-2/+10
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Serhiy Storchaka
2021-01-31
1
-1/+3
*
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Miss Islington (bot)
2021-01-31
2
-7/+19
*
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-2...
Miss Islington (bot)
2021-01-27
1
-0/+3
*
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24...
Miss Islington (bot)
2021-01-27
1
-1/+5
*
bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
Miss Islington (bot)
2021-01-20
1
-0/+12
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
1
-32/+19
*
[3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (...
Serhiy Storchaka
2021-01-05
1
-8/+18
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...
Miss Islington (bot)
2021-01-04
1
-1/+7
*
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...
Serhiy Storchaka
2021-01-03
2
-41/+29
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Miss Islington (bot)
2020-12-29
3
-11/+7
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Miss Islington (bot)
2020-12-23
1
-2/+3
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23388)
Miss Islington (bot)
2020-12-17
1
-4/+4
*
bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) (GH-23804)
Miss Islington (bot)
2020-12-16
1
-10/+4
*
[3.9] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...
Serhiy Storchaka
2020-12-15
1
-1/+53
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23651)
Brandt Bucher
2020-12-07
2
-0/+32
*
Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)...
Miss Islington (bot)
2020-12-01
1
-2/+9
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
8
-254/+981
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Victor Stinner
2020-11-17
1
-5/+47
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Miss Islington (bot)
2020-11-12
1
-0/+15
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)
Miss Skeleton (bot)
2020-11-04
1
-0/+17
*
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...
Miss Skeleton (bot)
2020-10-26
1
-2/+2
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot)
2020-10-25
1
-0/+1
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
2
-35/+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-3/+22
[next]