| 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 |
|
|
* | 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 |
|
|
* | New strop_joinfields implementation, highly optimized for Lists. All | Barry Warsaw | 1997-01-06 | 1 | -60/+82 |
|
|
* | 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 |
|
|
* | Renamed but not well tested. | Roger E. Masse | 1997-01-03 | 1 | -273/+278 |
|
|
* | Several changes: | Barry Warsaw | 1997-01-03 | 1 | -142/+106 |
|
|
* | Renamed, but not throughly tested. | Roger E. Masse | 1997-01-03 | 1 | -226/+235 |
|
|
* | Renamed, but untested. | Roger E. Masse | 1997-01-03 | 1 | -765/+780 |
|
|
* | Added PyLong*UnsignedLong and PyCobject interfaces. | Guido van Rossum | 1997-01-03 | 1 | -0/+4 |
|
|
* | Renamed, reindented. (was already partially complete) | Roger E. Masse | 1997-01-03 | 1 | -933/+939 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fill pad bytes with zeros (fixing a bug dating from the very first version!). | Guido van Rossum | 1997-01-03 | 1 | -2/+5 |
|
|
* | Scratch the ears of gcc -Wall. | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
|
|
* | Several changes: | Barry Warsaw | 1997-01-03 | 1 | -105/+157 |
|
|
* | Ok, ok, I've fixed gradual underflow on packing too. | Guido van Rossum | 1997-01-02 | 1 | -45/+47 |
|
|
* | 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 |
|
|
* | Added better handling of unsigned longs -- a Python long returned by | Guido van Rossum | 1996-12-31 | 1 | -27/+163 |
|
|
* | 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 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-24 | 1 | -0/+8530 |
|
|
* | Reworked to check for memory problems (one potential found), | Barry Warsaw | 1996-12-23 | 1 | -204/+245 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-20 | 1 | -380/+406 |
|
|
* | Several changes. Test program to follow. | Barry Warsaw | 1996-12-20 | 1 | -162/+267 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-20 | 1 | -615/+625 |
|
|
* | 1. Export open(2) flag constants for every defined constant | Barry Warsaw | 1996-12-19 | 1 | -16/+88 |
|
|
* | Minor formatting changes. | Barry Warsaw | 1996-12-19 | 1 | -10/+11 |
|
|
* | Minor formatting changes. | Barry Warsaw | 1996-12-19 | 1 | -31/+33 |
|
|
* | Added the new getprotobyname() call to the module overview at the top. | Guido van Rossum | 1996-12-19 | 1 | -0/+1 |
|
|
* | Added getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+24 |
|
|
* | Removed references to getdoublearg and get2doublearg rename macros and | Roger E. Masse | 1996-12-18 | 1 | -8/+5 |
|
|
* | Eradicated all references to getintarg and getstrarg and substituded the | Roger E. Masse | 1996-12-18 | 1 | -5/+2 |
|
|
* | Opps, left out two defines needed for argument parsing. | Roger E. Masse | 1996-12-18 | 1 | -0/+3 |
|
|
* | Tabification changes only; the module was already newly named. | Barry Warsaw | 1996-12-18 | 1 | -32/+37 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-18 | 1 | -28/+27 |
|
|
* | Added Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 3 | -0/+242 |
|
|
* | Correct *another* mistake (initmath() always fell through to fatal error). | Guido van Rossum | 1996-12-18 | 1 | -0/+1 |
|
|
* | Correct 1-char typo / syntax error. | Guido van Rossum | 1996-12-18 | 1 | -1/+1 |
|
|
* | Corrected two errors introduced by the renaming (and the subsequent | Guido van Rossum | 1996-12-17 | 1 | -5/+10 |
|
|
* | Renamed in a grand-ee-ous way! | Roger E. Masse | 1996-12-17 | 1 | -171/+176 |
|
|
* | Opps, left in a /*#include "modsupport.h"*/ | Roger E. Masse | 1996-12-17 | 1 | -1/+0 |
|
|
* | Grandly renamed. | Roger E. Masse | 1996-12-17 | 1 | -61/+65 |
|
|