cpython/Modules
Guido van Rossum a8add0ec5e Merged revisions 55270-55324 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55271 | fred.drake | 2007-05-11 10:14:47 -0700 (Fri, 11 May 2007) | 3 lines

  remove jpeg, panel libraries for SGI; there is more IRIX stuff left over,
  I guess that should be removed too, but will leave for someone who is sure
........
  r55280 | fred.drake | 2007-05-11 19:11:37 -0700 (Fri, 11 May 2007) | 1 line

  remove mention of file that has been removed
........
  r55301 | brett.cannon | 2007-05-13 17:38:05 -0700 (Sun, 13 May 2007) | 4 lines

  Remove rexec and Bastion from the stdlib.  This also eliminates the need for
  f_restricted on frames.  This in turn negates the need for
  PyEval_GetRestricted() and PyFrame_IsRestricted().
........
  r55303 | brett.cannon | 2007-05-13 19:22:22 -0700 (Sun, 13 May 2007) | 2 lines

  Remove the md5 and sha modules.
........
  r55305 | george.yoshida | 2007-05-13 19:45:55 -0700 (Sun, 13 May 2007) | 2 lines

  fix markup
........
  r55306 | neal.norwitz | 2007-05-13 19:47:57 -0700 (Sun, 13 May 2007) | 1 line

  Get the doc building again after some removals.
........
  r55307 | neal.norwitz | 2007-05-13 19:50:45 -0700 (Sun, 13 May 2007) | 1 line

  Get test_pyclbr passing again after getstatus was removed from commands.  This "test case" was weird since it was just importing a seemingly random module.  Remove the import
........
  r55322 | brett.cannon | 2007-05-14 14:09:20 -0700 (Mon, 14 May 2007) | 3 lines

  Remove the compiler package.  Will eventually need a mechanism to byte compile
  an AST.
........
2007-05-14 22:03:55 +00:00
..
_ctypes Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
_sqlite Use AsCharBuffer to get C strings out of Python strings. 2007-05-09 23:37:01 +00:00
cjkcodecs Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
expat
zlib
Setup.config.in
Setup.dist Merged revisions 55225-55227,55229-55269 via svnmerge from 2007-05-11 16:50:42 +00:00
_bisectmodule.c
_bsddb.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
_codecsmodule.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_collectionsmodule.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
_csv.c Fix some miscellaneous places that incorrectly insisted on str8. 2007-05-10 18:04:33 +00:00
_curses_panel.c
_cursesmodule.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
_elementtree.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_fileio.c Make a few more tests pass with the new I/O library. 2007-04-12 22:55:07 +00:00
_functoolsmodule.c
_hashopenssl.c
_heapqmodule.c
_hotshot.c
_localemodule.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_lsprof.c
_randommodule.c Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
_sre.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_ssl.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
_struct.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
_testcapimodule.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_tkinter.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
_typesmodule.c
_weakref.c
addrinfo.h Cruft removal: 2006-12-28 04:47:50 +00:00
ar_beos
arraymodule.c Fix the array tests. Only a minor change to the C code was required. 2007-05-10 18:41:30 +00:00
atexitmodule.c Address some XXXs from Neal Norwitz. 2007-03-23 22:46:49 +00:00
audioop.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
binascii.c Forwardport checkin: 2007-05-09 18:23:50 +00:00
bz2module.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
cPickle.c Merged revisions 55270-55324 via svnmerge from 2007-05-14 22:03:55 +00:00
cStringIO.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
cmathmodule.c
config.c.in Somehow this contained a bogus reference to "exceptions" which caused 2007-04-07 03:14:46 +00:00
cryptmodule.c
cstubs
datetimemodule.c Fix some miscellaneous places that incorrectly insisted on str8. 2007-05-10 18:04:33 +00:00
dbmmodule.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
dlmodule.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
errnomodule.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
gdbmmodule.c
getaddrinfo.c SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. 2007-02-27 19:06:23 +00:00
getbuildinfo.c
getnameinfo.c SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. 2007-02-27 19:06:23 +00:00
getpath.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
grpmodule.c
imageop.c
itertoolsmodule.c PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +00:00
ld_so_aix
ld_so_beos
linuxaudiodev.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
main.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
makesetup
makexp_aix
mathmodule.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
md5.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
md5.h
md5module.c
mmapmodule.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
nismodule.c
operator.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
ossaudiodev.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
parsermodule.c Merged revisions 55225-55227,55229-55269 via svnmerge from 2007-05-11 16:50:42 +00:00
posixmodule.c Fix some miscellaneous places that incorrectly insisted on str8. 2007-05-10 18:04:33 +00:00
puremodule.c
pwdmodule.c
pyexpat.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
python.c
readline.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
resource.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
rgbimgmodule.c
rotatingtree.c
rotatingtree.h
selectmodule.c
sha256module.c
sha512module.c
shamodule.c
signalmodule.c
socketmodule.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
socketmodule.h Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c Remove functions in string module that are also string methods. Also remove: 2007-04-17 08:48:32 +00:00
sunaudiodev.c
symtablemodule.c Hide list comp variables and support set comprehensions 2007-04-15 12:05:43 +00:00
syslogmodule.c
termios.c
testcapi_long.h
threadmodule.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
timemodule.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
timing.h
timingmodule.c
tkappinit.c
unicodedata.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c
zlibmodule.c