| Commit message (Expand) | Author | Age | Files | Lines |
* | reformatted | Barry Warsaw | 1997-01-16 | 1 | -835/+977 |
|
|
* | 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 |
|
|
* | "ported" Guido's embedding demo to the mac, and wrote some minimal | Jack Jansen | 1997-01-15 | 5 | -1/+278 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 5 | -516/+532 |
|
|
* | Describe new ("unsigned") behavior of hex() and oct(). | Guido van Rossum | 1997-01-14 | 2 | -4/+24 |
|
|
* | Removed _xdr module | Barry Warsaw | 1997-01-14 | 1 | -1/+0 |
|
|
* | test(): close the pipe, just to shut up Purify. | Barry Warsaw | 1997-01-14 | 1 | -0/+1 |
|
|
* | Eliminated gcc -Wall complaints: | Barry Warsaw | 1997-01-14 | 1 | -26/+22 |
|
|
* | Quieted gcc -Wall by removing unused local variables. | Barry Warsaw | 1997-01-14 | 1 | -5/+9 |
|
|
* | Quieted gcc -Wall by removing unused local variables. | Barry Warsaw | 1997-01-14 | 1 | -2/+0 |
|
|
* | Formatting. | Barry Warsaw | 1997-01-14 | 1 | -18/+17 |
|
|
* | Obsolete, now that xdrlib.py uses the new-and-improved struct module. | Barry Warsaw | 1997-01-14 | 1 | -187/+0 |
|
|
* | Raise ConversionError instances the new fangled way, e.g.: | Barry Warsaw | 1997-01-14 | 1 | -3/+4 |
|
|
* | Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit | Guido van Rossum | 1997-01-14 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Renamed. | Barry Warsaw | 1997-01-13 | 1 | -49/+45 |
|
|
* | Use the new regrtest harness | Barry Warsaw | 1997-01-13 | 1 | -4/+1 |
|
|
* | Formatting, and minor error detection | Barry Warsaw | 1997-01-13 | 1 | -49/+52 |
|
|
* | 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 |
|
|
* | initthread(): Removed extraneous Py_INCREF(ThreadError) | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | Skip empty paths read from the registry. | Guido van Rossum | 1997-01-12 | 1 | -6/+8 |
|
|
* | Fix leak involving BuildValue("...O..."). | Guido van Rossum | 1997-01-12 | 1 | -3/+7 |
|
|
* | Changed hex() and oct() again, to never emit a '-' sign. | Guido van Rossum | 1997-01-12 | 1 | -7/+2 |
|
|
* | Add the Lib/MACHDEP subdir to TESTPATH. | Guido van Rossum | 1997-01-11 | 1 | -1/+1 |
|
|
* | Add entries for cStringIO and cPickle | Guido van Rossum | 1997-01-11 | 1 | -0/+3 |
|
|
* | On Windows, -u implies binary mode for stdin/stdout | Guido van Rossum | 1997-01-11 | 1 | -0/+4 |
|
|
* | New, better hash for floating point and complex | Guido van Rossum | 1997-01-11 | 2 | -6/+41 |
|
|
* | 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 |
|
|
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 2 | -0/+10 |
|
|
* | The usual return-value and memory management checks. I'm not planning | Barry Warsaw | 1997-01-10 | 1 | -10/+16 |
|
|
* | (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows | Fred Drake | 1997-01-10 | 1 | -3/+30 |
|
|
* | Subtle change to hex/oct formatting so the largest negative number | Guido van Rossum | 1997-01-10 | 1 | -2/+2 |
|
|
* | Return preferences of unknown type as opaque data | Jack Jansen | 1997-01-10 | 1 | -1/+14 |
|
|
* | Minor fix to get non-gusi python to compile again | Jack Jansen | 1997-01-10 | 1 | -5/+0 |
|
|
* | Mac-specific version of getmtime (for non-GUSI Python, which needs | Jack Jansen | 1997-01-10 | 1 | -0/+50 |
|
|
* | (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative | Fred Drake | 1997-01-10 | 2 | -2/+8 |
|
|
* | Formatting changes, plus memory management in initsyslog() | Barry Warsaw | 1997-01-09 | 1 | -90/+102 |
|
|
* | initsignal(): Py_DECREFs really should be Py_XDECREFs in case the | Barry Warsaw | 1997-01-09 | 1 | -34/+34 |
|
|
* | Plugged a couple of potential return value problems, memory leaks, and | Barry Warsaw | 1997-01-09 | 1 | -8/+13 |
|
|