summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed 'mkpath()' to normalize the path right off the bat -- cleans upGreg Ward1999-10-031-5/+7
* Hacked to support the notion of "negative alias" options, to handleGreg Ward1999-10-031-3/+32
* Catch up with changes in 'gen_lib_options()':Greg Ward1999-10-031-5/+30
* Fixed order of link options: object files now precede library stuff.Greg Ward1999-10-031-21/+58
* Slight change to the meaning of the 'libraries' list: if a library nameGreg Ward1999-10-031-14/+37
* Duncan Grisby noted a typo in _DummyThread.Guido van Rossum1999-09-291-1/+1
* Added 'list_only' option (and modified 'run()' to respect it).Greg Ward1999-09-291-1/+9
* Added all documentation.Greg Ward1999-09-291-13/+106
* New command to generate source distribution based on a manifest file.Greg Ward1999-09-291-0/+590
* Added 'package' option.Greg Ward1999-09-291-7/+44
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66
* Renamed many options to be consistent across commands.Greg Ward1999-09-295-41/+35
* Catch up with latest changes in CCompiler:Greg Ward1999-09-291-58/+45
* Catch up with latest changes in CCompiler:Greg Ward1999-09-291-10/+22
* Added 'extra_preargs' and 'extra_postargs' parameters to most methods,Greg Ward1999-09-291-47/+94
* More tweaks to 'mkpath()':Greg Ward1999-09-291-0/+5
* Added 'ready' flag and 'ensure_ready()' method to Command: togetherGreg Ward1999-09-291-28/+53
* Added docstring and RCS id (apparently some Windows tar extractorsGreg Ward1999-09-221-0/+11
* Ditched the whole notion of "alias options": this meant dropping theGreg Ward1999-09-211-39/+21
* Added 'write_file()' function.Greg Ward1999-09-211-1/+22