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___all__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add __all__ to test_support
Benjamin Peterson
2008-05-26
1
-0/+1
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
1
-1/+1
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
1
-1/+1
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-1/+1
*
Revert the renaming of repr to reprlib.
Brett Cannon
2008-05-23
1
-1/+1
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
1
-1/+1
*
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
Alexandre Vassalotti
2008-05-16
1
-1/+1
*
Changed references to the reprlib module to use its new name.
Alexandre Vassalotti
2008-05-16
1
-1/+1
*
Updated import statements to use the new `configparser` module name.
Alexandre Vassalotti
2008-05-14
1
-1/+1
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-1/+1
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Also ignore package deprecations.
Brett Cannon
2008-05-10
1
-1/+2
*
When testing a module's __all__, we really don't care if it is deprecated.
Brett Cannon
2008-05-06
1
-15/+10
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the
Brett Cannon
2007-05-30
1
-0/+2
*
Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.
Brett Cannon
2007-05-30
1
-0/+2
*
Remove the gopherlib module. It has been raising a DeprecationWarning since
Brett Cannon
2007-05-16
1
-5/+0
*
Deprecate os.popen* and popen2 module in favor of the subprocess module.
Neal Norwitz
2007-05-11
1
-0/+2
*
Stop using test_support.verify().
Collin Winter
2007-04-04
1
-8/+6
*
Deprecate the sets module.
Brett Cannon
2007-01-13
1
-0/+2
*
regsub is gone, nothing to ignore
Neal Norwitz
2006-03-26
1
-2/+0
*
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
Neal Norwitz
2006-03-16
1
-2/+0
*
Rename sre.py -> re.py
Neal Norwitz
2006-03-16
1
-1/+0
*
The pre module has been gone for a while. Need to go through and find other ...
Neal Norwitz
2006-03-16
1
-3/+0
*
Suppress new deprecation warnings when running the
Tim Peters
2006-02-18
1
-0/+4
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
1
-3/+0
*
Essentially SF patch 1061679: add missing __all__ to pickletools.py.
Tim Peters
2004-11-06
1
-0/+1
*
Removed no-longer-needed convolutions to recover from damaged modules
Tim Peters
2004-08-02
1
-14/+0
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+1
*
Add heapq to list of __all__ checks.
Raymond Hettinger
2004-06-13
1
-0/+1
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-3/+2
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
1
-1/+0
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
Test Brett's addition of __all__ to Queue.
Raymond Hettinger
2003-07-01
1
-0/+1
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
Added missing modules to __all__ check.
Raymond Hettinger
2003-05-02
1
-0/+4
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-4/+3
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Port test_pwd.py to PyUnit. Check that getpwall() and
Walter Dörwald
2003-04-15
1
-159/+185
*
Add special consideration for rlcompleter. As a side effect of
Guido van Rossum
2002-10-09
1
-1/+12
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
1
-3/+6
*
It makes more sense to call resetwarnings() after every test runs than
Tim Peters
2002-04-16
1
-2/+0
*
Reduce the number of test-suite DeprecationWarnings; start adding
Tim Peters
2002-04-15
1
-0/+2
*
Ignore more deprecation warnings.
Tim Peters
2002-04-11
1
-4/+6
*
SF patch 490393: test___all__ and Jython; from Finn Bock.
Tim Peters
2001-12-07
1
-3/+4
*
Fix comment typo
Andrew M. Kuchling
2001-11-02
1
-1/+1
*
Suppressing all DeprecationWarning messages was a bit of a problem for
Guido van Rossum
2001-09-04
1
-3/+3
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-1/+1
*
Hack to workaround bug #445984: attempt to import _socket before
Greg Ward
2001-08-04
1
-0/+4
[next]