Staging
v0.8.1
https://github.com/python/cpython
Revision d51e07f989474f6bc82a96546cd2aeebb81faa79 authored by Benjamin Peterson on 13 September 2008, 17:43:19 UTC, committed by Benjamin Peterson on 13 September 2008, 17:43:19 UTC
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line

  update the Grammar file after recent syntax changes
........
  r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line

  a trival fix to get a few more print corner cases #2899
........
  r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines

  add Jack Diederich's fixer for metaclass syntax #2366

  my contribution to this was adding a few tests and fixing a few bugs
  I also reviewed it (Jack is a committer)
........
  r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line

  add a few more tests concerning int literals and weird spacing
........
1 parent 9af9498
History
Tip revision: d51e07f989474f6bc82a96546cd2aeebb81faa79 authored by Benjamin Peterson on 13 September 2008, 17:43:19 UTC
Merged revisions 66191,66418,66438,66445 via svnmerge from
Tip revision: d51e07f
File Mode Size
stringlib
abstract.c -rw-r--r-- 67.9 KB
boolobject.c -rw-r--r-- 4.7 KB
bufferobject.c -rw-r--r-- 18.9 KB
bytearrayobject.c -rw-r--r-- 96.4 KB
bytes_methods.c -rw-r--r-- 15.7 KB
cellobject.c -rw-r--r-- 2.9 KB
classobject.c -rw-r--r-- 63.4 KB
cobject.c -rw-r--r-- 3.8 KB
codeobject.c -rw-r--r-- 18.3 KB
complexobject.c -rw-r--r-- 28.8 KB
descrobject.c -rw-r--r-- 33.5 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 66.0 KB
enumobject.c -rw-r--r-- 10.0 KB
exceptions.c -rw-r--r-- 58.7 KB
fileobject.c -rw-r--r-- 66.9 KB
floatobject.c -rw-r--r-- 58.4 KB
frameobject.c -rw-r--r-- 26.0 KB
funcobject.c -rw-r--r-- 21.2 KB
genobject.c -rw-r--r-- 10.1 KB
intobject.c -rw-r--r-- 32.9 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 71.2 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 89.6 KB
methodobject.c -rw-r--r-- 9.4 KB
moduleobject.c -rw-r--r-- 6.3 KB
object.c -rw-r--r-- 53.0 KB
obmalloc.c -rw-r--r-- 57.4 KB
rangeobject.c -rw-r--r-- 8.1 KB
setobject.c -rw-r--r-- 57.7 KB
sliceobject.c -rw-r--r-- 8.3 KB
stringobject.c -rw-r--r-- 126.7 KB
structseq.c -rw-r--r-- 12.5 KB
tupleobject.c -rw-r--r-- 22.6 KB
typeobject.c -rw-r--r-- 171.9 KB
unicodectype.c -rw-r--r-- 16.0 KB
unicodeobject.c -rw-r--r-- 235.6 KB
unicodetype_db.h -rw-r--r-- 98.8 KB
weakrefobject.c -rw-r--r-- 29.3 KB

back to top