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-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
*
bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH...
Miss Islington (bot)
2021-05-28
1
-2/+1
*
[3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430)
Ken Jin
2021-05-28
1
-2/+46
*
bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)
Miss Islington (bot)
2021-05-28
1
-2/+4
*
bpo-42972: Fully implement GC protocol for functools keywrapper and partial t...
Miss Islington (bot)
2021-05-28
1
-22/+37
*
bpo-44256: Do not expose _functools._list_elem_type (GH-26416)
Miss Islington (bot)
2021-05-28
1
-3/+2
*
bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414)
Miss Islington (bot)
2021-05-28
1
-19/+81
*
bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-...
Miss Islington (bot)
2021-05-27
1
-5/+33
*
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Miss Islington (bot)
2021-05-27
1
-3/+10
*
bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26...
Miss Islington (bot)
2021-05-27
1
-1/+10
*
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399)
Miss Islington (bot)
2021-05-27
1
-28/+45
*
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types...
Miss Islington (bot)
2021-05-27
5
-35/+69
*
[3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398)
Miss Islington (bot)
2021-05-27
4
-16/+69
*
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-...
Miss Islington (bot)
2021-05-26
1
-8/+12
*
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
Miss Islington (bot)
2021-05-25
1
-2/+11
*
bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104)
Miss Islington (bot)
2021-05-25
6
-72/+190
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26...
Miss Islington (bot)
2021-05-19
1
-6/+11
*
Fix compiler warning in the xml module (GH-26245) (GH-26249)
Miss Islington (bot)
2021-05-19
1
-1/+1
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Miss Islington (bot)
2021-05-17
1
-2/+4
*
bpo-44116: Add GC support to _csv heap types (GH-26074) (GH-26081)
Miss Islington (bot)
2021-05-12
1
-30/+32
*
bpo-40645: Fix ref leaks in _hashopenssl (GH-26079)
Miss Islington (bot)
2021-05-12
1
-4/+9
*
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)
Miss Islington (bot)
2021-05-12
1
-1/+1
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Miss Islington (bot)
2021-05-07
1
-3/+20
*
bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)
Miss Islington (bot)
2021-05-05
1
-0/+5
*
Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909)
Miss Islington (bot)
2021-05-05
1
-1/+1
*
Add C-API tests (GH-25886) (#25887)
Miss Islington (bot)
2021-05-04
1
-0/+21
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-0/+87
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
1
-1/+0
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
1
-2/+9
*
bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823)
Erlend Egeberg Aasland
2021-05-02
1
-8/+1
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
2
-9/+8
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
Zackery Spytz
2021-05-02
1
-1/+2
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
10
-18/+18
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-5/+38
*
bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)
Ma Lin
2021-04-30
3
-71/+77
*
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
Victor Stinner
2021-04-30
4
-7/+7
*
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
Victor Stinner
2021-04-30
1
-9/+1
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
11
-24/+29
*
bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
Erlend Egeberg Aasland
2021-04-30
1
-13/+4
*
bpo-43916: Remove _disabled_new() function (GH-25745)
Victor Stinner
2021-04-30
2
-27/+6
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
4
-33/+14
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
3
-2/+37
*
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland
2021-04-29
1
-1/+2
*
bpo-43908: Make re types immutable (GH-25697)
Erlend Egeberg Aasland
2021-04-29
1
-3/+3
*
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
Victor Stinner
2021-04-28
1
-111/+5
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
2
-6/+91
*
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin
2021-04-28
3
-253/+332
[prev]
[next]