summaryrefslogtreecommitdiff
path: root/PC/testpy.py
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicated imports (closes #25502)Benjamin Peterson2015-10-281-2/+0
|
* Fix more lingering print statements.Collin Winter2007-08-301-4/+4
|
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+5
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Remove svn:mime-type (inexplicably set to a binary type),Tim Peters2006-03-011-32/+32
| | | | and set svn:eol-style to native, on some text files.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-15/+15
|
* Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1.Guido van Rossum1997-05-191-31/+32
|
* Added PC files from Jim Ahlstrom.Guido van Rossum1996-06-281-0/+31