index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pep277.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-12/+12
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Stop printing listdir bytestring output, as the precise list of strings
Martin v. Löwis
2004-11-07
1
-2/+2
*
Patch #790000: Allow os.access to handle Unicode file name.
Martin v. Löwis
2003-09-12
1
-0/+1
*
Prevent failure on the mac, where "mbcs" is not the file system
Mark Hammond
2003-07-16
1
-2/+3
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-14/+12
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-4/+4
*
Add os.path.supports_unicode_filenames for all platforms,
Mark Hammond
2002-10-08
1
-5/+4
*
Use escaped Unicode literals, according to PEP 8.
Martin v. Löwis
2002-10-07
1
-12/+11
*
This test fails on Win98, which is fine, but when it failed it left
Tim Peters
2002-10-05
1
-6/+17
*
Tests for pep277 - Unicode file names on Windows NT.
Mark Hammond
2002-10-03
1
-0/+106