| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Removed a lot of types from the 'types' module that are available through builtins.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
In particular, document the new comprehensions and remove mentions of long integers.
Fix a bunch of related things in the lib ref.
|
| |
|
|
|