An error occurred fetching the project authors.
- 01 May, 2003 1 commit
-
-
Walter Dörwald authored
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 29 Apr, 2003 1 commit
-
-
Brett Cannon authored
-
- 25 Apr, 2003 2 commits
-
-
Guido van Rossum authored
mode. XXX I'm not convinced that this is the right solution -- arguably, on Windows, the _fileobject class should honor the mode argument and do newline translation. But it's never done that so I think there's no urgent need to fix this today.
-
Brett Cannon authored
should go in test_urllibnet.py . Still need to write tests for _urlopener usage and urlretrieve.
-
- 23 Jul, 2002 1 commit
-
-
Barry Warsaw authored
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 28 Jan, 2001 1 commit
-
-
Skip Montanaro authored
-
- 20 Jan, 2001 1 commit
-
-
Skip Montanaro authored
-
- 19 Jan, 2001 2 commits
-
-
Tim Peters authored
corresponding changes were made to its std test.
-
Tim Peters authored
change the test to give a clue about *where* it's failing.
-
- 17 Jan, 2001 1 commit
-
-
Marc-André Lemburg authored
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 23 Oct, 2000 1 commit
-
-
Fred Drake authored
-
- 14 Sep, 2000 1 commit
-
-
Jeremy Hylton authored
character according to RFC 2396. Add some text to quote doc string that explains the quoting rules better. This closes SF Bug #114427. Add _fast_quote operation that uses a dictionary instead of a list when the standard set of safe characters is used.
-
- 31 Aug, 2000 1 commit
-
-
Jeremy Hylton authored
applies patch #101369 by Moshe Zadke use explicit list of always safe characters instead of string.letters add test case
-