summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README file for hints on Purify'ing or Quantify'ing the PythonBarry Warsaw1997-01-161-0/+72
* Already renamed. Indented.Roger E. Masse1997-01-161-471/+513
* 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
* Rewrote lookmapping() according to suggestions by Jyrki Alakuijala.Guido van Rossum1997-01-162-42/+142
* Minor output message changeRoger E. Masse1997-01-162-2/+14
* Merge several mods:Guido van Rossum1997-01-161-2/+12
* Renamed.Roger E. Masse1997-01-161-79/+88
* As per GvR recomendations, remove the restriction that binhex only run onRoger E. Masse1997-01-161-33/+43
* set_key(): Use Py_CHARMASK macro to get the character from the arrayBarry Warsaw1997-01-161-237/+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
* reformattedBarry Warsaw1997-01-161-835/+977
* 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
* "ported" Guido's embedding demo to the mac, and wrote some minimalJack Jansen1997-01-155-1/+278
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-155-516/+532
* Describe new ("unsigned") behavior of hex() and oct().Guido van Rossum1997-01-142-4/+24
* Removed _xdr moduleBarry Warsaw1997-01-141-1/+0
* test(): close the pipe, just to shut up Purify.Barry Warsaw1997-01-141-0/+1
* Eliminated gcc -Wall complaints:Barry Warsaw1997-01-141-26/+22
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-5/+9
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-2/+0
* Formatting.Barry Warsaw1997-01-141-18/+17
* Obsolete, now that xdrlib.py uses the new-and-improved struct module.Barry Warsaw1997-01-141-187/+0
* Raise ConversionError instances the new fangled way, e.g.:Barry Warsaw1997-01-141-3/+4
* Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bitGuido van Rossum1997-01-141-2/+2
* Output for test of the timing moduleBarry Warsaw1997-01-131-0/+1
* Test of the timing moduleBarry Warsaw1997-01-131-0/+21
* Renamed.Barry Warsaw1997-01-131-49/+45
* Use the new regrtest harnessBarry Warsaw1997-01-131-4/+1
* Formatting, and minor error detectionBarry Warsaw1997-01-131-49/+52
* 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
* initthread(): Removed extraneous Py_INCREF(ThreadError)Barry Warsaw1997-01-131-1/+0
* 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
* Skip empty paths read from the registry.Guido van Rossum1997-01-121-6/+8
* Fix leak involving BuildValue("...O...").Guido van Rossum1997-01-121-3/+7
* Changed hex() and oct() again, to never emit a '-' sign.Guido van Rossum1997-01-121-7/+2
* Add the Lib/MACHDEP subdir to TESTPATH.Guido van Rossum1997-01-111-1/+1
* Add entries for cStringIO and cPickleGuido van Rossum1997-01-111-0/+3
* On Windows, -u implies binary mode for stdin/stdoutGuido van Rossum1997-01-111-0/+4
* New, better hash for floating point and complexGuido van Rossum1997-01-112-6/+41
* Use new struct which supports standardized sizesGuido van Rossum1997-01-111-5/+2
* Add __len__ methodGuido van Rossum1997-01-111-0/+4