summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Several changes:Barry Warsaw1997-01-031-142/+106
* Some small changes.Guido van Rossum1997-01-031-5/+15
* Renamed, but not throughly tested.Roger E. Masse1997-01-031-226/+235
* 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
* Renamed, but untested.Roger E. Masse1997-01-031-765/+780
* Added PyLong*UnsignedLong and PyCobject interfaces.Guido van Rossum1997-01-032-0/+8
* very minor typoBarry Warsaw1997-01-032-2/+2
* 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
* Renamed, reindented. (was already partially complete)Roger E. Masse1997-01-031-933/+939
* 'I' and 'L' now always return a Python long.Guido van Rossum1997-01-032-6/+2
* Added unsigned data formats (B, H, I, L).Guido van Rossum1997-01-032-2/+16
* Updated to include the verbose flag from test_supportRoger E. Masse1997-01-031-152/+197
* Add new formats B, H, I, L for unsigned data types (analogous to theGuido van Rossum1997-01-031-1/+85
* Changed the ``add/sub_offset'' hacks for dealing with C's unsignedGuido van Rossum1997-01-031-112/+14
* Change the ``calcsize*3'' test to be portable to 64-bit machines.Guido van Rossum1997-01-031-3/+7
* Reindented.Roger E. Masse1997-01-031-516/+546
* Check of return values and proper error handling.Barry Warsaw1997-01-031-30/+60
* Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong().Guido van Rossum1997-01-032-0/+58
* Output for signal module testBarry Warsaw1997-01-031-0/+2
* Add $(srcdir) in front of the test program's name (else it won't workGuido van Rossum1997-01-031-1/+1
* Fill pad bytes with zeros (fixing a bug dating from the very first version!).Guido van Rossum1997-01-031-2/+5
* Describe standard float/double support.Guido van Rossum1997-01-032-12/+20
* Scratch the ears of gcc -Wall.Barry Warsaw1997-01-031-1/+1
* Added declaration for PyErr_SetInterrupt.Barry Warsaw1997-01-031-1/+4
* Several changes:Barry Warsaw1997-01-031-105/+157
* Added f/d tests for specific byte orders.Guido van Rossum1997-01-031-9/+19
* Ok, ok, I've fixed gradual underflow on packing too.Guido van Rossum1997-01-021-45/+47
* Use the new struct module's ability to pack and unpack standardizedGuido van Rossum1997-01-021-77/+32
* Oops -- unpack float/double didn't do the right thing if e==0.Guido van Rossum1997-01-021-4/+14
* Support float and double in non-native formats.Guido van Rossum1997-01-021-2/+365
* rotorobj_setkey(): A single string argument is now required (i.e. noBarry Warsaw1997-01-021-5/+3
* <rotorobj>.setkey() now requires exactly one argumentBarry Warsaw1997-01-021-1/+4
* Switched over to use the new testregr.py test harness.Barry Warsaw1997-01-021-2/+4
* setkey method's argument is no longer optional (it used to be a no-opBarry Warsaw1997-01-022-6/+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
* The usual...Guido van Rossum1996-12-311-243/+178
* Rewritten the readline test, hopefully it's okay now.Guido van Rossum1996-12-311-31/+60
* (libformatter.tex): Document the flush() method on the writer.Fred Drake1996-12-312-0/+8
* (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
* Added better handling of unsigned longs -- a Python long returned byGuido van Rossum1996-12-311-27/+163
* Rewrote _{read,write}_{short,long} to use the newly revamped structGuido van Rossum1996-12-311-37/+44
* Added libstat.texGuido van Rossum1996-12-313-1/+4
* Document the new extensions.Guido van Rossum1996-12-312-18/+128
* Fix the first bugs... treatment of 0 count was wrong, and memchr()Guido van Rossum1996-12-311-6/+6