Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formatting | Barry Warsaw | 1998-09-28 | 1 | -6/+6 |
| | |||||
* | Un PMW-ified | Barry Warsaw | 1998-09-28 | 1 | -41/+24 |
| | |||||
* | Un PMW-ified | Barry Warsaw | 1998-09-28 | 1 | -27/+41 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-09-28 | 1 | -0/+16 |
| | |||||
* | Fixed unit test | Barry Warsaw | 1998-09-25 | 1 | -6/+6 |
| | |||||
* | Print serious errors to stderr instead of stdout. | Guido van Rossum | 1998-09-14 | 2 | -8/+22 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -885/+885 |
| | |||||
* | Nannified. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -17/+17 |
| | |||||
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -8/+8 |
| | |||||
* | Utility to replace CRLF with LF in argument files. | Guido van Rossum | 1998-09-14 | 1 | -0/+19 |
| | |||||
* | Utility to replace LF with CRLF in argument files. | Guido van Rossum | 1998-09-14 | 1 | -0/+19 |
| | |||||
* | Utility to untabify stubber results. | Guido van Rossum | 1998-09-14 | 1 | -0/+50 |
| | |||||
* | Beh, new version must be edited in a separate file. | Guido van Rossum | 1998-09-04 | 1 | -1/+1 |
| | |||||
* | Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when | Guido van Rossum | 1998-09-04 | 1 | -1/+2 |
| | | | | sending the cookie. (Suggestion by AMK.) | ||||
* | Ignore cruft generating by the test run for hello.py. | Guido van Rossum | 1998-08-25 | 1 | -0/+6 |
| | |||||
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 8 | -89/+189 |
| | | | | | | | | | | | | Sjoerd writes: This version of freeze creates one file per Python module, instead of one humongous file for all Python modules. bkfile: new module to used to write files with backups. No new file is produced if the new contents is identical to the old. New option "-x excluded-module" for modulefinder test program. New option "-i filename" for freeze main program to include a list of options in place of the -i option. | ||||
* | New tool: reverse grep (greps from the end). Uses a fairly efficient | Guido van Rossum | 1998-08-12 | 1 | -0/+65 |
| | | | | strategy to read from the end of the file. | ||||
* | A script by Mark-Andre Lemburg to produce the PC/python_nt.def file | Guido van Rossum | 1998-08-10 | 1 | -0/+102 |
| | | | | automatically. | ||||
* | Added note() message to Page class -- this was used but didn't exist. | Guido van Rossum | 1998-08-06 | 1 | -0/+9 |
| | | | | | (The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right. | ||||
* | 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 |
| | | | | frozendllmain_c at the right place. | ||||
* | # 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 |
| | | | | # it but can't remember what. Get rid of a comparison that breaks. | ||||
* | Fix by Sjoerd Mullender to support symbolic links and make a backup of | Guido van Rossum | 1998-06-29 | 1 | -56/+80 |
| | | | | | | | | .mirrorinfo. Fix by me to call string.lstrip(filename) to cope with a bug in strop.strip() in Python 1.4. Additionally, I changed all print statements that print filenames etc. to put them in backquotes so that it will be more obvious when there's a funny character on one of them (such as a space...). | ||||
* | Translated to use re instead of regex. Also replaced one use of | Guido van Rossum | 1998-06-19 | 1 | -33/+45 |
| | | | | L.append(a,b,c,d) with the correct L.append((a,b,c,d)). | ||||
* | # This is a new module I wrote over the weekend. Again, you missed the | Guido van Rossum | 1998-06-15 | 1 | -16/+37 |
| | | | | | | | # checkin email because my PC doesn't have the "Mail" command. Add threading (now that it works). Also some small adaptations to Unix again. | ||||
* | 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 |
| | | | | doesn't depend on the value of os.sep. (I.e. ported to Windows :-) | ||||
* | 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 |
| | | | | | This second problem only shows up if LDLAST is not an empty string (such as with threads enabled on DEC Alphas). | ||||
* | Jonathan Giddy: | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
| | | | | | The first one only shows up if $prefix != $exec_prefix, and the problem is caused by the recent change in location for config.h. | ||||
* | From: "Tim Peters" <tim_one@msn.com> | Guido van Rossum | 1998-06-09 | 2 | -6/+18 |
| | | | | | | | | | | The 1.5.1 tabnanny.py suffers an assert error if fed a script whose last line is both indented and lacks a newline: if 1: print 'oh fudge' # no newline here: The attached version repairs that. | ||||
* | 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 |
| | | | | Now you can click on revisions and diffs again! | ||||
* | 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 |
| | | | | | | packages. (Mark Hammond) Folded some long lines. | ||||
* | 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 |
| | | | | | | packages. (Mark Hammond) Remove Emacs cruft. | ||||
* | OK, here's a different way to implement the same thing -- this version | Guido van Rossum | 1998-05-12 | 1 | -6/+6 |
| | | | | also supports filenames with multiple spaces in their name :-) | ||||
* | Support filenames with spaces in their names (for non-Mac ftp servers). | Guido van Rossum | 1998-05-12 | 1 | -2/+2 |
| | | | | | | | | | | This patch must hold the world record for living in my inbox: From: John Ehresman <jehresma@dsg.harvard.edu> Date: Wed, 23 Aug 1995 16:07:11 -0400 He provided a fix for the version that comes with Python 1.3: ftpmirror.py revision 1.1... And it was still relevant! | ||||
* | Add the specific sed statement to recover the second output file to | Guido van Rossum | 1998-05-08 | 1 | -1/+6 |
| | | | | the comments. | ||||
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 |
| | | | | | This is handy for comparing plain-text documentation files, since it displays intra-line differences. | ||||
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 |
| | | | | | | contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd) | ||||
* | 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 |
| | | | | | typename, as in argument types. (Jack) | ||||
* | Style and StyleParameter are two different types. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
| | | | | (Jack) |