cpython/Modules
Skip Montanaro 4a0d3d2e40 typos 2003-08-11 13:09:12 +00:00
..
expat Integrate the patch from expat.h 1.51; needed for some C compilers. 2003-02-07 02:15:56 +00:00
.cvsignore
Setup.config.in
Setup.dist Patch #752671: NetBSD needs to link libintl to _locale.so. 2003-06-14 21:03:05 +00:00
_bsddb.c heck environment closed status before closing a cursors. Fixes #763928. 2003-07-15 19:12:54 +00:00
_codecsmodule.c Fix for [ 543344 ] Interpreter crashes when recoding; suggested 2003-02-04 19:35:03 +00:00
_csv.c Fix potential leaks identified by Neal Norwitz. 2003-06-09 05:59:23 +00:00
_curses_panel.c
_cursesmodule.c
_hotshot.c Renamed PyObject_GenericGetIter to PyObject_SelfIter 2003-03-17 19:46:11 +00:00
_localemodule.c Fix [ 776721 ] locale.setlocale() leaks 2003-07-24 14:15:07 +00:00
_randommodule.c PyType_GenericAlloc is inherited from object. 2003-05-23 03:55:42 +00:00
_sre.c Fixing bug described in patch #756032, where SRE reads invalid data 2003-06-26 14:41:08 +00:00
_ssl.c Fix SF #754870, SSL crash interpreter when remote side closes during connect 2003-06-30 03:25:20 +00:00
_testcapimodule.c New support functions for test_getargs2. 2003-04-24 16:14:27 +00:00
_tkinter.c Properly deal with tuples in Open._fixresult. Fixes bug reported in 2003-06-14 21:34:32 +00:00
_weakref.c
addrinfo.h Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
almodule.c SF patch #667548, Add some audio constants by Michael Pruett 2003-03-30 21:49:18 +00:00
ar_beos
arraymodule.c SF bug #782369: Massive memory leak in array module 2003-08-05 11:23:59 +00:00
audioop.c
binascii.c binascii_a2b_base64: Properly return an empty string if the input was all 2003-03-17 11:24:29 +00:00
bsddbmodule.c add open function to bsddb185 module so the file format sniffing can be 2003-05-06 20:38:52 +00:00
bz2module.c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros 2003-07-01 20:15:21 +00:00
cPickle.c The Unpickler forget about its find_class attribute. 2003-07-11 19:42:49 +00:00
cStringIO.c typos 2003-08-11 13:09:12 +00:00
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c SF bug #761337: datetime.strftime fails on trivial format string 2003-06-27 08:14:17 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c Fix typo, refer to proper argument name 2003-06-30 01:54:04 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
fpetestmodule.c
gcmodule.c - New C API PyGC_Collect(), same as calling gc.collect(). 2003-04-17 17:29:22 +00:00
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c Patch #696645: Remove VMS code with uncertain authorship. 2003-03-05 14:15:21 +00:00
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
imageop.c
imgfile.c
itertoolsmodule.c Modified itertools.izip() to match the behavior of __builtin__.zip() 2003-08-08 05:10:41 +00:00
ld_so_aix
ld_so_beos
linuxaudiodev.c
main.c Py_Main(): Add a check for the PYTHONINSPECT environment variable 2003-06-29 17:07:06 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c typo 2003-07-08 21:17:25 +00:00
mmapmodule.c [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. 2003-07-15 12:37:46 +00:00
mpzmodule.c
nismodule.c
operator.c
ossaudiodev.c Whitespace normalization; break a long line. 2003-06-02 14:15:34 +00:00
parsermodule.c Merge 23c1-branch back into the head. Barry will send email about the 2003-07-21 14:25:23 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. 2003-08-06 02:46:58 +00:00
puremodule.c
pwdmodule.c
pyexpat.c Repair mis-application of Jeremy's patch. Thanks, Neal! 2003-07-21 17:22:43 +00:00
pypcre.c
python.c
readline.c Remove inaccurate (and it turns out, entirely superfluous) declarations of 2003-07-17 16:26:58 +00:00
regexmodule.c
regexpr.c
regexpr.h
resource.c Get build working with pre-C99 compilers 2003-03-30 20:51:29 +00:00
rgbimgmodule.c
rotormodule.c [Patch #679505] Trigger DeprecationWarning on importing the rotor module 2003-04-24 13:17:13 +00:00
selectmodule.c SF bug 684667: Modules/selectmodule.c returns NULL without exception set. 2003-02-11 17:18:58 +00:00
sgimodule.c
shamodule.c
signalmodule.c Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c 2003-07-31 10:35:29 +00:00
socketmodule.c Release host name memory. Fixes #783312. Will backport to 2.3. 2003-08-07 11:55:15 +00:00
socketmodule.h Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
sre.h
sre_constants.h Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. 2003-04-19 12:56:08 +00:00
stropmodule.c
structmodule.c Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
sunaudiodev.c
svmodule.c
symtablemodule.c
syslogmodule.c
termios.c Get test_ioctl to pass on HPUX 11. 2003-05-23 14:35:24 +00:00
testcapi_long.h
threadmodule.c Correct function name. 2003-06-16 18:51:28 +00:00
timemodule.c Make temporary change of using _strptime for time.strptime permanent. 2003-07-01 05:16:08 +00:00
timing.h
timingmodule.c
tkappinit.c
unicodedata.c Fix SF bug #694816, remove comparison of unsigned value < 0 2003-02-28 03:14:37 +00:00
unicodedata_db.h
unicodename_db.h
xreadlinesmodule.c Renamed PyObject_GenericGetIter to PyObject_SelfIter 2003-03-17 19:46:11 +00:00
xxmodule.c Another dummy type. 2003-02-13 18:44:57 +00:00
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c Change the zipimport implementation to accept files containing 2003-07-22 18:10:15 +00:00
zlibmodule.c - Thanks to Scott David Daniels, a subtle bug in how the zlib 2003-02-03 20:45:52 +00:00