summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added an os._exit(0) in the parent so we don't have two test processesBarry Warsaw1997-01-071-0/+3
* Added icglue modules and (optionally) NumPy and PIL extensionsJack Jansen1997-01-071-0/+11
* - Added optional profiling supportJack Jansen1997-01-0730-5795/+6237
* Added profiler initialization/finalization code (if __profile__ is defined)Jack Jansen1997-01-071-1/+12
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596
* Minimal test of icglue moduleJack Jansen1997-01-071-0/+27
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-062-2/+2
* cPickle, version 0.1.Guido van Rossum1997-01-061-0/+3767
* Jim's latest version.Guido van Rossum1997-01-061-90/+129
* Check for duplicate keyword arguments at compile time.Guido van Rossum1997-01-061-12/+20
* Make builtin_module_names a tuple instead of a list.Guido van Rossum1997-01-061-0/+5
* Fix overflow test for multiply to catch some cases it missed.Guido van Rossum1997-01-061-2/+4
* Jim's latest versionGuido van Rossum1997-01-061-8/+12
* New strop_joinfields implementation, highly optimized for Lists. AllBarry Warsaw1997-01-061-60/+82
* 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
* added PyTuple_GET_SIZE macroBarry Warsaw1997-01-061-0/+1
* added PyString_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* added PyList_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* Rewrote translate() as follows:Guido van Rossum1997-01-061-28/+52
* strop_upper(), strop_lower(): shared code version caused to much of aBarry Warsaw1997-01-031-27/+65
* Fix the following bug:Guido van Rossum1997-01-032-8/+12
* Renamed but not well tested.Roger E. Masse1997-01-031-273/+278
* 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