cpython/Modules
Segev Finer 884c4ca33a [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2672)
* [2.7] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670)
(cherry picked from commit f52325598e)

* [2.7] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670).
(cherry picked from commit f52325598e)
2017-07-12 00:16:28 +02:00
..
_ctypes bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
_io [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) 2017-04-19 22:34:58 +03:00
_multiprocessing Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
_sqlite revert dd13098a5dc2 (#29006, #10513) 2017-01-16 00:07:27 -08:00
cjkcodecs bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) 2017-05-23 01:04:27 +08:00
expat [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2672) 2017-07-12 00:16:28 +02:00
zlib update zlib ChangeLog file 2017-01-31 13:56:50 +01:00
Setup.config.in
Setup.dist - Use PLATDIR for the platform directory everywhere (refactoring only) 2015-04-13 21:55:08 +02:00
_bisectmodule.c
_bsddb.c bpo-30257: _bsddb: Fix newDBObject() (#1428) 2017-05-03 18:04:18 +02:00
_codecsmodule.c
_collectionsmodule.c remove some copyright notices supserseded by the toplevel ones 2016-01-01 11:53:47 -06:00
_csv.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 2016-05-09 00:11:59 +03:00
_cursesmodule.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
_elementtree.c bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129) 2017-06-12 15:30:48 +02:00
_functoolsmodule.c Issue #26200: Restored more safe usages of Py_SETREF. 2016-04-11 09:53:37 +03:00
_hashopenssl.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
_heapqmodule.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
_hotshot.c move declaration to top of the function to appease the c89 gods 2016-09-05 13:07:48 -07:00
_json.c [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471) 2017-05-05 11:21:45 +03:00
_localemodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
_lsprof.c
_math.c inline constant into its single use 2016-12-03 12:32:38 -08:00
_math.h
_randommodule.c [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) 2017-05-27 07:19:55 -07:00
_sre.c [2.7] bpo-30363: Backport warnings in the re module. (#1577) 2017-05-18 12:34:40 +03:00
_ssl.c [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) 2017-04-14 18:24:22 -07:00
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. 2015-01-18 17:39:32 +01:00
_struct.c bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588) 2017-05-15 13:17:54 +08:00
_testcapimodule.c bpo-30764: Windows support.SuppressCrashReport (#2423) 2017-06-27 14:31:40 +02:00
_tkinter.c _tkinter: Fix refleak in getint() (#2153) 2017-06-13 11:12:01 +02:00
_weakref.c Issue #28427: old keys should not remove new values from 2016-12-27 15:08:27 +01:00
addrinfo.h
almodule.c
ar_beos
arraymodule.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
atexitmodule.c [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) 2017-06-12 09:10:53 +03:00
audioop.c Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 2016-12-24 07:53:57 +00:00
bsddb.h
bsddbmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
bz2module.c bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033) 2017-06-10 14:36:57 +02:00
cPickle.c bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) 2017-03-14 07:29:33 +02:00
cStringIO.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cdmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:51:18 +03:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cmathmodule.c Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 2015-06-23 14:31:11 +02:00
config.c.in
cryptmodule.c
cstubs
datetimemodule.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
dbmmodule.c Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. 2013-05-08 01:51:37 +02:00
dlmodule.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
errnomodule.c
fcntlmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
flmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fmmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt
gcmodule.c remove trailing spaces. 2013-12-18 11:25:26 -08:00
gdbmmodule.c
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. 2016-03-07 14:51:19 -05:00
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg (#1327) 2017-05-02 16:55:50 +02:00
getnameinfo.c
getpath.c Issue #19398: Extra slash no longer added to sys.path components in case of 2016-11-11 12:11:55 +02:00
glmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
grpmodule.c Closes #19342: improve docstrings in grp module. 2014-10-02 08:34:41 +02:00
imageop.c Issue #24264: Fixed buffer overflow in the imageop module. 2015-05-31 09:05:10 +03:00
imgfile.c
itertoolsmodule.c bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) 2017-03-30 12:49:22 -07:00
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 2016-11-20 09:31:41 +00:00
ld_so_beos
linuxaudiodev.c
main.c bpo-11681: Document the `-b` and `-bb` options (GH-1562) 2017-05-13 09:30:20 -05:00
makesetup generate spaces instead of tabs into config.c 2017-01-16 00:05:12 -08:00
makexp_aix
mathmodule.c Issue #26114: Remove mention of 'Numerical Recipes'. 2016-01-15 09:41:49 -08:00
md5.c
md5.h
md5module.c
mmapmodule.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
nismodule.c
operator.c rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) 2016-08-16 23:35:35 -07:00
ossaudiodev.c Issue #16404: Add checks for return value of PyInt_FromLong() in 2013-12-17 15:09:45 +02:00
parsermodule.c [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) 2017-04-20 00:48:57 +03:00
posixmodule.c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) 2017-06-25 09:50:00 +03:00
posixmodule.h Removed useless Py_LIMITED_API checks. 2014-08-17 13:29:13 +03:00
puremodule.c
pwdmodule.c
pyexpat.c bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202) 2017-06-15 02:16:35 +02:00
python.c Replace fpgetmask() with fedisableexcept() 2016-01-20 22:30:58 +01:00
readline.c [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) 2017-07-11 00:06:57 +03:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758) 2017-03-22 12:46:14 +08:00
sgimodule.c
sha256module.c Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
sha512module.c Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
shamodule.c
signalmodule.c [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) 2017-06-30 10:54:54 +02:00
socketmodule.c Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT 2016-11-14 04:13:55 +00:00
socketmodule.h make _socket.socket weakrefable (closes #22569) 2014-10-06 14:38:20 -04:00
spwdmodule.c
sre.h Issue #17998: Fix an internal error in regular expression engine. 2013-08-03 19:26:33 +03:00
sre_constants.h
stropmodule.c proper overflow checks for mymemreplace (closes #24708) 2015-07-24 23:25:35 -07:00
sunaudiodev.c
svmodule.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
symtablemodule.c just return toplevel symbol table rather than all blocks (closes #19393) 2013-10-26 13:13:51 -04:00
syslogmodule.c
termios.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
testcapi_long.h
threadmodule.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 2015-05-30 17:45:12 +03:00
timemodule.c
timing.h
timingmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
tkappinit.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-21 21:17:33 +03:00
unicodedata.c fix possible overflow bugs in unicodedata (closes #23367) 2015-03-02 11:17:05 -05:00
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
yuv.h
yuvconvert.c
zipimport.c Issue #24366: Fix indentation 2016-09-15 01:50:53 +00:00
zlibmodule.c Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module 2016-07-23 04:22:09 +00:00