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 faulty load_tests in a test module no longer halts test discovery. A placeh...
Michael Foord
2010-03-21
1
-0/+15
*
Cleanup test_tarfile, and use check_warnings.
Florent Xicluna
2010-03-20
1
-9/+12
*
Cleanup test_struct using check_warnings.
Florent Xicluna
2010-03-20
1
-68/+50
*
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...
Michael Foord
2010-03-20
2
-29/+60
*
#8178 Cleanup the threads after test_thread.TestForkInThread.
Florent Xicluna
2010-03-20
1
-6/+7
*
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...
Florent Xicluna
2010-03-19
10
-91/+89
*
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
Matthias Klose
2010-03-19
1
-0/+3
*
keep DeprecationWarning from failing test
Benjamin Peterson
2010-03-19
1
-1/+1
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
2
-3/+30
*
Issue #8024: Update the Unicode database to 5.2
Florent Xicluna
2010-03-18
1
-2/+2
*
#8155: Preserve backward compatibility for test_support.check_warnings(). Ad...
Florent Xicluna
2010-03-18
2
-15/+34
*
Fix for Issue8135 - urllib.unquote to support mixed percent escapes
Senthil Kumaran
2010-03-18
1
-0/+26
*
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployment...
Collin Winter
2010-03-18
1
-5/+8
*
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou
2010-03-17
1
-4/+40
*
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
Collin Winter
2010-03-17
1
-0/+13
*
prevent lambda functions from having docstrings #8164
Benjamin Peterson
2010-03-17
1
-0/+4
*
Fix and check cgi module deprecation warnings. Revert an unwanted rename in ...
Florent Xicluna
2010-03-17
2
-6/+7
*
Cleanup some test cases using check_warnings and check_py3k_warnings.
Florent Xicluna
2010-03-17
6
-79/+53
*
Cleanup in test_import and test_coding.
Florent Xicluna
2010-03-17
2
-80/+57
*
Use "x in y" instead of y.find(x) != -1.
Ezio Melotti
2010-03-17
4
-4/+4
*
#7092: silence some more py3k warnings.
Ezio Melotti
2010-03-17
8
-55/+83
*
Delete unused import.
Collin Winter
2010-03-17
1
-1/+0
*
Style cleanup in test_import.
Collin Winter
2010-03-17
1
-70/+73
*
Fix a trivial class of (hypothetical, future) false-positive refleaks, discov...
Collin Winter
2010-03-17
1
-2/+3
*
Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...
Florent Xicluna
2010-03-15
2
-13/+31
*
- Issue #8140: extend compileall to compile single files. Add -i option.
Matthias Klose
2010-03-15
1
-0/+19
*
Do not hardcode Expat version. It's possible to build Python with --with-sys...
Florent Xicluna
2010-03-14
1
-2/+2
*
Minor documentation updates for xml.etree.
Florent Xicluna
2010-03-14
1
-2/+2
*
Do not chdir when running test_xml_etree, and enhance the findfile helper.
Florent Xicluna
2010-03-13
4
-27/+12
*
Move the xml test data to their own directory.
Florent Xicluna
2010-03-13
8
-28/+41
*
Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set.
Victor Stinner
2010-03-13
1
-1/+1
*
remove shebang line from non-executable test
Benjamin Peterson
2010-03-11
1
-2/+0
*
normalize shebang lines to #!/usr/bin/env python
Benjamin Peterson
2010-03-11
2
-2/+2
*
Fix repr of tree Element on windows.
Florent Xicluna
2010-03-11
1
-3/+4
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
4
-255/+1552
*
Another fix to test_executable() of test_sys: set the current working to avoid
Victor Stinner
2010-03-11
1
-1/+4
*
Fix test_executable introduce in previous commit (r78835): Windows is able to
Victor Stinner
2010-03-11
1
-2/+2
*
Issue #7774: Set sys.executable to an empty string if argv[0] has been
Victor Stinner
2010-03-11
1
-0/+11
*
Revert r78830: realpath() should really be applied to sys.executable.
Florent Xicluna
2010-03-11
1
-1/+1
*
It is not optimal to test sys.stderr on a debug build.
Florent Xicluna
2010-03-11
1
-2/+1
*
Fix the test_subprocess failure when sys.executable is meaningless: '' or a d...
Florent Xicluna
2010-03-11
1
-1/+1
*
Issue #7880: Fix sysconfig when the python executable is a symbolic link.
Florent Xicluna
2010-03-10
1
-1/+19
*
#7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
Florent Xicluna
2010-03-09
2
-18/+33
*
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
Florent Xicluna
2010-03-08
1
-2/+30
*
Move some tests from test_macpath to test_genericpath.CommonTest
Florent Xicluna
2010-03-08
2
-10/+12
*
Replace the stderr logging with assertNotEqual(returncode, 0).
Florent Xicluna
2010-03-08
1
-4/+2
*
Addition of setUpClass and setUpModule shared fixtures to unittest.
Michael Foord
2010-03-07
1
-1/+395
*
Fix for potentials errors in constructing unittest failure messages. Plus ski...
Michael Foord
2010-03-07
1
-0/+47
*
Refresh the documentation for the test.test_support module.
Florent Xicluna
2010-03-07
1
-5/+5
*
#2777: Try hard to make Win7 buildbot happy...
Florent Xicluna
2010-03-07
1
-2/+3
[next]