GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unicode_file.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from Mark Hammond to fix a test error.
Raymond Hettinger
2004-06-28
1
-9
/
+12
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9
/
+29
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-3
/
+3
*
Fix test_unicode_file errors on platforms without Unicode file support,
Mark Hammond
2003-12-03
1
-4
/
+6
*
Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with
Mark Hammond
2003-12-03
1
-76
/
+148
*
Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.
Mark Hammond
2003-08-06
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1
/
+1
*
Test for UnicodeError instead of ImportError to determine whether
Martin v. Löwis
2003-03-17
1
-1
/
+1
*
Skip the test if TESTFN_ENCODING is None. Fixes #699386.
Martin v. Löwis
2003-03-08
1
-19
/
+6
*
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond
2002-10-03
1
-0
/
+4
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-2
/
+2
*
Disable code intended for PEP 277.
Guido van Rossum
2002-01-15
1
-5
/
+6
*
Ensure Unicode filenames work with glob - they already do, but the test seems...
Mark Hammond
2002-01-07
1
-1
/
+9
*
Patch #449815: Set filesystemencoding based on CODESET.
Martin v. Löwis
2001-09-05
1
-1
/
+15
*
Add support for Windows using "mbcs" as the default Unicode encoding when dea...
Mark Hammond
2001-05-13
1
-0
/
+81