Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2732cb42694251f3c0dd38a115c2fce84bc5c931
/
Lib
/
doctest.py
4fd9e2f
Remove the horrid generators hack from doctest.py. This relies on a
by Tim Peters
· 23 years ago
0381339
Document doctest's generator-future hack.
by Tim Peters
· 23 years ago
fe2127d
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
by Tim Peters
· 23 years ago
fee69d0
Changed some comments. Removed the caution about clearing globs, since
by Tim Peters
· 23 years ago
d4ad59e
Clear the copy of the globs dict after running examples. This helps to
by Tim Peters
· 23 years ago
77f2d50
doctest systematically leaked memory when handling an exception in an
by Tim Peters
· 23 years ago
08bba95
doctest doesn't handle intentional SyntaxError exceptions gracefully,
by Tim Peters
· 23 years ago
24a4191
Changed doctest to run tests in alphabetic order of name.
by Tim Peters
· 24 years ago
261d91a
Make doctest's self-test succeed after the previous change.
by Guido van Rossum
· 24 years ago
af00a46
Print a bunch of asterisks before the failure summary, to separate it
by Guido van Rossum
· 24 years ago
f9bb496
Miranda newlines: if anything at all was written to stdout, supply a
by Tim Peters
· 24 years ago
60e23f4
Change doctest exception example to one whose detail hasn't changed since 1.5.2.
by Tim Peters
· 24 years ago
ea4f931
Teach doctest about newer "(most recent call last)" traceback spelling.
by Tim Peters
· 24 years ago
ecb6fb9
Bump __version__ tuple.
by Tim Peters
· 24 years ago
630e69c
String method conversion.
by Eric S. Raymond
· 24 years ago
eccd02a
more __all__ updates
by Skip Montanaro
· 24 years ago
8a7d2d5
doctest-- The Little Module That Could --finally makes it to the Big Show <wink>.
by Tim Peters
· 24 years ago