- 07 Agu, 2004 24 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
Michael Chermside's thinking about patch #748126 (the chief upshot of which thinking was "reject it!").
-
Barry Warsaw yazdı
Specifically, time.strftime() no longer accepts a 0 in the yday position of a time tuple, since that can crash some platform strftime() implementations. parsedate_tz(): Change the return value to return 1 in the yday position. Update tests in test_rfc822.py and test_email.py
-
Jeremy Hylton yazdı
Hack httplib to work with broken Akamai proxies. Make sure that httplib doesn't add extract Accept-Encoding or Content-Length headers if the client has already set them.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
I haven't tried to include all the material on old-style classes using protocols 0,1. The details are lengthy; someone who knows more about the pickle module should decide if they're important enough to be in the docs or not.
-
Barry Warsaw yazdı
\r\n only get the \n stripped, not the \r (unless it's the last header which does get the \r stripped). Patch by Tony Meyer. test_whitespace_continuation_last_header(), test_strip_line_feed_and_carriage_return_in_headers(): New tests. _parse_headers(): Be sure to strip \r\n from the right side of header lines.
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
[ 1005123 ] test_curses fails on MacOS X 10.3 Be a bit more guarded about what we expect a terminal to be capable of.
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
[ 1005008 ] curses.wrapper should also forward keyword args Plus my rewrite to use finally as opposed to painfully doing the equivalent by hand.
-
Andrew M. Kuchling yazdı
-
Fred Drake 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ı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
This got fixed "by magic" as part of the refactoring, but wasn't tested as such. Now it is.
-
Raymond Hettinger yazdı
-
- 06 Agu, 2004 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Protect the pre-defined contexts by using a deepcopy() instead of copy(). * Micro-optimization: prefer x&1 over x%2
-
Tim Peters yazdı
This primarily adds more powerful ways to work with unittest, including spiffy support for building suites out of doctests in non-Python "text files".
-
Raymond Hettinger yazdı
Will backport.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
(Original patch by Armin Rigo).
-
Brett Cannon yazdı
python.org . This way the delay should be great enough for testConnectTimeout() to pass even when one has a really fast Net connection that allows connections faster than .001 seconds.
-
Fred Drake yazdı
-
- 05 Agu, 2004 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Marc-André Lemburg yazdı
TIS-620. Closes SF bug #1001895: Adding missing ISO 8859 codecs, especially Thai.
-
Phillip J. Eby yazdı
definition, per Guido's request in off-list email.
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
- 04 Agu, 2004 3 kayıt (commit)
-
-
Matthias Klose yazdı
Doc/dist/dist.tex: avoid uncommenting the verbose environment (by the py2texi tool)
-
Fred Drake yazdı
years
-
Tim Peters yazdı
in a -O run, and so test_doctest was failing under -O. Simple cause, simple cure.
-