summaryrefslogtreecommitdiffstats
path: root/Doc/includes/run-func.c
Commit message (Collapse)AuthorAgeFilesLines
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Miss Islington (bot)2019-04-131-0/+1
| | | | | (cherry picked from commit c88feceb449d6e85d7e17ec36559206094d10d81) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* bpo-33958: Doc: Remove unused variable in example (GH-7927)Miss Islington (bot)2018-06-281-1/+1
| | | | | (cherry picked from commit 62b6cea6b843076cfd6631eccd9347e8c3dd9458) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
* Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-1/+3
|
* Issue #18395, #22108: Update embedded Python examples to decode correctlyVictor Stinner2014-08-011-1/+1
| | | | command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases ↵Christian Heimes2007-12-021-2/+2
| | | | in intobject.h
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-271-1/+1
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+68