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
/
test_support.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30207: Rename test.test_support to test.support. (#1353)
Serhiy Storchaka
2017-04-30
1
-1756/+2
*
[2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_su...
Serhiy Storchaka
2017-04-28
1
-2/+37
*
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...
Antoine Pitrou
2016-12-19
1
-0/+10
*
Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.
Serhiy Storchaka
2016-12-03
1
-2/+2
*
Issue #28666: Fix stat import
Martin Panter
2016-11-20
1
-1/+1
*
Issue #28666: Fix removing readonly directories on Windows.
Serhiy Storchaka
2016-11-20
1
-1/+1
*
Issue #28666: Now test.test_support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-15/+16
*
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-1/+32
*
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
Terry Jan Reedy
2016-09-05
1
-2/+3
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+18
*
Issue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka
2015-12-03
1
-1/+34
*
Don't encode unicode dirname in test_support.temp_cwd() if unicode file names
Serhiy Storchaka
2015-09-09
1
-1/+2
*
Backport support.change_cwd() and use it in tests.
Serhiy Storchaka
2015-09-06
1
-0/+27
*
Issue #23799: Added test.test_support.start_threads() for running and
Serhiy Storchaka
2015-04-01
1
-1/+34
*
Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since
Ned Deily
2015-03-17
1
-1/+29
*
use more ugly but hopefully more robust method
Benjamin Peterson
2014-11-25
1
-1/+1
*
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/+13
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
1
-3/+2
*
expect socket.error instead of the py3ism OSError
Benjamin Peterson
2014-08-20
1
-1/+1
*
backport many ssl features from Python 3 (closes #21308)
Benjamin Peterson
2014-08-20
1
-1/+18
*
Add helpers for testing unicode disabled builds.
Serhiy Storchaka
2014-07-16
1
-1/+6
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
1
-11/+7
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-24
1
-1/+3
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
1
-12/+55
*
Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment
Serhiy Storchaka
2014-02-19
1
-0/+46
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+1
*
Fix test.test_support.bind_port() to not cause an error when Python was
Gregory P. Smith
2013-11-25
1
-3/+9
*
Issue #17883: Backport test.test_support._is_gui_available()
Zachary Ware
2013-11-04
1
-0/+34
*
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
1
-2/+8
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
1
-1/+6
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
1
-0/+9
*
Issue #12098 : Fix a missing import in the unittests.
Kristján Valur Jónsson
2013-03-20
1
-0/+1
*
Issue #12098: multiprocessing on Windows now starts child processes
Kristján Valur Jónsson
2013-03-19
1
-16/+1
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-6/+7
*
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-0/+27
*
- Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-4/+10
*
Adapt test for build --without-doc-strings.
Stefan Krah
2013-01-26
1
-0/+5
*
Fix #15496. Add directory removal helpers to make Windows tests more reliable...
Brian Curtin
2012-08-13
1
-2/+66
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
1
-0/+28
*
Try to fix failure of a Windows buildbot to capture name resolution errors.
Antoine Pitrou
2012-06-25
1
-0/+3
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
1
-1/+1
*
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
1
-2/+2
|
\
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
1
-1/+11
|
*
Merged revisions 78769,79049 via svnmerge from
Ezio Melotti
2010-08-02
1
-8/+13
|
*
Merged revisions 78815 via svnmerge from
Ezio Melotti
2010-08-02
1
-4/+4
|
*
Merged revisions 78758 via svnmerge from
Ezio Melotti
2010-08-02
1
-9/+90
|
*
Revert r77730 and add back verify and vereq in case other projects use them, ...
Ezio Melotti
2010-01-25
1
-1/+25
[next]