| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | getsize(), getatime(), getmtime(): | Fred Drake | 1999-07-23 | 1 | -3/+3 |
|
|
* | Add test case for bug just fixed by Stephen Turner. | Guido van Rossum | 1999-07-13 | 1 | -0/+11 |
|
|
* | added a test for "To: :" patch | Barry Warsaw | 1999-07-12 | 1 | -0/+7 |
|
|
* | AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out | Barry Warsaw | 1999-07-12 | 1 | -1/+2 |
|
|
* | The first concrete subclass of CCompiler: defines a barebones Unix C compiler. | Greg Ward | 1999-07-10 | 1 | -0/+192 |
|
|
* | The abstract base class that defines the C/C++ compiler abstraction model. | Greg Ward | 1999-07-10 | 1 | -0/+313 |
|
|
* | Added a self-berating command relating to installation directories for | Greg Ward | 1999-07-10 | 1 | -0/+8 |
|
|
* | Don't pollute importer's namespace with type objects from types modules. | Greg Ward | 1999-07-10 | 1 | -2/+11 |
|
|
* | Patch by Jeffrey Chang to add docstrings everywhere. | Guido van Rossum | 1999-07-09 | 1 | -31/+314 |
|
|
* | FTP.dir(): Fix typo in docstring. | Fred Drake | 1999-07-07 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-07-01 | 1 | -1/+1 |
|
|
* | Relocating file to Lib/lib-old. | Fred Drake | 1999-07-01 | 3 | -218/+0 |
|
|
* | Define NotANumber as a subclass of ValueError when using class-based | Fred Drake | 1999-06-29 | 1 | -2/+6 |
|
|
* | While we're at it, convert to docstrings and set the indentation level | Fred Drake | 1999-06-25 | 1 | -91/+96 |
|
|
* | Break some cycles when the widget is destroyed. | Guido van Rossum | 1999-06-25 | 1 | -0/+8 |
|
|
* | Patch from Sjoerd Mullender: | Fred Drake | 1999-06-25 | 1 | -12/+12 |
|
|
* | Mikael Lyngvig writes: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Patch by Mikael Lyngvig: | Guido van Rossum | 1999-06-25 | 1 | -4/+4 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-06-24 | 1 | -2/+8 |
|
|
* | Small patch by Tim Peters - it was using self.maxlist when it should | Guido van Rossum | 1999-06-23 | 1 | -1/+1 |
|
|
* | Make the mode parameter to open() default in the same way as for wave.open(). | Fred Drake | 1999-06-22 | 2 | -8/+18 |
|
|