summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
...
| * Merged revisions 81400 via svnmerge fromAntoine Pitrou2010-05-211-5/+33
| * Merged revisions 81168 via svnmerge fromVictor Stinner2010-05-141-39/+89
| * Merged revisions 81146 via svnmerge fromBenjamin Peterson2010-05-141-5/+2
| * Merged revisions 80714 via svnmerge fromAntoine Pitrou2010-05-031-97/+142
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-8/+9
| * Merged revisions 77273 via svnmerge fromEzio Melotti2010-01-031-1/+1
| * Merged revisions 77243 via svnmerge fromGregory P. Smith2010-01-021-3/+3
| * Merged revisions 77161 via svnmerge fromBenjamin Peterson2009-12-301-1/+4
| * Merged revisions 76906 via svnmerge fromEzio Melotti2009-12-191-2/+2
| * Merged revisions 75977 via svnmerge fromMark Dickinson2009-10-311-1/+1
| * Merged revisions 75246 via svnmerge fromBenjamin Peterson2009-10-041-0/+16
| * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-042-12/+21
| * Merged revisions 74960 via svnmerge fromEzio Melotti2009-09-201-10/+19
| * Merged revisions 74794 via svnmerge fromBenjamin Peterson2009-09-151-2/+2
| * Merged revisions 74762 via svnmerge fromEzio Melotti2009-09-131-3/+3
| * Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-011-1/+0
| * Merged revisions 74551 via svnmerge fromBenjamin Peterson2009-08-261-5/+15
| * Recorded merge of revisions 74057 via svnmerge fromGeorg Brandl2009-08-131-0/+4
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-1310-24/+23
* | Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+8
* | Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-1/+1
* | NitsAntoine Pitrou2011-01-151-10/+6
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() andAntoine Pitrou2011-01-151-0/+18
* | Reword and restructure the GIL API docAntoine Pitrou2011-01-151-152/+156
* | Add mention of how to switch interpretersAntoine Pitrou2011-01-151-1/+3
* | Improve description of issuesAntoine Pitrou2011-01-151-7/+10
* | Restructure a bitAntoine Pitrou2011-01-151-79/+100
* | Standard streams use file descriptors, not FILE pointers.Antoine Pitrou2011-01-151-1/+1
* | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t...Eli Bendersky2011-01-151-0/+3
* | Issue #10840: make it explicit that "s*" and friends provide contiguous memory.Antoine Pitrou2011-01-061-3/+4
* | Rephrase PyUnicode_CompareWithASCIIString() documentationVictor Stinner2010-12-281-2/+3
* | Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded stringVictor Stinner2010-12-281-1/+1
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-11/+20
* | Issue #9738: document encodings of unicode functionsVictor Stinner2010-12-271-1/+2
* | Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-9/+16
* | Fix typoDaniel Stutzbach2010-12-171-3/+3
* | Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.Daniel Stutzbach2010-12-171-0/+29
* | Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-0/+3
* | Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-122-16/+26
* | Fix markup.Georg Brandl2010-12-111-2/+4
* | Add versionchanged for parameter type changes.Martin v. Löwis2010-12-111-0/+5
* | Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
* | Remove visible XXX comments.Georg Brandl2010-12-061-3/+5
* | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-0/+14
* | Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-0/+7
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* | #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONH...Georg Brandl2010-12-021-2/+3
* | #10594: fix parameter names in PyList API docs.Georg Brandl2010-12-011-3/+3