summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Collapse)AuthorAgeFilesLines
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-33/+36
| | | | CObject to PyCapsule.
* Include structmember.h correctly.Georg Brandl2010-03-211-1/+1
|
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-6/+1
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* Note in the intro to Extending... that ctypes can be a simpler, more ↵Brett Cannon2009-09-171-0/+7
| | | | portable solution than custom C code.
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* #6446: fix import_spam() function to use correct error and reference handling.Georg Brandl2009-07-111-9/+16
|
* Demote warnings to notices where appropriate, following the goal that as few ↵Georg Brandl2009-04-271-1/+1
| | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
* #5417: replace references to undocumented functions by ones to documented ↵Georg Brandl2009-03-311-12/+13
| | | | functions.
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-281-0/+1
|
* Remove tabs from the documentation.Georg Brandl2009-01-031-16/+16
|
* Remove trailing whitespace.Georg Brandl2009-01-034-10/+10
|
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
|
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-4/+3
|
* #3711: .dll isn't a valid Python extension anymore.Georg Brandl2008-08-281-4/+8
|
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
|
* #2299: typos in newtypes.rst.Georg Brandl2008-03-161-3/+3
|
* Fix link.Georg Brandl2008-02-091-1/+1
|
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-211-1/+1
|
* Some cleanup in the docs.Georg Brandl2007-12-294-45/+23
|
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-011-5/+18
| | | | Credits to Michael Sloan from GHOP.
* Add :term:s for descriptors.Georg Brandl2007-10-211-2/+2
|
* Backport from 3k: #1116: fix reference to old filename.Georg Brandl2007-09-061-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-156-0/+3605