- 04 Ara, 2005 9 kayıt (commit)
-
-
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 10 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ı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation)
-
Neal Norwitz yazdı
-
- 24 Kas, 2005 5 kayıt (commit)
-
-
Neal Norwitz yazdı
Delete globals which contain variable information at the end of the test. This makes the test stable (no reported leaks) when running regrtest -R to find reference leaks.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
so it is only executed once. Otherwise the same search function is repeated added to the codec search path when regrtest is run with -R and leaks are reported.
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-