summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-142-8/+22
* nannifiedGuido van Rossum1998-09-141-885/+885
* Nannified.Guido van Rossum1998-09-141-5/+5
* nannifiedGuido van Rossum1998-09-141-17/+17
* nannified.Guido van Rossum1998-09-141-8/+8
* Utility to replace CRLF with LF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to replace LF with CRLF in argument files.Guido van Rossum1998-09-141-0/+19
* Utility to untabify stubber results.Guido van Rossum1998-09-141-0/+50
* Beh, new version must be edited in a separate file.Guido van Rossum1998-09-041-1/+1
* Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ whenGuido van Rossum1998-09-041-1/+2
* Ignore cruft generating by the test run for hello.py.Guido van Rossum1998-08-251-0/+6
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-258-89/+189
* New tool: reverse grep (greps from the end). Uses a fairly efficientGuido van Rossum1998-08-121-0/+65
* A script by Mark-Andre Lemburg to produce the PC/python_nt.def fileGuido van Rossum1998-08-101-0/+102
* Added note() message to Page class -- this was used but didn't exist.Guido van Rossum1998-08-061-0/+9
* Rewrite to support multiple suckers, each with their own thread.Guido van Rossum1998-07-081-102/+140
* Instead of printint, use self.message() or self.note().Guido van Rossum1998-07-082-72/+63
* Minor change for windows; set extensions_c later and setGuido van Rossum1998-07-071-1/+3
* # Bump version because of checkin to faqwiz.py. :-(Guido van Rossum1998-07-071-1/+1
* Don't add <...> around mail addresses; they may already be there.Guido van Rossum1998-07-071-1/+1
* # The variable total is never used somehow. I think I had plans forGuido van Rossum1998-07-021-2/+2
* Fix by Sjoerd Mullender to support symbolic links and make a backup ofGuido van Rossum1998-06-291-56/+80
* Translated to use re instead of regex. Also replaced one use ofGuido van Rossum1998-06-191-33/+45
* # This is a new module I wrote over the weekend. Again, you missed theGuido van Rossum1998-06-151-16/+37
* Primitive GUI for websucker.Guido van Rossum1998-06-151-0/+185
* Fix the way a trailing / is changed to /index.html so that itGuido van Rossum1998-06-151-2/+3
* sort the urls in the todo listGuido van Rossum1998-06-151-1/+3
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+2
* Jonathan Giddy:Guido van Rossum1998-06-121-1/+4
* From: "Tim Peters" <tim_one@msn.com>Guido van Rossum1998-06-092-6/+18
* Don't die if win32api doesn't exist.Guido van Rossum1998-05-261-1/+6
* Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}.Guido van Rossum1998-05-221-1/+1
* whrandom -> randomGuido van Rossum1998-05-201-2/+2
* Additions for Mark Hammond's Win32 specific hacks.Guido van Rossum1998-05-193-0/+398
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-17/+30
* Remove Emacs cruft.Guido van Rossum1998-05-183-12/+0
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-4/+17
* OK, here's a different way to implement the same thing -- this versionGuido van Rossum1998-05-121-6/+6
* Support filenames with spaces in their names (for non-Mac ftp servers).Guido van Rossum1998-05-121-2/+2
* Add the specific sed statement to recover the second output file toGuido van Rossum1998-05-081-1/+6
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-061-0/+667
* After variable expansion, what was formerly a single word can nowGuido van Rossum1998-05-061-7/+8
* Remove Emacs cruft at end.Guido van Rossum1998-05-061-4/+0
* accept * in return value type and convert it to _ptr after theGuido van Rossum1998-04-281-1/+2
* Style and StyleParameter are two different types.Guido van Rossum1998-04-281-1/+1
* class ByAddressType, a simple Type but passed by address even onGuido van Rossum1998-04-281-0/+7
* typo in error message (fname vs. file).Guido van Rossum1998-04-282-2/+2
* Use a try-except so that the pickle file is written even when we dieGuido van Rossum1998-04-271-14/+18
* Use the (new) standard script #! lineBarry Warsaw1998-04-231-28/+51
* Freeze assumes that all built-in modules are part of the Python core.Guido van Rossum1998-04-231-4/+6