cpython/Modules
Antoine Pitrou 9583cac633 Issue #10089: Add support for arbitrary -X options on the command-line.
They can be retrieved through a new attribute `sys._xoptions`.
2010-10-21 13:42:28 +00:00
..
_ctypes Fix type of hash function. 2010-10-18 07:30:06 +00:00
_io Issue #9854: The default read() implementation in io.RawIOBase now 2010-09-14 18:37:24 +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
_bisectmodule.c Fix line wrapping 2010-09-01 08:56:10 +00:00
_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
_functoolsmodule.c
_gdbmmodule.c
_gestalt.c
_hashopenssl.c hashlib has two new constant attributes: algorithms_guaranteed and 2010-09-06 08:30:23 +00:00
_heapqmodule.c Inline cmp_lt(). 2010-09-05 05:26:10 +00:00
_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 Remove more unneeded casts to hashfunc. 2010-10-18 07:35:09 +00:00
_posixsubprocess.c
_randommodule.c
_scproxy.c Fix for issue #9568. 2010-09-28 14:38:31 +00:00
_sre.c Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC 2010-08-31 19:51:07 +00:00
_ssl.c constify to appease compiler warnings 2010-10-13 22:06:39 +00:00
_struct.c
_testcapimodule.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
_threadmodule.c
_time.c
_time.h
_tkinter.c
_weakref.c
addrinfo.h
ar_beos
arraymodule.c Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
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 Do not print additional shutdown message when gc.DEBUG_SAVEALL is set 2010-09-14 09:48:39 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Oops, fix my previous commit (r85583) on calculate_path() 2010-10-16 23:38:07 +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 #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. 2010-10-18 01:14:06 +00:00
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
posixmodule.c Fix a typo. full->final 2010-09-24 00:03:39 +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 compiler warning about unused static function. 2010-10-18 07:27:55 +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 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 2010-10-17 01:24:53 +00:00
socketmodule.c applying netbsd-wizs-mod.patch from issue5510 - 2010-10-17 00:43:10 +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 Welcome to the UTF-8 world. 2010-09-03 23:47:32 +00:00
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