cpython/Doc/c-api
Georg Brandl 26946ecaed Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line

  #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
........
  r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line

  #10122: typo fix.
........
  r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line

  #10124: typo fix.
........
  r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line

  #10058: tweak wording about exception returns.
........
  r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line

  #8556: use less confusing mapping key in example.
........
  r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line

  #8686: remove potentially confusing wording that does not add any value.
........
  r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line

  #8811: small fixes to sqlite3 docs.
........
  r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line

  #8855: add shelve security warning.
........
  r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line

  #8968: add actual name of token constants.
........
  r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line

  #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows.
........
  r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line

  Fix copy-paste error in example.
........
2010-11-26 07:42:15 +00:00
..
abstract.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
allocation.rst Issue #4129: Documentation notes for int -> Py_ssize_t changes. 2009-04-25 19:46:19 +00:00
arg.rst Issue #8227: Fix C API documentation, argument parsing 2010-04-03 08:40:16 +00:00
bool.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
buffer.rst Merged revisions 85066 via svnmerge from 2010-09-28 15:35:18 +00:00
bytearray.rst #6881 - fixed wrong return type; improved the formatting 2009-09-20 07:10:39 +00:00
capsule.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
cell.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
class.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
cobject.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
code.rst PyCode_NewEmpty: 2009-05-08 21:51:06 +00:00
complex.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
concrete.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
conversion.rst Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. 2009-10-31 09:42:39 +00:00
datetime.rst Issue 9024: Added :cdata: tag to PyDateTimeAPI 2010-06-26 18:49:10 +00:00
descriptor.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
dict.rst Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from 2010-10-06 09:47:17 +00:00
exceptions.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
file.rst #10111: minor problems in 2.7 FILE* API docs. 2010-10-15 17:52:59 +00:00
float.rst Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. 2009-10-19 14:38:14 +00:00
function.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
gcsupport.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
gen.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
import.rst Document PyImport_ExecCodeModuleEx(). 2010-04-02 09:07:42 +00:00
index.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
init.rst Merged revisions 85530,85534,85538,85540-85542 via svnmerge from 2010-11-26 07:34:20 +00:00
int.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
intro.rst Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from 2010-11-26 07:42:15 +00:00
iter.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
iterator.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
list.rst rip out mention of types.ListType #8703 2010-05-13 21:14:10 +00:00
long.rst #1945: document Unicode functions backported from py3k branch. 2010-10-17 10:54:57 +00:00
mapping.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
marshal.rst Issue #4129: int -> Py_ssize_t documentation. 2009-04-25 20:41:40 +00:00
memory.rst Issue #2620: Overflow checking when allocating or reallocating memory 2008-07-22 04:46:32 +00:00
method.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
module.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
none.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
number.rst Fix 'the the'; grammar fix 2009-04-03 21:44:49 +00:00
objbuffer.rst Issue #4129: int -> Py_ssize_t documentation. 2009-04-25 20:44:58 +00:00
object.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
objimpl.rst Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00
refcounting.rst Fix markup. 2007-12-05 19:49:21 +00:00
reflection.rst Issue 5954, PyFrame_GetLineNumber: 2009-05-08 22:23:21 +00:00
sequence.rst Fix some more small markup problems. 2009-05-30 10:33:23 +00:00
set.rst Issue #4129: Belatedly document which C API functions had their argument(s) or 2009-04-25 17:59:03 +00:00
slice.rst Issue #4129: Document more int -> Py_ssize_t changes. 2009-04-25 18:46:03 +00:00
string.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
structures.rst #10398: manual backport of r73943. 2010-11-12 19:45:46 +00:00
sys.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
tuple.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
type.rst Dont put "void" in signature for nullary functions. 2009-07-24 16:46:38 +00:00
typeobj.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
unicode.rst #1945: document Unicode functions backported from py3k branch. 2010-10-17 10:54:57 +00:00
utilities.rst Missed one big file to split up. 2008-01-19 22:14:27 +00:00
veryhigh.rst #5227: note that Py_Main doesnt return on SystemExit. 2009-03-31 18:33:10 +00:00
weakref.rst Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from 2010-08-02 21:44:25 +00:00