- 26 Kas, 2011 3 kayıt (commit)
-
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 25 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
- 22 Kas, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner yazdı
Add tests for PyUnicode_EncodeDecimal()
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt.
-
- 20 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
- 18 Kas, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
-
- 17 Kas, 2011 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 15 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(the encoder already accepts them).
-
- 14 Kas, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
It doesn't matter if imp.find_module() fails with ImportError or IOError, but it should not crash.
-
Ezio Melotti yazdı
-
- 08 Kas, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Kas, 2011 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254
-
- 08 Kas, 2011 2 kayıt (commit)
- 07 Kas, 2011 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 06 Kas, 2011 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
Issue #13340.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 05 Kas, 2011 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13340.
-
Petri Lehtinen yazdı
Closes #13254.
-
- 04 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 02 Kas, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 01 Kas, 2011 3 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Ezio Melotti yazdı
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
- 31 Eki, 2011 4 kayıt (commit)
-
-
Ned Deily yazdı
PYTHONNOUSERSITE). (Patch by Carl Meyer)
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen.
-
Barry Warsaw yazdı
defined (as is the case with Ubuntu 11.10).
-
- 30 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 28 Eki, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-