cpython/Modules
Victor Stinner 06ec45e2f8 Issue #10864: limit year to [1; 9999] for strftime() on Solaris 2011-01-08 03:35:36 +00:00
..
_ctypes Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
_io Issue #10841: set binary mode on files; the parser translates newlines 2011-01-07 18:47:22 +00:00
_multiprocessing Fix compiler warnings about formatting pid_t as an int, by always casting to long. 2010-10-18 05:06:18 +00:00
_sqlite Fix hash function type. 2010-10-18 12:24:53 +00:00
cjkcodecs
expat
zlib
Setup.config.in
Setup.dist
_bisectmodule.c
_codecsmodule.c
_collectionsmodule.c Make C helper function more closely match the pure python version, and add tests. 2011-01-03 02:12:02 +00:00
_csv.c Issue #10359: Remove useless (duplicate) initialization in _csv 2010-11-09 09:40:16 +00:00
_curses_panel.c
_cursesmodule.c
_datetimemodule.c Issue #1777412: extended year range of strftime down to 1000. 2011-01-08 00:13:34 +00:00
_dbmmodule.c
_elementtree.c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
_functoolsmodule.c Issue #4113: Added custom __repr__ method to functools.partial. 2010-12-01 20:05:49 +00:00
_gdbmmodule.c #6045: provide at least get() and setdefault() for all dbm modules. 2010-12-04 09:14:36 +00:00
_gestalt.c
_hashopenssl.c
_heapqmodule.c
_json.c Issue #10314: improve performance of JSON encoding with sort_keys=True 2010-11-04 16:51:32 +00:00
_localemodule.c
_lsprof.c Reverted accidental commit (from r87159) 2010-12-10 18:14:16 +00:00
_math.c
_math.h
_pickle.c Issue #10359: Remove useless comma, invalid in ISO C 2010-11-09 09:39:41 +00:00
_posixsubprocess.c Issue #10806, issue #9905: Fix subprocess pipes when some of the standard 2011-01-03 18:23:55 +00:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) 2010-12-09 10:49:00 +00:00
_struct.c Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 2010-12-28 13:26:42 +00:00
_testcapimodule.c test_unicode: use ctypes to test PyUnicode_FromFormat() 2011-01-05 00:19:28 +00:00
_threadmodule.c Issue #8844: Regular and recursive lock acquisitions can now be interrupted 2010-12-15 22:59:16 +00:00
_time.c
_time.h
_tkinter.c
_weakref.c
addrinfo.h
ar_beos
arraymodule.c #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. 2010-12-04 11:02:04 +00:00
atexitmodule.c Issue #10756: atexit normalizes the exception before displaying it. 2011-01-05 03:54:25 +00:00
audioop.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
binascii.c Fix issue10324 - Modules/binascii.c: simplify expressions 2010-11-09 09:59:13 +00:00
bz2module.c
cmathmodule.c
config.c.in
cryptmodule.c
errnomodule.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Issue #10333: Remove ancient GC API, which has been deprecated since 2011-01-04 00:00:31 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Merge branches/pep-0384. 2010-12-03 20:14:31 +00:00
grpmodule.c #775964: skip YP/NIS entries instead of failing the test 2010-12-14 16:20:53 +00:00
hashlib.h
itertoolsmodule.c Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). 2010-12-03 02:09:34 +00:00
ld_so_aix.in
ld_so_beos
main.c Issue #10841: set binary mode on files; the parser translates newlines 2011-01-07 18:47:22 +00:00
makesetup
makexp_aix
mathmodule.c
md5module.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
mmapmodule.c Merge branches/pep-0384. 2010-12-03 20:14:31 +00:00
nismodule.c
operator.c No declarations in the middle of a block (fixes compile under Windows) 2010-10-31 21:03:01 +00:00
ossaudiodev.c These are true PyCFunctions, after adding the second argument to oss_self, no need to cast. 2010-10-24 20:47:32 +00:00
parsermodule.c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
posixmodule.c Issue #7858: Raise an error properly when os.utime() fails under Windows 2011-01-06 18:25:55 +00:00
pwdmodule.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
pyexpat.c Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead 2011-01-04 22:00:04 +00:00
python.c Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of 2010-10-20 22:58:25 +00:00
readline.c #9907: call rl_initialize early when using editline on OSX 2010-12-18 03:48:32 +00:00
resource.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
sha1module.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
sha256module.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
sha512module.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
signalmodule.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
socketmodule.c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
socketmodule.h Issue #10272: The ssl module now raises socket.timeout instead of a generic 2010-12-03 19:59:41 +00:00
spwdmodule.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
sre.h
sre_constants.h
symtablemodule.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
syslogmodule.c Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL 2010-12-08 23:31:48 +00:00
termios.c Issue #8078: Add constants for higher baud rates in the termios module. 2010-11-20 20:03:08 +00:00
testcapi_long.h
timemodule.c Issue #10864: limit year to [1; 9999] for strftime() on Solaris 2011-01-08 03:35:36 +00:00
tkappinit.c
tkinter.h
unicodedata.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
unicodedata_db.h
unicodename_db.h
xxlimited.c Merge branches/pep-0384. 2010-12-03 20:14:31 +00:00
xxmodule.c
xxsubtype.c
zipimport.c zipimport: remove arbitrary length limit from message formats 2010-10-18 22:45:54 +00:00
zlibmodule.c Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if 2011-01-04 02:07:36 +00:00