1. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  2. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  3. 4789104 Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution by Jason R. Coombs · 13 years ago
  4. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 13 years ago
  5. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  6. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  7. e4a3380 Clean up syntax for some scripts. by Florent Xicluna · 14 years ago
  8. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  9. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  11. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  12. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  13. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  14. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  15. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  16. 6247fdb Fix print syntax so this runs using 3.0. by Guido van Rossum · 17 years ago
  17. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  18. 165163f add usage() function, -h(elp) flag and long versions of short flags by Skip Montanaro · 20 years ago
  19. 9a29e7a operate as a filter when no files or directories appear on the command line by Skip Montanaro · 22 years ago
  20. 54e5b89 SF bug #497839: reindent chokes on empty first lines. by Tim Peters · 22 years ago
  21. ba001a0 Changed the reindenter to strip only trailing spaces and tabs from lines, by Tim Peters · 23 years ago
  22. ad14720 New tool for normalizing indentation of .py files. by Tim Peters · 24 years ago