| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Added 'verbose' and 'dry_run' flags to CCompiler constructor and | Greg Ward | 1999-08-14 | 1 | -15/+64 |
|
|
* | Comment tweak. | Greg Ward | 1999-08-14 | 1 | -5/+5 |
|
|
* | Better detection of bad entries in option table. | Greg Ward | 1999-08-14 | 1 | -3/+11 |
|
|
* | Added DistutilsExecError, DistutilsValueError. | Greg Ward | 1999-08-14 | 1 | -1/+13 |
|
|
* | Patch by Paul Sokolovsky to support the get() method. | Guido van Rossum | 1999-08-11 | 1 | -0/+5 |
|
|
* | Allow comment characters (#) to be escaped: | Greg Ward | 1999-08-10 | 1 | -14/+37 |
|
|
* | Added __del__ method to GzipFile class that will flush and close the | Andrew M. Kuchling | 1999-08-10 | 1 | -0/+5 |
|
|
* | Mark Hammond writes: | Guido van Rossum | 1999-07-30 | 1 | -1/+3 |
|
|
* | Remove some redundant code from Canvas.tag_bind(), which added all | Guido van Rossum | 1999-07-30 | 1 | -11/+2 |
|
|
* | Another patch from Andy Dustman: | Guido van Rossum | 1999-07-28 | 1 | -1/+8 |
|
|