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-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
2
-3/+2
*
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...
Victor Stinner
2022-03-04
1
-3/+23
*
[3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...
Erlend Egeberg Aasland
2022-03-02
2
-3/+14
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Miss Islington (bot)
2022-02-23
5
-62/+132
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Miss Islington (bot)
2022-02-18
1
-0/+5
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)
Miss Islington (bot)
2022-02-17
5
-31/+237
*
[3.9] bpo-46728: fix docstring of combinations_with_replacement for consisten...
DongGeon Lee
2022-02-15
2
-4/+4
*
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...
Jacob Walls
2022-02-13
2
-5/+5
*
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
Miss Islington (bot)
2022-02-07
1
-0/+1
*
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...
Christian Heimes
2022-01-26
1
-7/+0
*
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...
Kumar Aditya
2022-01-22
1
-16/+2
*
[3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-...
Kumar Aditya
2022-01-22
1
-1/+1
*
[3.9] bpo-41857: mention timeout argument units in select.poll() and select.d...
Tal Einat
2022-01-21
2
-3/+15
*
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
Miss Islington (bot)
2022-01-14
1
-0/+3
*
bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584)
Miss Islington (bot)
2022-01-13
1
-1/+1
*
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)
Victor Stinner
2022-01-13
1
-0/+24
*
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...
Christian Heimes
2022-01-13
1
-219/+354
*
bpo-46070: Fix asyncio initialisation guard (GH-30423)
Miss Islington (bot)
2022-01-07
1
-6/+4
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...
Miss Islington (bot)
2021-12-11
1
-1/+1
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)
Miss Islington (bot)
2021-12-10
1
-2/+2
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Miss Islington (bot)
2021-12-09
1
-2/+6
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Miss Islington (bot)
2021-12-05
1
-13/+10
*
[3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-...
Ma Lin
2021-11-27
1
-3/+5
*
[3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
Christian Heimes
2021-11-25
4
-18/+31
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-17
1
-0/+14
*
remove the repeat 'the' (GH-29455)
Miss Islington (bot)
2021-11-08
1
-1/+1
*
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...
Łukasz Langa
2021-10-29
1
-0/+4
*
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
Miss Islington (bot)
2021-10-22
1
-1/+1
*
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Miss Islington (bot)
2021-10-20
1
-2/+3
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
2
-10/+26
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
2
-10/+26
*
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
Miss Islington (bot)
2021-10-14
1
-4/+4
*
[3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (...
Dong-hee Na
2021-10-09
1
-0/+6
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-8/+38
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Miss Islington (bot)
2021-10-07
1
-0/+3
*
[3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
Christian Clauss
2021-10-07
15
-17/+17
*
[3.9] bpo-44050: Extension modules can share state when they don't support su...
Łukasz Langa
2021-10-05
1
-0/+24
*
[3.9] Remove trailing spaces (GH-28710)
Serhiy Storchaka
2021-10-03
3
-8/+8
*
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...
Miss Islington (bot)
2021-10-01
1
-3/+5
*
[3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679)
Miss Islington (bot)
2021-10-01
1
-1/+1
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Miss Islington (bot)
2021-09-29
1
-0/+3
*
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) ...
Miss Islington (bot)
2021-09-28
1
-8/+3
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
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). ...
Miss Islington (bot)
2021-09-13
1
-0/+1
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Miss Islington (bot)
2021-09-09
1
-0/+2
*
Remove documentation for non-existing socket class attributes (GH-28029) (GH-...
Miss Islington (bot)
2021-09-07
1
-3/+0
*
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...
Serhiy Storchaka
2021-09-01
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) (GH-28032)
Miss Islington (bot)
2021-08-29
20
-177/+1368
[next]