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
/
output
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test_extcall to doctest.
Brett Cannon
2008-03-18
1
-115/+0
*
Move test_tokenize to doctest.
Brett Cannon
2008-03-13
1
-684/+0
*
Move test_thread over to unittest. Commits GHOP 237.
Brett Cannon
2008-03-13
1
-18/+0
*
Move test_logging over to doctest.
Brett Cannon
2008-02-17
1
-525/+0
*
* Use the same code to profile for test_profile and test_cprofile.
Georg Brandl
2008-02-05
1
-84/+0
*
Rewrite test_cprofile as unittest (and rename the file to be consistent
Georg Brandl
2008-02-02
1
-79/+0
*
Fixed #1624: Remove output comparison for test_pep277
Christian Heimes
2007-12-15
1
-3/+0
*
Port test_class to unittest. Patch #1671298.
Georg Brandl
2007-08-24
1
-101/+0
*
Convert test_pkg to use unittest.
Collin Winter
2007-08-24
1
-45/+0
*
Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...
Georg Brandl
2007-08-24
1
-7/+0
*
Remove output file for test_ossaudiodev, also properly close the dsp object.
Georg Brandl
2007-08-24
1
-2/+0
*
Remove test_rgbimg output file, there is no test_rgbimg.py.
Georg Brandl
2007-08-24
1
-2/+0
*
Port test_frozen to unittest.
Georg Brandl
2007-08-24
1
-4/+0
*
Patch #1008: port test_signal to unittest.
Georg Brandl
2007-08-24
1
-2/+0
*
Patch #1006: port test_winreg to unittest.
Georg Brandl
2007-08-24
1
-3/+0
*
Patch #1686487: you can now pass any mapping after '**' in function calls.
Georg Brandl
2007-05-21
1
-6/+9
*
Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...
Collin Winter
2007-03-28
2
-474/+0
*
Remove test/output/test_popen2 (missed in r54417).
Collin Winter
2007-03-16
1
-9/+0
*
Patch #1670993: Refactor test_threadedtempfile.py to use unittest.
Collin Winter
2007-03-12
1
-5/+0
*
Patch #1678088: convert test_operations to use unittest, fold the result into...
Collin Winter
2007-03-12
1
-21/+0
*
Patch #1675471: convert test_pty to unittest.
Georg Brandl
2007-03-07
1
-3/+0
*
Port test_popen.py to unittest.
Walter Dörwald
2007-01-24
1
-3/+0
*
Port test_new.py to unittest.
Walter Dörwald
2007-01-20
1
-7/+0
*
Port test_resource.py to unittest.
Walter Dörwald
2007-01-20
1
-2/+0
*
Move xdrlib tests from the module into a separate test script,
Walter Dörwald
2006-12-01
1
-19/+0
*
Remove leftover test output file.
Georg Brandl
2006-10-29
1
-29/+0
*
Convert test_openpty to unittest.
Georg Brandl
2006-10-29
1
-2/+0
*
Convert test_MimeWriter to unittest.
Georg Brandl
2006-10-29
1
-110/+0
*
Completely convert test_httplib to unittest.
Georg Brandl
2006-10-29
1
-13/+0
*
Convert test_cgi to unittest.
Georg Brandl
2006-10-29
1
-42/+0
*
Convert test_cookie to unittest.
Georg Brandl
2006-10-29
1
-32/+0
*
Convert test_types to unittest.
Georg Brandl
2006-10-29
1
-15/+0
*
Convert test_nis to unittest.
Georg Brandl
2006-10-29
1
-2/+0
*
Convert test_poll to unittest.
Georg Brandl
2006-10-29
1
-19/+0
*
Convert test_mmap to unittest.
Georg Brandl
2006-10-29
1
-38/+0
*
Convert test_opcodes to unittest.
Georg Brandl
2006-10-28
1
-6/+0
*
Convert test_math to unittest.
Georg Brandl
2006-10-28
1
-28/+0
*
Convert test_global, test_scope and test_grammar to unittest.
Georg Brandl
2006-10-28
3
-98/+0
*
Bug fixes large and small for tokenize.
Jeremy Hylton
2006-08-23
1
-25/+50
*
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
Guido van Rossum
2006-08-10
1
-0/+2
*
Be a lot smarter about whether this test passes: instead of assuming
Greg Ward
2006-07-23
1
-2/+1
*
Increase the small thread stack size to get the test
Andrew MacIntyre
2006-06-13
1
-2/+2
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-0/+12
*
Revert revisions:
Tim Peters
2006-06-04
1
-8/+0
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
1
-0/+8
*
[ 1497053 ] Let dicts propagate the exceptions in user __eq__().
Armin Rigo
2006-06-01
1
-2/+17
*
Convert test_exceptions to unittest.
Georg Brandl
2006-05-30
1
-52/+0
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-3/+3
*
Convert test_compare to use unittest. Hopefully we can find out
Neal Norwitz
2006-04-09
1
-101/+0
*
Make test_augassign pass with -Qnew and convert to unittest.
Georg Brandl
2006-03-28
1
-51/+0
[next]