- 01 Eyl, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
This is a temporary kludge and all is well in 3.3.
-
- 03 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
some functions like file.write().
-
- 28 Agu, 2011 1 kayıt (commit)
-
-
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 1 kayıt (commit)
-
-
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).
-
- 26 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
The doc already points to argparse.
-
- 25 Agu, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
- 23 Agu, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(this broken -F with e.g. test_multiprocessing)
-
- 21 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 20 Agu, 2011 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
- 19 Agu, 2011 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Eli Bendersky yazdı
-
- 16 Agu, 2011 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
- 14 Agu, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2011 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
-
Benjamin Peterson yazdı
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
-
- 12 Agu, 2011 6 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
-
Éric Araujo yazdı
-
- 11 Agu, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine.
-