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
/
Doc
/
library
/
test.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)
Victor Stinner
2019-05-24
1
-0/+20
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
1
-0/+4
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
1
-3/+18
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino
2018-09-14
1
-1/+1
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
Fix duplicating words words. (GH-6296)
Serhiy Storchaka
2018-03-28
1
-1/+1
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-2/+2
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
1
-0/+7
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
1
-6/+722
*
bpo-31567: add or fix decorator markup in docs (#3959)
Daisuke Miyakawa
2017-10-12
1
-1/+1
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
1
-1/+1
*
Fix trailing colon and newline in test.rst (#1250)
Louie Lu
2017-04-22
1
-1/+2
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-2/+2
|
\
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-2/+2
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+2
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+2
*
|
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
1
-1/+1
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-1/+1
|
\
\
|
|
/
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
|
Issue #23883: Add test.support.check__all__() and test gettext.__all__
Martin Panter
2015-11-14
1
-0/+42
|
/
*
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
|
*
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-3/+3
*
|
Fix usage of the default role.
Zachary Ware
2015-07-07
1
-3/+3
*
|
issue9859: add the missing versionadded tag to the documentation.
Gregory P. Smith
2015-04-14
1
-0/+2
*
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
Gregory P. Smith
2015-04-14
1
-0/+9
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-3/+3
|
/
*
Issue #22002: Make full use of test discovery in test sub-packages.
Zachary Ware
2014-07-23
1
-1/+16
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+1
*
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-7/+15
*
Close #18952: correctly download test support data
Nick Coghlan
2013-09-08
1
-1/+4
*
Issue #12645: Clarify and reformat the documentation of import_fresh_module
Eli Bendersky
2013-08-11
1
-7/+7
*
Close #15415: Factor out temp dir helpers to test.support
Nick Coghlan
2013-07-28
1
-8/+30
*
#17987: properly document support.captured_xxx.
R David Murray
2013-07-11
1
-7/+19
*
#11732: add a new suppress_crash_popup() context manager to test.support.
Ezio Melotti
2013-03-05
1
-0/+7
*
StringIO.StringIO -> io.StringIO (closes #17168)
Benjamin Peterson
2013-02-09
1
-3/+3
*
Issue #14554: merge with 3.2
Sandro Tosi
2012-04-24
1
-1/+1
|
\
|
*
Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhon...
Sandro Tosi
2012-04-24
1
-1/+1
*
|
Merge doc fixes #14553 and #14552.
R David Murray
2012-04-12
1
-3/+3
|
\
\
|
|
/
|
*
#14552: remove redundant wording in 'test' docs.
R David Murray
2012-04-12
1
-3/+3
*
|
Reflow paragraph (not that it helped much).
R David Murray
2012-04-09
1
-10/+9
*
|
#14533: if a test has no test_main, use loadTestsFromModule.
R David Murray
2012-04-09
1
-15/+17
*
|
Close issue 12958 by flagging expected failures in test_socket on Mac OS X
Nick Coghlan
2011-09-19
1
-2/+9
*
|
Merge with 3.2.
Georg Brandl
2011-07-30
1
-7/+11
|
\
\
|
|
/
|
*
Change test.support docs to be more specific about the nature of this module.
Georg Brandl
2011-07-30
1
-7/+12
*
|
fix doc typo for library/test.rst
Eli Bendersky
2011-07-27
1
-1/+1
*
|
Issue #11015: bring test.support docs up to date
Eli Bendersky
2011-05-06
1
-10/+106
|
/
*
Make this a note again.
Antoine Pitrou
2010-12-18
1
-1/+1
[next]