summaryrefslogtreecommitdiffstats
path: root/Python/modsupport.c
Commit message (Collapse)AuthorAgeFilesLines
...
* suppress unnecessary error message if too many arguments are passedGuido van Rossum1992-08-271-2/+5
|
* check for embedded \0 in strings for z and s formatsGuido van Rossum1992-08-141-2/+13
|
* Added parameter decls to do_mkvalue for non-template machinesGuido van Rossum1992-05-151-1/+4
|
* Merged with Steve Miale's versionGuido van Rossum1992-04-131-79/+145
|
* Added mkvalue() functionGuido van Rossum1992-04-131-0/+127
|
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* Shut up lintGuido van Rossum1992-03-271-0/+2
|
* New getargs() function: a single varargs function,Guido van Rossum1992-01-271-296/+187
| | | | guided by a format string, makes all get*arg() functions unnecessary.
* Add "varargs" attribute.Guido van Rossum1991-12-161-1/+1
|
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-2/+20
| | | | Added getlongobjectarg.
* Support for long integersGuido van Rossum1991-07-271-0/+4
|
* Added getintintintarg() (3 int args)Guido van Rossum1991-07-011-0/+15
|
* Moved get*doublearg() routines here from mathmodule.cGuido van Rossum1991-04-031-0/+29
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* "Compiling" versionGuido van Rossum1990-12-201-33/+8
|
* Move err_badarg() and err_nomme() to errors.c.Guido van Rossum1990-10-141-16/+0
|
* Initial revisionGuido van Rossum1990-10-141-0/+398