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
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
2
-26/+42
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-29/+21
*
Make test_structmembers pass when run with regrtests's -R flag.
Collin Winter
2007-08-24
1
-6/+9
*
Port test_class to unittest. Patch #1671298.
Georg Brandl
2007-08-24
2
-387/+497
*
Catch the correct errors.
Georg Brandl
2007-08-24
2
-2/+2
*
Convert test_pkg to use unittest.
Collin Winter
2007-08-24
2
-285/+251
*
Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...
Georg Brandl
2007-08-24
3
-76/+78
*
Remove output file for test_ossaudiodev, also properly close the dsp object.
Georg Brandl
2007-08-24
2
-5/+3
*
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
3
-27/+52
*
Patch #1008: port test_signal to unittest.
Georg Brandl
2007-08-24
2
-163/+171
*
Patch #1006: port test_winreg to unittest.
Georg Brandl
2007-08-24
2
-133/+149
*
Fix silly typo in test name.
Guido van Rossum
2007-08-24
1
-1/+1
*
Fix bug 1725856.
Gregory P. Smith
2007-08-24
1
-0/+16
*
Make test_runpy re-entrant.
Brett Cannon
2007-08-23
1
-1/+2
*
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
Alex Martelli
2007-08-22
1
-0/+15
*
Added test for behavior of operations on an unconnected SMTP object,
Facundo Batista
2007-08-21
1
-11/+192
*
Revert accidental checkins from last commit.
Georg Brandl
2007-08-21
1
-16/+1
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
1
-1/+16
*
Catch ProtocolError exceptions and include the header information in
Facundo Batista
2007-08-21
1
-25/+52
*
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
Hye-Shik Chang
2007-08-20
3
-4/+39
*
Make test_warnings re-entrant.
Brett Cannon
2007-08-17
1
-0/+5
*
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
Facundo Batista
2007-08-17
1
-8/+91
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
2
-2/+138
*
Fix a missed instance of test.test_support.guard_warnings_filter (which was
Brett Cannon
2007-08-14
1
-1/+1
*
Added tests for simple function calls and introspection that are run
Facundo Batista
2007-08-14
1
-2/+102
*
Remove test.test_support.guard_warnings_filter.
Brett Cannon
2007-08-14
9
-26/+18
*
Fix a minor typo in a docstring.
Brett Cannon
2007-08-14
1
-1/+1
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-22/+0
*
Fix gb18030 codec's bug that doesn't map two-byte characters on
Hye-Shik Chang
2007-08-04
2
-1/+22
*
Allow the OS to select a free port for each test server. For
Facundo Batista
2007-08-01
1
-30/+99
*
When running asynchat tests on OS X (darwin), the test client now
Facundo Batista
2007-07-31
1
-8/+14
*
Added tests for asynchat classes simple_producer & fifo, and the
Facundo Batista
2007-07-29
1
-26/+179
*
Moved all of the capture_server socket setup code into the try block
Facundo Batista
2007-07-28
1
-9/+26
*
Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-0/+3
*
Bug #978833: Close https sockets by releasing the _ssl object.
Martin v. Löwis
2007-07-27
1
-0/+19
*
Make test_math error messages more meaningful for small discrepancies in results
Nick Coghlan
2007-07-27
1
-1/+5
*
Add explicit test for a misbehaving math.floor
Nick Coghlan
2007-07-26
2
-6/+7
*
Add a temporary diagnostic message before a strange failure on the alpha Debi...
Nick Coghlan
2007-07-25
1
-0/+6
*
More buildbot cleanup - let the OS assign the port for test_urllib2_localnet
Nick Coghlan
2007-07-25
1
-29/+11
*
New tests for basic behavior of smtplib.SMTP and
Facundo Batista
2007-07-24
1
-10/+121
*
Try to get rid of spurious failure in test_resource on the Debian buildbots b...
Nick Coghlan
2007-07-24
1
-9/+16
*
Fix an incompatibility between the -i and -m command line switches as reporte...
Nick Coghlan
2007-07-24
1
-21/+29
*
Tweak runpy test to do a better job of confirming that sys has been manipulat...
Nick Coghlan
2007-07-24
1
-3/+5
*
Correctly cleanup sys.modules after executing runpy relative import
Nick Coghlan
2007-07-23
1
-6/+6
*
Add explicit relative import tests for runpy.run_module
Nick Coghlan
2007-07-22
1
-5/+66
*
Selectively enable tests for asyncore.readwrite based on the presence
Facundo Batista
2007-07-22
1
-81/+77
*
Added a select.select call in the test server loop to make sure the
Facundo Batista
2007-07-19
1
-5/+7
*
Fix failing unicode test caused by change to ast.c at r56441
Kurt B. Kaiser
2007-07-18
1
-3/+3
*
SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.
Guido van Rossum
2007-07-18
1
-0/+6
[next]