- 08 Oct, 2011 2 commits
-
-
Antoine Pitrou authored
-
Georg Brandl authored
Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy).
-
- 07 Oct, 2011 26 commits
-
-
Charles-François Natali authored
but without AF_CAN definition.
-
Barry Warsaw authored
(see issue 13125).
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
(see issue 13125).
-
Ned Deily authored
-
Ned Deily authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Barry Warsaw authored
with line feeds. This was ported from the sandbox to the 3.3 branch, but didn't make it into 3.2. - Re-enable lib2to3's test_parser.py tests, though with an expected failure (see issue 13125).
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Antoine Pitrou authored
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Meador Inge authored
-
Victor Stinner authored
Improve also str.replace(a, a) test
-
Antoine Pitrou authored
-
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 12 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
-