Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e8889c5741b636aa798757eb5500d304b1704344
/
Lib
/
test
/
test_pyclbr.py
c4536a1
Teach a test about the different kinds of functions.
by Raymond Hettinger
· 20 years ago
6db15d7
Whitespace normalization.
by Tim Peters
· 20 years ago
c2a5a63
PEP-0318, @decorator-style. In Guido's words:
by Anthony Baxter
· 20 years ago
264c659
Oops! Restored the pickle test to test_pyclbr, but changed types.py so
by Tim Peters
· 20 years ago
fa7809d
The Darwin-specific getproxies_internetconfig() was added to urllib,
by Tim Peters
· 20 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 21 years ago
91bbd9a
Used sets.Set() to compare unordered sequences. Improves clarity and brevity.
by Raymond Hettinger
· 22 years ago
e401b6f
Last checkin was missing the tuple comma.
by Raymond Hettinger
· 22 years ago
ecccafb
Restore the test of the random module after including "Random" in the
by Raymond Hettinger
· 22 years ago
4c47bd5
Temporarily comment out a test that crashes upon the introduction of
by Raymond Hettinger
· 22 years ago
7f6a439
Add more sophistication to the comparison between pyclbr output and
by Guido van Rossum
· 22 years ago
0ed7aa1
Moderately heavy reorganization of pyclbr to fix package-related bugs.
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
b2622a4
Remove httplib from tested modules.
by Jeremy Hylton
· 22 years ago
5e5ca56
assertHasattr(): Made failure msg better than useless.
by Tim Peters
· 22 years ago
d842e07
SF bug 558179. Change default for get() back to None. Will backport to 2.2.1.
by Guido van Rossum
· 22 years ago
3c14efe
Stop sucking up xmllib -- it's deprecated.
by Tim Peters
· 23 years ago
547a316
Fix pyclbr test of httplib without really understanding pyclbr.
by Jeremy Hylton
· 23 years ago
17111f3
SF bug [#467336] doctest failures w/ new-style classes.
by Tim Peters
· 23 years ago
7402f79
SF patch [#466616] Exclude imported items from doctest,
by Tim Peters
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
37a309d
builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead
by Tim Peters
· 23 years ago
0460106
Repair Unix-specific assumptions that caused this to fail on Windows.
by Tim Peters
· 23 years ago
3a28ca8
Nick Mathewson: test suite for the class browser support module.
by Fred Drake
· 23 years ago