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
*
a test for an error condition not covered by existing tests
Michael W. Hudson
2006-11-23
1
-0/+7
*
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))
Walter Dörwald
2006-11-23
1
-0/+4
*
Patch #1070046: Marshal new-style objects like InstanceType
Martin v. Löwis
2006-11-19
1
-0/+9
*
Add a test case of data w/ bytes > 127
Andrew M. Kuchling
2006-11-19
1
-0/+3
*
Make cStringIO.truncate raise IOError for negative
Martin v. Löwis
2006-11-19
1
-0/+1
*
Patch [ 1586791 ] better error msgs for some TypeErrors
Georg Brandl
2006-11-19
1
-2/+2
*
Expand checking in test_sha
Andrew M. Kuchling
2006-11-18
1
-1/+15
*
Remove file-locking in MH.pack() method.
Andrew M. Kuchling
2006-11-17
1
-0/+15
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-1/+1
*
Patch #1355023: support whence argument for GzipFile.seek.
Martin v. Löwis
2006-11-12
1
-0/+11
*
Patch #1065257: Support passing open files as body in
Martin v. Löwis
2006-11-12
1
-1/+12
*
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
Andrew M. Kuchling
2006-11-09
1
-1/+23
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
1
-0/+8
*
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
Neal Norwitz
2006-11-04
1
-0/+2
*
Whitespace normalization.
Tim Peters
2006-11-03
11
-20/+20
*
I'm assuming this is correct, it fixes the tests so they pass again
Neal Norwitz
2006-10-29
1
-0/+1
*
Add tests for incremental codecs with an errors
Walter Dörwald
2006-10-29
1
-0/+24
*
Add tests for basic argument errors.
Walter Dörwald
2006-10-29
1
-0/+27
*
Move the check for openpty to the beginning.
Georg Brandl
2006-10-29
1
-5/+5
*
Remove leftover test output file.
Georg Brandl
2006-10-29
1
-29/+0
*
Convert test_openpty to unittest.
Georg Brandl
2006-10-29
2
-16/+18
*
Convert test_MimeWriter to unittest.
Georg Brandl
2006-10-29
2
-174/+185
*
Completely convert test_httplib to unittest.
Georg Brandl
2006-10-29
2
-103/+63
*
Convert test_cgi to unittest.
Georg Brandl
2006-10-29
2
-167/+135
*
Convert test_cookie to unittest.
Georg Brandl
2006-10-29
2
-73/+73
*
Convert test_types to unittest.
Georg Brandl
2006-10-29
2
-298/+270
*
Convert test_nis to unittest.
Georg Brandl
2006-10-29
2
-37/+37
*
Convert test_poll to unittest.
Georg Brandl
2006-10-29
2
-195/+140
*
Convert test_mmap to unittest.
Georg Brandl
2006-10-29
2
-276/+156
*
Bug #1576657: when setting a KeyError for a tuple key, make sure that
Georg Brandl
2006-10-29
1
-0/+10
*
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Georg Brandl
2006-10-29
1
-0/+2
*
Fix the new EncodedFile test to work with big endian platforms.
Georg Brandl
2006-10-29
1
-2/+2
*
Test assert if __debug__ is true.
Georg Brandl
2006-10-29
1
-4/+3
*
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
Georg Brandl
2006-10-29
1
-1/+28
*
Fix test_modulefinder so it doesn't fail when run after test_distutils.
Neal Norwitz
2006-10-28
1
-0/+1
*
Fix bug #1565514, SystemError not raised on too many nested blocks.
Neal Norwitz
2006-10-28
1
-0/+31
*
make test_grammar pass with python -O
Georg Brandl
2006-10-28
1
-2/+4
*
Convert test_opcodes to unittest.
Georg Brandl
2006-10-28
2
-105/+108
*
Convert test_math to unittest.
Georg Brandl
2006-10-28
2
-229/+207
*
Update outstanding bugs test file.
Georg Brandl
2006-10-28
1
-10/+5
*
Convert test_global, test_scope and test_grammar to unittest.
Georg Brandl
2006-10-28
8
-1288/+1263
*
Port test_bufio to unittest.
Walter Dörwald
2006-10-28
1
-55/+61
*
Modulefinder now handles absolute and relative imports, including
Thomas Heller
2006-10-27
1
-0/+263
*
WindowsError.str should display the windows error code,
Thomas Heller
2006-10-27
1
-0/+13
*
[Bug #1575506] The _singlefileMailbox class was using the wrong file object i...
Andrew M. Kuchling
2006-10-27
1
-0/+16
*
[Bug #1576241] Let functools.wraps work with built-in functions
Andrew M. Kuchling
2006-10-27
1
-0/+7
*
Patch #1549049: Rewrite type conversion in structmember.
Martin v. Löwis
2006-10-27
1
-0/+80
*
Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated
Georg Brandl
2006-10-24
1
-0/+27
*
Remove passwd.adjunct.byname from list of maps
Martin v. Löwis
2006-10-22
1
-0/+7
*
Port test___future__ to unittest.
Walter Dörwald
2006-10-22
1
-52/+56
[next]