1. 9a29e7a operate as a filter when no files or directories appear on the command line by Skip Montanaro · 22 years ago
  2. 54e5b89 SF bug #497839: reindent chokes on empty first lines. by Tim Peters · 22 years ago
  3. 56ab921 Added a module docstring, which doubles as the --help text. by Barry Warsaw · 22 years ago
  4. 65f5015 www.google.com is better than google.com. by Guido van Rossum · 22 years ago
  5. 436fd75 Warning message about unfound file was missing trailing \n. by Guido van Rossum · 23 years ago
  6. e51c3f5 SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() by Guido van Rossum · 23 years ago
  7. d3d8a1d A tiny but useful script that fires off a search on Google. by Guido van Rossum · 23 years ago
  8. a30eacf Checking in Zooko's version per SF patch #476866, plus my changes to by Guido van Rossum · 23 years ago
  9. eaa6e3c Replace all instances of err.strerror with err. by Jeremy Hylton · 23 years ago
  10. ba001a0 Changed the reindenter to strip only trailing spaces and tabs from lines, by Tim Peters · 23 years ago
  11. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  12. 42b6877 Fix restore (difflib.restore() became a generator too). by Tim Peters · 23 years ago
  13. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  14. a0ca3d6 - Reverse the meaning of the -m option: warnings about multiple / by Guido van Rossum · 23 years ago
  15. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  16. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  17. 61c345f Rename the -D option to -Q, to avoid a Jython option name conflict. by Guido van Rossum · 23 years ago
  18. e7a9598 Implement what the docstring said: multiple slashes per line are by Guido van Rossum · 23 years ago
  19. 13c51ec Added more text to the docstring, updated the way the exit status is by Guido van Rossum · 23 years ago
  20. 43db62e A grep-like tool that looks for division operators. by Guido van Rossum · 23 years ago
  21. 822218b The beginnings of a script to help finding / operators that may need by Guido van Rossum · 23 years ago
  22. ebb7133 Fix typo in module docstring. by Tim Peters · 23 years ago
  23. 3055ad2 + A msg on c.l.py reminded me that docstrings can be implicitly catenated. by Tim Peters · 23 years ago
  24. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  25. b704238 Tool to delete (or just rewrite parts of) obsolete future statements. by Tim Peters · 23 years ago
  26. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago
  27. 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 23 years ago
  28. 45e5e72 Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw by Tim Peters · 23 years ago
  29. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  30. 9966e2c This is a trivial command line utility to print MD5 checksums. by Guido van Rossum · 23 years ago
  31. a4debff Patch #430754: Makes ftpmirror.py .netrc aware by Martin v. Löwis · 23 years ago
  32. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  33. 66a7e57 Fix several bugs and add two features. by Jeremy Hylton · 23 years ago
  34. f9e56e1 Append the revision number for each file to the output. by Guido van Rossum · 23 years ago
  35. fde8a86 Script for starting pydoc with a GUI in Windows. by Ka-Ping Yee · 23 years ago
  36. 895e892 Call main routine in pydoc module (pydoc.cli). by Ka-Ping Yee · 23 years ago
  37. b68ef50 Add script form of pydoc so that it's present in beta1. Currently by Andrew M. Kuchling · 23 years ago
  38. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago
  39. 79b334b Hand repair of cases where reindent changed lines of the form by Tim Peters · 24 years ago
  40. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  41. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  42. 2f1aeb9 SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but by Tim Peters · 24 years ago
  43. 0d430e2 Hack ndiff to display lines w/ leading tabs more intuitively. This synchs by Tim Peters · 24 years ago
  44. 70280b8 I'm moving redemo.py here from Demo/tkinter/guido, since it is by Guido van Rossum · 24 years ago
  45. ad14720 New tool for normalizing indentation of .py files. by Tim Peters · 24 years ago
  46. 0b7b4b8 satisfy the tabnanny by Jeremy Hylton · 24 years ago
  47. 64850ef Allow this script to act like a module by only calling main() if by Barry Warsaw · 24 years ago
  48. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  49. 1688f37 Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. by Guido van Rossum · 24 years ago
  50. da1ec46 Python code coverage tool by Skip Montanaro and Andrew Dalke by Jeremy Hylton · 24 years ago
  51. 7f589fd add expandtabs command (-e) change eliminate to delete (-d) by Peter Schneider-Kamp · 24 years ago
  52. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  53. a04ff0f Running the program through itself reveals that one end tag was mislabeled. by Guido van Rossum · 24 years ago
  54. 59811b1 Peter Schneider-Kamp: by Guido van Rossum · 24 years ago
  55. bae57a8 Of course, I forget how to type long ago... by Fred Drake · 24 years ago
  56. 1966004 "write marshalled" --> "writes marshalled" (in docstring); noted by by Fred Drake · 24 years ago
  57. 34a7911 Marc-Andre Lemburg: added by Guido van Rossum · 24 years ago
  58. 1b6d21b Correct type error in getopt.error handling code. by Guido van Rossum · 24 years ago
  59. aacf5ce Script by Tim Peters to discover illegal append() calls. by Guido van Rossum · 24 years ago
  60. 67dd17f Fix multi-arg append(). by Guido van Rossum · 24 years ago
  61. 6e0a28f Deleting tabpolice.py; it was superceded by tabnanny.py long ago. by Guido van Rossum · 24 years ago
  62. a02c898 Moved tabnanny.py to standard library status. by Guido van Rossum · 24 years ago
  63. 967e509 Patch by Gerrit Holl: by Guido van Rossum · 24 years ago
  64. d962878 Patch by Gerrit Holl: by Guido van Rossum · 24 years ago
  65. a8b37ad Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. by Guido van Rossum · 25 years ago
  66. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  67. d68a4bd Use re instead of regex. by Guido van Rossum · 25 years ago
  68. bd3bdde For reasons I dare not explain, this script should always execute by Guido van Rossum · 25 years ago
  69. 02ef28b Tim Peters writes: by Guido van Rossum · 25 years ago
  70. a3433e8 Tim Peters writes: by Guido van Rossum · 25 years ago
  71. b091134 During display, if EPIPE is raised, it's probably because a pager was by Fred Drake · 25 years ago
  72. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  73. 5cd975c Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  74. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  75. e33bba8 New version that is much more compact and easier to maintain. (Sjoerd) by Guido van Rossum · 26 years ago
  76. 9c2c1e8 Fix multi-arg list.append() calls. by Guido van Rossum · 26 years ago
  77. a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 26 years ago
  78. 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 26 years ago
  79. 41f13f2 Added #! line by Guido van Rossum · 26 years ago
  80. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  81. caf9fca nannified by Guido van Rossum · 26 years ago
  82. a53f30b nannified by Guido van Rossum · 26 years ago
  83. 4e96ec6 nannified. by Guido van Rossum · 26 years ago
  84. 09eea82 Utility to replace CRLF with LF in argument files. by Guido van Rossum · 26 years ago
  85. 499a6e5 Utility to replace LF with CRLF in argument files. by Guido van Rossum · 26 years ago
  86. ce85827 Utility to untabify stubber results. by Guido van Rossum · 26 years ago
  87. ee60eb1 New tool: reverse grep (greps from the end). Uses a fairly efficient by Guido van Rossum · 26 years ago
  88. e7f3953 A script by Mark-Andre Lemburg to produce the PC/python_nt.def file by Guido van Rossum · 26 years ago
  89. b3bf2cd # The variable total is never used somehow. I think I had plans for by Guido van Rossum · 26 years ago
  90. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  91. f57736e Translated to use re instead of regex. Also replaced one use of by Guido van Rossum · 26 years ago
  92. aa2a7a4 From: "Tim Peters" <tim_one@msn.com> by Guido van Rossum · 26 years ago
  93. 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
  94. aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
  95. 27c225e Add the specific sed statement to recover the second output file to by Guido van Rossum · 26 years ago
  96. 83b8518 Adding Tim Peters' ndiff utility. by Guido van Rossum · 26 years ago
  97. 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 26 years ago
  98. 6a508ae Use the (new) standard script #! line by Barry Warsaw · 26 years ago
  99. ce73acf Tim's version 4, with my mods by Guido van Rossum · 26 years ago
  100. 8053d89 Add usage message when no arguments. by Guido van Rossum · 26 years ago