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.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...
Erlend Egeberg Aasland
2022-05-16
1
-14/+32
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...
Miss Islington (bot)
2022-03-08
1
-0/+5
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)
Miss Islington (bot)
2022-03-08
2
-14/+155
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)
Miss Islington (bot)
2022-03-02
5
-62/+132
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)
Dong-hee Na
2022-02-21
5
-29/+235
*
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-28033)
Miss Islington (bot)
2021-08-29
20
-176/+1367
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-08-27
1
-1/+1
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
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
*
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
Ned Deily
2021-05-02
6
-26/+178
*
Fix thread locks in zlib module may go wrong in rare case (#22132)
Ma Lin
2021-04-26
1
-4/+4
*
[3.8] 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
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Miss Islington (bot)
2021-04-21
1
-1/+1
*
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
1
-0/+5
*
[3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...
Christian Heimes
2021-04-13
2
-20/+22
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
2
-1/+102
*
[3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)
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
*
[3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case...
Miss Islington (bot)
2021-04-09
1
-0/+7
*
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
*
[3.8] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...
Pablo Galindo
2021-03-14
1
-2/+2
*
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
Pablo Galindo
2021-03-10
1
-0/+11
*
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Antoine Pitrou
2021-03-06
1
-15/+39
*
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)
Miss Islington (bot)
2021-02-15
1
-0/+23
*
bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)
Miss Islington (bot)
2021-02-15
1
-1/+3
*
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...
Miss Islington (bot)
2021-02-14
4
-4/+4
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Miss Islington (bot)
2021-01-31
1
-1/+3
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
1
-32/+19
*
[3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...
Serhiy Storchaka
2021-01-05
1
-8/+18
*
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...
Serhiy Storchaka
2021-01-04
2
-41/+29
*
[3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)
Serhiy Storchaka
2021-01-01
1
-8/+8
*
[3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...
Serhiy Storchaka
2021-01-01
2
-21/+24
*
[3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...
Miss Islington (bot)
2020-12-25
1
-1/+53
*
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-23389)
Miss Islington (bot)
2020-12-17
1
-4/+4
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
2
-0/+32
*
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) (G...
Victor Stinner
2020-11-17
1
-5/+47
*
[3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)
Jakub Stasiak
2020-11-12
1
-0/+18
*
[3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)
Jakub KulĂk
2020-11-04
1
-0/+17
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Skeleton (bot)
2020-10-26
1
-2/+5
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot)
2020-10-25
1
-0/+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-3/+22
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
1
-3/+6
[next]