- 93d29b6 Eliminated gcc -Wall complaints: by Barry Warsaw · 28 years ago
- 61a63e1 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
- 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
- 845a4c6 Formatting. by Barry Warsaw · 28 years ago
- 41317d1 Obsolete, now that xdrlib.py uses the new-and-improved struct module. by Barry Warsaw · 28 years ago
- 58d40a7 Renamed. by Barry Warsaw · 28 years ago
- 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
- 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
- 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
- ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
- f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
- 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
- 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
- 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
- 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
- 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
- 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
- 2f4caa4 cPickle, version 0.1. by Guido van Rossum · 28 years ago
- 55702f8 Jim's latest version. by Guido van Rossum · 28 years ago
- d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
- e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
- 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
- bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
- e8fc29c Several changes: by Barry Warsaw · 28 years ago
- a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
- 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
- 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
- eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 28 years ago
- 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
- 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
- 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
- 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
- b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
- b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
- 9297117 Several changes: by Barry Warsaw · 28 years ago
- 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
- 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
- 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
- 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
- 60c5061 Added better handling of unsigned longs -- a Python long returned by by Guido van Rossum · 28 years ago
- 3aa27fd Fix the first bugs... treatment of 0 count was wrong, and memchr() by Guido van Rossum · 28 years ago
- f7e6b4b Pretty much rewritten to fulfull several long-standing wishes: by Guido van Rossum · 28 years ago
- fbd1d74 Renamed. by Roger E. Masse · 28 years ago
- aeb207c Reworked to check for memory problems (one potential found), by Barry Warsaw · 28 years ago
- 7f33e40 Renamed. by Roger E. Masse · 28 years ago
- c357325 Several changes. Test program to follow. by Barry Warsaw · 28 years ago
- a141f8a Renamed. by Roger E. Masse · 28 years ago
- 4a34209 1. Export open(2) flag constants for every defined constant by Barry Warsaw · 28 years ago
- bab218e Minor formatting changes. by Barry Warsaw · 28 years ago
- 43d68b8 Minor formatting changes. by Barry Warsaw · 28 years ago
- 25405c7 Added the new getprotobyname() call to the module overview at the top. by Guido van Rossum · 28 years ago
- 3901d85 Added getprotobyname() interface. by Guido van Rossum · 28 years ago
- 20c6381 Removed references to getdoublearg and get2doublearg rename macros and by Roger E. Masse · 28 years ago
- ec0b4af Eradicated all references to getintarg and getstrarg and substituded the by Roger E. Masse · 28 years ago
- cfe3b61 Opps, left out two defines needed for argument parsing. by Roger E. Masse · 28 years ago
- 19f61ae Tabification changes only; the module was already newly named. by Barry Warsaw · 28 years ago
- b2b44e5 Renamed. by Roger E. Masse · 28 years ago
- 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
- 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
- 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
- c88c9cb Corrected two errors introduced by the renaming (and the subsequent by Guido van Rossum · 28 years ago
- b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 28 years ago
- 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
- 919213a Grandly renamed. by Roger E. Masse · 28 years ago
- 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
- 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
- fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
- d0c1042 Renamed. by Barry Warsaw · 28 years ago
- 10f124c Updated to standard Python C coding style, and fixed a few error checking nits. by Barry Warsaw · 28 years ago
- 14ed5fb initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for by Barry Warsaw · 28 years ago
- 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
- 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
- 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
- 0e12032 Renamed. by Roger E. Masse · 28 years ago
- 4e7f622 Get rid of it -- use bsddb! by Guido van Rossum · 28 years ago
- bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 28 years ago
- e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 28 years ago
- fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
- f630f6b Renamed, and scrutinized for missed potential error conditions. by Barry Warsaw · 28 years ago
- 8496d39 Renamed, however there is no test case. I did test some of the module by Barry Warsaw · 28 years ago
- 30695fa Renamed. by Barry Warsaw · 28 years ago
- c2feec3 Renamed, but *not* tested or compiled. I don't even have the STDWIN library. by Barry Warsaw · 28 years ago
- c1cb360 Reworked to eliminate all potential memory problems, including by Barry Warsaw · 28 years ago
- e4ac0aa Several changes... Guido *please* take a look! by Barry Warsaw · 28 years ago
- 7bd9fbd Grandly renamed. by Barry Warsaw · 28 years ago
- 50c5cf1 Renamed. by Barry Warsaw · 28 years ago
- 1abda0f cat and puste errors by Barry Warsaw · 28 years ago
- 3696c52 nis_maplist(): Use check of yp_get_default_domain() return value by Barry Warsaw · 28 years ago
- adbf4e6 Renamed, and bug fixed: by Barry Warsaw · 28 years ago
- 53699e9 Renamed. by Barry Warsaw · 28 years ago
- a6b7c71 Renamed. by Barry Warsaw · 28 years ago
- caf7837 Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. by Guido van Rossum · 28 years ago
- 36dd0d2 Fix operator priority bug found thanks to gcc -Wall. by Guido van Rossum · 28 years ago
- e29ed8f Make gcc -Wall happy; remove dummy variable (can't see where it's needed). by Guido van Rossum · 28 years ago
- fb4130d Added extern decl for gethostname() to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- 55db515 Great renaming. by Guido van Rossum · 28 years ago
- 09f99df Removed redundant inclusion of <errno.h> (sorry, Roj!). by Guido van Rossum · 28 years ago
- b0dfe96 renamed in a grand fashion. by Roger E. Masse · 28 years ago
- abb7efe Renamed a few symbols that were found in comments. by Barry Warsaw · 28 years ago
- 3bdf746 Renamed, ungrandly. We don't have the GNU MP library here so we can't by Barry Warsaw · 28 years ago