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-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...
Miss Islington (bot)
2021-12-11
1
-1/+1
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Miss Islington (bot)
2021-12-10
1
-2/+2
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Miss Islington (bot)
2021-12-09
1
-2/+6
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Miss Islington (bot)
2021-12-09
1
-1/+4
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Miss Islington (bot)
2021-12-05
1
-13/+10
*
[3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH...
Miss Islington (bot)
2021-11-27
1
-2/+3
*
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
Miss Islington (bot)
2021-11-25
4
-18/+31
*
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...
Pablo Galindo Salgado
2021-11-17
1
-0/+14
*
[3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int consta...
Erlend Egeberg Aasland
2021-10-31
1
-43/+50
*
[3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...
Łukasz Langa
2021-10-29
1
-0/+4
*
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
Miss Islington (bot)
2021-10-22
1
-1/+1
*
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Miss Islington (bot)
2021-10-20
1
-2/+3
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
2
-10/+21
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
2
-10/+21
*
[3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-...
Dong-hee Na
2021-10-14
1
-4/+4
*
[3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 ...
Dong-hee Na
2021-10-09
1
-0/+6
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-8/+38
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
Miss Islington (bot)
2021-10-08
1
-0/+3
*
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
Miss Islington (bot)
2021-10-07
19
-21/+21
*
bpo-44050: Extension modules can share state when they don't support sub-inte...
Miss Islington (bot)
2021-10-05
1
-0/+22
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
4
-4/+4
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
Miss Islington (bot)
2021-10-02
1
-1/+1
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
Miss Islington (bot)
2021-10-01
1
-3/+5
*
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
Miss Islington (bot)
2021-10-01
3
-6/+3
*
hashlib: Fix old message about unicode objects. (GH-28653)
Miss Islington (bot)
2021-10-01
1
-1/+1
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Miss Islington (bot)
2021-09-29
1
-0/+3
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
Miss Islington (bot)
2021-09-28
1
-8/+3
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
5
-7/+7
*
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Miss Islington (bot)
2021-09-17
1
-8/+8
*
[3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). ...
Erlend Egeberg Aasland
2021-09-13
1
-0/+1
*
bpo-45067 - Verify the version of ncurses for extended color support feature ...
Miss Islington (bot)
2021-09-09
1
-2/+2
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
Miss Islington (bot)
2021-09-09
1
-0/+2
*
Remove documentation for non-existing socket class attributes (GH-28029)
Miss Islington (bot)
2021-09-07
1
-3/+0
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-09-06
1
-1/+1
*
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...
Serhiy Storchaka
2021-09-04
2
-4/+4
*
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)
Miss Islington (bot)
2021-08-29
20
-177/+1368
*
[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...
Erlend Egeberg Aasland
2021-08-28
1
-7/+22
*
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
Miss Islington (bot)
2021-08-23
1
-8/+16
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Miss Islington (bot)
2021-08-06
1
-3/+10
*
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
Miss Islington (bot)
2021-07-30
4
-4/+4
*
[3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised ...
Erlend Egeberg Aasland
2021-07-30
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-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
1
-1/+1
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Miss Islington (bot)
2021-07-23
2
-12/+12
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Miss Islington (bot)
2021-07-23
1
-2/+1
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Miss Islington (bot)
2021-07-14
1
-0/+4
*
[3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor....
Erlend Egeberg Aasland
2021-07-14
4
-8/+8
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Miss Islington (bot)
2021-07-14
1
-1/+3
*
[3.10] bpo-44630: Fix assertion errors in csv module (GH-27127) (GH-27129)
Miss Islington (bot)
2021-07-13
1
-4/+8
[next]