| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Output for signal module test | Barry Warsaw | 1997-01-03 | 1 | -0/+2 |
|
|
* | Add $(srcdir) in front of the test program's name (else it won't work | Guido van Rossum | 1997-01-03 | 1 | -1/+1 |
|
|
* | Fill pad bytes with zeros (fixing a bug dating from the very first version!). | Guido van Rossum | 1997-01-03 | 1 | -2/+5 |
|
|
* | Describe standard float/double support. | Guido van Rossum | 1997-01-03 | 2 | -12/+20 |
|
|
* | Scratch the ears of gcc -Wall. | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
|
|
* | Added declaration for PyErr_SetInterrupt. | Barry Warsaw | 1997-01-03 | 1 | -1/+4 |
|
|
* | Several changes: | Barry Warsaw | 1997-01-03 | 1 | -105/+157 |
|
|
* | Added f/d tests for specific byte orders. | Guido van Rossum | 1997-01-03 | 1 | -9/+19 |
|
|
* | Ok, ok, I've fixed gradual underflow on packing too. | Guido van Rossum | 1997-01-02 | 1 | -45/+47 |
|
|
* | Use the new struct module's ability to pack and unpack standardized | Guido van Rossum | 1997-01-02 | 1 | -77/+32 |
|
|
* | Oops -- unpack float/double didn't do the right thing if e==0. | Guido van Rossum | 1997-01-02 | 1 | -4/+14 |
|
|
* | Support float and double in non-native formats. | Guido van Rossum | 1997-01-02 | 1 | -2/+365 |
|
|
* | rotorobj_setkey(): A single string argument is now required (i.e. no | Barry Warsaw | 1997-01-02 | 1 | -5/+3 |
|
|
* | <rotorobj>.setkey() now requires exactly one argument | Barry Warsaw | 1997-01-02 | 1 | -1/+4 |
|
|
* | Switched over to use the new testregr.py test harness. | Barry Warsaw | 1997-01-02 | 1 | -2/+4 |
|
|
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 2 | -6/+4 |
|
|
* | Added characteristics of shttp, https, and snews. | Guido van Rossum | 1997-01-02 | 1 | -3/+12 |
|
|
* | Properly parenthesize a long Boolean combination. Formerly, you could | Guido van Rossum | 1997-01-02 | 1 | -1/+1 |
|
|
* | The usual... | Guido van Rossum | 1996-12-31 | 1 | -243/+178 |
|
|
* | Rewritten the readline test, hopefully it's okay now. | Guido van Rossum | 1996-12-31 | 1 | -31/+60 |
|
|
* | (libformatter.tex): Document the flush() method on the writer. | Fred Drake | 1996-12-31 | 2 | -0/+8 |
|
|
* | (formatter.py): Add a flush() method to the writer interface. This really | Fred Drake | 1996-12-31 | 1 | -2/+2 |
|
|
* | Exercise the new feature set somewhat. | Guido van Rossum | 1996-12-31 | 1 | -10/+73 |
|
|