summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Laurence Tratt notes that the accept() call in get_request() can fail,Guido van Rossum1999-06-151-1/+4
* Add the test case provided by Barry Scott for his patch.Guido van Rossum1999-06-151-0/+5
* Barry Scott writes:Guido van Rossum1999-06-151-1/+1
* Added a couple of endswith test cases for bugs reported by Timbot.Barry Warsaw1999-06-151-0/+8
* Added more tests of joinBarry Warsaw1999-06-141-0/+9
* Message.getheaders(): If there are no matching headers, return anFred Drake1999-06-141-2/+3
* After more discussion with Jim, change the behavior so that only aGuido van Rossum1999-06-111-9/+1
* Two extra startswith testsBarry Warsaw1999-06-111-0/+3
* Harness can now test object methods directly, if they aren't availableBarry Warsaw1999-06-111-2/+14
* Mark Hammond: patch for Windows/CE.Guido van Rossum1999-06-111-0/+15
* Output for the regression test of the new string methods.Barry Warsaw1999-06-101-0/+3
* Regression test for the new string methods.Barry Warsaw1999-06-101-0/+110
* Relocating file to Lib/lib-old.Fred Drake1999-06-101-25/+0
* Added a few more bugs to the doc string; reformatted existing bugs.Guido van Rossum1999-06-101-8/+23
* Co-production with Tim Peters, implementing a suggestion by MarkGuido van Rossum1999-06-101-6/+31
* Fix by Sjoerd for a package related bug: If you have a non-empyGuido van Rossum1999-06-091-6/+6
* Updated lagging version#. Also added some comments about how quote()Guido van Rossum1999-06-091-1/+3
* Patch by Per Cederqvist:Guido van Rossum1999-06-091-3/+6