cpython/Doc/api
Walter Dörwald f171540ab8 Change int() so that passing a string, unicode, float or long argument
that is outside the integer range no longer raises OverflowError, but
returns a long object instead.

This fixes SF bug http://www.python.org/sf/635115
2002-11-19 20:49:15 +00:00
..
.cvsignore
abstract.tex Change int() so that passing a string, unicode, float or long argument 2002-11-19 20:49:15 +00:00
api.tex
concrete.tex Clarified the error cases and Unicode handling of PyString_AsString(), 2002-10-22 20:20:20 +00:00
exceptions.tex Correct the description of PyErr_Restore(). 2002-10-24 20:54:18 +00:00
init.tex Remove mentionings of DOS. 2002-10-10 18:24:54 +00:00
intro.tex
memory.tex
newtypes.tex Minor cleanups, markup. 2002-11-05 22:19:45 +00:00
refcounting.tex
refcounts.dat Added refcount information for PyObject_GetIter(). 2002-10-04 18:58:58 +00:00
utilities.tex Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't 2002-11-13 15:13:38 +00:00
veryhigh.tex