| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Daniel Ellis.
|
| |
|
| |
|
| |
|
|
|
|
| |
docs@
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Serhiy Storchaka.
|
| |
|
|
|
|
| |
Initial patch by Anton Barkovsky.
|
|
|
|
| |
Patch by Chris Jerdonek.
|
|
|
|
|
|
|
| |
__import__().
To help explain why the -1 default value is typically not seen, a note
about how import statements only use values of >= 0 is also noted.
|
| |
|
|
|
|
| |
translate newlines on output.
|
|
|
|
| |
description from open().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
potential security risk posed by listen() in certain scenarios.
|
| |
|
| |
|
|
|
|
| |
contributed by Chris Jerdonek.
|
| |
|
| |
|
| |
|
|
|
|
| |
in this issue
|
| |
|
| |
|
|
|
|
| |
execfile().
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Serhiy Storchaka.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
clarify that __int__ will be called for non-PyLongs
|
|
|
|
| |
that __int__ will be called for non-PyLongs
|
|
|
|
| |
by Zachary Ware.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Initial patch by Michael Driscoll, I added the example.
|