394 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Guido van Rossum 79b2038aa4 When checking for equality, open the slave file in text mode so it 29 years ago
Guido van Rossum 9476a78c1e Remove "." or "" from front of sys.path (this bit me once). 29 years ago
Guido van Rossum 9971f689cb Fix comment to add the all-important trailing colon to the example. 29 years ago
Guido van Rossum b81b5c72db Moved pystone to Lib/test. Use import test.pystone to run it. 29 years ago
Guido van Rossum d2ba3690ce Skip symlinks; don't bother keeping a list of files that is never used. 29 years ago
Guido van Rossum 92dfa4ffe1 Use correct keyword parameter when calling copy with answer option! 29 years ago
Guido van Rossum 939e4c1efb Oops, there was a bug in the output formatting - the last printed 29 years ago
Guido van Rossum 3485bb6f44 Added logmerge.py 29 years ago
Guido van Rossum 6f0cf7ee20 Consolidate a bunch of CVS or RCS logs read from stdin. 29 years ago
Guido van Rossum 4d3376a80f Added cvsfiles.py and treesync.py 29 years ago
Guido van Rossum a554107802 Source tree synchronization tool (for Windowes, mostly) 29 years ago
Guido van Rossum 30e53c0c39 Print a list of files under CVS. 29 years ago
Guido van Rossum 9189bdabd5 support C++ comments 29 years ago
Guido van Rossum 5526e394a2 set LOOPS to 10000 29 years ago
Guido van Rossum 650b3aad55 Unlink before rename (for NT). 29 years ago
Guido van Rossum e6fcd33179 Correct comment; -c is off by default. 29 years ago
Guido van Rossum 1ade44cb0c Open the output files with 'wb', not 'w'. 29 years ago
Guido van Rossum 04f2b453bb Version 1.1. Fix memory leak and expensive comparison with None. 30 years ago
Guido van Rossum f06ee5fa07 /usr/local/bin/python -> /usr/bin/env python 30 years ago
Guido van Rossum 499181a833 Changed so that it replaces /usr/local/bin/python with /usr/bin/env python. 30 years ago
Guido van Rossum d5c58c34db Changed logic so it now replaces anything that has #! and python in 30 years ago
Guido van Rossum fc0588241c Script to fix cprt notice 30 years ago
Guido van Rossum e41d00bb6a Fixed a bug: files that no longer exist remotely would never be 30 years ago
Fred Drake abcb38250b (texi2html.py): Minor improvement to HTML 3.0 output for code examples. 30 years ago
Fred Drake 22f7f9e671 (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom 30 years ago
Fred Drake 0282726643 (texi2html.py): Tightened the generated HTML slightly. Added -p option to 30 years ago
Fred Drake a39a25e5ec (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation 30 years ago
Guido van Rossum be5e34204e Note obsolescence 30 years ago
Guido van Rossum 6100d914e8 Allow whitespace before '#' in preprocessor directives. 30 years ago
Guido van Rossum 29901ff528 Some improvements by Fred Drake. 30 years ago
Guido van Rossum 8e7a54f525 More changes by Sjoerd & Jack 30 years ago
Guido van Rossum 9a2c546e75 Create files as temp file and move to real location only when complete. 30 years ago
Guido van Rossum d2966cb95a don't die on unreadable files etc. 31 years ago
Jack Jansen e48aa966c1 Fixed bug in cts error message handling. 31 years ago
Jack Jansen 81299f10f7 Added providence mailer support 31 years ago
Jack Jansen 4ec940ad04 Added (limited) compuserve error parsing 31 years ago
Sjoerd Mullender 8968624574 Script to read and parse error messages from mailer daemons. 31 years ago
Sjoerd Mullender edb21c4edc Fixed typo: == -> =. 31 years ago
Guido van Rossum 06f4289d3f many fixes by anonymous contributor 31 years ago
Guido van Rossum e830e55606 added ftp mirror script 31 years ago
Guido van Rossum a12bbff857 mods by Gregor Schmid -- very nice! 31 years ago
Guido van Rossum 189f8fb8f7 added "pystone" benchmark 31 years ago
Guido van Rossum 26a9d37e5c new, from ../Demo/www 31 years ago
Guido van Rossum ed3c791050 moved lots of scripts from Demo/scripts to Tools/scripts 31 years ago
Guido van Rossum 514d351d45 use $INCLUDE path (Mark Hammond) 32 years ago
Guido van Rossum 07c9645413 Get rid of freeze (now its own directory). 32 years ago
Guido van Rossum 9af22a037f newslist.py: Added search for .newslistrc.py; 32 years ago
Guido van Rossum 0038cd9e4d Added convenience functions {complete,reformat}_{filter,string,file}. 32 years ago
Guido van Rossum 3962fdb25a correct typos in option parsing loop 32 years ago
Guido van Rossum 01f5f62401 Added -i option to ignore general regexps 32 years ago