cpython/Modules
Serhiy Storchaka fa494fd883 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
2015-05-30 17:45:22 +03:00
..
_ctypes fix libffi compilation on FreeBSD (#23042) 2015-05-08 21:31:36 -04:00
_decimal Issue #17202: Add .bat to .hgeol to force them to CRLF. 2015-04-13 11:59:54 -05:00
_io Issue #23796: peak and read1 methods of BufferedReader now raise ValueError 2015-05-12 17:13:56 +03:00
_multiprocessing
_sqlite Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 2015-05-22 11:02:49 +03:00
cjkcodecs
clinic Issue #23728: binascii.crc_hqx() could return an integer outside of the range 2015-04-20 09:26:49 +03:00
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Defer deleted item decref until after the deque is restored to a consistent state. 2015-05-02 10:44:17 -07:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c Issue #24091: Fixed various crashes in corner cases in C implementation of 2015-05-18 18:29:33 +03:00
_freeze_importlib.c
_functoolsmodule.c ensure .keywords is always a dict 2015-05-09 00:25:18 -04:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c Defend against a mutation during comparison 2015-05-11 19:58:56 -07:00
_json.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 2015-05-30 17:45:22 +03:00
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c Fix computation of max_fd on OpenBSD. Issue #23852. 2015-04-25 23:43:34 -07:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c remove extra arguments in arg parsing format codes (closes #23875) 2015-04-06 13:05:22 -04:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testembed.c
_testimportmultiple.c
_threadmodule.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 2015-05-30 17:45:22 +03:00
_tkinter.c Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-22 10:53:08 +03:00
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. 2015-05-30 00:53:26 +03:00
binascii.c Issue #23728: binascii.crc_hqx() could return an integer outside of the range 2015-04-20 09:26:49 +03:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 2015-05-30 17:45:22 +03:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes 2015-04-25 00:16:10 +02:00
posixmodule.h
pwdmodule.c
pyexpat.c
python.c
readline.c remove extern definition, since it's in a header file (closes #24058) 2015-04-26 15:55:06 -04:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist - Use PLATDIR for the platform directory everywhere (refactoring only) 2015-04-13 21:59:57 +02:00
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-22 10:53:08 +03:00
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c