| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
................
r87541 | alexander.belopolsky | 2010-12-28 10:47:56 -0500 (Tue, 28 Dec 2010) | 9 lines
Merged revisions 87442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87442 | alexander.belopolsky | 2010-12-22 21:27:37 -0500 (Wed, 22 Dec 2010) | 1 line
Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29.
........
................
r87543 | alexander.belopolsky | 2010-12-28 11:04:06 -0500 (Tue, 28 Dec 2010) | 1 line
fixed issue 10254 test
................
|
| |
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76033 | antoine.pitrou | 2009-11-01 22:26:14 +0100 (dim., 01 nov. 2009) | 3 lines
test_normalization should skip and not crash when the resource isn't available
........
|
| |
|
|
|
| |
Delete old NormalizationTest.txt if it doesn't match
unidata_version.
|
| | |
|
| |
|
|
| |
You might want to review this change as it's my first time. Be gentle. :-)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This enables even impatient people to run tests that require remote
files such as test_normalization and test_codecmaps_*.
|
| |
|
|
| |
Backported to 2.3.
|
| | |
|
| |
|
|
| |
riscospath.extsep, and use os.extsep throughout.
|
| |
|
|
|
|
| |
using a build directory just inside the source directory and saving
just one copy of the test data in the source tree, rather than having
a copy in each build directory.
|
| |
|
|
| |
file directly (instead of sucking it all into a list of lines first).
|
| |
|
|
| |
and only if the test input file doesn't exist.
|
| |
|
|
|
| |
XXX If NormalizationTest.txt is required to run this test, why isn't it
checked into the project?
|
| | |
|
| |
|