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_warnings
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
Hai Shi
2020-08-04
1
-17/+23
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-3/+3
*
bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
Serhiy Storchaka
2020-06-25
1
-3/+3
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-1/+0
*
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
Serhiy Storchaka
2020-01-05
1
-0/+23
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-1/+2
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-10/+9
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak
2019-03-01
1
-0/+19
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
1
-5/+20
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev
2018-07-09
1
-4/+8
*
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson
2018-06-21
1
-0/+1
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
1
-75/+9
*
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
Victor Stinner
2018-06-04
1
-0/+2
*
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner
2018-05-15
1
-0/+19
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-1/+35
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-5/+10
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-29
1
-3/+3
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
1
-0/+1
*
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __na...
Oren Milman
2017-09-24
1
-0/+10
*
bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explic...
Oren Milman
2017-09-24
1
-0/+36
*
bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...
Oren Milman
2017-09-11
1
-0/+15
*
bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...
Oren Milman
2017-09-11
1
-0/+11
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504)
Victor Stinner
2017-06-30
1
-4/+9
*
bpo-20548: Use specific asserts in warnings and exceptions tests (#788)
Serhiy Storchaka
2017-03-30
1
-20/+20
*
warnings: Fix the issue number
Victor Stinner
2016-12-06
1
-2/+2
*
catch_warnings() calls showwarning() if overriden
Victor Stinner
2016-12-06
1
-0/+45
*
Issue #27528: Merge warning doc and test from 3.5
Martin Panter
2016-07-19
1
-0/+12
|
\
|
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-0/+12
*
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+1
|
*
first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...
Ned Deily
2016-06-03
1
-1/+1
*
|
Merge 3.5 (test_warnings)
Victor Stinner
2016-05-26
1
-1/+9
|
\
\
|
|
/
|
*
test_warnings: catch stderr and check warning
Victor Stinner
2016-05-26
1
-1/+9
*
|
Issue #18383: Merge warnings fix from 3.5
Martin Panter
2016-05-26
1
-0/+47
|
\
\
|
|
/
|
*
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
Martin Panter
2016-05-26
1
-0/+47
|
*
Issue #21925: Fix test_warnings for release mode
Victor Stinner
2016-03-25
1
-2/+2
*
|
Issue #21925: Fix test_warnings for release mode
Victor Stinner
2016-03-25
1
-2/+2
*
|
Merge 3.5
Victor Stinner
2016-03-24
1
-6/+26
|
\
\
|
|
/
|
*
warnings.formatwarning(): catch exceptions
Victor Stinner
2016-03-24
1
-0/+17
|
*
Fix test_warnings.test_improper_option()
Victor Stinner
2016-03-24
1
-6/+9
*
|
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner
2016-03-22
1
-1/+0
*
|
Issue #26588: skip test_warnings.test_tracemalloc()
Victor Stinner
2016-03-22
1
-0/+1
*
|
Try again to fix test_warnings on Windows
Victor Stinner
2016-03-19
1
-0/+2
*
|
Try to fix test_warnings on Windows
Victor Stinner
2016-03-19
1
-8/+10
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-0/+30
*
|
Add _showwarnmsg() and _formatwarnmsg() to warnings
Victor Stinner
2016-03-18
1
-0/+11
*
|
Merge from 3.5
Steve Dower
2015-09-07
1
-1/+1
|
/
*
Reapplied change to test_warnings.py to test_warnings/__init__.py.
Steve Dower
2015-09-07
1
-0/+6
[next]