summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Comment addition.Greg Ward1999-09-131-0/+3
* Now run 'build_ext'.Greg Ward1999-09-131-2/+2
* Added 'output_dir' parameter to 'compile()' and 'link_shared_object().Greg Ward1999-09-131-22/+83
* New command -- install_ext to install extension modules.Greg Ward1999-09-131-0/+38
* Added 'newer_pairwise()' and 'newer_group()'.Greg Ward1999-09-131-16/+133
* Added 'output_dir' attribute, and 'output_dir' parameter to several methodGreg Ward1999-09-131-6/+33
* Fixed some goofs in 'alias_options'.Greg Ward1999-09-131-2/+15
* Message.__delitem__(): If the key doesn't exist in the dictionary,Fred Drake1999-09-101-5/+5
* Fix for PR#74 -- use int() instead of eval() to extract the exponent.Guido van Rossum1999-09-101-1/+1
* canonic(): This used to be equivalent to str() but that caused tooBarry Warsaw1999-09-091-6/+9
* Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line inBarry Warsaw1999-09-091-8/+23
* Make the maxsize constructor argument default to 0 (an unlimited queue size).Guido van Rossum1999-09-091-1/+1
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-082-14/+22
* Careful rethink of command options, distribution options, distributionGreg Ward1999-09-081-26/+108
* Ditched redundant docstrings and comments (overlap with ccompiler.py).Greg Ward1999-09-081-111/+20
* Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they'reGreg Ward1999-09-081-68/+8
* os.name is "posix" or "nt" or we don't care.Greg Ward1999-09-081-1/+97
* [from 1999/08/28]Greg Ward1999-09-081-2/+2
* Fixed 'return EOFError' that should be 'raise EOFError', caught byAndrew M. Kuchling1999-09-061-1/+1
* Correct typo in AddressList.__getitem__. By Moshe Zadka.Guido van Rossum1999-09-031-1/+1
* Fix indent error in __format(): del context[objid] at the end shouldGuido van Rossum1999-09-021-1/+2
* Patch from Perry Stoll: caught up with changes in CCompiler necessary (?)Greg Ward1999-08-291-8/+21
* Patch from Perry Stoll: tweaks to Windows support.Greg Ward1999-08-291-1/+6
* Patch from Perry Stoll: support for Windows.Greg Ward1999-08-291-10/+29
* Patch from Perry Stoll: import types module.Greg Ward1999-08-291-0/+1
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-292-12/+18
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Patch from Perry Stoll: pass 'build_info' to link method.Greg Ward1999-08-291-2/+1
* Patch from Perry Stoll:Greg Ward1999-08-291-6/+19
* Added msvccompiler module exactly as supplied by Perry Stoll.Greg Ward1999-08-291-0/+317
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-30/+48
* Sjoerd Mullender writes:Guido van Rossum1999-08-263-147/+50
* Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the TkGuido van Rossum1999-08-201-0/+2
* A nit to make Fred proud.Barry Warsaw1999-08-191-0/+1
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* New version by Mark-Andre Lemburg (generated by a script, parseentities.py).Guido van Rossum1999-08-191-103/+253
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+2
* Typo in comment (on Mac, it's the *resource* fork that's not copied,Guido van Rossum1999-08-181-1/+1
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+1
* Add Tim Peters' shuffle() algorithm.Guido van Rossum1999-08-181-0/+21
* Implements the 'build_ext' command for building C/C++ extension modules.Greg Ward1999-08-141-0/+192
* Module to spawn sub-commands in a platform-independent way.Greg Ward1999-08-141-0/+106
* Changed to use 'spawn()', now that it exists.Greg Ward1999-08-141-24/+62
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* Comment tweak.Greg Ward1999-08-141-5/+5
* Better detection of bad entries in option table.Greg Ward1999-08-141-3/+11
* Added DistutilsExecError, DistutilsValueError.Greg Ward1999-08-141-1/+13
* Patch by Paul Sokolovsky to support the get() method.Guido van Rossum1999-08-111-0/+5
* Allow comment characters (#) to be escaped:Greg Ward1999-08-101-14/+37
* Added __del__ method to GzipFile class that will flush and close theAndrew M. Kuchling1999-08-101-0/+5