cpython/Modules
Antoine Pitrou 243757eb79 Issue #10180: Pickling file objects is now explicitly forbidden, since
unpickling them produced nonsensical results.
2010-11-05 21:15:39 +00:00
..
_ctypes Fix type of hash function. 2010-10-18 07:30:06 +00:00
_io Issue #10180: Pickling file objects is now explicitly forbidden, since 2010-11-05 21:15:39 +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
_bisectmodule.c
_codecsmodule.c
_collectionsmodule.c Remove more unneeded casts to hashfunc. 2010-10-18 07:35:09 +00:00
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
_dbmmodule.c
_elementtree.c Issue #10093: ResourceWarnings are now issued when files and sockets are 2010-10-29 10:38:18 +00:00
_functoolsmodule.c
_gdbmmodule.c
_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
_math.c
_math.h
_pickle.c Revert r85797 (and r85798): it broke the Windows buildbots because of 2010-10-22 21:41:05 +00:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c Issue #5639: Add a *server_hostname* argument to SSLContext.wrap_socket 2010-10-22 18:19:07 +00:00
_struct.c
_testcapimodule.c Issue #10185: use Py_hash_t instead of long 2010-10-23 19:42:38 +00:00
_threadmodule.c
_time.c
_time.h
_tkinter.c
_weakref.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
bz2module.c
cmathmodule.c
config.c.in
cryptmodule.c
errnomodule.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Issue #10279: fix test_gc under Win64. 2010-11-05 00:05:25 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Issue #6011: getpath: decode VPATH env var from the locale encoding 2010-10-23 00:13:28 +00:00
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c Issue #10089: Add support for arbitrary -X options on the command-line. 2010-10-21 13:42:28 +00:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Issue #5391: mmap.read_byte() should return unsigned value [0, 255] 2010-11-04 12:09:08 +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
posixmodule.c Issue #10143: Update "os.pathconf" values 2010-10-25 13:02:04 +00:00
pwdmodule.c
pyexpat.c
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 Fix Issue 10307 - compile error in readline.c 2010-11-04 03:51:05 +00:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c #9862: On AIX PIPE_BUF is broken. Make it 512. 2010-10-15 23:12:57 +00:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #10311: The signal module now restores errno before returning from 2010-11-05 19:47:27 +00:00
socketmodule.c Fixed socket_gethostname() on windows. 2010-11-05 17:24:13 +00:00
socketmodule.h
spwdmodule.c
sre.h
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
xxmodule.c
xxsubtype.c
zipimport.c zipimport: remove arbitrary length limit from message formats 2010-10-18 22:45:54 +00:00
zlibmodule.c