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-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
*
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-...
stratakis
2021-06-02
1
-0/+1
*
bpo-44165: pysqlite_statement_create now returns a Py object, not an int (GH-...
Erlend Egeberg Aasland
2021-06-02
1
-1/+1
*
bpo-44165: Optimise sqlite3 statement preparation by passing string size (GH-...
Erlend Egeberg Aasland
2021-06-02
3
-7/+25
*
bpo-42972: Track sqlite3 statement objects (GH-26475)
Erlend Egeberg Aasland
2021-06-01
4
-48/+40
*
bpo-44260: Do not read system entropy without need in Random() (GH-26455)
Serhiy Storchaka
2021-05-31
1
-27/+17
*
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
Victor Stinner
2021-05-31
2
-2/+9
*
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452)
Erlend Egeberg Aasland
2021-05-31
6
-41/+44
*
bpo-42972: Fully implement GC protocol for xxlimited (GH-26451)
Hai Shi
2021-05-31
2
-0/+16
*
bpo-44252: Correctly implement gc support for SSLError objects (GH-26439)
Pablo Galindo
2021-05-28
1
-2/+1
*
bpo-42972: Fix GC assertion error in _winapi by untracking Overlapped earlier...
Ken Jin
2021-05-28
1
-1/+1
*
bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381)
Ken Jin
2021-05-28
1
-2/+46
*
bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)
Erlend Egeberg Aasland
2021-05-28
1
-2/+4
*
bpo-42972: Fully implement GC protocol for functools keywrapper and partial t...
Erlend Egeberg Aasland
2021-05-28
1
-22/+37
*
bpo-44256: Do not expose _functools._list_elem_type (GH-26416)
Inada Naoki
2021-05-28
1
-3/+2
*
bpo-42972: Fully support GC protocol for _operator heap types (GH-26371)
Erlend Egeberg Aasland
2021-05-27
1
-5/+33
*
bpo-42972: Fully implement GC protocol for re types (GH-26368)
Erlend Egeberg Aasland
2021-05-27
1
-19/+81
*
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Erlend Egeberg Aasland
2021-05-27
1
-3/+10
*
bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372)
Erlend Egeberg Aasland
2021-05-27
1
-1/+10
*
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
Erlend Egeberg Aasland
2021-05-27
1
-28/+45
*
bpo-42972: Fully support GC for hashlib heap types (GH-26374)
Erlend Egeberg Aasland
2021-05-27
4
-16/+69
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Erlend Egeberg Aasland
2021-05-27
5
-35/+69
*
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)
Victor Stinner
2021-05-26
1
-8/+12
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
1
-0/+5
*
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
Erlend Egeberg Aasland
2021-05-25
1
-2/+11
*
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
Erlend Egeberg Aasland
2021-05-25
6
-72/+190
*
bpo-40736: Improve the error message for re.search() TypeError (GH-23312)
Zackery Spytz
2021-05-21
1
-1/+2
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244)
Pablo Galindo
2021-05-19
1
-6/+11
*
Fix compiler warning in the xml module (GH-26245)
Pablo Galindo
2021-05-19
1
-1/+1
[next]