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-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-06
19
-58/+581
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)
Victor Stinner
2017-08-18
7
-102/+709
*
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
Victor Stinner
2017-08-11
1
-0/+22
*
[2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) ...
Segev Finer
2017-07-11
1
-1/+1
*
[2.7] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-10
1
-4/+6
*
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+4
*
bpo-30764: Windows support.SuppressCrashReport (#2423)
Victor Stinner
2017-06-27
1
-0/+51
*
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
1
-0/+19
*
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-24
1
-0/+6
*
[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)
Victor Stinner
2017-06-21
8
-158/+889
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)
Victor Stinner
2017-06-15
13
-477/+523
*
_tkinter: Fix refleak in getint() (#2153)
Victor Stinner
2017-06-13
1
-2/+6
*
bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)
Stéphane Wirtel
2017-06-12
1
-1/+3
*
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...
Serhiy Storchaka
2017-06-12
1
-0/+346
*
bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033)
Stéphane Wirtel
2017-06-10
1
-25/+39
*
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
Mariatta
2017-05-27
1
-1/+4
*
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
Xiang Zhang
2017-05-22
1
-13/+14
*
[2.7] bpo-30363: Backport warnings in the re module. (#1577)
Serhiy Storchaka
2017-05-18
1
-0/+14
*
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
Serhiy Storchaka
2017-05-17
1
-7/+36
*
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)
Xiang Zhang
2017-05-15
1
-5/+9
*
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
Zachary Ware
2017-05-13
1
-0/+2
*
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
Victor Stinner
2017-05-09
1
-0/+20
*
bpo-29990: Fix range checking in GB18030 decoder (#1509)
Xiang Zhang
2017-05-09
1
-1/+3
*
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
Serhiy Storchaka
2017-05-05
1
-65/+18
*
bpo-30257: _bsddb: Fix newDBObject() (#1428)
Victor Stinner
2017-05-03
1
-2/+4
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-41/+23
*
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the pars...
Serhiy Storchaka
2017-04-19
1
-32/+73
*
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
3
-5/+16
*
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
Serhiy Storchaka
2017-04-15
4
-10/+9
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-12/+21
*
[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
|
\
[next]