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
*
Exercise Jim Fulton's new doctest extension for running doctests in a
Raymond Hettinger
2003-07-16
1
-2/+5
*
Extend last change to cover TestSuites as well as TestCases.
Raymond Hettinger
2003-07-16
1
-1/+1
*
Prevent failure on the mac, where "mbcs" is not the file system
Mark Hammond
2003-07-16
1
-2/+3
*
run_unittest() to support TestCase instances as well as classes. Helps with ...
Raymond Hettinger
2003-07-16
1
-1/+4
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-1/+0
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-6/+25
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
2
-3/+30
*
Add various test cases from SF patch 543867.
Walter Dörwald
2003-07-15
1
-1/+58
*
stylistic nits:
Fred Drake
2003-07-14
1
-6/+8
*
Make close() identical to __del__() for a dumbdbm database. Make
Tim Peters
2003-07-13
1
-0/+7
*
Reworked test_warnings.py:
Raymond Hettinger
2003-07-13
2
-56/+81
*
This test failed on WindowsME because the full file path did not get
Raymond Hettinger
2003-07-13
2
-6/+6
*
Don't include slash in search string; it's OS-specific.
Jeremy Hylton
2003-07-11
1
-1/+1
*
Change warnings to avoid importing re module during startup.
Jeremy Hylton
2003-07-11
2
-0/+63
*
Added a new randomized test.
Tim Peters
2003-07-11
1
-0/+28
*
Fix SF bug 764095: Don't use network in test_httplib.
Jeremy Hylton
2003-07-08
2
-14/+35
*
New function sys.getcheckinterval(), to complement setcheckinterval().
Tim Peters
2003-07-06
1
-2/+4
*
Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==
Brett Cannon
2003-07-03
1
-3/+3
*
Fix and test for bug #764548:
Just van Rossum
2003-07-02
1
-0/+10
*
fixed typo in comment
Just van Rossum
2003-07-02
1
-1/+1
*
On those systems lacking the AFMT_S16_NE symbol, the test was failing
Andrew MacIntyre
2003-07-02
1
-1/+1
*
- added (c)StringIO tests; cStringIO usage failed in the previous
Just van Rossum
2003-07-01
1
-0/+16
*
Fix SF bug #763023, difflib.py: ratio() zero division not caught
Neal Norwitz
2003-07-01
1
-0/+12
*
connector(): You can't use an empty string as an argument to connect()
Tim Peters
2003-07-01
1
-1/+1
*
Fix SF bug #763770, test_socket_ssl crash
Neal Norwitz
2003-07-01
1
-2/+2
*
Test Brett's addition of __all__ to Queue.
Raymond Hettinger
2003-07-01
1
-0/+1
*
Fix SF #763362, test_posixpath failed
Neal Norwitz
2003-07-01
1
-4/+6
*
Fix typo in error message
Neal Norwitz
2003-06-30
1
-1/+1
*
Don't require that a RuntimeError is raised when playing a second
Walter Dörwald
2003-06-30
1
-5/+9
*
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger
2003-06-30
1
-0/+11
*
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz
2003-06-30
1
-1/+37
*
More tests
Raymond Hettinger
2003-06-29
1
-3/+59
*
Removed invalid test.
Raymond Hettinger
2003-06-29
1
-3/+0
*
SF bug #762455: Python segfaults when sys.stdout is changed in getattr
Raymond Hettinger
2003-06-29
1
-0/+15
*
Whitespace normalization.
Tim Peters
2003-06-29
3
-6/+6
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-2/+57
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+7
*
SF patch #756996: Bare except in ZipFile.testzip()
Raymond Hettinger
2003-06-27
1
-0/+21
*
SF patch #761519: Fixes for bugs 760703 and 757821
Raymond Hettinger
2003-06-27
1
-2/+1
*
Add a trivial test of getargspec() with a method.
Jeremy Hylton
2003-06-27
1
-16/+21
*
Add tests for __nonzero__() problems.
Jeremy Hylton
2003-06-27
1
-0/+21
*
SF bug #761337: datetime.strftime fails on trivial format string
Raymond Hettinger
2003-06-27
1
-0/+1
*
SF bug #759889: Pickling of Random is broken
Raymond Hettinger
2003-06-24
1
-0/+7
*
SF patch #736962. Converted test_compile to unittest format.
Raymond Hettinger
2003-06-23
2
-167/+140
*
Added regression test for SF #757818
Raymond Hettinger
2003-06-20
1
-0/+5
*
Many new tests, based on gcov's coverage information.
Gustavo Niemeyer
2003-06-20
1
-0/+172
*
Use find() instead of looping over the string in expanduser().
Walter Dörwald
2003-06-19
1
-1/+5
*
Minor updates:
Raymond Hettinger
2003-06-18
1
-5/+14
*
Port test_complex.py to unittest.
Walter Dörwald
2003-06-18
2
-145/+249
*
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger
2003-06-18
1
-0/+8
[next]