summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* In 'link_shared_object()', try to be less sensitive to missing input filesGreg Ward1999-09-211-1/+11
* Typecheck elements of 'macros' parameter in 'gen_preprocess_options().Greg Ward1999-09-211-0/+8
* Added docstring, brought __all__ up-to-date.Greg Ward1999-09-211-2/+19
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-211-12/+82
* Only run build_py if we have pure Python modules, and build_ext if weGreg Ward1999-09-211-5/+9
* Some option changes:Greg Ward1999-09-211-17/+30
* Basically a complete rewrite to support dealing with modules in wholeGreg Ward1999-09-211-36/+197
* Peter Haight discovered that this code uses a mutable default for cnfGuido van Rossum1999-09-201-1/+3
* After much hemming and hawing, we decided to roll back Fred's change.Guido van Rossum1999-09-151-5/+5
* Typo: the method called is do_SPAM, not handle_SPAM.Guido van Rossum1999-09-151-1/+1
* Put Sam Rushing's original RCS ID string back, without dollars around it.Guido van Rossum1999-09-141-1/+1
* Put Sam Rushing's original RCS ID string back, without dollars around it.Guido van Rossum1999-09-141-1/+1
* Changed selection of installation directories (in 'set_final_options()')Greg Ward1999-09-132-12/+28
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-131-31/+21
* Added support for 'package' option, including where to link theGreg Ward1999-09-131-8/+11
* 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