- 04 Dec, 2005 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
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 authored
-
- 02 Dec, 2005 1 commit
-
-
Georg Brandl authored
-
- 01 Dec, 2005 1 commit
-
-
Anthony Baxter authored
-
- 30 Nov, 2005 2 commits
-
-
Walter Dörwald authored
-
Andrew M. Kuchling authored
Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting
-
- 29 Nov, 2005 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
-
Fred Drake authored
-
Fredrik Lundh authored
bad link in XML-RPC documentation
-
- 28 Nov, 2005 2 commits
-
-
Walter Dörwald authored
-
Martin v. Löwis authored
-
- 27 Nov, 2005 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
- 26 Nov, 2005 2 commits
-
-
Georg Brandl authored
bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly.
-
Martin v. Löwis authored
Also set _XOPEN_SOURCE to 500. Will backport to 2.4.
-
- 25 Nov, 2005 10 commits
-
-
Walter Dörwald authored
and decode methods to the documentation of the default error handlers.
-
Walter Dörwald authored
invoking the Python interpreter (which didn't work on non-english Windows versions). Check return codes instead.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation)
-
Neal Norwitz authored
-
- 24 Nov, 2005 5 commits
-
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
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 authored
-
Georg Brandl authored
-
- 23 Nov, 2005 2 commits
-
-
Kurt B. Kaiser authored
Patch 1315161 sebastien blanchet
-
Brett Cannon authored
exception (e.g., passing in an illegal argument). Applies patch #1314396. Thanks Eric Blossom.
-