cpython/Modules
Hirokazu Yamamoto 3cdd5cb959 Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
instead of signed value [-127, 128].
2010-11-04 12:09:08 +00:00
..
_ctypes Fix type of hash function. 2010-10-18 07:30:06 +00:00
_io if FileIO.__init__ fails, close fd 2010-10-30 23:16:28 +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 - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses 2010-09-12 16:31:58 +00:00
zlib Add file needed to make distclean. 2010-08-28 07:42:21 +00:00
Setup.config.in
Setup.dist
_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 #10055: Make json C89-compliant in UCS4 mode. 2010-10-09 15:24:28 +00:00
_localemodule.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
_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 Fix for issue #9568. 2010-09-28 14:38:31 +00:00
_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 Issue #9928: Properly initialize the types exported by the bz2 module. 2010-09-23 19:51:39 +00:00
cmathmodule.c
config.c.in #9418: first step of moving private string methods to _string module. 2010-10-14 07:04:07 +00:00
cryptmodule.c
errnomodule.c Issue 9916: Add some missing errno symbols. 2010-09-22 20:58:04 +00:00
fcntlmodule.c Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, 2010-09-07 16:30:09 +00:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 2010-10-24 15:11:22 +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 Issue #941346: Improve the build process under AIX and allow Python to 2010-09-10 19:44:44 +00:00
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 Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10. 2010-09-29 19:06:36 +00:00
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 #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. 2010-10-15 16:26:08 +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 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
sha1module.c
sha256module.c
sha512module.c
signalmodule.c _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 2010-10-17 01:24:53 +00:00
socketmodule.c plug refleak 2010-10-29 21:37:26 +00:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h Upgrade to Unicode 6.0.0. 2010-10-11 22:42:28 +00:00
unicodename_db.h Upgrade to Unicode 6.0.0. 2010-10-11 22:42:28 +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