summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add __len__ methodGuido van Rossum1997-01-111-0/+4
* Use newer struct, which handles unsigned long rightGuido van Rossum1997-01-111-3/+1
* (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allowsFred Drake1997-01-101-3/+30
* (Tkinter.py): Add support for Frame(w, class_="classname") as an alternativeFred Drake1997-01-102-2/+8
* Test of the sunaudiodev module -- it simply plays a sound if it canBarry Warsaw1997-01-072-0/+39
* Added an os._exit(0) in the parent so we don't have two test processesBarry Warsaw1997-01-071-0/+3
* New output file for strop testBarry Warsaw1997-01-061-0/+2
* Added a couple of strop.join() tests for large lists and long itemsBarry Warsaw1997-01-061-1/+20
* Fix the following bug:Guido van Rossum1997-01-032-8/+12
* This is a very inobstrusive test for the existance of the SGI cd moduleRoger E. Masse1997-01-031-0/+26
* Output file for test_cd.pyRoger E. Masse1997-01-031-0/+1
* Some small changes.Guido van Rossum1997-01-031-5/+15
* Output file for test_al.pyRoger E. Masse1997-01-031-0/+1
* This is a very inobstrusive test for the existance of the al module and allRoger E. Masse1997-01-031-0/+24
* Output of socket module test.Barry Warsaw1997-01-031-0/+18
* Test of the socket module. The following functions and methods areBarry Warsaw1997-01-031-0/+131
* Updated to include the verbose flag from test_supportRoger E. Masse1997-01-031-152/+197
* Change the ``calcsize*3'' test to be portable to 64-bit machines.Guido van Rossum1997-01-031-3/+7
* Output for signal module testBarry Warsaw1997-01-031-0/+2
* Added f/d tests for specific byte orders.Guido van Rossum1997-01-031-9/+19
* Use the new struct module's ability to pack and unpack standardizedGuido van Rossum1997-01-021-77/+32
* <rotorobj>.setkey() now requires exactly one argumentBarry Warsaw1997-01-021-1/+4
* Added characteristics of shttp, https, and snews.Guido van Rossum1997-01-021-3/+12
* Properly parenthesize a long Boolean combination. Formerly, you couldGuido van Rossum1997-01-021-1/+1
* (formatter.py): Add a flush() method to the writer interface. This reallyFred Drake1996-12-311-2/+2
* Exercise the new feature set somewhat.Guido van Rossum1996-12-311-10/+73
* Rewrote _{read,write}_{short,long} to use the newly revamped structGuido van Rossum1996-12-311-37/+44
* Added support for RFC 850 style dates, as used by some HTTP serversGuido van Rossum1996-12-271-0/+4
* Fix bogus implementation of Group.bind().Guido van Rossum1996-12-272-4/+12
* Added config(ure) method to Image class.Guido van Rossum1996-12-272-0/+20
* Change the default values for IntVar and DoubleVar to numbers (theyGuido van Rossum1996-12-272-4/+4
* Crude but effective hack to clear the parser cache every so often.Guido van Rossum1996-12-271-0/+4
* Test output for the gl C extension module.Roger E. Masse1996-12-241-0/+1
* gl is a *huge* module. This is a very simple test that insures thatRoger E. Masse1996-12-241-0/+141
* Output filesBarry Warsaw1996-12-236-0/+60
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-238-27/+89
* Very very small comment change.Roger E. Masse1996-12-201-1/+1
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-209-53/+71
* added test of the regex moduleBarry Warsaw1996-12-203-0/+92