| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | A nit to make Fred proud. | Barry Warsaw | 1999-08-19 | 1 | -0/+1 |
|
|
* | Oops, call 'os.path.join()'! | Greg Ward | 1999-08-19 | 1 | -1/+1 |
|
|
* | New version by Mark-Andre Lemburg (generated by a script, parseentities.py). | Guido van Rossum | 1999-08-19 | 1 | -103/+253 |
|
|
* | Patches by Michael Reilly to correctly deal with ftp URLs of the form | Guido van Rossum | 1999-08-18 | 1 | -0/+2 |
|
|
* | Typo in comment (on Mac, it's the *resource* fork that's not copied, | Guido van Rossum | 1999-08-18 | 1 | -1/+1 |
|
|
* | Patches by Michael Reilly to correctly deal with ftp URLs of the form | Guido van Rossum | 1999-08-18 | 1 | -0/+1 |
|
|
* | Add Tim Peters' shuffle() algorithm. | Guido van Rossum | 1999-08-18 | 1 | -0/+21 |
|
|
* | Implements the 'build_ext' command for building C/C++ extension modules. | Greg Ward | 1999-08-14 | 1 | -0/+192 |
|
|
* | Module to spawn sub-commands in a platform-independent way. | Greg Ward | 1999-08-14 | 1 | -0/+106 |
|
|
* | Changed to use 'spawn()', now that it exists. | Greg Ward | 1999-08-14 | 1 | -24/+62 |
|
|