cpython/Doc/api
Barry Warsaw 2a38a86c1c Expose Subversion revision number (calculated via "svnversion .") to Python.
Add C API function Py_GetBuildNumber(), add it to the interactive prompt
banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number
attribute.  The build number is a string instead of an int because it may
contain a trailing 'M' if there are local modifications.
2005-12-18 01:27:35 +00:00
..
abstract.tex SF bug #1323739, C API doc for PySequence_Tuple duplicated 2005-10-12 03:58:14 +00:00
api.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00
concrete.tex Clarify the docs for Py_UNICODE. 2005-10-10 19:08:41 +00:00
exceptions.tex [Bug #948970] Add PyExc_* symbols to index. 2004-06-29 13:52:14 +00:00
init.tex Expose Subversion revision number (calculated via "svnversion .") to Python. 2005-12-18 01:27:35 +00:00
intro.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
memory.tex SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:28:46 +00:00
newtypes.tex Fix grammar (it's -> its). 2005-06-18 17:54:13 +00:00
refcounting.tex Two typo fixes 2004-07-26 19:25:54 +00:00
refcounts.dat Fix PySet_Pop() notes. 2005-08-21 00:08:36 +00:00
utilities.tex bug #1281408: make Py_BuildValue work with unsigned longs and long longs 2005-11-24 15:37:42 +00:00
veryhigh.tex improve the very-high-level API docs (contributed by Jeff Epler) 2004-03-25 15:44:56 +00:00