| Commit message (Expand) | Author | Age | Files | Lines |
* | When emitting a command-line error message, *say* it's an error. | Greg Ward | 1999-12-16 | 1 | -1/+1 |
|
|
* | Catch errors from 'rmtree' and emit a warning. | Greg Ward | 1999-12-16 | 1 | -2/+10 |
|
|
* | Only set msg.fp to None when there are no extra arguments; if there | Guido van Rossum | 1999-12-14 | 1 | -1/+2 |
|
|
* | V 2.16 from Piers: | Guido van Rossum | 1999-12-13 | 1 | -50/+123 |
|
|
* | Use 'search', not 'match', on filename pattern regexes. | Greg Ward | 1999-12-13 | 1 | -2/+2 |
|
|
* | Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. | Greg Ward | 1999-12-12 | 2 | -11/+12 |
|
|
* | Catch missing MANIFEST file and warn rather than blowing up. | Greg Ward | 1999-12-12 | 1 | -3/+27 |
|
|
* | Fixed 'find_package_modules()' to ensure that we never build (and thus | Greg Ward | 1999-12-12 | 1 | -11/+24 |
|
|
* | Changed 'build_extensions()' so 'sources' can be a list or tuple; and | Greg Ward | 1999-12-12 | 1 | -3/+4 |
|
|
* | In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for | Greg Ward | 1999-12-12 | 1 | -6/+16 |
|
|
* | Added support for printing out help text from option table: 'print_help()', | Greg Ward | 1999-12-12 | 1 | -12/+171 |
|
|
* | Made "verbose" mode the default; now you have to supply --quiet if you | Greg Ward | 1999-12-12 | 1 | -18/+75 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 2 | -18/+149 |
|
|
* | According to Craig H Rowland, openbsd2 is yet another BSD variant that | Guido van Rossum | 1999-12-06 | 1 | -0/+2 |
|
|
* | [from 1999-11-04] | Greg Ward | 1999-12-03 | 1 | -5/+14 |
|
|
* | In abspath(), always use normpath(), even when win32api is available | Guido van Rossum | 1999-11-30 | 1 | -3/+3 |
|
|
* | A bunch of docstring fixes. | Barry Warsaw | 1999-11-28 | 1 | -23/+22 |
|
|
* | look for builtins before stuff on the path. | Greg Stein | 1999-11-24 | 1 | -1/+1 |
|
|
* | add loading of dynamic library modules. | Greg Stein | 1999-11-24 | 1 | -4/+18 |
|
|
* | turn SysPathImporter into PathImporter. | Greg Stein | 1999-11-20 | 1 | -6/+7 |
|
|
* | remove the __version__ global. | Greg Stein | 1999-11-20 | 1 | -2/+0 |
|
|
* | only put __path__ into package modules. | Greg Stein | 1999-11-20 | 1 | -2/+1 |
|
|
* | shift code from DirectoryImporter out to a common area. | Greg Stein | 1999-11-20 | 1 | -64/+231 |
|
|
* | Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a | Guido van Rossum | 1999-11-16 | 1 | -1/+2 |
|
|
* | Correct typo in module doc string doscovered by Jonathan Giddy. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Oops. Remove some garbage from the doc string that was accidentally | Guido van Rossum | 1999-11-09 | 1 | -12/+0 |
|
|
* | Add some header comments to all the files. | Greg Stein | 1999-11-07 | 1 | -0/+7 |
|
|
* | initial checkin for my Python stuff. | Greg Stein | 1999-11-07 | 1 | -0/+492 |
|
|
* | split() docstring: Made signature and description for the first | Fred Drake | 1999-11-04 | 1 | -2/+2 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-11-03 | 1 | -0/+3 |
|
|
* | Oops. spawnl() and spawnle() should be implemented on Windows too. | Guido van Rossum | 1999-11-02 | 1 | -7/+14 |
|
|
* | Correct typo in walk.__doc__ reported by Francois Pinard. | Guido van Rossum | 1999-11-02 | 2 | -2/+2 |
|
|
* | Checking in a bunch of spawn functions. These are only defined if we | Guido van Rossum | 1999-11-02 | 1 | -2/+80 |
|
|
* | New module by Moshe Zadka (submitted on Sept. 25). This unifies the | Guido van Rossum | 1999-10-26 | 1 | -0/+57 |
|
|
* | Patch by Michael Hudson: when the object of attribute expansion is a | Guido van Rossum | 1999-10-26 | 1 | -3/+26 |
|
|
* | Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the | Guido van Rossum | 1999-10-26 | 1 | -12/+27 |
|
|
* | Don't assume GNU tar -- generate tar file and compress in separate steps. | Greg Ward | 1999-10-23 | 1 | -12/+23 |
|
|
* | Removed massive comment speculating about needlessly complex variations | Greg Ward | 1999-10-23 | 1 | -139/+0 |
|
|
* | Qualified use of 'newer_group' function. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | Fix how we run 'zip' -- give explicit .zip extension. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
|
|
* | In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just | Guido van Rossum | 1999-10-22 | 1 | -2/+10 |
|
|
* | Fix PR#107: wm_colormapwindows() did the wrong thing when presented | Guido van Rossum | 1999-10-20 | 1 | -1/+3 |
|
|
* | Test output. | Guido van Rossum | 1999-10-19 | 1 | -0/+28 |
|
|
* | Rewritten -- this now tests the binascii *except* for the binhex | Guido van Rossum | 1999-10-19 | 1 | -44/+85 |
|
|
* | Test output for test_binhex.py. | Guido van Rossum | 1999-10-19 | 1 | -0/+1 |
|
|
* | This test really only tests the binhex module. | Guido van Rossum | 1999-10-19 | 1 | -2/+2 |
|
|
* | print a warning if the password will be echoed. | Jeremy Hylton | 1999-10-18 | 1 | -22/+26 |
|
|
* | Fixed PR#106: winfo_visualsavailable() with the includeids=1 option | Guido van Rossum | 1999-10-18 | 1 | -3/+5 |
|
|
* | Fix for PR#111: when using the inplace option, give the new file the | Guido van Rossum | 1999-10-18 | 1 | -3/+15 |
|
|
* | os.fork raises AttributeError, not NameError, if fork() isn't | Fred Drake | 1999-10-18 | 1 | -1/+1 |
|
|