cpython/Doc/ext
Tim Peters d38b1c74f3 SF [#466125] PyLong_AsLongLong works for any integer.
Generalize PyLong_AsLongLong to accept int arguments too.  The real point
is so that PyArg_ParseTuple's 'L' code does too.  That code was
undocumented (AFAICT), so documented it.
2001-09-30 05:09:37 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
embedding.tex Use the standard argument convention for main(), and conform to the 2001-09-06 16:17:24 +00:00
ext.tex Split "Extending & Embedding" into separate files, one per chapter. 2001-08-20 19:30:29 +00:00
extending.tex SF [#466125] PyLong_AsLongLong works for any integer. 2001-09-30 05:09:37 +00:00
newtypes.tex Remove comment that no longer applies. 2001-09-26 22:26:45 +00:00
run-func.c Do not #include <stdio.h> since Python.h already does that. 2001-09-06 16:20:33 +00:00
unix.tex Split "Extending & Embedding" into separate files, one per chapter. 2001-08-20 19:30:29 +00:00
windows.tex Split "Extending & Embedding" into separate files, one per chapter. 2001-08-20 19:30:29 +00:00