summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Added the new getprotobyname() call to the module overview at the top.Guido van Rossum1996-12-191-0/+1
* Added getprotobyname() interface.Guido van Rossum1996-12-191-0/+24
* Removed references to getdoublearg and get2doublearg rename macros andRoger E. Masse1996-12-181-8/+5
* Eradicated all references to getintarg and getstrarg and substituded theRoger E. Masse1996-12-181-5/+2
* Opps, left out two defines needed for argument parsing.Roger E. Masse1996-12-181-0/+3
* Tabification changes only; the module was already newly named.Barry Warsaw1996-12-181-32/+37
* Renamed.Roger E. Masse1996-12-181-28/+27
* Added Jeremy's resource module.Guido van Rossum1996-12-183-0/+242
* Correct *another* mistake (initmath() always fell through to fatal error).Guido van Rossum1996-12-181-0/+1
* Correct 1-char typo / syntax error.Guido van Rossum1996-12-181-1/+1
* Corrected two errors introduced by the renaming (and the subsequentGuido van Rossum1996-12-171-5/+10
* Renamed in a grand-ee-ous way!Roger E. Masse1996-12-171-171/+176
* Opps, left in a /*#include "modsupport.h"*/Roger E. Masse1996-12-171-1/+0
* Grandly renamed.Roger E. Masse1996-12-171-61/+65
* Another fix for Split() -- don't refuse {"} but turn it into ".Guido van Rossum1996-12-171-1/+7
* Check errors returned by recursive call to Split().Guido van Rossum1996-12-171-5/+12
* Better error checking in initmath().Barry Warsaw1996-12-171-2/+13
* Renamed.Barry Warsaw1996-12-171-102/+102
* Updated to standard Python C coding style, and fixed a few errorBarry Warsaw1996-12-171-110/+116
* initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions forBarry Warsaw1996-12-161-0/+8
* list2set(): correct return value (an int, not a PyObject*).Barry Warsaw1996-12-161-1/+1
* Removed a #inlclude <errno.h> since it's implied with "Python.h"Roger E. Masse1996-12-131-2/+0
* list2set(): PyList_GetItem could fail.Barry Warsaw1996-12-131-1/+3
* Renamed.Roger E. Masse1996-12-131-73/+75
* Get rid of it -- use bsddb!Guido van Rossum1996-12-131-387/+0
* Opps, fixed a couple of newly introduced wrapping problems.Roger E. Masse1996-12-131-3/+4
* Reindented via GvR recomendation ala Bwarsaw cppy-style.elRoger E. Masse1996-12-131-69/+69
* Added the example "thin ice" from the extensions manual.Guido van Rossum1996-12-131-0/+24
* Renamed, and scrutinized for missed potential error conditions.Barry Warsaw1996-12-131-341/+411
* Renamed, however there is no test case. I did test some of the moduleBarry Warsaw1996-12-131-194/+200
* Renamed.Barry Warsaw1996-12-121-82/+88
* Renamed, but *not* tested or compiled. I don't even have the STDWINBarry Warsaw1996-12-121-786/+791
* Reworked to eliminate all potential memory problems, includingBarry Warsaw1996-12-121-74/+111
* Several changes... Guido *please* take a look!Barry Warsaw1996-12-121-163/+201
* Grandly renamed.Barry Warsaw1996-12-111-50/+52
* Renamed.Barry Warsaw1996-12-111-23/+29
* cat and puste errorsBarry Warsaw1996-12-111-2/+5
* nis_maplist(): Use check of yp_get_default_domain() return valueBarry Warsaw1996-12-111-1/+5
* Renamed, and bug fixed:Barry Warsaw1996-12-111-111/+123
* Renamed.Barry Warsaw1996-12-101-504/+503
* Renamed.Barry Warsaw1996-12-101-81/+84
* Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy.Guido van Rossum1996-12-101-5/+28
* Fix operator priority bug found thanks to gcc -Wall.Guido van Rossum1996-12-101-1/+1
* Make gcc -Wall happy; remove dummy variable (can't see where it's needed).Guido van Rossum1996-12-101-2/+8
* Added extern decl for gethostname() to keep gcc -Wall happy.Guido van Rossum1996-12-101-0/+4
* Great renaming.Guido van Rossum1996-12-101-23/+17
* Removed redundant inclusion of <errno.h> (sorry, Roj!).Guido van Rossum1996-12-101-2/+0
* renamed in a grand fashion.Roger E. Masse1996-12-101-74/+76
* Renamed a few symbols that were found in comments.Barry Warsaw1996-12-091-6/+6
* Renamed, ungrandly. We don't have the GNU MP library here so we can'tBarry Warsaw1996-12-091-278/+291