summaryrefslogtreecommitdiffstats
path: root/Doc/library/new.rst
Commit message (Collapse)AuthorAgeFilesLines
* Removed the new moduleChristian Heimes2007-11-281-55/+0
| | | | Removed a lot of types from the 'types' module that are available through builtins.
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-0/+2
|
* Removed the API to create unbound methods and simplified the API for bound ↵Christian Heimes2007-11-271-3/+3
| | | | | | | methods. The signature is PyMethod_New(func, instance). Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__. I've also updated some parts of the documenation.
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-071-1/+1
| | | | | In particular, document the new comprehensions and remove mentions of long integers. Fix a bunch of related things in the lib ref.
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-1/+1
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+53