- 07 Oct, 2011 7 commits
-
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Antoine Pitrou authored
This worked under Unix because wchar_t is 4 bytes wide.
-
Antoine Pitrou authored
(except for a Py_UNICODE_strchr() call)
-
Antoine Pitrou authored
(on Martin's buildbot it still seems a bit inaccurate)
-
Antoine Pitrou authored
Example: ./python -m timeit -s "f='{}' + '-' * 1024 + '{}'; s='abcd' * 16384" "f.format(s, s)" -> before: 547 usec per loop -> after: 13 usec per loop -> 3.2: 22.5 usec per loop -> 2.7: 12.6 usec per loop
-
- 06 Oct, 2011 33 commits
-
-
Antoine Pitrou authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
contents cannot be read.
-
Ned Deily authored
an unreadable directory.
-
Ned Deily authored
new test cases for importing bad packages and unreadable packages dirs.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Charles-François Natali authored
Fuchs, updated by Tiago Gonçalves.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Antoine Pitrou authored
This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
supporting C integer types `ssize_t` and `size_t`, respectively.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Éric Araujo authored
-