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.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)
Gregory P. Smith
2018-11-12
3
-1/+19
*
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
Miss Islington (bot)
2018-11-09
1
-1/+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Miss Islington (bot)
2018-11-05
3
-4/+4
*
[3.7]bpo-29341: Backport b942707 3.7 (#10298)
BNMetrics
2018-11-02
2
-31/+31
*
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...
Miss Islington (bot)
2018-11-02
1
-1/+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-1/+1
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Miss Islington (bot)
2018-10-29
1
-2/+2
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Miss Islington (bot)
2018-10-28
3
-5/+5
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Miss Islington (bot)
2018-10-26
1
-5/+5
*
bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069)
Miss Islington (bot)
2018-10-23
1
-3/+1
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Miss Islington (bot)
2018-10-23
1
-11/+11
*
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Miss Islington (bot)
2018-10-22
1
-72/+93
*
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...
Miss Islington (bot)
2018-10-21
1
-0/+4
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Miss Islington (bot)
2018-10-20
1
-3/+15
*
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9...
Miss Islington (bot)
2018-10-19
9
-17/+17
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743)
Miss Islington (bot)
2018-10-19
1
-2/+7
*
Elaborate datetime.timedelta docstring (GH-7458)
Miss Islington (bot)
2018-10-19
1
-1/+5
*
Fix several reference counting bugs in pyexpat.c. (GH-9955)
Miss Islington (bot)
2018-10-19
1
-4/+8
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Miss Islington (bot)
2018-10-18
1
-31/+64
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Miss Islington (bot)
2018-10-18
1
-5/+3
*
[3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940)
Miss Islington (bot)
2018-10-18
1
-0/+4
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Miss Islington (bot)
2018-10-14
1
-12/+13
*
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Serhiy Storchaka
2018-10-11
1
-1/+4
*
[3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
1
-1/+1
*
[3.7] Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726)
Serhiy Storchaka
2018-10-05
1
-1/+1
*
bpo-34906: Doc: Fix typos (GH-9712)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
[3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...
Elvis Pranskevichus
2018-10-03
1
-3/+8
*
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
Miss Islington (bot)
2018-09-29
1
-1/+1
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Miss Islington (bot)
2018-09-28
1
-3/+7
*
[3.7] bpo-34762: Update PyContext* refs to PyObject* in asyncio and decimal (...
Yury Selivanov
2018-09-27
2
-12/+11
*
bpo-34783: Fix Py_Main() (GH-9526)
Victor Stinner
2018-09-24
1
-79/+84
*
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
Christian Heimes
2018-09-23
2
-9/+111
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Miss Islington (bot)
2018-09-22
1
-2/+2
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Miss Islington (bot)
2018-09-21
1
-1/+1
*
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Miss Islington (bot)
2018-09-21
1
-0/+1
*
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)
Miss Islington (bot)
2018-09-21
1
-31/+31
*
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
Miss Islington (bot)
2018-09-20
1
-0/+6
*
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
Miss Islington (bot)
2018-09-20
1
-4/+4
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
1
-124/+35
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Miss Islington (bot)
2018-09-18
2
-0/+10
*
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...
Victor Stinner
2018-09-18
1
-35/+124
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Miss Islington (bot)
2018-09-17
1
-60/+68
*
bpo-34710: fix SSL module build (GH-9347)
Miss Islington (bot)
2018-09-17
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-16
5
-6/+221
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Miss Islington (bot)
2018-09-13
1
-7/+13
*
bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
Miss Islington (bot)
2018-09-12
1
-3/+3
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Miss Islington (bot)
2018-09-12
1
-0/+6
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Miss Islington (bot)
2018-09-12
1
-0/+6
*
[3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)
Benjamin Peterson
2018-09-12
1
-3/+3
*
Delete old expat comment. (GH-9197)
Miss Islington (bot)
2018-09-12
1
-8/+0
[prev]
[next]