| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merged revisions 81400 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -5/+33 |
|
|
| * | Merged revisions 81168 via svnmerge from | Victor Stinner | 2010-05-14 | 1 | -39/+89 |
|
|
| * | Merged revisions 81146 via svnmerge from | Benjamin Peterson | 2010-05-14 | 1 | -5/+2 |
|
|
| * | Merged revisions 80714 via svnmerge from | Antoine Pitrou | 2010-05-03 | 1 | -97/+142 |
|
|
| * | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -8/+9 |
|
|
| * | Merged revisions 77273 via svnmerge from | Ezio Melotti | 2010-01-03 | 1 | -1/+1 |
|
|
| * | Merged revisions 77243 via svnmerge from | Gregory P. Smith | 2010-01-02 | 1 | -3/+3 |
|
|
| * | Merged revisions 77161 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -1/+4 |
|
|
| * | Merged revisions 76906 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -2/+2 |
|
|
| * | Merged revisions 75977 via svnmerge from | Mark Dickinson | 2009-10-31 | 1 | -1/+1 |
|
|
| * | Merged revisions 75246 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -0/+16 |
|
|
| * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 2 | -12/+21 |
|
|
| * | Merged revisions 74960 via svnmerge from | Ezio Melotti | 2009-09-20 | 1 | -10/+19 |
|
|
| * | Merged revisions 74794 via svnmerge from | Benjamin Peterson | 2009-09-15 | 1 | -2/+2 |
|
|
| * | Merged revisions 74762 via svnmerge from | Ezio Melotti | 2009-09-13 | 1 | -3/+3 |
|
|
| * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -1/+0 |
|
|
| * | Merged revisions 74551 via svnmerge from | Benjamin Peterson | 2009-08-26 | 1 | -5/+15 |
|
|
| * | Recorded merge of revisions 74057 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -0/+4 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 10 | -24/+23 |
|
|
* | | Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check | Martin v. Löwis | 2011-02-05 | 1 | -0/+8 |
|
|
* | | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
|
|
* | | Nits | Antoine Pitrou | 2011-01-15 | 1 | -10/+6 |
|
|
* | | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 1 | -0/+18 |
|
|
* | | Reword and restructure the GIL API doc | Antoine Pitrou | 2011-01-15 | 1 | -152/+156 |
|
|
* | | Add mention of how to switch interpreters | Antoine Pitrou | 2011-01-15 | 1 | -1/+3 |
|
|
* | | Improve description of issues | Antoine Pitrou | 2011-01-15 | 1 | -7/+10 |
|
|
* | | Restructure a bit | Antoine Pitrou | 2011-01-15 | 1 | -79/+100 |
|
|
* | | Standard streams use file descriptors, not FILE pointers. | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|
* | | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t... | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |
|
|
* | | Issue #10840: make it explicit that "s*" and friends provide contiguous memory. | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
|
|
* | | Rephrase PyUnicode_CompareWithASCIIString() documentation | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
|
|
* | | Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
|
|
* | | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -2/+3 |
|
|
* | | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -2/+3 |
|
|
* | | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -11/+20 |
|
|
* | | Issue #9738: document encodings of unicode functions | Victor Stinner | 2010-12-27 | 1 | -1/+2 |
|
|
* | | Issue #9738: Document encodings of error and warning functions | Victor Stinner | 2010-12-27 | 1 | -9/+16 |
|
|
* | | Fix typo | Daniel Stutzbach | 2010-12-17 | 1 | -3/+3 |
|
|
* | | Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. | Daniel Stutzbach | 2010-12-17 | 1 | -0/+29 |
|
|
* | | Add missing docs and directives related to PEP 3147 and byte-compilation | Éric Araujo | 2010-12-16 | 1 | -0/+3 |
|
|
* | | Better explain the buffer interface (hopefully) | Antoine Pitrou | 2010-12-12 | 2 | -16/+26 |
|
|
* | | Fix markup. | Georg Brandl | 2010-12-11 | 1 | -2/+4 |
|
|
* | | Add versionchanged for parameter type changes. | Martin v. Löwis | 2010-12-11 | 1 | -0/+5 |
|
|
* | | Adjust PySlice_GetIndices documentation to signature change. | Martin v. Löwis | 2010-12-11 | 1 | -2/+2 |
|
|
* | | Remove visible XXX comments. | Georg Brandl | 2010-12-06 | 1 | -3/+5 |
|
|
* | | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -0/+14 |
|
|
* | | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -0/+7 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+2 |
|
|
* | | #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONH... | Georg Brandl | 2010-12-02 | 1 | -2/+3 |
|
|
* | | #10594: fix parameter names in PyList API docs. | Georg Brandl | 2010-12-01 | 1 | -3/+3 |
|
|