summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the TkGuido van Rossum1999-08-201-0/+2
* A nit to make Fred proud.Barry Warsaw1999-08-191-0/+1
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* New version by Mark-Andre Lemburg (generated by a script, parseentities.py).Guido van Rossum1999-08-191-103/+253
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+2
* Typo in comment (on Mac, it's the *resource* fork that's not copied,Guido van Rossum1999-08-181-1/+1
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+1
* Add Tim Peters' shuffle() algorithm.Guido van Rossum1999-08-181-0/+21
* Implements the 'build_ext' command for building C/C++ extension modules.Greg Ward1999-08-141-0/+192
* Module to spawn sub-commands in a platform-independent way.Greg Ward1999-08-141-0/+106
* Changed to use 'spawn()', now that it exists.Greg Ward1999-08-141-24/+62
* Added 'verbose' and 'dry_run' flags to CCompiler constructor andGreg Ward1999-08-141-15/+64
* Comment tweak.Greg Ward1999-08-141-5/+5
* Better detection of bad entries in option table.Greg Ward1999-08-141-3/+11
* Added DistutilsExecError, DistutilsValueError.Greg Ward1999-08-141-1/+13
* Patch by Paul Sokolovsky to support the get() method.Guido van Rossum1999-08-111-0/+5
* Allow comment characters (#) to be escaped:Greg Ward1999-08-101-14/+37
* Added __del__ method to GzipFile class that will flush and close theAndrew M. Kuchling1999-08-101-0/+5
* Mark Hammond writes:Guido van Rossum1999-07-301-1/+3
* Remove some redundant code from Canvas.tag_bind(), which added allGuido van Rossum1999-07-301-11/+2
* Another patch from Andy Dustman:Guido van Rossum1999-07-281-1/+8
* getsize(), getatime(), getmtime():Fred Drake1999-07-231-3/+3
* Add test case for bug just fixed by Stephen Turner.Guido van Rossum1999-07-131-0/+11
* added a test for "To: :" patchBarry Warsaw1999-07-121-0/+7
* AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch outBarry Warsaw1999-07-121-1/+2
* The first concrete subclass of CCompiler: defines a barebones Unix C compiler.Greg Ward1999-07-101-0/+192
* The abstract base class that defines the C/C++ compiler abstraction model.Greg Ward1999-07-101-0/+313
* Added a self-berating command relating to installation directories forGreg Ward1999-07-101-0/+8
* Don't pollute importer's namespace with type objects from types modules.Greg Ward1999-07-101-2/+11
* Patch by Jeffrey Chang to add docstrings everywhere.Guido van Rossum1999-07-091-31/+314
* FTP.dir(): Fix typo in docstring.Fred Drake1999-07-071-1/+1
* Sjoerd Mullender:Guido van Rossum1999-07-011-1/+1
* Relocating file to Lib/lib-old.Fred Drake1999-07-013-218/+0
* Define NotANumber as a subclass of ValueError when using class-basedFred Drake1999-06-291-2/+6
* While we're at it, convert to docstrings and set the indentation levelFred Drake1999-06-251-91/+96
* Break some cycles when the widget is destroyed.Guido van Rossum1999-06-251-0/+8
* Patch from Sjoerd Mullender:Fred Drake1999-06-251-12/+12
* Mikael Lyngvig writes:Guido van Rossum1999-06-251-4/+4
* Patch by Mikael Lyngvig:Guido van Rossum1999-06-251-4/+4
* Sjoerd Mullender writes:Guido van Rossum1999-06-241-2/+8