| Commit message (Expand) | Author | Age | Files | Lines |
* | New tool: reverse grep (greps from the end). Uses a fairly efficient | Guido van Rossum | 1998-08-12 | 1 | -0/+65 |
|
|
* | A script by Mark-Andre Lemburg to produce the PC/python_nt.def file | Guido van Rossum | 1998-08-10 | 1 | -0/+102 |
|
|
* | Added note() message to Page class -- this was used but didn't exist. | Guido van Rossum | 1998-08-06 | 1 | -0/+9 |
|
|
* | Rewrite to support multiple suckers, each with their own thread. | Guido van Rossum | 1998-07-08 | 1 | -102/+140 |
|
|
* | Instead of printint, use self.message() or self.note(). | Guido van Rossum | 1998-07-08 | 2 | -72/+63 |
|
|
* | Minor change for windows; set extensions_c later and set | Guido van Rossum | 1998-07-07 | 1 | -1/+3 |
|
|
* | # Bump version because of checkin to faqwiz.py. :-( | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | Don't add <...> around mail addresses; they may already be there. | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | # The variable total is never used somehow. I think I had plans for | Guido van Rossum | 1998-07-02 | 1 | -2/+2 |
|
|
* | Fix by Sjoerd Mullender to support symbolic links and make a backup of | Guido van Rossum | 1998-06-29 | 1 | -56/+80 |
|
|
* | Translated to use re instead of regex. Also replaced one use of | Guido van Rossum | 1998-06-19 | 1 | -33/+45 |
|
|
* | # This is a new module I wrote over the weekend. Again, you missed the | Guido van Rossum | 1998-06-15 | 1 | -16/+37 |
|
|
* | Primitive GUI for websucker. | Guido van Rossum | 1998-06-15 | 1 | -0/+185 |
|
|
* | Fix the way a trailing / is changed to /index.html so that it | Guido van Rossum | 1998-06-15 | 1 | -2/+3 |
|
|
* | sort the urls in the todo list | Guido van Rossum | 1998-06-15 | 1 | -1/+3 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+2 |
|
|
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
|
|
* | From: "Tim Peters" <tim_one@msn.com> | Guido van Rossum | 1998-06-09 | 2 | -6/+18 |
|
|
* | Don't die if win32api doesn't exist. | Guido van Rossum | 1998-05-26 | 1 | -1/+6 |
|
|
* | Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}. | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
|
|
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
|
|
* | Additions for Mark Hammond's Win32 specific hacks. | Guido van Rossum | 1998-05-19 | 3 | -0/+398 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -17/+30 |
|
|
* | Remove Emacs cruft. | Guido van Rossum | 1998-05-18 | 3 | -12/+0 |
|
|
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -4/+17 |
|
|
* | OK, here's a different way to implement the same thing -- this version | Guido van Rossum | 1998-05-12 | 1 | -6/+6 |
|
|
* | Support filenames with spaces in their names (for non-Mac ftp servers). | Guido van Rossum | 1998-05-12 | 1 | -2/+2 |
|
|
* | Add the specific sed statement to recover the second output file to | Guido van Rossum | 1998-05-08 | 1 | -1/+6 |
|
|
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 |
|
|
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 |
|
|
* | Remove Emacs cruft at end. | Guido van Rossum | 1998-05-06 | 1 | -4/+0 |
|
|
* | accept * in return value type and convert it to _ptr after the | Guido van Rossum | 1998-04-28 | 1 | -1/+2 |
|
|
* | Style and StyleParameter are two different types. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
|
|
* | class ByAddressType, a simple Type but passed by address even on | Guido van Rossum | 1998-04-28 | 1 | -0/+7 |
|
|
* | typo in error message (fname vs. file). | Guido van Rossum | 1998-04-28 | 2 | -2/+2 |
|
|
* | Use a try-except so that the pickle file is written even when we die | Guido van Rossum | 1998-04-27 | 1 | -14/+18 |
|
|
* | Use the (new) standard script #! line | Barry Warsaw | 1998-04-23 | 1 | -28/+51 |
|
|
* | Freeze assumes that all built-in modules are part of the Python core. | Guido van Rossum | 1998-04-23 | 1 | -4/+6 |
|
|
* | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
|
|
* | When using extention modules, relative path names that occur in the | Guido van Rossum | 1998-04-23 | 1 | -0/+2 |
|
|
* | Shouldn't import addpack! | Guido van Rossum | 1998-04-20 | 1 | -1/+0 |
|
|
* | Change the example of what's in scripts/. | Guido van Rossum | 1998-04-10 | 1 | -3/+3 |
|
|
* | tabnanny stuff | Guido van Rossum | 1998-04-10 | 4 | -507/+508 |
|
|
* | Tim's version 4, with my mods | Guido van Rossum | 1998-04-10 | 2 | -28/+12 |
|
|
* | This really needs python 1.5 now... | Guido van Rossum | 1998-04-08 | 1 | -1/+1 |
|
|
* | Add usage message when no arguments. | Guido van Rossum | 1998-04-06 | 3 | -0/+12 |
|
|
* | Tim's latest version (supports old and new tokenize modules) | Guido van Rossum | 1998-04-06 | 2 | -154/+256 |
|
|
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 6 | -1041/+850 |
|
|
* | Version 1.0 is official! | Guido van Rossum | 1998-04-06 | 2 | -3/+6 |
|
|
* | Untabified, for tabnanny. | Guido van Rossum | 1998-04-06 | 1 | -593/+593 |
|
|