Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a26c73ed5542173f30fc92a5892de11f70c2b546
/
Lib
/
test
/
test_sundry.py
27d9ee3
Patch #1680959: add test suite for pipes module.
by Georg Brandl
· 18 years ago
2ee4128
Remove test.test_support.guard_warnings_filter.
by Brett Cannon
· 18 years ago
ade2c21
Not sure why this only fails sometimes on Unix machines. Better
by Neal Norwitz
· 18 years ago
478b99b
Add all of the distuils modules that don't seem to have explicit tests. :-(
by Neal Norwitz
· 18 years ago
c249bda
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the
by Brett Cannon
· 18 years ago
41bf2fa
Cause posixfile to raise a DeprecationWarning. Documented as deprecated since
by Brett Cannon
· 18 years ago
d75f043
Remove the gopherlib module. It has been raising a DeprecationWarning since
by Brett Cannon
· 18 years ago
3583cff
Patch #1472854: make the rlcompleter.Completer class usable on non-
by Georg Brandl
· 19 years ago
ba8194b
tty isn't supported on all boxes.
by Tim Peters
· 19 years ago
f69a24c
Update test_sundry. Many modules have now tests, but
by Georg Brandl
· 19 years ago
10be10c
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
by Neal Norwitz
· 19 years ago
e2c9a6c
Suppress new deprecation warnings when running the test suite.
by Tim Peters
· 19 years ago
c2a0ac2
Patch #1049151: adding bool support to xdrlib.py.
by Martin v. Löwis
· 20 years ago
c7979f1
Removed deprecated tzparse module.
by Raymond Hettinger
· 21 years ago
4ebe364
Remove the deprecated statcache module.
by Raymond Hettinger
· 21 years ago
4ad9723
Remove pre module
by Andrew M. Kuchling
· 21 years ago
c1eea67
Remove filecmp
by Andrew M. Kuchling
· 22 years ago
6c73405
Lose references to knee (no longer exists) and pyclbr (has its own
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
d392506
Tighten up some warning filters, and break some dependencies on the
by Tim Peters
· 23 years ago
76fffd8
Add a simple test suite for netrc.py, and remove it from test_sundry
by Andrew M. Kuchling
· 23 years ago
a35e2ce
Move import dbhash out of test_sundry and into test_bsddb,
by Guido van Rossum
· 24 years ago
b112481
Ignore the posixfile deprecation warning for the test suite.
by Fred Drake
· 24 years ago
3230d5c
SF patch #440170: Tests for fileinput module.
by Tim Peters
· 24 years ago
48dacc6
SF patch #440144: Tests and minor bugfix for uu module.
by Tim Peters
· 24 years ago
f95423e
Remove lines for asynchat & asyncore, as they've now got their own test.
by Tim Peters
· 24 years ago
f87d857
Restore alphabetic order. Also try to import rlcompleter and curses, but
by Tim Peters
· 25 years ago
d74804d
The "user" module cannot reasonably be tested. Moved to the end (and
by Fred Drake
· 25 years ago
d93c0b6
Jeremy's patch #103323: trivial tests of all untested modules.
by Tim Peters
· 25 years ago