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] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...
Kumar Aditya
2022-06-28
1
-1/+5
*
GH-94254: Make _struct module types immutable (GH-94269)
Miss Islington (bot)
2022-06-26
1
-2/+4
*
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
Erlend Egeberg Aasland
2022-06-25
2
-11/+11
*
[3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)
Miss Islington (bot)
2022-06-25
1
-2/+20
*
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
Miss Islington (bot)
2022-06-22
1
-2/+2
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
Miss Islington (bot)
2022-06-22
1
-1/+2
*
DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090)
Miss Islington (bot)
2022-06-22
2
-2/+2
*
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)
Victor Stinner
2022-06-20
4
-5/+9
*
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (...
Erlend Egeberg Aasland
2022-06-19
2
-10/+22
*
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
Erlend Egeberg Aasland
2022-06-14
1
-75/+45
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Miss Islington (bot)
2022-06-11
1
-11/+36
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
Steve Dower
2022-06-10
2
-1/+118
*
gh-90763: Modernise xx template module initialisation (GH-93078)
Miss Islington (bot)
2022-06-10
2
-43/+54
*
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...
Erlend Egeberg Aasland
2022-06-08
1
-9/+14
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)
Miss Islington (bot)
2022-05-28
1
-2/+2
*
Fix NULL test in _testinternalcapi (GH-92861)
Miss Islington (bot)
2022-05-17
1
-1/+1
*
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
Miss Islington (bot)
2022-05-14
1
-0/+4
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-10
1
-1/+11
*
[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters ...
Erlend Egeberg Aasland
2022-05-05
1
-14/+32
*
gh-92036: Fix gc_fini_untrack() (GH-92037)
Miss Islington (bot)
2022-05-04
1
-0/+6
*
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...
Serhiy Storchaka
2022-05-03
15
-372/+623
*
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements...
Erlend Egeberg Aasland
2022-05-02
1
-15/+48
*
[3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)
Gregory P. Smith
2022-05-01
1
-2/+25
*
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Miss Islington (bot)
2022-04-20
1
-0/+4
*
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...
Oleg Iarygin
2022-04-19
5
-47/+47
*
bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
Miss Islington (bot)
2022-03-31
1
-0/+6
*
[3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-2686...
Miss Islington (bot)
2022-03-28
1
-1/+6
*
[3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...
Christian Heimes
2022-03-23
1
-1/+12
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Miss Islington (bot)
2022-03-21
2
-4/+41
*
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
Gregory P. Smith
2022-03-20
1
-9/+13
*
[3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). ...
Pablo Galindo Salgado
2022-03-18
1
-3/+3
*
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
Jelle Zijlstra
2022-03-12
2
-7/+7
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
Victor Stinner
2022-03-11
1
-6/+20
*
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
Jelle Zijlstra
2022-03-09
2
-7/+7
*
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Miss Islington (bot)
2022-03-08
1
-13/+23
*
[3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH...
Erlend Egeberg Aasland
2022-03-08
6
-69/+67
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Miss Islington (bot)
2022-03-07
2
-14/+155
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
2
-3/+2
*
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...
Victor Stinner
2022-03-04
1
-3/+23
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Miss Islington (bot)
2022-02-23
5
-62/+132
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Miss Islington (bot)
2022-02-21
1
-7/+19
*
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
Erlend Egeberg Aasland
2022-02-21
2
-3/+14
*
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-3139...
Gregory P. Smith
2022-02-19
1
-0/+5
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
Dong-hee Na
2022-02-17
5
-31/+237
*
[3.10] bpo-46728: fix docstring of combinations_with_replacement for consiste...
DongGeon Lee
2022-02-15
2
-4/+4
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Miss Islington (bot)
2022-02-12
2
-5/+5
*
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...
Petr Viktorin
2022-02-11
2
-4/+52
*
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
Miss Islington (bot)
2022-02-07
1
-0/+1
*
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...
Christian Heimes
2022-01-26
1
-7/+0
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
1
-16/+2
[next]