Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.5 (#28184) | Benjamin Peterson | 2016-09-20 | 1 | -1/+1 |
|\ | |||||
| * | remove trailing whitespace | Benjamin Peterson | 2016-09-20 | 1 | -1/+1 |
| | | |||||
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -2/+1 |
| | | |||||
* | | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #25923: Added more const qualifiers to signatures of static and ↵ | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
|/ | | | | private functions. | ||||
* | Update coverity modeling file to silence datetime warnings | Christian Heimes | 2015-04-16 | 1 | -1/+57 |
| | |||||
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -1/+1 |
| | | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions. | ||||
* | Coverity: model PyLong_From*() functions | Christian Heimes | 2013-07-26 | 1 | -5/+30 |
| | |||||
* | Remove duplicate entry for sdigit. | Christian Heimes | 2013-07-23 | 1 | -5/+0 |
| | | | | I fixed it before the checkin but forgot to save... :wq | ||||
* | Add modeling file for Coverity Scan. | Christian Heimes | 2013-07-22 | 1 | -0/+112 |
The modeling file avoids false positive reports. |