- 04 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Eyl, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 02 Eyl, 2011 5 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Sandro Tosi yazdı
-
Amaury Forgeot d'Arc yazdı
a string.
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
- 01 Eyl, 2011 19 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Suggested by Terry J. Reedy in #12298.
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
mapped to POSIX errno ENOTDIR (previously EINVAL).
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Text adapted from the PEP. Addition requested by Terry J. Reedy on 2011-02-23 on python-dev.
-
Éric Araujo yazdı
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 yazdı
-
Ross Lagerwall yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
This is a temporary kludge and all is well in 3.3.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 31 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
Patch by Hallvard B Furuseth.
-
- 30 Agu, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
some functions like file.write().
-
Éric Araujo yazdı
-
- 29 Agu, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
the C pickle implementation.
-
Antoine Pitrou yazdı
(more than 2**31 items). Instead, in most cases, an OverflowError is raised.
-
Éric Araujo yazdı
-
- 28 Agu, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
greater than FD_SETSIZE.
-
Nadeem Vawda yazdı
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 Agu, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nadeem Vawda yazdı
-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).
-