summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small patch by Tim Peters - it was using self.maxlist when it shouldGuido van Rossum1999-06-231-1/+1
* Make the mode parameter to open() default in the same way as for wave.open().Fred Drake1999-06-222-8/+18
* Patch by Tim Peters:Guido van Rossum1999-06-221-1/+7
* Greg McFarlane submitted two missing Text methods: mark_next() andGuido van Rossum1999-06-211-0/+4
* Relocating file to Lib/lib-old.Fred Drake1999-06-181-63/+0
* Patch suggested (and partially provided) by Lars Damerow: instead ofGuido van Rossum1999-06-171-5/+8
* In collect_children(), put a try-except around os.waitpid() because itGuido van Rossum1999-06-171-1/+4
* open(): Make the mode parameter optional; if omitted or None, use theFred Drake1999-06-171-1/+6
* Suppress warning print statements about modules not found, they areGuido van Rossum1999-06-161-2/+3
* Sjoerd Mullender:Guido van Rossum1999-06-161-8/+24