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
c-api
data
distutils
documenting
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 5.9 KB
README.txt -rw-r--r-- 4.8 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 3.2 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 440 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 27.3 KB
license.rst -rw-r--r-- 37.8 KB
make.bat -rw-r--r-- 1.6 KB

README.txt

back to top