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
...
*
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
Mariatta
2017-04-15
1
-7/+1
*
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
Serhiy Storchaka
2017-04-08
4
-19/+18
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
Serhiy Storchaka
2017-04-02
1
-41/+51
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
T. Wouters
2017-03-30
1
-24/+28
*
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
Xiang Zhang
2017-03-22
1
-1/+2
*
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
Xiang Zhang
2017-03-22
1
-4/+4
*
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
Xiang Zhang
2017-03-22
1
-1/+1
*
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
Serhiy Storchaka
2017-03-14
1
-10/+26
*
[2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
Serhiy Storchaka
2017-03-09
1
-1/+1
*
Issue #29682:Possible missing NULL check in pyexpat (#573)
svelankar
2017-03-09
1
-6/+7
*
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
Donald Stufft
2017-03-02
1
-2/+2
*
Update URL of Mersenne Twister Home Page (GH-116)
INADA Naoki
2017-02-15
1
-3/+3
*
update zlib ChangeLog file
doko@ubuntu.com
2017-01-31
1
-0/+4
*
- Issue #29169: Update zlib to 1.2.11.
doko@ubuntu.com
2017-01-31
10
-27/+33
*
revert dd13098a5dc2 (#29006, #10513)
Benjamin Peterson
2017-01-16
1
-1/+0
*
generate spaces instead of tabs into config.c
Benjamin Peterson
2017-01-16
1
-1/+1
*
fix _testcapi to work when statically linked into python
Benjamin Peterson
2017-01-16
1
-2/+2
*
Fix spelling and markup in documentation and code comment
Martin Panter
2017-01-14
1
-1/+1
*
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka
2017-01-12
1
-1/+1
*
merge heads
Benjamin Peterson
2017-01-12
31
-1177/+2105
|
\
|
*
- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com
2017-01-05
28
-1176/+2095
|
*
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...
Steve Dower
2016-12-28
2
-0/+6
|
*
Fixed possible reference leaks in the _json module.
Serhiy Storchaka
2017-01-03
1
-1/+4
*
|
revert 030e100f048a (#29006, #10513)
Benjamin Peterson
2017-01-12
1
-0/+1
|
/
*
Backed out changeset 78bf34b6a713
Serhiy Storchaka
2016-12-28
1
-19/+4
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+39
*
Issue #28998: More APIs now support longs as well as ints.
Serhiy Storchaka
2016-12-27
5
-12/+33
*
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter
2016-12-24
1
-1/+1
*
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka
2016-12-21
1
-4/+19
*
Issue #28925: cPickle now correctly propagates errors when unpickle instances
Serhiy Storchaka
2016-12-15
1
-35/+5
*
fix function name
Benjamin Peterson
2016-12-03
1
-1/+1
*
also do not leak the mode string if creating the file fails
Benjamin Peterson
2016-12-03
1
-1/+3
*
do not leak the FILE * pointer in error cases of fdopen()
Benjamin Peterson
2016-12-03
1
-6/+8
*
inline constant into its single use
Benjamin Peterson
2016-12-03
1
-2/+1
*
fix refleak in null-containing error case (#21147)
Benjamin Peterson
2016-12-03
1
-1/+2
*
when you enter repr, you must leave, too (#25455)
Benjamin Peterson
2016-12-03
1
-0/+1
*
fix refleak in file handle creation error case
Benjamin Peterson
2016-12-03
1
-7/+5
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
1
-4/+10
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-0/+1
*
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter
2016-11-14
1
-1/+3
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-1/+4
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-8/+7
*
Fixed possible NULL decrefing.
Serhiy Storchaka
2016-10-28
1
-1/+1
*
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
Ned Deily
2016-10-20
1
-2/+2
*
Issue #28480: Avoid label at end of compound statement --without-threads
Martin Panter
2016-10-20
1
-0/+1
*
Silenced compiler warnings.
Serhiy Storchaka
2016-10-08
2
-9/+7
*
make 'where' Py_ssize_t
Benjamin Peterson
2016-10-06
1
-4/+2
*
mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...
Benjamin Peterson
2016-10-06
1
-106/+78
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-10-01
1
-3/+5
*
Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversio...
Serhiy Storchaka
2016-09-27
1
-9/+28
[prev]
[next]