| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added better handling of unsigned longs -- a Python long returned by | Guido van Rossum | 1996-12-31 | 1 | -27/+163 |
|
|
* | Rewrote _{read,write}_{short,long} to use the newly revamped struct | Guido van Rossum | 1996-12-31 | 1 | -37/+44 |
|
|
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 3 | -1/+4 |
|
|
* | Document the new extensions. | Guido van Rossum | 1996-12-31 | 2 | -18/+128 |
|
|
* | Fix the first bugs... treatment of 0 count was wrong, and memchr() | Guido van Rossum | 1996-12-31 | 1 | -6/+6 |
|
|
* | Pretty much rewritten to fulfull several long-standing wishes: | Guido van Rossum | 1996-12-31 | 1 | -226/+572 |
|
|
* | A different winning animation. | Guido van Rossum | 1996-12-30 | 1 | -6/+8 |
|
|
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 11 | -23/+23 |
|
|
* | Actually, *this* fixes the last bug. | Guido van Rossum | 1996-12-30 | 1 | -2/+7 |
|
|
* | Considerably restructured. This fixes the one remaining bug. | Guido van Rossum | 1996-12-30 | 1 | -319/+322 |
|
|
* | Solitaire game, like the one that comes with Windows. | Guido van Rossum | 1996-12-29 | 1 | -0/+627 |
|
|
* | Added support for RFC 850 style dates, as used by some HTTP servers | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
|
|
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 2 | -4/+12 |
|
|