- 07 Aug, 2004 16 commits
-
-
Michael W. Hudson authored
[ 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 authored
-
Michael W. Hudson authored
[ 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 authored
-
Fred Drake 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
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Tim Peters authored
-
Tim Peters authored
This got fixed "by magic" as part of the refactoring, but wasn't tested as such. Now it is.
-
Raymond Hettinger authored
-
- 06 Aug, 2004 8 commits
-
-
Raymond Hettinger authored
* Protect the pre-defined contexts by using a deepcopy() instead of copy(). * Micro-optimization: prefer x&1 over x%2
-
Tim Peters authored
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 authored
Will backport.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
(Original patch by Armin Rigo).
-
Brett Cannon authored
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 authored
-
- 05 Aug, 2004 5 commits
-
-
Fred Drake authored
-
Marc-André Lemburg authored
TIS-620. Closes SF bug #1001895: Adding missing ISO 8859 codecs, especially Thai.
-
Phillip J. Eby authored
definition, per Guido's request in off-list email.
-
cvs2svn authored
-
Anthony Baxter authored
-
- 04 Aug, 2004 11 commits
-
-
Matthias Klose authored
Doc/dist/dist.tex: avoid uncommenting the verbose environment (by the py2texi tool)
-
Fred Drake authored
years
-
Tim Peters authored
in a -O run, and so test_doctest was failing under -O. Simple cause, simple cure.
-
Tim Peters authored
the tim-doctest-merge-24a2 tag on the the tim-doctest-branch branch. We did development on the branch in case it wouldn't land in time for 2.4a2, but the branch looked good: Edward's tests passed there, ditto Python's tests, and ditto the Zope3 tests. Together, those hit doctest heavily.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
modes like non-interactive modes. This allows for non-latin-1 users to write unicode strings directly and sets Japanese users free from weird manual escaping <wink> in shift_jis environments. (Reviewed by Martin v. Loewis)
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
place! (can that please be it for silly mistakes in this file? :-) I know I started it, but...). Also, rearrangements to run repeatedly.
-
Martin v. Löwis authored
-
Michael W. Hudson authored
.pyc size) after all.
-