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.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
*
[3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218)
Benjamin Peterson
2018-07-10
4
-20/+20
*
delete some unused pysqlite forward declarations (GH-8211)
Miss Islington (bot)
2018-07-10
1
-4/+0
*
Make various internal _testbuffer symbols static. (GH-8160)
Miss Islington (bot)
2018-07-07
1
-4/+4
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Miss Islington (bot)
2018-07-07
1
-2/+2
*
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
Don't export pending_threadfunc from _testcapi. (GH-8075)
Miss Islington (bot)
2018-07-04
1
-1/+2
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Miss Islington (bot)
2018-06-30
2
-8/+17
*
[3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025)
Tal Einat
2018-06-30
1
-3/+6
*
[3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...
Zackery Spytz
2018-06-29
1
-0/+5
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Miss Islington (bot)
2018-06-27
8
-1464/+1352
*
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872)
Victor Stinner
2018-06-23
2
-4/+12
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Miss Islington (bot)
2018-06-15
1
-3/+7
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)
Miss Islington (bot)
2018-06-10
1
-0/+11
*
bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451)
Miss Islington (bot)
2018-06-06
1
-11/+17
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Miss Islington (bot)
2018-06-05
1
-20/+2
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
1
-12/+2
[next]