1. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  2. 334df6c Finally added a -h option to print the module docstring and exit. ;) by Barry Warsaw · 21 years ago
  3. 53f72d7 Docstring clarifications. by Tim Peters · 21 years ago
  4. 6869458 Don't double-space the "??? new object ..." messages. by Guido van Rossum · 21 years ago
  5. 8d17a90 Heh -- I checked in an old version of this, at a time I documented the by Tim Peters · 21 years ago
  6. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 21 years ago
  7. 21123ab Various improvements to the way the table is formatted, to deal with by Guido van Rossum · 21 years ago
  8. f2f174f install timeit.py as a command line script by Skip Montanaro · 21 years ago
  9. ea7598e fix name of db2pickle by Skip Montanaro · 21 years ago
  10. d683504 Use new name for GetoptError, and pass it two arguments by Andrew M. Kuchling · 21 years ago
  11. da72d93 try to avoid gross incompatibilities with older versions of Python by Skip Montanaro · 21 years ago
  12. 7c1274d try to avoid gross incompatibilities with earlier versions of Python by Skip Montanaro · 21 years ago
  13. 9445ce5 note db2pickle.py and pickle2db.py by Skip Montanaro · 21 years ago
  14. d968329 dump database files to pickle format by Skip Montanaro · 21 years ago
  15. 9db49c8 convert pickles generated by db2pickle.py back to database files by Skip Montanaro · 21 years ago
  16. c064a1d add missing "summary" from long options list by Skip Montanaro · 21 years ago
  17. 771bc37 Fix comment typo. by Walter Dörwald · 21 years ago
  18. 8b7b345 Use regular expressions for branch matching, to avoid including by Guido van Rossum · 22 years ago
  19. bf1b1fd Add byext.py by Guido van Rossum · 22 years ago
  20. 6a8f7b7 Silly little script to print statistics (files, lines, words) by by Guido van Rossum · 22 years ago
  21. 6bf45c6 Correct buggy module docstring. Replace use of homebrew boolean with True/False. by Jeremy Hylton · 22 years ago
  22. 89f1d6c Fix one bug and reformat lots of code. by Jeremy Hylton · 22 years ago
  23. 7bc2e1d add logmerge.py (pydoc is already installed) by Skip Montanaro · 22 years ago
  24. da760c4 simple setup.py to install some interesting scripts in $(prefix)/bin. by Skip Montanaro · 22 years ago
  25. a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
  26. 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
  27. dab3bc0 Expand negative hexadecimal constants. by Martin v. Löwis · 22 years ago
  28. 6f00a7a Patch #542562, file 25252: Remove changelog. by Martin v. Löwis · 22 years ago
  29. affa6b7 Tim wins a bet. Don't use re. by Guido van Rossum · 22 years ago
  30. bc01c32 Added -b tag option to limit output to a specific branch only. by Guido van Rossum · 22 years ago
  31. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  32. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  33. 7ec34b5 A tool to transform gprof(1) output into HTML, so you can click on a by Guido van Rossum · 22 years ago
  34. 3a48ed9 * runctx - fix a couple typos by Skip Montanaro · 22 years ago
  35. ae39ddd Mechanically translated string method calls to string methods. by Fred Drake · 22 years ago
  36. ef5864e SF patch #552837, submitted by Robert Pyron: by Fred Drake · 22 years ago
  37. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  38. 8c5763f moving into the Doc/tools directory by Skip Montanaro · 22 years ago
  39. a90a3b4 Use md5.new() constructor by Andrew M. Kuchling · 22 years ago
  40. 343cbd0 Use 2.1's .hexdigest() method by Andrew M. Kuchling · 22 years ago
  41. 557fe75 new script - helps track down symbols exported by modules but not by Skip Montanaro · 22 years ago
  42. 9a29e7a operate as a filter when no files or directories appear on the command line by Skip Montanaro · 22 years ago
  43. 54e5b89 SF bug #497839: reindent chokes on empty first lines. by Tim Peters · 22 years ago
  44. 56ab921 Added a module docstring, which doubles as the --help text. by Barry Warsaw · 22 years ago
  45. 65f5015 www.google.com is better than google.com. by Guido van Rossum · 22 years ago
  46. 436fd75 Warning message about unfound file was missing trailing \n. by Guido van Rossum · 23 years ago
  47. e51c3f5 SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() by Guido van Rossum · 23 years ago
  48. d3d8a1d A tiny but useful script that fires off a search on Google. by Guido van Rossum · 23 years ago
  49. a30eacf Checking in Zooko's version per SF patch #476866, plus my changes to by Guido van Rossum · 23 years ago
  50. eaa6e3c Replace all instances of err.strerror with err. by Jeremy Hylton · 23 years ago
  51. ba001a0 Changed the reindenter to strip only trailing spaces and tabs from lines, by Tim Peters · 23 years ago
  52. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  53. 42b6877 Fix restore (difflib.restore() became a generator too). by Tim Peters · 23 years ago
  54. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  55. a0ca3d6 - Reverse the meaning of the -m option: warnings about multiple / by Guido van Rossum · 23 years ago
  56. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  57. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  58. 61c345f Rename the -D option to -Q, to avoid a Jython option name conflict. by Guido van Rossum · 23 years ago
  59. e7a9598 Implement what the docstring said: multiple slashes per line are by Guido van Rossum · 23 years ago
  60. 13c51ec Added more text to the docstring, updated the way the exit status is by Guido van Rossum · 23 years ago
  61. 43db62e A grep-like tool that looks for division operators. by Guido van Rossum · 23 years ago
  62. 822218b The beginnings of a script to help finding / operators that may need by Guido van Rossum · 23 years ago
  63. ebb7133 Fix typo in module docstring. by Tim Peters · 23 years ago
  64. 3055ad2 + A msg on c.l.py reminded me that docstrings can be implicitly catenated. by Tim Peters · 23 years ago
  65. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  66. b704238 Tool to delete (or just rewrite parts of) obsolete future statements. by Tim Peters · 23 years ago
  67. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago
  68. 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 23 years ago
  69. 45e5e72 Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw by Tim Peters · 23 years ago
  70. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  71. 9966e2c This is a trivial command line utility to print MD5 checksums. by Guido van Rossum · 23 years ago
  72. a4debff Patch #430754: Makes ftpmirror.py .netrc aware by Martin v. Löwis · 23 years ago
  73. 716cf91 Moved the encoding map building logic from the individual mapping by Marc-André Lemburg · 23 years ago
  74. 66a7e57 Fix several bugs and add two features. by Jeremy Hylton · 23 years ago
  75. f9e56e1 Append the revision number for each file to the output. by Guido van Rossum · 23 years ago
  76. fde8a86 Script for starting pydoc with a GUI in Windows. by Ka-Ping Yee · 23 years ago
  77. 895e892 Call main routine in pydoc module (pydoc.cli). by Ka-Ping Yee · 23 years ago
  78. b68ef50 Add script form of pydoc so that it's present in beta1. Currently by Andrew M. Kuchling · 23 years ago
  79. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago
  80. 79b334b Hand repair of cases where reindent changed lines of the form by Tim Peters · 23 years ago
  81. 70c4378 Whitespace normalization. by Tim Peters · 23 years ago
  82. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  83. 2f1aeb9 SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but by Tim Peters · 24 years ago
  84. 0d430e2 Hack ndiff to display lines w/ leading tabs more intuitively. This synchs by Tim Peters · 24 years ago
  85. 70280b8 I'm moving redemo.py here from Demo/tkinter/guido, since it is by Guido van Rossum · 24 years ago
  86. ad14720 New tool for normalizing indentation of .py files. by Tim Peters · 24 years ago
  87. 0b7b4b8 satisfy the tabnanny by Jeremy Hylton · 24 years ago
  88. 64850ef Allow this script to act like a module by only calling main() if by Barry Warsaw · 24 years ago
  89. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  90. 1688f37 Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. by Guido van Rossum · 24 years ago
  91. da1ec46 Python code coverage tool by Skip Montanaro and Andrew Dalke by Jeremy Hylton · 24 years ago
  92. 7f589fd add expandtabs command (-e) change eliminate to delete (-d) by Peter Schneider-Kamp · 24 years ago
  93. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  94. a04ff0f Running the program through itself reveals that one end tag was mislabeled. by Guido van Rossum · 24 years ago
  95. 59811b1 Peter Schneider-Kamp: by Guido van Rossum · 24 years ago
  96. bae57a8 Of course, I forget how to type long ago... by Fred Drake · 24 years ago
  97. 1966004 "write marshalled" --> "writes marshalled" (in docstring); noted by by Fred Drake · 24 years ago
  98. 34a7911 Marc-Andre Lemburg: added by Guido van Rossum · 24 years ago
  99. 1b6d21b Correct type error in getopt.error handling code. by Guido van Rossum · 24 years ago
  100. aacf5ce Script by Tim Peters to discover illegal append() calls. by Guido van Rossum · 24 years ago