~pythonxy/pythonxy-upstream/python-pandas

Viewing all changes in revision 3951.1.1.

  • Committer: Andy Hayden
  • Date: 2013-01-03 21:41:29 UTC
  • mto: This revision was merged to the branch mainline in revision 3956.
  • Revision ID: git-v1:66fc98f0b7316331b505c4c4d4929fcbdc668d86
Using autopep8 (https://github.com/hhatto/autopep8) on all py files.
Some lines were changed manually (those which may change the logic).

Have not fixed E501 line too longs, these are the only pep8 failures.

Check current pep8 compliance of all py files in current directory:
for f in *.py; do pep8 $f; done

Run autopep8 on py files in current directory:
for f in *.py; do autopep8 -i $f; done

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: