summaryrefslogtreecommitdiff
path: root/Misc/coverity_model.c
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.5 (#28184)Benjamin Peterson2016-09-191-3/+2
|\
| * replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-2/+1
| |
| * Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
| |\
| * | Issue #25923: Added more const qualifiers to signatures of static and ↵Serhiy Storchaka2015-12-251-1/+1
| | | | | | | | | | | | private functions.
* | | remove trailing whitespaceBenjamin Peterson2016-09-191-1/+1
| |/ |/|
* | Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
|/
* Update coverity modeling file to silence datetime warningsChristian Heimes2015-04-161-1/+57
|
* Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-1/+1
| | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions.
* Coverity: model PyLong_From*() functionsChristian Heimes2013-07-261-5/+30
|
* Remove duplicate entry for sdigit.Christian Heimes2013-07-231-5/+0
| | | | I fixed it before the checkin but forgot to save... :wq
* Add modeling file for Coverity Scan.Christian Heimes2013-07-231-0/+112
The modeling file avoids false positive reports.