- 10 Dec, 2005 1 commit
-
-
Hye-Shik Chang authored
This enables even impatient people to run tests that require remote files such as test_normalization and test_codecmaps_*.
-
- 08 Dec, 2005 1 commit
-
-
Andrew M. Kuchling authored
-
- 06 Dec, 2005 6 commits
-
-
Skip Montanaro authored
-
Armin Rigo authored
-
Armin Rigo authored
meaningless numbers, but I figured out I would fix that bug anyway.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 05 Dec, 2005 4 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
You apparently can seek(0) on sys.stdin on OS X. But you can't go backwards, so seek(-1).
-
Michael W. Hudson authored
[ 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 Dec, 2005 11 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string
-
Andrew M. Kuchling authored
-
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 1 commit
-
-
Walter Dörwald authored
and decode methods to the documentation of the default error handlers.
-