- 21 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Tem, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 02 Ara, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Nis, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
I thought I had run the full test suite before the last checkin, but obviously I didn't. test_multibytecodec_support.py isn't really a test file, it is a support file that contains a base test class. Rename it to multibytecodec_support so that regrtest test discovery doesn't think it is a test file that should be run.
-
- 29 Eyl, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 03 Haz, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
Victor Stinner yazdı
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
- 30 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
- 17 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
the CJK encoding testcase BLOB into multiple text files.
-
- 16 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 14 Eki, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........
-
Antoine Pitrou yazdı
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 Şub, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78497 | florent.xicluna | 2010-02-27 16:10:19 +0100 (sam, 27 fév 2010) | 2 lines #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. ........
-
Florent Xicluna yazdı
-
- 03 Şub, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 26 Kas, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76535 | antoine.pitrou | 2009-11-26 13:36:30 +0100 (jeu., 26 nov. 2009) | 3 lines When open_urlresource() fails, HTTPException is another possible error ........
-
Antoine Pitrou yazdı
-
- 01 Kas, 2009 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Merged revisions 76012 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76012 | antoine.pitrou | 2009-11-01 17:10:47 +0100 (dim., 01 nov. 2009) | 3 lines Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. ........
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76010 | antoine.pitrou | 2009-11-01 16:59:11 +0100 (dim., 01 nov. 2009) | 3 lines Fix test skipping in multibyte codec tests ........
-
Antoine Pitrou yazdı
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 May, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
-
- 17 May, 2008 2 kayıt (commit)
-
-
Fred Drake yazdı
includes merge of trunk revision 63432
-
-
- 08 Mar, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line Removed duplicate Py_CHARMASK define. It's already defined in Python.h. ........ r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link. ........ r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line #835521: Add index entries for various pickle-protocol methods and attributes ........ r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines #1433694: minidom's .normalize() failed to set .nextSibling for last element. Fix by Malte Helmert ........ r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line Patch #2167 from calvin: Remove unused imports ........ r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line Patch #1957: syslogmodule: Release GIL when calling syslog(3) ........ r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines Issue #2051 and patch from Alexander Belopolsky: Permission for pyc and pyo files are inherited from the py file. ........
-