| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | work build# into version string | Guido van Rossum | 1997-01-20 | 2 | -2/+39 |
|
|
| * | Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use | Guido van Rossum | 1997-01-17 | 1 | -2/+6 |
|
|
| * | Add stacksize argument to new.code(). | Guido van Rossum | 1997-01-17 | 1 | -5/+6 |
|
|
| * | Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. | Roger E. Masse | 1997-01-17 | 1 | -25/+140 |
|
|
| * | Renamed, but not tested. Guido will you try your test script on this? | Roger E. Masse | 1997-01-17 | 1 | -95/+94 |
|
|
| * | Renamed. | Roger E. Masse | 1997-01-17 | 1 | -530/+584 |
|
|
| * | (puremodule.c): New module which exports the Purify and Quantify C API | Barry Warsaw | 1997-01-17 | 3 | -4/+1169 |
|
|
| * | Already renamed. Indented. | Roger E. Masse | 1997-01-16 | 1 | -471/+513 |
|
|
| * | Renamed. | Roger E. Masse | 1997-01-16 | 1 | -79/+88 |
|
|
| * | set_key(): Use Py_CHARMASK macro to get the character from the array | Barry Warsaw | 1997-01-16 | 1 | -237/+43 |
|
|
| * | reformatted | Barry Warsaw | 1997-01-16 | 1 | -835/+977 |
|
|
| * | Removed _xdr module | Barry Warsaw | 1997-01-14 | 1 | -1/+0 |
|
|
| * | Eliminated gcc -Wall complaints: | Barry Warsaw | 1997-01-14 | 1 | -26/+22 |
|
|
| * | Quieted gcc -Wall by removing unused local variables. | Barry Warsaw | 1997-01-14 | 1 | -5/+9 |
|
|
| * | Quieted gcc -Wall by removing unused local variables. | Barry Warsaw | 1997-01-14 | 1 | -2/+0 |
|
|
| * | Formatting. | Barry Warsaw | 1997-01-14 | 1 | -18/+17 |
|
|
| * | Obsolete, now that xdrlib.py uses the new-and-improved struct module. | Barry Warsaw | 1997-01-14 | 1 | -187/+0 |
|
|
| * | Renamed. | Barry Warsaw | 1997-01-13 | 1 | -49/+45 |
|
|
| * | Formatting, and minor error detection | Barry Warsaw | 1997-01-13 | 1 | -49/+52 |
|
|
| * | initthread(): Removed extraneous Py_INCREF(ThreadError) | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
|
|
| * | Fix leak involving BuildValue("...O..."). | Guido van Rossum | 1997-01-12 | 1 | -3/+7 |
|
|
| * | Add entries for cStringIO and cPickle | Guido van Rossum | 1997-01-11 | 1 | -0/+3 |
|
|
| * | On Windows, -u implies binary mode for stdin/stdout | Guido van Rossum | 1997-01-11 | 1 | -0/+4 |
|
|
| * | The usual return-value and memory management checks. I'm not planning | Barry Warsaw | 1997-01-10 | 1 | -10/+16 |
|
|
| * | Formatting changes, plus memory management in initsyslog() | Barry Warsaw | 1997-01-09 | 1 | -90/+102 |
|
|
| * | initsignal(): Py_DECREFs really should be Py_XDECREFs in case the | Barry Warsaw | 1997-01-09 | 1 | -34/+34 |
|
|
| * | 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 |
|
|