cpython/Modules
Kristján Valur Jónsson a8abe86331 http://bugs.python.org/issue5544
Guard _fileio.c against other malicious os.close(f.fileno()) attempts.
Add tests to test_fileio.py to verify behaviour.
2009-03-24 15:27:42 +00:00
..
_ctypes Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
_multiprocessing Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_sqlite Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
cjkcodecs Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
expat
zlib
Setup.config.in
Setup.dist - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. 2009-03-22 23:58:48 +00:00
_bisectmodule.c
_bufferedio.c merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +00:00
_bytesio.c merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +00:00
_codecsmodule.c Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
_collectionsmodule.c For collections.deque() objects, expose the maxlen parameter as a read-only attribute. 2009-03-10 12:56:32 +00:00
_csv.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_curses_panel.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_cursesmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_dbmmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_elementtree.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_fileio.c http://bugs.python.org/issue5544 2009-03-24 15:27:42 +00:00
_functoolsmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_gdbmmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_gestalt.c
_hashopenssl.c Fixes Issue #3745: Fix hashlib to always reject unicode and non 2009-02-12 07:35:29 +00:00
_heapqmodule.c
_iobase.c Fix failures introduced by buggy merge (2) 2009-03-04 11:18:52 +00:00
_iomodule.h properly export PyExc_BlockingIOError 2009-03-05 21:41:50 +00:00
_json.c
_localemodule.c Issue #1717, stage 2: remove uses of tp_compare in Modules and most 2009-02-01 10:28:51 +00:00
_lsprof.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_pickle.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_randommodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_sre.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_ssl.c #4967 fix buggy read() 2009-02-28 19:06:54 +00:00
_stringio.c stringio doesn't have an encoding 2009-03-21 03:08:31 +00:00
_struct.c - Issue #5463: In struct module, remove deprecated overflow wrapping 2009-03-21 10:26:31 +00:00
_testcapimodule.c Issue 4474: On platforms with sizeof(wchar_t) == 4 and 2009-03-18 14:47:41 +00:00
_textio.c give TextIOWrapper a repr that tells you the encoding 2009-03-09 00:07:03 +00:00
_threadmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_tkinter.c Merged revisions 70218-70219 via svnmerge from 2009-03-07 01:54:57 +00:00
_weakref.c
addrinfo.h
ar_beos
arraymodule.c Issue #5334: array.fromfile() failed to insert values when EOFError was raised. 2009-03-06 03:04:07 +00:00
atexitmodule.c
audioop.c
binascii.c #4542: On Windows, binascii.crc32 still accepted str as binary input. 2008-12-05 01:40:43 +00:00
bz2module.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
cmathmodule.c Merged revisions 70062 via svnmerge from 2009-02-28 15:53:24 +00:00
config.c.in
cryptmodule.c
datetimemodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
errnomodule.c
fcntlmodule.c
fpectlmodule.c - fix build failure in Modules/fpectlmodule.c (not built by default) 2008-11-26 17:18:22 +00:00
fpetestmodule.c
gc_weakref.txt
gcmodule.c Merged revisions 70546 via svnmerge from 2009-03-23 18:52:06 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c This fixes issue5143 and includes a test. 2009-02-12 15:55:38 +00:00
grpmodule.c Replace PyNumber_Int with PyNumber_Long. 2009-01-17 21:57:11 +00:00
hashlib.h Fixes Issue #3745: Fix hashlib to always reject unicode and non 2009-02-12 07:35:29 +00:00
io.c merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +00:00
itertoolsmodule.c Merged revisions 69855 via svnmerge from 2009-02-21 23:14:55 +00:00
ld_so_aix
ld_so_beos
main.c This fixes issue5143 and includes a test. 2009-02-12 15:55:38 +00:00
makesetup
makexp_aix
mathmodule.c Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from 2008-12-21 00:06:59 +00:00
md5module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
mmapmodule.c Merged revisions 70189 via svnmerge from 2009-03-05 14:33:01 +00:00
nismodule.c
operator.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
ossaudiodev.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
parsermodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
posixmodule.c http://bugs.python.org/issue5552 2009-03-24 14:15:49 +00:00
pwdmodule.c
pyexpat.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
python.c another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s. 2009-02-27 17:52:38 +00:00
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
sha1module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
sha256module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
sha512module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
signalmodule.c
socketmodule.c Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 2009-02-13 02:50:59 +00:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h Merged revisions 69498 via svnmerge from 2009-02-10 16:13:25 +00:00
timemodule.c re-merge r69268 (issue4804) from trunk: 2009-03-02 23:52:57 +00:00
tkappinit.c Merged revisions 69473 via svnmerge from 2009-02-09 22:33:59 +00:00
tkinter.h This header was supposed to be committed in r69476 2009-02-10 02:20:49 +00:00
unicodedata.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
unicodedata_db.h
unicodename_db.h
xxmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
xxsubtype.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
zipimport.c Merged revisions 69425 via svnmerge from 2009-02-08 03:37:27 +00:00
zlibmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00