| Commit message (Expand) | Author | Age | Files | Lines |
* | Plugged a couple of potential return value problems, memory leaks, and | Barry Warsaw | 1997-01-09 | 1 | -8/+13 |
|
|
* | Primarily formatting changes, but I also plugged a couple of potential | Barry Warsaw | 1997-01-09 | 1 | -302/+308 |
|
|
* | Nailed a couple of memory leaks, caught by Purify. | Barry Warsaw | 1997-01-09 | 4 | -8/+25 |
|
|
* | High-level interface to Internet Config | Jack Jansen | 1997-01-09 | 2 | -1/+246 |
|
|
* | 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 |
|
|
* | Added icglue modules and (optionally) NumPy and PIL extensions | Jack Jansen | 1997-01-07 | 1 | -0/+11 |
|
|
* | - Added optional profiling support | Jack Jansen | 1997-01-07 | 30 | -5795/+6237 |
|
|
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 |
|
|
* | Low-level interface to Internet Config (to be augmented by nice Python | Jack Jansen | 1997-01-07 | 1 | -0/+596 |
|
|
* | Minimal test of icglue module | Jack Jansen | 1997-01-07 | 1 | -0/+27 |
|
|
* | Document that sys.builtin_module_names is now a tuple. | Guido van Rossum | 1997-01-06 | 2 | -2/+2 |
|
|
* | cPickle, version 0.1. | Guido van Rossum | 1997-01-06 | 1 | -0/+3767 |
|
|
* | Jim's latest version. | Guido van Rossum | 1997-01-06 | 1 | -90/+129 |
|
|
* | Check for duplicate keyword arguments at compile time. | Guido van Rossum | 1997-01-06 | 1 | -12/+20 |
|
|
* | Make builtin_module_names a tuple instead of a list. | Guido van Rossum | 1997-01-06 | 1 | -0/+5 |
|
|
* | Fix overflow test for multiply to catch some cases it missed. | Guido van Rossum | 1997-01-06 | 1 | -2/+4 |
|
|
* | Jim's latest version | Guido van Rossum | 1997-01-06 | 1 | -8/+12 |
|
|
* | New strop_joinfields implementation, highly optimized for Lists. All | Barry Warsaw | 1997-01-06 | 1 | -60/+82 |
|
|
* | 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 |
|
|
* | added PyTuple_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -0/+1 |
|
|
* | added PyString_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -1/+2 |
|
|
* | added PyList_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -1/+2 |
|
|
* | Rewrote translate() as follows: | Guido van Rossum | 1997-01-06 | 1 | -28/+52 |
|
|
* | strop_upper(), strop_lower(): shared code version caused to much of a | Barry Warsaw | 1997-01-03 | 1 | -27/+65 |
|
|
* | Fix the following bug: | Guido van Rossum | 1997-01-03 | 2 | -8/+12 |
|
|
* | Renamed but not well tested. | Roger E. Masse | 1997-01-03 | 1 | -273/+278 |
|
|
* | 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 |
|
|
* | Several changes: | Barry Warsaw | 1997-01-03 | 1 | -142/+106 |
|
|
* | Some small changes. | Guido van Rossum | 1997-01-03 | 1 | -5/+15 |
|
|
* | Renamed, but not throughly tested. | Roger E. Masse | 1997-01-03 | 1 | -226/+235 |
|
|
* | 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 |
|
|
* | Renamed, but untested. | Roger E. Masse | 1997-01-03 | 1 | -765/+780 |
|
|
* | Added PyLong*UnsignedLong and PyCobject interfaces. | Guido van Rossum | 1997-01-03 | 2 | -0/+8 |
|
|
* | very minor typo | Barry Warsaw | 1997-01-03 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | Renamed, reindented. (was already partially complete) | Roger E. Masse | 1997-01-03 | 1 | -933/+939 |
|
|
* | 'I' and 'L' now always return a Python long. | Guido van Rossum | 1997-01-03 | 2 | -6/+2 |
|
|
* | Added unsigned data formats (B, H, I, L). | Guido van Rossum | 1997-01-03 | 2 | -2/+16 |
|
|
* | Updated to include the verbose flag from test_support | Roger E. Masse | 1997-01-03 | 1 | -152/+197 |
|
|
* | Add new formats B, H, I, L for unsigned data types (analogous to the | Guido van Rossum | 1997-01-03 | 1 | -1/+85 |
|
|
* | Changed the ``add/sub_offset'' hacks for dealing with C's unsigned | Guido van Rossum | 1997-01-03 | 1 | -112/+14 |
|
|
* | Change the ``calcsize*3'' test to be portable to 64-bit machines. | Guido van Rossum | 1997-01-03 | 1 | -3/+7 |
|
|
* | Reindented. | Roger E. Masse | 1997-01-03 | 1 | -516/+546 |
|
|
* | Check of return values and proper error handling. | Barry Warsaw | 1997-01-03 | 1 | -30/+60 |
|
|
* | Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). | Guido van Rossum | 1997-01-03 | 2 | -0/+58 |
|
|