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