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
*
Move the sha tests to PyUnit.
Fred Drake
2001-05-22
2
-22/+20
*
Convert binhex regression test to PyUnit. We could use a better test
Fred Drake
2001-05-22
1
-40/+38
*
Convert copy_reg test to PyUnit.
Fred Drake
2001-05-22
1
-29/+19
*
Remove unused import.
Fred Drake
2001-05-22
1
-1/+0
*
Simple conversion to PyUnit -- this test really needs more work!
Fred Drake
2001-05-22
1
-9/+14
*
Convert dospath test suite to PyUnit, adding a couple more cases for
Fred Drake
2001-05-22
1
-46/+55
*
Re-write the rfc822 tests to use PyUnit.
Fred Drake
2001-05-22
1
-138/+162
*
Implementing an idea from Guido on the checkins list:
Tim Peters
2001-05-22
2
-24/+25
*
Convert time module tests to PyUnit.
Fred Drake
2001-05-22
1
-37/+49
*
Migrate the strop test to PyUnit.
Fred Drake
2001-05-22
2
-84/+118
*
create_message(): When os.link() doesn't exist, make a copy of the msg
Tim Peters
2001-05-22
1
-1/+6
*
Add tests for the new .get() and .setdefault() methods of rfc822.Message
Fred Drake
2001-05-22
1
-1/+19
*
New test adapted from the ancient Demo/threads/bug.py.
Tim Peters
2001-05-22
1
-0/+52
*
Remove all files of expected output that contain only the name of the
Fred Drake
2001-05-21
65
-65/+0
*
If the file containing expected output does not exist, assume that it
Fred Drake
2001-05-21
1
-1/+6
*
Re-write the mailbox test suite to use PyUnit. Cover a lot more ground
Fred Drake
2001-05-21
2
-22/+81
*
Update a comment.
Fred Drake
2001-05-18
1
-2/+2
*
Simple conversion to PyUnit.
Fred Drake
2001-05-18
1
-11/+19
*
Simple conversion to PyUnit.
Fred Drake
2001-05-18
1
-23/+20
*
Added test suite for the new HTMLParser module, originally from the
Fred Drake
2001-05-18
2
-0/+255
*
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg
2001-05-15
1
-0/+19
*
Add warnings to the strop module, for to those functions that really
Guido van Rossum
2001-05-15
1
-0/+2
*
Convert a couple of comments to docstrings -- PyUnit can use these when
Fred Drake
2001-05-14
1
-2/+2
*
pprint's workhorse _safe_repr() function took time quadratic in the # of
Tim Peters
2001-05-14
1
-1/+17
*
Convert the pprint test to use PyUnit.
Fred Drake
2001-05-14
1
-35/+57
*
SF bug[ #423781: pprint.isrecursive() broken.
Tim Peters
2001-05-14
2
-0/+37
*
Add support for Windows using "mbcs" as the default Unicode encoding when dea...
Mark Hammond
2001-05-13
3
-0/+87
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
8
-30/+38
*
unlink() would normally be found in the "os" module, so use it from there.
Fred Drake
2001-05-11
1
-5/+7
*
Make test_mutants stronger by also adding random keys during comparisons.
Tim Peters
2001-05-10
1
-2/+17
*
Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo",
Tim Peters
2001-05-10
1
-108/+119
*
Repair typos in comments.
Tim Peters
2001-05-10
1
-4/+4
*
Extend the weakref test suite to cover the complete mapping interface for
Fred Drake
2001-05-10
1
-4/+61
*
SF bug #422121 Insecurities in dict comparison.
Tim Peters
2001-05-10
2
-0/+139
*
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
Tim Peters
2001-05-10
1
-1/+3
*
The strop module and test_strop.py believe replace() with a 0 count
Tim Peters
2001-05-10
1
-1/+1
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
1
-0/+6
*
Update the tests for the fcntl module to check passing in file objects,
Fred Drake
2001-05-09
1
-11/+21
*
Trivial tests of urllib2 for recent SF bug
Jeremy Hylton
2001-05-09
2
-0/+18
*
SF bug #422177: Results from .pyc differs from .py
Tim Peters
2001-05-08
1
-0/+3
*
SF patch #421922: Implement rich comparison for dicts.
Tim Peters
2001-05-08
1
-0/+28
*
SF patch 419176 from MvL; fixed bug 418977
Jeremy Hylton
2001-05-08
2
-0/+21
*
This is a test showing SF bug 422177. It won't trigger until I check in
Tim Peters
2001-05-08
1
-0/+30
*
Generalize zip() to work with iterators.
Tim Peters
2001-05-06
2
-2/+48
*
Get rid of silly 5am "del" stmts.
Tim Peters
2001-05-05
1
-2/+0
*
Reimplement PySequence_Contains() and instance_contains(), so they work
Tim Peters
2001-05-05
1
-18/+6
*
Generalize PySequence_Count() (operator.countOf) to work with iterators.
Tim Peters
2001-05-05
1
-0/+35
*
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters
2001-05-05
2
-2/+57
*
Make unicode.join() work nice with iterators. This also required a change
Tim Peters
2001-05-05
1
-0/+41
*
Generalize tuple() to work nicely with iterators.
Tim Peters
2001-05-05
3
-6/+39
[next]