index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pyclbr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#7092: silence py3k warnings for deprecated modules
Ezio Melotti
2010-01-30
1
-8/+12
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-2/+2
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-10/+6
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-6/+10
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-1/+1
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Fix test_pyclbr after another platform-dependent function was added to urllib.
Georg Brandl
2008-05-18
1
-0/+1
*
Adapt test_pyclbr to the new version of urllib.py:
Amaury Forgeot d'Arc
2008-05-12
1
-1/+5
*
Deprecated the mhlib module for removal in 3.0.
Brett Cannon
2008-05-11
1
-1/+0
*
#2503 make singletons compared with "is" not == or !=
Benjamin Peterson
2008-03-29
1
-1/+1
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Fix test_pyclbr after urllib change.
Georg Brandl
2008-01-20
1
-0/+1
*
Bug #1560617: in pyclbr, return full module name not only for classes,
Georg Brandl
2006-09-30
1
-0/+3
*
Whitespace normalization
Neal Norwitz
2006-04-18
1
-1/+1
*
test_pyclbr goes nuts when a module contains code to try importing a class
Phillip J. Eby
2006-04-18
1
-0/+3
*
Merge email package 4.0 from the sandbox, including documentation, test cases,
Barry Warsaw
2006-03-18
1
-1/+1
*
Teach a test about the different kinds of functions.
Raymond Hettinger
2004-09-04
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-08-04
1
-1/+1
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
1
-12/+32
*
Oops! Restored the pickle test to test_pyclbr, but changed types.py so
Tim Peters
2004-07-18
1
-0/+1
*
The Darwin-specific getproxies_internetconfig() was added to urllib,
Tim Peters
2004-07-18
1
-2/+2
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-2/+1
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-10/+4
*
Last checkin was missing the tuple comma.
Raymond Hettinger
2002-12-30
1
-1/+1
*
Restore the test of the random module after including "Random" in the
Raymond Hettinger
2002-12-30
1
-1/+1
*
Temporarily comment out a test that crashes upon the introduction of
Raymond Hettinger
2002-12-30
1
-1/+1
*
Add more sophistication to the comparison between pyclbr output and
Guido van Rossum
2002-12-03
1
-42/+36
*
Moderately heavy reorganization of pyclbr to fix package-related bugs.
Guido van Rossum
2002-12-02
1
-14/+34
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Remove httplib from tested modules.
Jeremy Hylton
2002-07-12
1
-15/+0
*
assertHasattr(): Made failure msg better than useless.
Tim Peters
2002-07-10
1
-1/+4
*
SF bug 558179.
Guido van Rossum
2002-06-05
1
-1/+1
*
Stop sucking up xmllib -- it's deprecated.
Tim Peters
2002-04-11
1
-1/+0
*
Fix pyclbr test of httplib without really understanding pyclbr.
Jeremy Hylton
2002-03-08
1
-1/+2
*
SF bug [#467336] doctest failures w/ new-style classes.
Tim Peters
2001-10-03
1
-1/+4
*
SF patch [#466616] Exclude imported items from doctest,
Tim Peters
2001-10-02
1
-2/+3
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1/+7
*
builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead
Tim Peters
2001-09-04
1
-1/+1
*
Repair Unix-specific assumptions that caused this to fail on Windows.
Tim Peters
2001-08-13
1
-20/+18
*
Nick Mathewson: test suite for the class browser support module.
Fred Drake
2001-08-13
1
-0/+158