- 06 Ara, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 05 Ara, 2005 4 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
You apparently can seek(0) on sys.stdin on OS X. But you can't go backwards, so seek(-1).
-
Michael W. Hudson yazdı
[ 1346144 ] Segfaults from unaligned loads in floatobject.c by using memcpy and not just blinding casting char* to double*. Thanks to Rune Holm for the report.
-
- 04 Ara, 2005 11 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
asked to read tens of megabytes of data. On my Mac, it hits MemoryErrors when reading around 15Mb in one chunk. The fix is to read the body in several parts, not as one big piece. It would be nice to fix the underlying socket.read() problem, too. 2.4 bugfix candidate.
-
Andrew M. Kuchling yazdı
-
- 02 Ara, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 01 Ara, 2005 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 30 Kas, 2005 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Andrew M. Kuchling yazdı
Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting
-
- 29 Kas, 2005 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
-
Fred Drake yazdı
-
Fredrik Lundh yazdı
bad link in XML-RPC documentation
-
- 28 Kas, 2005 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Martin v. Löwis yazdı
-
- 27 Kas, 2005 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
- 26 Kas, 2005 2 kayıt (commit)
-
-
Georg Brandl yazdı
bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly.
-
Martin v. Löwis yazdı
Also set _XOPEN_SOURCE to 500. Will backport to 2.4.
-
- 25 Kas, 2005 7 kayıt (commit)
-
-
Walter Dörwald yazdı
and decode methods to the documentation of the default error handlers.
-
Walter Dörwald yazdı
invoking the Python interpreter (which didn't work on non-english Windows versions). Check return codes instead.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-