- 17 Mar, 2017 1 kayıt (commit)
-
-
Jim Fasarakis-Hilliard yazdı
The module is implicitly tested through test_urllib.
-
- 23 May, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Claudiu Popa.
-
- 27 Ara, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3).
-
- 24 Eki, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 13 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
instead of manually listing tests for test.support.run_unittest().
-
- 20 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Based on the testing ideas in a patch written by Greg Malcolm.
-
- 08 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Thomas Fenzl.
-
- 14 Kas, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
proper tests.
-
- 10 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 20 Agu, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 16 Mar, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Michael Henry.
-
- 02 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Agu, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines Issue #9496: Provide a test suite for the rlcompleter module. Patch by Michele Orrù. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines Issue #9496: Provide a test suite for the rlcompleter module. Patch by Michele Orrù. ........
-
Antoine Pitrou yazdı
Michele Orrù.
-
Giampaolo Rodolà yazdı
-
- 02 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79539 | florent.xicluna | 2010-04-01 01:01:03 +0300 (Thu, 01 Apr 2010) | 2 lines Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. ........
-
- 30 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Haz, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81832 | r.david.murray | 2010-06-08 10:41:45 -0400 (Tue, 08 Jun 2010) | 2 lines Now that sunau has some tests, remove it from test_sundry. ........
-
R. David Murray yazdı
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Merged revisions 79534,79537,79539,79558,79606 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79534 | florent.xicluna | 2010-03-31 23:21:54 +0200 (mer, 31 mar 2010) | 2 lines Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. ........ r79537 | florent.xicluna | 2010-03-31 23:40:32 +0200 (mer, 31 mar 2010) | 2 lines Fix typo ........ r79539 | florent.xicluna | 2010-04-01 00:01:03 +0200 (jeu, 01 avr 2010) | 2 lines Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. ........ r79558 | florent.xicluna | 2010-04-01 20:17:09 +0200 (jeu, 01 avr 2010) | 2 lines #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. ........ r79606 | florent.xicluna | 2010-04-02 19:26:42 +0200 (ven, 02 avr 2010) | 2 lines Backport some robotparser test and skip the test if the external resource is not available. ........
-
- 31 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
-
- 29 Nis, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines Fix issue 2245. aifc now skips any chunk type it doesn't actually process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai. ........ r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines Now that we've got a test_aifc, add a few tests. ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines Fix issue 2245. aifc now skips any chunk type it doesn't actually process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai. ........ r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines Now that we've got a test_aifc, add a few tests. ........
-
R. David Murray yazdı
process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai.
-
- 31 Mar, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70779 | r.david.murray | 2009-03-30 19:10:37 -0400 (Mon, 30 Mar 2009) | 3 lines Actually suppress warnings in test_at_least_import_untested_modules inside the catch_warnings context manager. ........
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
inside the catch_warnings context manager.
-
- 25 Ock, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68933 | tarek.ziade | 2009-01-25 20:29:10 +0100 (Sun, 25 Jan 2009) | 1 line Issue #4863, removing remaining bits ........
-
Tarek Ziadé yazdı
-
- 16 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Eyl, 2008 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
-
- 09 Eyl, 2008 2 kayıt (commit)
-
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66321 | brett.cannon | 2008-09-08 17:49:16 -0700 (Mon, 08 Sep 2008) | 7 lines warnings.catch_warnings() now returns a list or None instead of the custom WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. ........
-
Brett Cannon yazdı
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
-
- 25 Tem, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 26 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 May, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
-
- 17 May, 2008 1 kayıt (commit)
-
-
Fred Drake yazdı
includes merge of trunk revision 63432
-