cpython/Objects
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
..
stringlib Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
abstract.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
boolobject.c Merged the int/long unification branch, by very crude means (sorry Thomas!). 2007-01-14 03:31:43 +00:00
bufferobject.c Make the StringIO test pass. 2007-05-08 23:08:31 +00:00
bytesobject.c The NULL pointer for empty strings turns out to be a pain. 2007-05-09 23:36:14 +00:00
cellobject.c Restructure comparison dramatically. There is no longer a default 2006-08-24 00:41:19 +00:00
classobject.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
cobject.c Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
codeobject.c Jiwon Seo's PEP 3102 implementation. 2006-10-27 23:31:49 +00:00
complexobject.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
descrobject.c Get rid of dict.has_key(). Boy this has a lot of repercussions! 2006-08-18 22:13:04 +00:00
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
dictobject.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
enumobject.c Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
exceptions.c Change UnicodeDecodeError objects so that the 'object' attribute 2007-05-04 19:28:21 +00:00
fileobject.c Merged revisions 55270-55324 via svnmerge from 2007-05-14 22:03:55 +00:00
floatobject.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
frameobject.c Merged revisions 55270-55324 via svnmerge from 2007-05-14 22:03:55 +00:00
funcobject.c Merged revisions 55270-55324 via svnmerge from 2007-05-14 22:03:55 +00:00
genobject.c Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
intobject.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
iterobject.c Remove bogus INCREF of ziptuple: it is a 2007-02-06 21:30:59 +00:00
listobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
listsort.txt Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
longobject.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
methodobject.c Merged revisions 55270-55324 via svnmerge from 2007-05-14 22:03:55 +00:00
moduleobject.c More coding by random modification. 2007-05-04 00:41:39 +00:00
object.c Simplify PyObject_Unicode(NULL) by using 2007-05-11 17:25:52 +00:00
obmalloc.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
rangeobject.c Merged revisions 55180-55183 via svnmerge from 2007-05-08 15:18:31 +00:00
setobject.c Merged revisions 55228 via svnmerge from 2007-05-10 17:35:11 +00:00
sliceobject.c Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
stringobject.c More coding by random modification. 2007-05-04 00:41:39 +00:00
structseq.c Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
tupleobject.c Merged revisions 53875-53911 via svnmerge from 2007-02-25 20:39:11 +00:00
typeobject.c Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 2007-05-03 17:49:24 +00:00
unicodectype.c Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
unicodeobject.c Change PyUnicode_EncodeCharmap() to return bytes objects 2007-05-12 13:23:53 +00:00
unicodetype_db.h Update Unicode database to Unicode 4.1. 2006-03-09 23:38:20 +00:00
weakrefobject.c Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00