summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Based on comments from Paul Prescod:Fred Drake1999-10-161-2/+11
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-122-860/+550
* update to use threading module instead of thread.Jeremy Hylton1999-10-121-4/+4
* fixed a typo in a docstring, and slightly expanded the moduleBarry Warsaw1999-10-121-3/+2
* Fix PR#31 -- zfill() mishandles empty string.Guido van Rossum1999-10-111-1/+1
* Jeremy writes:Guido van Rossum1999-10-101-1/+2
* Fix PR#3, submitted by Skip Montanaro: if no space appears after theGuido van Rossum1999-10-061-1/+1
* Added has_option(); fix bug in get() which botched interpolation ifGuido van Rossum1999-10-041-1/+16
* Urmpfh!Guido van Rossum1999-10-041-8/+43
* ConfigParser.read(): Don't mask IOError exceptions.Fred Drake1999-10-041-5/+3
* Filter 'glob()' results so we only look at regular files.Greg Ward1999-10-031-2/+2
* Pass 'force' flag to 'new_compiler()'.Greg Ward1999-10-031-2/+3
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-032-4/+4
* Added 'force' and 'quiet' (negative alias for 'verbose') to theGreg Ward1999-10-031-83/+84