1. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  2. e33bba8 New version that is much more compact and easier to maintain. (Sjoerd) by Guido van Rossum · 26 years ago
  3. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  4. a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 26 years ago
  5. 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 26 years ago
  6. 41f13f2 Added #! line by Guido van Rossum · 26 years ago
  7. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  8. caf9fca nannified by Guido van Rossum · 26 years ago
  9. a53f30b nannified by Guido van Rossum · 26 years ago
  10. 4e96ec6 nannified. by Guido van Rossum · 26 years ago
  11. 09eea82 Utility to replace CRLF with LF in argument files. by Guido van Rossum · 26 years ago
  12. 499a6e5 Utility to replace LF with CRLF in argument files. by Guido van Rossum · 26 years ago
  13. ce85827 Utility to untabify stubber results. by Guido van Rossum · 26 years ago
  14. ee60eb1 New tool: reverse grep (greps from the end). Uses a fairly efficient by Guido van Rossum · 26 years ago
  15. e7f3953 A script by Mark-Andre Lemburg to produce the PC/python_nt.def file by Guido van Rossum · 26 years ago
  16. b3bf2cd # The variable total is never used somehow. I think I had plans for by Guido van Rossum · 26 years ago
  17. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  18. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  19. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  20. 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
  21. aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
  22. 27c225e Add the specific sed statement to recover the second output file to by Guido van Rossum · 26 years ago
  23. 83b8518 Adding Tim Peters' ndiff utility. by Guido van Rossum · 26 years ago
  24. 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 26 years ago
  25. 6a508ae Use the (new) standard script #! line by Barry Warsaw · 26 years ago
  26. ce73acf Tim's version 4, with my mods by Guido van Rossum · 26 years ago
  27. 8053d89 Add usage message when no arguments. by Guido van Rossum · 26 years ago
  28. f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 26 years ago
  29. 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 26 years ago
  30. 97df7f8 Add -q option that *just* prints the filename. by Guido van Rossum · 26 years ago
  31. ed5b3d8 give in to tab police by Guido van Rossum · 26 years ago
  32. 3db0e37 Report first line with inconsistent tab usage. by Guido van Rossum · 26 years ago
  33. 6f73c1a The Tab Police watches for possibly inconsistent indentation. by Guido van Rossum · 26 years ago
  34. fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
  35. ca83f01 Added "-n file" option to only print files newer than the given file. by Guido van Rossum · 27 years ago
  36. 79b2038 When checking for equality, open the slave file in text mode so it by Guido van Rossum · 27 years ago
  37. 9476a78 Remove "." or "" from front of sys.path (this bit me once). by Guido van Rossum · 27 years ago
  38. 9971f68 Fix comment to add the all-important trailing colon to the example. by Guido van Rossum · 27 years ago
  39. b81b5c7 Moved pystone to Lib/test. Use import test.pystone to run it. by Guido van Rossum · 27 years ago
  40. d2ba369 Skip symlinks; don't bother keeping a list of files that is never used. by Guido van Rossum · 27 years ago
  41. 92dfa4f Use correct keyword parameter when calling copy with answer option! by Guido van Rossum · 27 years ago
  42. 939e4c1 Oops, there was a bug in the output formatting - the last printed by Guido van Rossum · 27 years ago
  43. 3485bb6 Added logmerge.py by Guido van Rossum · 27 years ago
  44. 6f0cf7e Consolidate a bunch of CVS or RCS logs read from stdin. by Guido van Rossum · 27 years ago
  45. 4d3376a Added cvsfiles.py and treesync.py by Guido van Rossum · 27 years ago
  46. a554107 Source tree synchronization tool (for Windowes, mostly) by Guido van Rossum · 27 years ago
  47. 30e53c0 Print a list of files under CVS. by Guido van Rossum · 27 years ago
  48. 9189bda support C++ comments by Guido van Rossum · 27 years ago
  49. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  50. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  51. e6fcd33 Correct comment; -c is off by default. by Guido van Rossum · 27 years ago
  52. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  53. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  54. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  55. 499181a Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. by Guido van Rossum · 28 years ago
  56. d5c58c3 Changed logic so it now replaces anything that has #! and python in by Guido van Rossum · 28 years ago
  57. fc05882 Script to fix cprt notice by Guido van Rossum · 28 years ago
  58. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  59. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  60. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
  61. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  62. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  63. be5e342 Note obsolescence by Guido van Rossum · 28 years ago
  64. 6100d91 Allow whitespace before '#' in preprocessor directives. by Guido van Rossum · 28 years ago
  65. 29901ff Some improvements by Fred Drake. by Guido van Rossum · 28 years ago
  66. 8e7a54f More changes by Sjoerd & Jack by Guido van Rossum · 28 years ago
  67. 9a2c546 Create files as temp file and move to real location only when complete. by Guido van Rossum · 28 years ago
  68. d2966cb don't die on unreadable files etc. by Guido van Rossum · 28 years ago
  69. e48aa96 Fixed bug in cts error message handling. by Jack Jansen · 29 years ago
  70. 81299f1 Added providence mailer support by Jack Jansen · 29 years ago
  71. 4ec940a Added (limited) compuserve error parsing by Jack Jansen · 29 years ago
  72. 8968624 Script to read and parse error messages from mailer daemons. by Sjoerd Mullender · 29 years ago
  73. edb21c4 Fixed typo: == -> =. by Sjoerd Mullender · 29 years ago
  74. 06f4289 many fixes by anonymous contributor by Guido van Rossum · 29 years ago
  75. e830e55 added ftp mirror script by Guido van Rossum · 29 years ago
  76. a12bbff mods by Gregor Schmid -- very nice! by Guido van Rossum · 29 years ago
  77. 189f8fb added "pystone" benchmark by Guido van Rossum · 29 years ago
  78. 26a9d37 new, from ../Demo/www by Guido van Rossum · 29 years ago
  79. ed3c791 moved lots of scripts from Demo/scripts to Tools/scripts by Guido van Rossum · 29 years ago
  80. 514d351 use $INCLUDE path (Mark Hammond) by Guido van Rossum · 30 years ago
  81. 07c9645 Get rid of freeze (now its own directory). by Guido van Rossum · 30 years ago
  82. 9af22a0 newslist.py: Added search for .newslistrc.py; by Guido van Rossum · 30 years ago
  83. 0038cd9 Added convenience functions {complete,reformat}_{filter,string,file}. by Guido van Rossum · 30 years ago
  84. 3962fdb correct typos in option parsing loop by Guido van Rossum · 30 years ago
  85. 01f5f62 Added -i option to ignore general regexps by Guido van Rossum · 30 years ago
  86. 1d28e17 Initial revision by Guido van Rossum · 30 years ago
  87. 7faf67c Initial revision by Guido van Rossum · 30 years ago
  88. 09336f9 Process command line arguments; skip #defines that generate invalid Python by Guido van Rossum · 30 years ago
  89. 5ec8b52 Restructured main, use getopt, use regular expression search instead by Guido van Rossum · 31 years ago
  90. 0b7dfbb Initial revision by Guido van Rossum · 31 years ago
  91. a635b9a remove references to /ufs/guido/bin/sgi/python by Guido van Rossum · 31 years ago
  92. f62f687 Various changes, andded -c option by Guido van Rossum · 31 years ago
  93. aa895c7 Initial revision by Guido van Rossum · 31 years ago
  94. 09abc8e Ignore ,v files too by Guido van Rossum · 31 years ago
  95. 41ffccb *** empty log message *** by Guido van Rossum · 31 years ago
  96. d5c57e1 Microfixes by Guido van Rossum · 31 years ago
  97. cf5dd9c Fix bug when reporting error by Guido van Rossum · 32 years ago
  98. 15f27fb Adapt to modern times... by Guido van Rossum · 32 years ago
  99. 1d97417 Initial revision by Guido van Rossum · 32 years ago
  100. d359248 Friendlier response to interrupt. Use /usr/local/*bin*/python. by Guido van Rossum · 32 years ago