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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Ron Adam: Don't use u prefix in unicode error messages
Walter Dörwald
2007-06-20
2
-13/+13
*
"Fix" the array module test -- by ripping out the 'c' typecode.
Guido van Rossum
2007-06-18
1
-40/+2
*
Fix a buch of shallow test failures.
Guido van Rossum
2007-06-18
2
-33/+40
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-3/+6
*
Make sys.path and sys.argv into lists of strings.
Guido van Rossum
2007-06-15
1
-1/+1
*
Fix some problems introduced by the str8 repr change.
Guido van Rossum
2007-06-15
1
-1/+3
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
4
-56/+1
*
Following an idea by Ron Adam, make sure keys and values in the
Guido van Rossum
2007-06-13
1
-0/+7
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
48
-254/+1224
*
Make test_tmpfile() pass. (And hence test_os.py as a whole passes.)
Guido van Rossum
2007-06-13
1
-2/+2
*
Fix bz2_test.py by removing the tests for universal newline mode.
Guido van Rossum
2007-06-13
1
-26/+0
*
Fix test_shlex: Use io.StringIO.
Walter Dörwald
2007-06-12
1
-7/+2
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
1
-64/+0
*
Duh. Delete the outdated comment too.
Guido van Rossum
2007-06-12
1
-7/+0
*
Seems this test is just fine. It fails because __phello__.spam
Guido van Rossum
2007-06-12
1
-2/+0
*
Simplify various spots where: str() is called on something
Walter Dörwald
2007-06-11
5
-59/+37
*
Check unicode identifier directly instead of converting
Walter Dörwald
2007-06-11
1
-0/+7
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
3
-7/+9
*
Adapt to new exception message.
Walter Dörwald
2007-06-09
1
-6/+6
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
7
-112/+62
*
Fix chr() test (1000000 was accepted on a UCS4 build).
Walter Dörwald
2007-06-08
1
-1/+1
*
Accellerate binary readline() a bit.
Guido van Rossum
2007-06-07
1
-0/+12
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
5
-17/+11
*
The bufsize argument to Popen() should accept None meaning the default (0).
Guido van Rossum
2007-06-07
1
-0/+8
*
Fix test_str.py so that it tests the str8 class.
Walter Dörwald
2007-06-07
2
-2/+2
*
Fix test_deque.py: Read and write file in text mode,
Walter Dörwald
2007-06-07
1
-2/+2
*
Fix tests for unicode-internal codec.
Walter Dörwald
2007-06-07
1
-13/+13
*
tokenizer.c: make coding markup work again.
Guido van Rossum
2007-06-07
1
-17/+17
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
26
-585/+324
*
Fix gzip.py: Use bytes where 8bit strings have been used formerly.
Walter Dörwald
2007-06-06
1
-9/+9
*
If append mode is specified seek to the end of the file.
Walter Dörwald
2007-06-06
1
-0/+18
*
Fix test_codeccallbacks.py: bytes has no % operator.
Walter Dörwald
2007-06-06
1
-3/+3
*
Change sys.intern() so that unicode strings can be
Walter Dörwald
2007-06-05
1
-1/+12
*
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald
2007-06-05
1
-0/+4
*
Fix test_openpty.
Guido van Rossum
2007-05-30
1
-2/+2
*
Fix test_pty.py.
Walter Dörwald
2007-05-29
1
-7/+7
*
Fix file test.
Walter Dörwald
2007-05-29
1
-1/+1
*
Get rid of a test for repr() of a file object.
Guido van Rossum
2007-05-27
1
-8/+0
*
Make struct tests pass.
Guido van Rossum
2007-05-27
1
-20/+26
*
Merged revisions 55545-55587 via svnmerge from
Guido van Rossum
2007-05-25
1
-0/+75
*
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
Guido van Rossum
2007-05-24
1
-7/+1
*
Don't specify an encoding, let open figure out an
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_set.
Guido van Rossum
2007-05-24
1
-4/+4
*
Fix tset_bytes.py.
Guido van Rossum
2007-05-24
1
-4/+4
*
Fix test_exceptions.py: There were still str8 objects
Walter Dörwald
2007-05-24
1
-5/+5
*
Fix list_test.py::test_print(): Read and write the
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_funcattrs.py: __name__ attribute must be str8.
Walter Dörwald
2007-05-24
1
-2/+2
*
Fix test_bool and test_bufio.
Guido van Rossum
2007-05-24
2
-7/+7
*
Make test_subprocess work. Fix universal newlines in io.py.
Guido van Rossum
2007-05-24
1
-12/+12
*
Merged revisions 55514-55544 via svnmerge from
Guido van Rossum
2007-05-24
1
-1/+1
[next]