| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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)). | |||||
| * | From: "Tim Peters" <tim_one@msn.com> | Guido van Rossum | 1998-06-09 | 1 | -3/+9 | |
| | | | | | | | | | | | 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. | |||||
| * | 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. | |||||
| * | typo in error message (fname vs. file). | Guido van Rossum | 1998-04-28 | 1 | -1/+1 | |
| | | | | | (Jack) | |||||
| * | Use the (new) standard script #! line | Barry Warsaw | 1998-04-23 | 1 | -28/+51 | |
| | | | | | | | Convert to re module; remove all references to regexp and regsub Added support for the new texinfo @url{} and @email{} commands | |||||
| * | Tim's version 4, with my mods | Guido van Rossum | 1998-04-10 | 1 | -14/+6 | |
| | | ||||||
| * | Add usage message when no arguments. | Guido van Rossum | 1998-04-06 | 2 | -0/+8 | |
| | | ||||||
| * | Tim's latest version (supports old and new tokenize modules) | Guido van Rossum | 1998-04-06 | 1 | -77/+128 | |
| | | ||||||
| * | Tim Peters' program for checking whether a program's indentation is | Guido van Rossum | 1998-03-31 | 1 | -0/+302 | |
| | | | | | | sensitive to tab size. Uses a different strategy than tabpolice.py, but has compatible usage. | |||||
| * | Add -q option that *just* prints the filename. | Guido van Rossum | 1998-03-26 | 1 | -7/+13 | |
| | | ||||||
| * | give in to tab police | Guido van Rossum | 1998-03-24 | 6 | -435/+440 | |
| | | ||||||
| * | Report first line with inconsistent tab usage. | Guido van Rossum | 1998-03-24 | 1 | -4/+24 | |
| | | ||||||
| * | The Tab Police watches for possibly inconsistent indentation. | Guido van Rossum | 1998-03-20 | 1 | -0/+74 | |
| | | ||||||
| * | Dangerous feature added: when removing local files (i.e., only when -r | Guido van Rossum | 1998-01-04 | 1 | -25/+50 | |
| | | | | | | | is used), do a recursive delete. Use -r with even more caution! Also changed usage message into a doc string, added a comment or two, and rearranged a long line. | |||||
| * | Added "-n file" option to only print files newer than the given file. | Guido van Rossum | 1997-11-24 | 1 | -4/+37 | |
| | | ||||||
| * | When checking for equality, open the slave file in text mode so it | Guido van Rossum | 1997-11-04 | 1 | -2/+6 | |
| | | | | | | | | | will compare equal even if the master file uses only \n to terminate lines (this is by far the most common situation). Also, check for the case where the master file is missing, and print the time difference in seconds when the slave file appears newer than the master (for debugging). | |||||
| * | Remove "." or "" from front of sys.path (this bit me once). | Guido van Rossum | 1997-10-20 | 1 | -0/+3 | |
| | | ||||||
| * | Fix comment to add the all-important trailing colon to the example. | Guido van Rossum | 1997-10-06 | 1 | -9/+16 | |
| | | | | | Print the author with the revision date and filename. | |||||
| * | Moved pystone to Lib/test. Use import test.pystone to run it. | Guido van Rossum | 1997-09-16 | 2 | -249/+0 | |
| | | ||||||
| * | Skip symlinks; don't bother keeping a list of files that is never used. | Guido van Rossum | 1997-09-16 | 1 | -5/+2 | |
| | | ||||||
| * | Use correct keyword parameter when calling copy with answer option! | Guido van Rossum | 1997-08-18 | 1 | -2/+2 | |
| | | ||||||
| * | Oops, there was a bug in the output formatting - the last printed | Guido van Rossum | 1997-08-14 | 1 | -2/+2 | |
| | | | | | values would overwrite the next value. | |||||
| * | Added logmerge.py | Guido van Rossum | 1997-08-14 | 1 | -0/+1 | |
| | | ||||||
| * | Consolidate a bunch of CVS or RCS logs read from stdin. | Guido van Rossum | 1997-08-14 | 1 | -0/+124 | |
| | | ||||||
| * | Added cvsfiles.py and treesync.py | Guido van Rossum | 1997-08-14 | 1 | -0/+2 | |
| | | ||||||
| * | Source tree synchronization tool (for Windowes, mostly) | Guido van Rossum | 1997-08-14 | 1 | -0/+200 | |
| | | ||||||
| * | Print a list of files under CVS. | Guido van Rossum | 1997-08-14 | 1 | -0/+42 | |
| | | ||||||
| * | support C++ comments | Guido van Rossum | 1997-08-14 | 1 | -1/+3 | |
| | | ||||||
| * | set LOOPS to 10000 | Guido van Rossum | 1997-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | Unlink before rename (for NT). | Guido van Rossum | 1997-05-19 | 1 | -1/+5 | |
| | | ||||||
| * | Correct comment; -c is off by default. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Open the output files with 'wb', not 'w'. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Version 1.1. Fix memory leak and expensive comparison with None. | Guido van Rossum | 1997-01-18 | 1 | -3/+22 | |
| | | ||||||
| * | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 25 | -26/+25 | |
| | | ||||||
| * | Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. | Guido van Rossum | 1996-11-27 | 1 | -6/+6 | |
| | | ||||||
| * | Changed logic so it now replaces anything that has #! and python in | Guido van Rossum | 1996-11-27 | 1 | -6/+5 | |
| | | | | | the first line, replacing the entire line. | |||||
| * | Script to fix cprt notice | Guido van Rossum | 1996-11-27 | 1 | -0/+78 | |
| | | ||||||
| * | Fixed a bug: files that no longer exist remotely would never be | Guido van Rossum | 1996-11-14 | 1 | -0/+24 | |
| | | | | | | | | | | removed from .mirrorinfo. Now they are (even if -r is not specified -- the files are not removed, just their .mirrorinfo entry). Added a feature: the -s pattern option is also used to skip local files when removing (i.e. -r won't remove local files matching the -s patterns). | |||||
| * | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 1 | -2/+7 | |
| | | ||||||
| * | (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom | Fred Drake | 1996-10-11 | 1 | -2/+2 | |
| | | | | | | | | navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. | |||||
| * | (texi2html.py): Tightened the generated HTML slightly. Added -p option to | Fred Drake | 1996-10-09 | 1 | -159/+251 | |
| | | | | | | | | | | | | | | | | | print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... | |||||
| * | (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation | Fred Drake | 1996-09-13 | 1 | -1324/+1319 | |
| | | | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs. | |||||
| * | Note obsolescence | Guido van Rossum | 1996-09-11 | 1 | -1/+5 | |
| | | ||||||
| * | Allow whitespace before '#' in preprocessor directives. | Guido van Rossum | 1996-08-22 | 1 | -3/+4 | |
| | | ||||||
| * | Some improvements by Fred Drake. | Guido van Rossum | 1996-08-09 | 1 | -60/+58 | |
| | | ||||||
| * | More changes by Sjoerd & Jack | Guido van Rossum | 1996-07-21 | 1 | -42/+136 | |
| | | ||||||
| * | Create files as temp file and move to real location only when complete. | Guido van Rossum | 1996-04-09 | 1 | -7/+22 | |
| | | | | | Added some try-except statements around listdir and mkdir operations. | |||||
