cpython/Modules
Victor Stinner 29ec595c6a Issue #17223: array module: Fix a crasher when converting an array containing
invalid characters (outside range [U+0000; U+10ffff]) to Unicode: repr(array),
str(array) and array.tounicode(). Patch written by Manuel Jacob.
2013-02-26 00:27:38 +01:00
..
_ctypes Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 2013-02-04 12:54:04 +02:00
_decimal
_io Merge #17275: Fix class name in init errors in C bufferedio classes. 2013-02-23 22:07:55 -05:00
_multiprocessing
_sqlite Issue #17073: Fix some integer overflows in sqlite3 module. 2013-02-07 17:03:46 +02:00
cjkcodecs
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Backport deque.rotate() improvements. 2013-02-09 20:00:55 -05:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c
_freeze_importlib.c
_functoolsmodule.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 2013-02-04 12:54:04 +02:00
_gdbmmodule.c
_gestalt.c
_hashopenssl.c In the _hashlib module, only initialize the static data for OpenSSL's 2013-02-01 17:07:39 -08:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_pickle.c Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. 2013-02-16 17:29:56 +02:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue #9669: Protect re against infinite loops on zero-width matching in 2013-02-16 21:25:05 +02:00
_ssl.c
_ssl_data.h
_struct.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:14:42 +01:00
_testbuffer.c
_testcapimodule.c
_testembed.c
_threadmodule.c merge #17091: update docstring for _thread.Lock.acquire. 2013-02-04 10:22:39 -05:00
_tkinter.c Issue #13153: Tkinter functions now raise TclError instead of ValueError when 2013-02-18 13:02:41 +02:00
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #17223: array module: Fix a crasher when converting an array containing 2013-02-26 00:27:38 +01:00
atexitmodule.c
audioop.c Issue #16686: Fixed a lot of bugs in audioop module. 2013-02-09 11:12:36 +02:00
binascii.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:14:42 +01:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-12 09:24:16 +02:00
hashlib.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Merge 2013-02-13 12:32:32 +00:00
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
posixmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-12 09:24:16 +02:00
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-12 09:24:16 +02:00
pwdmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-12 09:24:16 +02:00
pyexpat.c Issue #17089: Expat parser now correctly works with string input not only when 2013-02-04 18:28:01 +02:00
python.c
readline.c Back out fix for issue #13886; it introduced a new bug in interactive readline use. 2013-02-02 20:25:19 +01:00
resource.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 2013-02-04 12:54:04 +02:00
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-10 21:56:49 +02:00
socketmodule.c Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. 2013-02-09 23:14:42 +01:00
socketmodule.h
spwdmodule.c
sre.h Issue #13169: The maximal repetition number in a regular expression has been 2013-02-16 16:54:33 +02:00
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c