Staging
v0.5.1
https://github.com/python/cpython
Revision e5c1d294b185a9b7aa46067976e6ed2819392269 authored by Benjamin Peterson on 01 September 2008, 17:17:22 UTC, committed by Benjamin Peterson on 01 September 2008, 17:17:22 UTC
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line

  allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split())
........
  r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line

  no need for 2.4 compatibility now
........
  r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line

  allow a Call to have no arguments
........
  r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line

  add a fixer for sys.exc_info etc by Jeff Balogh #2357
........
  r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line

  add a fixer to add parenthese for list and gen comps #2367
........
1 parent f7feaec
History
Tip revision: e5c1d294b185a9b7aa46067976e6ed2819392269 authored by Benjamin Peterson on 01 September 2008, 17:17:22 UTC
Merged revisions 65887,65889,65967-65968,65981 via svnmerge from
Tip revision: e5c1d29
File Mode Size
Python.asdl -rw-r--r-- 4.1 KB
acceler.c -rw-r--r-- 2.8 KB
asdl.py -rw-r--r-- 11.0 KB
asdl_c.py -rwxr-xr-x 38.8 KB
bitset.c -rw-r--r-- 977 bytes
firstsets.c -rw-r--r-- 2.2 KB
grammar.c -rw-r--r-- 5.4 KB
grammar.mak -rw-r--r-- 1.3 KB
grammar1.c -rw-r--r-- 1.0 KB
intrcheck.c -rw-r--r-- 2.4 KB
listnode.c -rw-r--r-- 983 bytes
metagrammar.c -rw-r--r-- 2.2 KB
myreadline.c -rw-r--r-- 5.4 KB
node.c -rw-r--r-- 3.6 KB
parser.c -rw-r--r-- 9.8 KB
parser.h -rw-r--r-- 1.0 KB
parsetok.c -rw-r--r-- 6.3 KB
pgen.c -rw-r--r-- 14.7 KB
pgenmain.c -rw-r--r-- 3.3 KB
printgrammar.c -rw-r--r-- 2.5 KB
spark.py -rw-r--r-- 26.3 KB
tokenizer.c -rw-r--r-- 35.8 KB
tokenizer.h -rw-r--r-- 2.5 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top