- 02 Sep, 2011 3 commits
-
-
Amaury Forgeot d'Arc authored
a string.
-
Sandro Tosi authored
-
Éric Araujo authored
-
- 01 Sep, 2011 19 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
Suggested by Terry J. Reedy in #12298.
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Antoine Pitrou authored
mapped to POSIX errno ENOTDIR (previously EINVAL).
-
Éric Araujo authored
-
Éric Araujo authored
Text adapted from the PEP. Addition requested by Terry J. Reedy on 2011-02-23 on python-dev.
-
Éric Araujo authored
This was discussed some months ago on python-dev. Having tons of links to the definition of True would be annoying, contrary to links to e.g. the nonlocal or with statements doc.
-
Ezio Melotti authored
-
Ross Lagerwall authored
-
Éric Araujo authored
-
Benjamin Peterson authored
This is a temporary kludge and all is well in 3.3.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 31 Aug, 2011 1 commit
-
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-
- 30 Aug, 2011 4 commits
-
-
Antoine Pitrou authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
some functions like file.write().
-
Éric Araujo authored
-
- 29 Aug, 2011 3 commits
-
-
Antoine Pitrou authored
the C pickle implementation.
-
Antoine Pitrou authored
(more than 2**31 items). Instead, in most cases, an OverflowError is raised.
-
Éric Araujo authored
-
- 28 Aug, 2011 2 commits
-
-
Charles-François Natali authored
greater than FD_SETSIZE.
-
Nadeem Vawda authored
If the version of zlib used to compile the zlib module is incompatible with the one that is actually linked in, then calls into zlib will fail. This can leave attributes of the z_stream uninitialized, so we must take care to avoid segfaulting by trying to use an invalid pointer. Fix by Richard M. Tew.
-
- 27 Aug, 2011 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
-j doesn't pass the memlimit on to child processes, so this doesn't work at present, and even if it did, running multiple bigmem tests at once would usually not be desirable (since you generally want to devote as much of the available RAM as possible to each test).
-
- 26 Aug, 2011 2 commits
-
-
Éric Araujo authored
The doc already points to argparse.
-
Éric Araujo authored
-
- 25 Aug, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Initial patch by Yue Shuaijie.
-