cpython/Doc/c-api
Georg Brandl 7d4bfb338d Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line

  #8578: mention danger of not incref'ing weak referenced object.
........
  r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line

  #7973: Fix distutils options spelling.
........
  r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line

  #7386: add example that shows that trailing path separators are stripped.
........
  r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line

  #8172: how does one use a property?
........
  r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line

  #9451: strengthen warning about __*__ special name usage.
........
  r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line

  #7280: note about nasmw.exe.
........
  r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line

  #8861: remove unused variable.
........
  r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line

  #8648: document UTF-7 codec functions.
........
  r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line

  #9037: add example how to raise custom exceptions from C code.
........
  r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line

  #9111: document that do_help() looks at docstrings.
........
  r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line

  Clarify that abs() is not a namespace.
........
  r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line

  #6867: epoll.register() returns None.
........
  r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line

  #9238: zipfile does handle archive comments.
........
2010-08-02 21:44:25 +00:00
..
abstract.rst
allocation.rst
arg.rst Issue #8227: Fix C API documentation, argument parsing 2010-04-03 08:40:16 +00:00
bool.rst
buffer.rst #7577: fix signature of PyBuffer_FillInfo(). 2009-12-28 07:59:05 +00:00
bytearray.rst
capsule.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
cell.rst
class.rst
cobject.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
code.rst
complex.rst
concrete.rst Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
conversion.rst
datetime.rst Issue 9024: Added :cdata: tag to PyDateTimeAPI 2010-06-26 18:49:10 +00:00
descriptor.rst
dict.rst
exceptions.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
file.rst
float.rst
function.rst
gcsupport.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
gen.rst
import.rst Document PyImport_ExecCodeModuleEx(). 2010-04-02 09:07:42 +00:00
index.rst
init.rst #8993: fix reference. 2010-06-14 15:58:39 +00:00
int.rst
intro.rst #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() 2010-06-11 00:23:01 +00:00
iter.rst
iterator.rst
list.rst rip out mention of types.ListType #8703 2010-05-13 21:14:10 +00:00
long.rst Use the correct markup for args 2010-01-30 13:27:05 +00:00
mapping.rst
marshal.rst
memory.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
string.rst Fix warnings from "make check". 2010-03-12 10:02:03 +00:00
structures.rst :stmt: -> :keyword: 2010-01-03 09:09:55 +00:00
sys.rst
tuple.rst
type.rst
typeobj.rst #8085: The function is called PyObject_NewVar, not PyObject_VarNew. 2010-03-07 20:58:31 +00:00
unicode.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
utilities.rst
veryhigh.rst
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