| Commit message (Expand) | Author | Age | Files | Lines |
* | Ditched the whole notion of "alias options": this meant dropping the | Greg Ward | 1999-09-21 | 1 | -39/+21 |
|
|
* | Added 'write_file()' function. | Greg Ward | 1999-09-21 | 1 | -1/+22 |
|
|
* | In 'link_shared_object()', try to be less sensitive to missing input files | Greg Ward | 1999-09-21 | 1 | -1/+11 |
|
|
* | Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). | Greg Ward | 1999-09-21 | 1 | -0/+8 |
|
|
* | Added docstring, brought __all__ up-to-date. | Greg Ward | 1999-09-21 | 1 | -2/+19 |
|
|
* | Added 'install_path' option for giving non-packagized module | Greg Ward | 1999-09-21 | 1 | -12/+82 |
|
|
* | Only run build_py if we have pure Python modules, and build_ext if we | Greg Ward | 1999-09-21 | 1 | -5/+9 |
|
|
* | Some option changes: | Greg Ward | 1999-09-21 | 1 | -17/+30 |
|
|
* | Basically a complete rewrite to support dealing with modules in whole | Greg Ward | 1999-09-21 | 1 | -36/+197 |
|
|
* | Peter Haight discovered that this code uses a mutable default for cnf | Guido van Rossum | 1999-09-20 | 1 | -1/+3 |
|
|
* | After much hemming and hawing, we decided to roll back Fred's change. | Guido van Rossum | 1999-09-15 | 1 | -5/+5 |
|
|
* | Typo: the method called is do_SPAM, not handle_SPAM. | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | Put Sam Rushing's original RCS ID string back, without dollars around it. | Guido van Rossum | 1999-09-14 | 1 | -1/+1 |
|
|
* | Put Sam Rushing's original RCS ID string back, without dollars around it. | Guido van Rossum | 1999-09-14 | 1 | -1/+1 |
|
|
* | Changed selection of installation directories (in 'set_final_options()') | Greg Ward | 1999-09-13 | 2 | -12/+28 |
|
|
* | Straightened up the selection of installation directories for platform- | Greg Ward | 1999-09-13 | 1 | -31/+21 |
|
|
* | Added support for 'package' option, including where to link the | Greg Ward | 1999-09-13 | 1 | -8/+11 |
|
|
* | Comment addition. | Greg Ward | 1999-09-13 | 1 | -0/+3 |
|
|
* | Now run 'build_ext'. | Greg Ward | 1999-09-13 | 1 | -2/+2 |
|
|
* | Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). | Greg Ward | 1999-09-13 | 1 | -22/+83 |
|
|
* | New command -- install_ext to install extension modules. | Greg Ward | 1999-09-13 | 1 | -0/+38 |
|
|
* | Added 'newer_pairwise()' and 'newer_group()'. | Greg Ward | 1999-09-13 | 1 | -16/+133 |
|
|
* | Added 'output_dir' attribute, and 'output_dir' parameter to several method | Greg Ward | 1999-09-13 | 1 | -6/+33 |
|
|
* | Fixed some goofs in 'alias_options'. | Greg Ward | 1999-09-13 | 1 | -2/+15 |
|
|
* | Message.__delitem__(): If the key doesn't exist in the dictionary, | Fred Drake | 1999-09-10 | 1 | -5/+5 |
|
|
* | Fix for PR#74 -- use int() instead of eval() to extract the exponent. | Guido van Rossum | 1999-09-10 | 1 | -1/+1 |
|
|
* | canonic(): This used to be equivalent to str() but that caused too | Barry Warsaw | 1999-09-09 | 1 | -6/+9 |
|
|
* | Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in | Barry Warsaw | 1999-09-09 | 1 | -8/+23 |
|
|
* | Make the maxsize constructor argument default to 0 (an unlimited queue size). | Guido van Rossum | 1999-09-09 | 1 | -1/+1 |
|
|
* | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 2 | -14/+22 |
|
|
* | Careful rethink of command options, distribution options, distribution | Greg Ward | 1999-09-08 | 1 | -26/+108 |
|
|
* | Ditched redundant docstrings and comments (overlap with ccompiler.py). | Greg Ward | 1999-09-08 | 1 | -111/+20 |
|
|
* | Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're | Greg Ward | 1999-09-08 | 1 | -68/+8 |
|
|
* | os.name is "posix" or "nt" or we don't care. | Greg Ward | 1999-09-08 | 1 | -1/+97 |
|
|
* | [from 1999/08/28] | Greg Ward | 1999-09-08 | 1 | -2/+2 |
|
|
* | Fixed 'return EOFError' that should be 'raise EOFError', caught by | Andrew M. Kuchling | 1999-09-06 | 1 | -1/+1 |
|
|
* | Correct typo in AddressList.__getitem__. By Moshe Zadka. | Guido van Rossum | 1999-09-03 | 1 | -1/+1 |
|
|
* | Fix indent error in __format(): del context[objid] at the end should | Guido van Rossum | 1999-09-02 | 1 | -1/+2 |
|
|
* | Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) | Greg Ward | 1999-08-29 | 1 | -8/+21 |
|
|
* | Patch from Perry Stoll: tweaks to Windows support. | Greg Ward | 1999-08-29 | 1 | -1/+6 |
|
|
* | Patch from Perry Stoll: support for Windows. | Greg Ward | 1999-08-29 | 1 | -10/+29 |
|
|
* | Patch from Perry Stoll: import types module. | Greg Ward | 1999-08-29 | 1 | -0/+1 |
|
|
* | Patch from Perry Stoll: typo fix, make sure we only compile .py files. | Greg Ward | 1999-08-29 | 2 | -12/+18 |
|
|
* | Patch from Perry Stoll: OK for list of modules to be empty. | Greg Ward | 1999-08-29 | 1 | -0/+4 |
|
|
* | Patch from Perry Stoll: pass 'build_info' to link method. | Greg Ward | 1999-08-29 | 1 | -2/+1 |
|
|
* | Patch from Perry Stoll: | Greg Ward | 1999-08-29 | 1 | -6/+19 |
|
|
* | Added msvccompiler module exactly as supplied by Perry Stoll. | Greg Ward | 1999-08-29 | 1 | -0/+317 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-08-26 | 1 | -30/+48 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-08-26 | 3 | -147/+50 |
|
|
* | Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk | Guido van Rossum | 1999-08-20 | 1 | -0/+2 |
|
|