21 Commits (dcd340eeebf0793ea0797ca90d72ac535db4ea78)

Author SHA1 Message Date
Serhiy Storchaka c679227e31 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 13 years ago
Victor Stinner 2fe9bac4dc Close #16742: Fix misuse of memory allocations in PyOS_Readline() 13 years ago
Serhiy Storchaka 0b68a2d675 Issue 19195: Improved cross-references in C API documentation. 13 years ago
Victor Stinner 14e461d5b9 Close #11619: The parser and the import machinery do not encode Unicode 13 years ago
Andrew Kuchling 1e170bae71 #1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer 13 years ago
Eli Bendersky 0813168e94 Issue #14090: fix some minor C API problems in default branch (3.3) 14 years ago
Sandro Tosi 98ed08f24e update to new C roles and directives 15 years ago
Éric Araujo 8d2a6fd9a9 Fix typo in 97a75fccd7c8 15 years ago
Éric Araujo 87418afb3b Fix typo in 0311f62714f7 15 years ago
Georg Brandl 521143dd6c Update pydoc topics and handle suspicious markup. 15 years ago
Georg Brandl 11041f0af9 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". 15 years ago
Georg Brandl 0b2489e986 Closes #6498: fix several misspellings of "SystemExit" as "SystemError". 15 years ago
Victor Stinner 00676d1436 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions 16 years ago
Georg Brandl 8334fd9285 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 16 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 16 years ago
Georg Brandl ab32fec83c Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from 16 years ago
Georg Brandl b8d0e365e2 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from 16 years ago
Georg Brandl 12c695cea9 #5121: fix claims about default values leading to segfaults. 16 years ago
Georg Brandl 60203b41b0 Migrate to Sphinx 1.0 C language constructs. 16 years ago
Georg Brandl 8943caf716 Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from 18 years ago
Benjamin Peterson d23f8224e9 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 18 years ago
Georg Brandl a9efe6f65c #5227: note that Py_Main doesnt return on SystemExit. 18 years ago
Georg Brandl 9e0b363629 #5245: note that PyRun_SimpleString doesnt return on SystemExit. 18 years ago
Benjamin Peterson ad3d5c2235 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from 18 years ago
Georg Brandl ec7d3909ba Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from 18 years ago
Georg Brandl a12a86e956 #5338, #5339: two types in the API manual. 18 years ago
Martin v. Löwis 790465fd90 Change command line processing API to use wchar_t. 19 years ago
Christian Heimes d8654cf758 Merged revisions 59259-59274 via svnmerge from 19 years ago
Georg Brandl 16f1df91ce Document PyEval_* functions from ceval.c. 19 years ago
Georg Brandl 116aa62bf5 Move the 3k reST doc tree in place. 19 years ago
Georg Brandl 8ec7f65613 Move the 2.6 reST doc tree in place. 19 years ago