summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Removing this -- complex numbers are now builtin,Guido van Rossum1997-02-231-275/+0
* Removed nonstandard strftime formats (strftime is tested moreGuido van Rossum1997-02-201-2/+2
* Remove some bogus code that would cause a NameError if a -r option was passed.Guido van Rossum1997-02-191-5/+0
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0
* join(): Wax the incorrect leading commentBarry Warsaw1997-02-182-8/+0
* join(): join one or more path componentsBarry Warsaw1997-02-183-26/+42
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15
* Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env isGuido van Rossum1997-02-181-1/+1
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-152-50/+20
* Gave the Listbox selection methods their correct (longer) names.Guido van Rossum1997-02-142-4/+8
* Added test for ratecv (from Sjoerd, reformatted).Guido van Rossum1997-02-141-0/+9
* Put support for a cnf dictionary back in, since it is still supportedGuido van Rossum1997-02-122-2/+6
* Merged in Jack's fixes. This brings some lines beyond 79 chars again;Guido van Rossum1997-02-111-17/+32
* Put a new, more useful, set of references in the leading comment.Guido van Rossum1997-02-101-6/+13
* Move the 'import os' in URLopener.cleanup() to inside the blockGuido van Rossum1997-01-301-1/+1
* Skip Montanaro's robots.txt parser.Guido van Rossum1997-01-301-0/+97
* Did nobody ever notice that "make test" didn't print the summary lineGuido van Rossum1997-01-291-1/+0
* new.code() has grown another foot, eh, another two arguments.Guido van Rossum1997-01-271-1/+1
* Fix splitext() to go up to the last dot, not the first.Guido van Rossum1997-01-221-3/+8
* Avoid traceback in selection_own_get() when no Tk widget owns theGuido van Rossum1997-01-212-6/+8
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-181-3/+22
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-1/+1
* Of course, when the type of the argument to dis() is unsupported, itGuido van Rossum1997-01-171-1/+1
* More user friedly interface:Guido van Rossum1997-01-171-10/+25
* Make as sure as we can that the forked child does not return andGuido van Rossum1997-01-171-12/+15
* Test output for the SGI cl C module test script.Roger E. Masse1997-01-171-0/+1
* Lame test script for the SGI cl C module.Roger E. Masse1997-01-171-0/+78
* Output from test script for the bsddb C extension module.Roger E. Masse1997-01-161-0/+1
* Test script for the bsddb C extension module.Roger E. Masse1997-01-161-0/+69
* Minor output message changeRoger E. Masse1997-01-162-2/+14
* Merge several mods:Guido van Rossum1997-01-161-2/+12
* As per GvR recomendations, remove the restriction that binhex only run onRoger E. Masse1997-01-161-33/+43
* test output for the binascii C module test script.Roger E. Masse1997-01-161-0/+1
* test script for the binascii C module.Roger E. Masse1997-01-162-0/+80
* test is no longer neededBarry Warsaw1997-01-162-32/+0
* Opps. Added tests for the last two methods that were missing fromRoger E. Masse1997-01-151-1/+11
* Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for readingRoger E. Masse1997-01-151-24/+58
* Irix 6 specific files -- thanks Sjoerd!Guido van Rossum1997-01-1558-0/+10664
* test(): close the pipe, just to shut up Purify.Barry Warsaw1997-01-141-0/+1
* Raise ConversionError instances the new fangled way, e.g.:Barry Warsaw1997-01-141-3/+4
* Output for test of the timing moduleBarry Warsaw1997-01-131-0/+1
* Test of the timing moduleBarry Warsaw1997-01-131-0/+21
* Use the new regrtest harnessBarry Warsaw1997-01-131-4/+1
* updated the hex(-16) test since hex() of a signed literal has changed.Barry Warsaw1997-01-131-1/+1
* updated the oct(-100) test since oct() of a signed literal has changed.Barry Warsaw1997-01-131-1/+1
* Catch sunaudiodev.error on open() and re-raise TestFailed exception.Barry Warsaw1997-01-131-3/+7
* Oops, remove debugging statementsBarry Warsaw1997-01-131-1/+0
* A slightly better test of sunaudiodev module. Include the audio dataBarry Warsaw1997-01-132-22/+9
* Rewrite the `hostname mismatch' test as per GvR suggestion.Barry Warsaw1997-01-131-2/+8
* Use new struct which supports standardized sizesGuido van Rossum1997-01-111-5/+2