Staging
v0.5.1
Revision 623b979553ae03ba5b2d5f60a668fbe288b2112d authored by Mark Dickinson on 28 June 2010, 19:31:41 UTC, committed by Mark Dickinson on 28 June 2010, 19:31:41 UTC
  - insert commas between entries in del statement
  - left and right shifts were represented as >> and << (respectively); reverse
  - unindent properly after for: else:  or while: else:
  - add parens around the result of an unary operation
  - add parens around negative numbers, to avoid turning (-1)**2 into -1**2.
1 parent 8c996ef
History
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgignore -rw-r--r-- 705 bytes
.hgtags -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 13.8 KB
Makefile.pre.in -rw-r--r-- 39.7 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 393.3 KB
configure.in -rw-r--r-- 122.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.2 KB
setup.py -rw-r--r-- 86.6 KB

README

back to top