- 08 Eki, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy).
-
- 07 Eki, 2011 26 kayıt (commit)
-
-
Charles-François Natali yazdı
but without AF_CAN definition.
-
Barry Warsaw yazdı
(see issue 13125).
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
(see issue 13125).
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Antoine Pitrou yazdı
as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL).
-
Meador Inge yazdı
-
Victor Stinner yazdı
Improve also str.replace(a, a) test
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
This worked under Unix because wchar_t is 4 bytes wide.
-
Antoine Pitrou yazdı
(except for a Py_UNICODE_strchr() call)
-
Antoine Pitrou yazdı
(on Martin's buildbot it still seems a bit inaccurate)
-
Antoine Pitrou yazdı
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 Eki, 2011 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
contents cannot be read.
-
Ned Deily yazdı
an unreadable directory.
-
Ned Deily yazdı
new test cases for importing bad packages and unreadable packages dirs.
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-