| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
names in the explanation.
|
| |
|
|
|
|
|
|
| |
There's no bufsize argument anymore, and os.fdopen() is only a very
thin wrapper around open() anymore. Change the documentation to
reflect that.
|
|
|
|
| |
Reverts some changes of d13fdd97cc8e.
|
| |
|
|
|
|
| |
`versionchanged` tags about 2.7 are useless in 3.x branches.
|
|
|
|
| |
logging.disable() call.
|
|
|
|
| |
It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
|
| |
|
|
|
|
| |
Closes #14842.
|
| |
|
|
|
|
|
|
|
| |
The behaviour of the parse_constant callback changed insofar that 'null',
'true', 'false' don't trigger its call anymore.
Patch by Serhiy Storchaka
|
| |
|