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-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
Erlend Egeberg Aasland
2021-07-15
1
-3/+3
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+4
*
Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute...
Erlend Egeberg Aasland
2021-07-14
4
-8/+8
*
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland
2021-07-14
7
-82/+90
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Serhiy Storchaka
2021-07-14
1
-1/+3
*
bpo-44630: Fix assertion errors in csv module (GH-27127)
T. Wouters
2021-07-13
1
-4/+8
*
bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
Filipe Laíns
2021-07-11
1
-27/+8
*
Remove irrelevant comment which was added in 2a70a3a (GH-27044)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-09
1
-1/+0
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
2
-1/+145
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
2
-4/+4
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
Serhiy Storchaka
2021-07-05
1
-9/+10
*
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...
Ma Lin
2021-07-05
1
-30/+114
*
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner
2021-06-29
1
-2/+0
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-6/+31
*
bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)
Samuel Marks
2021-06-24
1
-0/+4
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-6/+10
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
6
-39/+49
*
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Erlend Egeberg Aasland
2021-06-23
5
-10/+0
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
1
-1/+1
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
Victor Stinner
2021-06-21
1
-1/+3
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
1
-0/+3
*
bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)
Erlend Egeberg Aasland
2021-06-20
1
-1/+1
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
4
-71/+276
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
22
-38/+61
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
1
-1/+1
*
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Victor Stinner
2021-06-15
1
-1/+10
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
12
-70/+103
*
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes
2021-06-13
1
-1/+1
*
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
Erlend Egeberg Aasland
2021-06-12
1
-1/+1
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-2/+2
*
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson
2021-06-12
1
-2/+0
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
1
-14/+28
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
1
-0/+4
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon
2021-06-10
1
-0/+5
*
bpo-44329: Refactor sqlite3 statement creation (GH-26566)
Erlend Egeberg Aasland
2021-06-08
1
-43/+35
*
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo
2021-06-08
1
-1/+1
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
1
-3/+4
*
bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)
Erlend Egeberg Aasland
2021-06-06
2
-16/+2
*
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
Erlend Egeberg Aasland
2021-06-06
2
-8/+0
*
Update bisect docstrings (GH-26548)
hrchu
2021-06-06
2
-11/+11
*
bpo-44304: Ensure the sqlite3 destructor callback is always called with the G...
Pablo Galindo
2021-06-05
2
-0/+7
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Pablo Galindo
2021-06-05
1
-7/+4
*
Align comment for better readability. (GH-26192)
Kazantcev Andrey
2021-06-04
1
-5/+5
*
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
Erlend Egeberg Aasland
2021-06-04
4
-7/+8
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland
2021-06-04
1
-8/+11
*
bpo-44042: Optimize sqlite3 begin transaction (GH-25908)
Erlend Egeberg Aasland
2021-06-03
3
-46/+38
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
7
-428/+71
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
1
-4/+3
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
3
-21/+2
*
bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512)
Erlend Egeberg Aasland
2021-06-03
1
-16/+15
[next]