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
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-1/+38
*
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
Victor Stinner
2015-03-27
1
-1/+1
*
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
Ned Deily
2015-03-22
1
-1/+2
*
Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...
Antoine Pitrou
2015-03-07
1
-10/+9
*
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
1
-0/+2
*
handle errors without a reason attribute
Benjamin Peterson
2014-11-25
1
-1/+1
*
don't fail tests when www.python.org can't be validated by the system
Benjamin Peterson
2014-11-25
1
-0/+12
*
Try to transfer the Unicode test data files gzipped.
Georg Brandl
2014-11-06
1
-1/+6
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
1
-3/+2
*
Issue #22596: support.transient_internet() now also catches
Berker Peksag
2014-10-25
1
-0/+3
*
Issue #22002: Make full use of test discovery in test sub-packages.
Zachary Ware
2014-07-23
1
-1/+20
*
Issue #19629: Add missing "import stat"
Victor Stinner
2014-07-21
1
-12/+13
*
Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a
Victor Stinner
2014-07-21
1
-1/+7
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
1
-13/+7
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-04
1
-1/+3
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
1
-12/+55
*
Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenB...
Victor Stinner
2014-02-18
1
-10/+0
*
Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on
Victor Stinner
2014-02-18
1
-0/+10
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+2
|
\
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+1
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-0/+19
*
|
Issue #19718: Add a case-insensitive FS check to test.support to use
Brett Cannon
2013-11-22
1
-1/+15
*
|
Fix test.support.bind_port() to not cause an error when Python was compiled
Gregory P. Smith
2013-11-17
1
-3/+9
|
\
\
|
|
/
|
*
Fix test.support.bind_port() to not cause an error when Python was compiled
Gregory P. Smith
2013-11-17
1
-3/+9
*
|
test.support: considering the module is a mix of utilities unrelated with eac...
Giampaolo Rodola'
2013-11-12
1
-18/+36
*
|
Mitigate #19412: restore test skips for --without-doc-strings
Nick Coghlan
2013-10-27
1
-1/+6
*
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
1
-3/+7
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-62/+62
*
|
Merge #18952 fix from 3.3
Nick Coghlan
2013-09-08
1
-12/+19
|
\
\
|
|
/
|
*
Close #18952: correctly download test support data
Nick Coghlan
2013-09-08
1
-12/+19
|
*
Merge.
Charles-François Natali
2013-08-29
1
-2/+8
|
|
\
*
|
|
Remove old-school inheritance
Antoine Pitrou
2013-09-06
1
-1/+1
*
|
|
Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...
Antoine Pitrou
2013-09-06
1
-0/+45
*
|
|
Use the recent support.HOSTv6 addition.
Charles-François Natali
2013-08-31
1
-1/+1
*
|
|
Merge.
Charles-François Natali
2013-08-29
1
-2/+8
|
\
\
\
|
*
\
\
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
1
-2/+8
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
1
-2/+8
*
|
|
|
(Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version
Victor Stinner
2013-08-28
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix @requires_freebsd_version and @requires_linux_version decorators of
Victor Stinner
2013-08-28
1
-0/+2
|
|
/
|
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
1
-1/+5
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
1
-1/+5
*
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
1
-2/+2
|
\
\
|
|
/
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
|
Make test.support.reap_threads() faster
Antoine Pitrou
2013-08-16
1
-2/+2
*
|
Close #12645: Clarify and reformat the documentation of import_fresh_module
Eli Bendersky
2013-08-11
1
-12/+25
|
\
\
|
|
/
|
*
Issue #12645: Clarify and reformat the documentation of import_fresh_module
Eli Bendersky
2013-08-11
1
-11/+25
*
|
Merge #15415 from 3.3
Nick Coghlan
2013-07-28
1
-18/+58
|
\
\
|
|
/
|
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
1
-18/+58
|
*
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
1
-0/+1990
*
Close #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
1
-0/+1992