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.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
*
bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
Miss Islington (bot)
2021-07-11
1
-27/+8
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Miss Islington (bot)
2021-07-08
2
-1/+145
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Miss Islington (bot)
2021-07-07
2
-4/+4
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27041)
Miss Islington (bot)
2021-07-05
1
-9/+10
*
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...
Miss Islington (bot)
2021-07-05
1
-30/+114
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Miss Islington (bot)
2021-06-25
1
-6/+31
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Miss Islington (bot)
2021-06-23
1
-1/+1
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824)
Miss Islington (bot)
2021-06-21
1
-1/+3
*
[3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH...
Erlend Egeberg Aasland
2021-06-20
1
-1/+1
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Miss Islington (bot)
2021-06-20
1
-0/+3
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (...
Miss Islington (bot)
2021-06-17
22
-38/+61
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Miss Islington (bot)
2021-06-17
1
-1/+1
*
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Miss Islington (bot)
2021-06-15
1
-1/+10
*
[3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)
Miss Islington (bot)
2021-06-13
1
-1/+1
*
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
Miss Islington (bot)
2021-06-13
1
-1/+1
*
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
Serhiy Storchaka
2021-06-12
1
-2/+2
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Miss Islington (bot)
2021-06-11
1
-14/+28
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Miss Islington (bot)
2021-06-10
1
-0/+5
*
bpo-44227: Update bisect docstrings (GH-26548) (GH-26563)
Miss Islington (bot)
2021-06-06
2
-11/+11
*
bpo-44304: Ensure the sqlite3 destructor callback is always called with the G...
Miss Islington (bot)
2021-06-05
2
-0/+7
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Miss Islington (bot)
2021-06-05
1
-7/+4
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Miss Islington (bot)
2021-06-04
1
-8/+11
*
[3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515)
Erlend Egeberg Aasland
2021-06-03
4
-48/+40
*
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) (GH-26465)
Miss Islington (bot)
2021-05-31
2
-2/+9
*
bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460)
Miss Islington (bot)
2021-05-31
2
-0/+16
*
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461)
Miss Islington (bot)
2021-05-31
6
-41/+44
[next]