| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | As per GvR recomendations, remove the restriction that binhex only run on | Roger E. Masse | 1997-01-16 | 1 | -33/+43 |
|
|
* | test output for the binascii C module test script. | Roger E. Masse | 1997-01-16 | 1 | -0/+1 |
|
|
* | test script for the binascii C module. | Roger E. Masse | 1997-01-16 | 2 | -0/+80 |
|
|
* | test is no longer needed | Barry Warsaw | 1997-01-16 | 2 | -32/+0 |
|
|
* | Opps. Added tests for the last two methods that were missing from | Roger E. Masse | 1997-01-15 | 1 | -1/+11 |
|
|
* | Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading | Roger E. Masse | 1997-01-15 | 1 | -24/+58 |
|
|
* | Irix 6 specific files -- thanks Sjoerd! | Guido van Rossum | 1997-01-15 | 58 | -0/+10664 |
|
|
* | test(): close the pipe, just to shut up Purify. | Barry Warsaw | 1997-01-14 | 1 | -0/+1 |
|
|
* | Raise ConversionError instances the new fangled way, e.g.: | Barry Warsaw | 1997-01-14 | 1 | -3/+4 |
|
|
* | Output for test of the timing module | Barry Warsaw | 1997-01-13 | 1 | -0/+1 |
|
|
* | Test of the timing module | Barry Warsaw | 1997-01-13 | 1 | -0/+21 |
|
|
* | Use the new regrtest harness | Barry Warsaw | 1997-01-13 | 1 | -4/+1 |
|
|
* | updated the hex(-16) test since hex() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
|
|
* | updated the oct(-100) test since oct() of a signed literal has changed. | Barry Warsaw | 1997-01-13 | 1 | -1/+1 |
|
|
* | Catch sunaudiodev.error on open() and re-raise TestFailed exception. | Barry Warsaw | 1997-01-13 | 1 | -3/+7 |
|
|
* | Oops, remove debugging statements | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
|
|
* | A slightly better test of sunaudiodev module. Include the audio data | Barry Warsaw | 1997-01-13 | 2 | -22/+9 |
|
|
* | Rewrite the `hostname mismatch' test as per GvR suggestion. | Barry Warsaw | 1997-01-13 | 1 | -2/+8 |
|
|
* | Use new struct which supports standardized sizes | Guido van Rossum | 1997-01-11 | 1 | -5/+2 |
|
|
* | Add __len__ method | Guido van Rossum | 1997-01-11 | 1 | -0/+4 |
|
|
* | Use newer struct, which handles unsigned long right | Guido van Rossum | 1997-01-11 | 1 | -3/+1 |
|
|
* | (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows | Fred Drake | 1997-01-10 | 1 | -3/+30 |
|
|
* | (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative | Fred Drake | 1997-01-10 | 2 | -2/+8 |
|
|
* | Test of the sunaudiodev module -- it simply plays a sound if it can | Barry Warsaw | 1997-01-07 | 2 | -0/+39 |
|
|
* | Added an os._exit(0) in the parent so we don't have two test processes | Barry Warsaw | 1997-01-07 | 1 | -0/+3 |
|
|
* | New output file for strop test | Barry Warsaw | 1997-01-06 | 1 | -0/+2 |
|
|
* | Added a couple of strop.join() tests for large lists and long items | Barry Warsaw | 1997-01-06 | 1 | -1/+20 |
|
|
* | Fix the following bug: | Guido van Rossum | 1997-01-03 | 2 | -8/+12 |
|
|
* | This is a very inobstrusive test for the existance of the SGI cd module | Roger E. Masse | 1997-01-03 | 1 | -0/+26 |
|
|
* | Output file for test_cd.py | Roger E. Masse | 1997-01-03 | 1 | -0/+1 |
|
|
* | Some small changes. | Guido van Rossum | 1997-01-03 | 1 | -5/+15 |
|
|
* | Output file for test_al.py | Roger E. Masse | 1997-01-03 | 1 | -0/+1 |
|
|
* | This is a very inobstrusive test for the existance of the al module and all | Roger E. Masse | 1997-01-03 | 1 | -0/+24 |
|
|
* | Output of socket module test. | Barry Warsaw | 1997-01-03 | 1 | -0/+18 |
|
|
* | Test of the socket module. The following functions and methods are | Barry Warsaw | 1997-01-03 | 1 | -0/+131 |
|
|
* | Updated to include the verbose flag from test_support | Roger E. Masse | 1997-01-03 | 1 | -152/+197 |
|
|
* | Change the ``calcsize*3'' test to be portable to 64-bit machines. | Guido van Rossum | 1997-01-03 | 1 | -3/+7 |
|
|
* | Output for signal module test | Barry Warsaw | 1997-01-03 | 1 | -0/+2 |
|
|
* | Added f/d tests for specific byte orders. | Guido van Rossum | 1997-01-03 | 1 | -9/+19 |
|
|
* | Use the new struct module's ability to pack and unpack standardized | Guido van Rossum | 1997-01-02 | 1 | -77/+32 |
|
|
* | <rotorobj>.setkey() now requires exactly one argument | Barry Warsaw | 1997-01-02 | 1 | -1/+4 |
|
|
* | Added characteristics of shttp, https, and snews. | Guido van Rossum | 1997-01-02 | 1 | -3/+12 |
|
|
* | Properly parenthesize a long Boolean combination. Formerly, you could | Guido van Rossum | 1997-01-02 | 1 | -1/+1 |
|
|
* | (formatter.py): Add a flush() method to the writer interface. This really | Fred Drake | 1996-12-31 | 1 | -2/+2 |
|
|
* | Exercise the new feature set somewhat. | Guido van Rossum | 1996-12-31 | 1 | -10/+73 |
|
|
* | Rewrote _{read,write}_{short,long} to use the newly revamped struct | Guido van Rossum | 1996-12-31 | 1 | -37/+44 |
|
|
* | Added support for RFC 850 style dates, as used by some HTTP servers | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
|
|
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 2 | -4/+12 |
|
|
* | Added config(ure) method to Image class. | Guido van Rossum | 1996-12-27 | 2 | -0/+20 |
|
|
* | Change the default values for IntVar and DoubleVar to numbers (they | Guido van Rossum | 1996-12-27 | 2 | -4/+4 |
|
|