cpython/Modules
Antoine Pitrou a28fcfdbda Issue #5016: FileIO.seekable() could return False if the file position
was negative when truncated to a C int. Patch by Victor Stinner.
2009-03-13 23:42:55 +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 merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +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
_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 Issue #5016: FileIO.seekable() could return False if the file position 2009-03-13 23:42:55 +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
_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 merge the io-c branch: C implementation of the io module 2009-03-04 00:14:51 +00:00
_struct.c #3694: fix an "XXX undetected error" leak in struct. 2009-02-13 11:01:07 +00:00
_testcapimodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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
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
fpetestmodule.c
gc_weakref.txt
gcmodule.c
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
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
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 Issue5407 2009-03-03 06:52:34 +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