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-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
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Miss Islington (bot)
2018-09-11
1
-4/+13
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Miss Islington (bot)
2018-09-11
4
-27/+69
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)
Miss Islington (bot)
2018-09-11
1
-10/+14
*
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
Benjamin Peterson
2018-09-10
12
-16/+16
*
[3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...
William Grzybowski
2018-09-09
2
-2/+2
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Miss Islington (bot)
2018-09-05
1
-2/+5
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Miss Islington (bot)
2018-09-04
2
-9/+9
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Miss Islington (bot)
2018-09-01
1
-24/+25
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981)
Victor Stinner
2018-08-28
1
-9/+13
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
Victor Stinner
2018-08-28
1
-6/+16
*
[3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910) (GH-8922)
Alexey Izbyshev
2018-08-25
1
-1/+4
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Miss Islington (bot)
2018-08-25
1
-0/+6
*
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_...
Miss Islington (bot)
2018-08-24
1
-1/+4
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Miss Islington (bot)
2018-08-23
1
-9/+72
*
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) (GH-8870)
Victor Stinner
2018-08-23
1
-1/+6
*
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Miss Islington (bot)
2018-08-22
1
-0/+2
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Miss Islington (bot)
2018-08-20
1
-0/+3
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Miss Islington (bot)
2018-08-16
2
-2/+2
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Miss Islington (bot)
2018-08-16
2
-42/+22
*
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
Victor Stinner
2018-08-05
1
-105/+196
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Miss Islington (bot)
2018-07-31
1
-17/+20
[next]