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-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
*
[3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)...
Serhiy Storchaka
2018-10-28
9
-17/+17
*
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)
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
*
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-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)
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
*
[3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)
Miss Islington (bot)
2018-10-18
1
-0/+4
*
[3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)
Stéphane Wirtel
2018-10-17
1
-5/+3
*
[3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868)
Serhiy Storchaka
2018-10-14
1
-12/+13
*
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Miss Islington (bot)
2018-10-11
1
-1/+4
*
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-10-11
7
-239/+184
*
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
1
-1/+1
*
Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
[3.6] 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
*
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
Christian Heimes
2018-09-23
2
-8/+109
*
[3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492)
Christian Heimes
2018-09-22
1
-2/+2
*
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-32215: Fix performance regression in sqlite3 (GH-8511)
Miss Islington (bot)
2018-09-20
1
-4/+4
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Miss Islington (bot)
2018-09-18
2
-0/+10
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-59/+67
*
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-34649: Add missing NULL checks to _encoded_const() (GH-9225)
Miss Islington (bot)
2018-09-12
1
-3/+3
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Miss Islington (bot)
2018-09-12
1
-0/+6
*
[3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)
Benjamin Peterson
2018-09-12
1
-3/+3
*
Delete old expat comment. (GH-9197)
Miss Islington (bot)
2018-09-12
1
-8/+0
*
[3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....
Benjamin Peterson
2018-09-11
1
-3/+13
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)
Miss Islington (bot)
2018-09-11
1
-10/+14
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158)
Miss Islington (bot)
2018-09-11
4
-27/+69
*
[3.6] Fix misleading mentions of tp_size in comments (GH-9137)
Benjamin Peterson
2018-09-10
10
-14/+14
*
[3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...
William Grzybowski
2018-09-09
2
-2/+2
*
[3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Proc...
Alexander Buchkovsky
2018-09-07
2
-9/+9
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Miss Islington (bot)
2018-08-25
1
-0/+6
*
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Miss Islington (bot)
2018-08-22
1
-0/+2
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Miss Islington (bot)
2018-08-16
2
-42/+22
*
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
Christian Heimes
2018-08-14
1
-0/+4
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
[3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...
Serhiy Storchaka
2018-07-31
1
-16/+17
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
Steve Dower
2018-07-29
1
-1/+5
*
[3.6] bpo-29097: Forego fold detection on windows for low timestamp values (G...
Ammar Askar
2018-07-27
1
-1/+16
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Serhiy Storchaka
2018-07-17
1
-4/+7
[next]