summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-09-021-2/+73
* [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)Oren Milman2017-08-292-10/+19
* [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...Oren Milman2017-08-261-2/+12
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner2017-08-197-102/+709
* bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)Victor Stinner2017-08-111-0/+22
* [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) ...Segev Finer2017-07-121-1/+1
* [2.7] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-111-4/+6
* [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-301-0/+4
* bpo-30764: Windows support.SuppressCrashReport (#2423)Victor Stinner2017-06-271-0/+51
* [2.7] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+19
* [2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-241-0/+6
* [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)Victor Stinner2017-06-218-158/+889
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)Victor Stinner2017-06-1513-477/+523
* _tkinter: Fix refleak in getint() (#2153)Victor Stinner2017-06-131-2/+6
* bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)Stéphane Wirtel2017-06-121-1/+3
* [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-121-0/+346
* bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033)Stéphane Wirtel2017-06-101-25/+39
* [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)Mariatta2017-05-271-1/+4
* bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)Xiang Zhang2017-05-231-13/+14
* [2.7] bpo-30363: Backport warnings in the re module. (#1577)Serhiy Storchaka2017-05-181-0/+14
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-171-7/+36
* bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)Xiang Zhang2017-05-151-5/+9
* bpo-11681: Document the `-b` and `-bb` options (GH-1562)Zachary Ware2017-05-131-0/+2
* [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)Victor Stinner2017-05-091-0/+20
* bpo-29990: Fix range checking in GB18030 decoder (#1509)Xiang Zhang2017-05-091-1/+3
* [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)Serhiy Storchaka2017-05-051-65/+18
* bpo-30257: _bsddb: Fix newDBObject() (#1428)Victor Stinner2017-05-031-2/+4
* bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner2017-05-021-41/+23
* [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the pars...Serhiy Storchaka2017-04-201-32/+73
* [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-193-5/+16
* bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)Serhiy Storchaka2017-04-154-10/+9
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-151-12/+21
* [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)Mariatta2017-04-141-7/+1
* bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)Serhiy Storchaka2017-04-084-19/+18
* bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)Serhiy Storchaka2017-04-021-41/+51
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)T. Wouters2017-03-301-24/+28
* bpo-29876: fix DECREF for NULL value in subelement() (GH-760)Xiang Zhang2017-03-221-1/+2
* bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)Xiang Zhang2017-03-221-4/+4
* bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)Xiang Zhang2017-03-221-1/+1
* bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)Serhiy Storchaka2017-03-141-10/+26
* [2.7] bpo-29768: Fixed compile-time check for expat version. (#577)Serhiy Storchaka2017-03-091-1/+1
* Issue #29682:Possible missing NULL check in pyexpat (#573)svelankar2017-03-091-6/+7
* bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)Donald Stufft2017-03-021-2/+2
* Update URL of Mersenne Twister Home Page (GH-116)INADA Naoki2017-02-161-3/+3
* update zlib ChangeLog filedoko@ubuntu.com2017-01-311-0/+4
* - Issue #29169: Update zlib to 1.2.11.doko@ubuntu.com2017-01-3110-27/+33
* revert dd13098a5dc2 (#29006, #10513)Benjamin Peterson2017-01-161-1/+0
* generate spaces instead of tabs into config.cBenjamin Peterson2017-01-161-1/+1
* fix _testcapi to work when statically linked into pythonBenjamin Peterson2017-01-151-2/+2
* Fix spelling and markup in documentation and code commentMartin Panter2017-01-141-1/+1