| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Another fix for Split() -- don't refuse {"} but turn it into ". | Guido van Rossum | 1996-12-17 | 1 | -1/+7 |
|
|
| * | Check errors returned by recursive call to Split(). | Guido van Rossum | 1996-12-17 | 1 | -5/+12 |
|
|
| * | Better error checking in initmath(). | Barry Warsaw | 1996-12-17 | 1 | -2/+13 |
|
|
| * | Renamed. | Barry Warsaw | 1996-12-17 | 1 | -102/+102 |
|
|
| * | Updated to standard Python C coding style, and fixed a few error | Barry Warsaw | 1996-12-17 | 1 | -110/+116 |
|
|
| * | initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for | Barry Warsaw | 1996-12-16 | 1 | -0/+8 |
|
|
| * | list2set(): correct return value (an int, not a PyObject*). | Barry Warsaw | 1996-12-16 | 1 | -1/+1 |
|
|
| * | Removed a #inlclude <errno.h> since it's implied with "Python.h" | Roger E. Masse | 1996-12-13 | 1 | -2/+0 |
|
|
| * | list2set(): PyList_GetItem could fail. | Barry Warsaw | 1996-12-13 | 1 | -1/+3 |
|
|
| * | Renamed. | Roger E. Masse | 1996-12-13 | 1 | -73/+75 |
|
|
| * | Get rid of it -- use bsddb! | Guido van Rossum | 1996-12-13 | 1 | -387/+0 |
|
|
| * | Opps, fixed a couple of newly introduced wrapping problems. | Roger E. Masse | 1996-12-13 | 1 | -3/+4 |
|
|
| * | Reindented via GvR recomendation ala Bwarsaw cppy-style.el | Roger E. Masse | 1996-12-13 | 1 | -69/+69 |
|
|
| * | Added the example "thin ice" from the extensions manual. | Guido van Rossum | 1996-12-13 | 1 | -0/+24 |
|
|
| * | Renamed, and scrutinized for missed potential error conditions. | Barry Warsaw | 1996-12-13 | 1 | -341/+411 |
|
|
| * | Renamed, however there is no test case. I did test some of the module | Barry Warsaw | 1996-12-13 | 1 | -194/+200 |
|
|
| * | Renamed. | Barry Warsaw | 1996-12-12 | 1 | -82/+88 |
|
|
| * | Renamed, but *not* tested or compiled. I don't even have the STDWIN | Barry Warsaw | 1996-12-12 | 1 | -786/+791 |
|
|
| * | Reworked to eliminate all potential memory problems, including | Barry Warsaw | 1996-12-12 | 1 | -74/+111 |
|
|
| * | Several changes... Guido *please* take a look! | Barry Warsaw | 1996-12-12 | 1 | -163/+201 |
|
|
| * | Grandly renamed. | Barry Warsaw | 1996-12-11 | 1 | -50/+52 |
|
|
| * | Renamed. | Barry Warsaw | 1996-12-11 | 1 | -23/+29 |
|
|
| * | cat and puste errors | Barry Warsaw | 1996-12-11 | 1 | -2/+5 |
|
|
| * | nis_maplist(): Use check of yp_get_default_domain() return value | Barry Warsaw | 1996-12-11 | 1 | -1/+5 |
|
|