| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 2 | -10/+29 |
|
|
* | #5096: document PyErr_PrintEx(). | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 1 | -24/+13 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -21/+0 |
|
|
* | Merged revisions 68568,68665 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -3/+3 |
|
|
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 3 | -7/+7 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+7 |
|
|
* | Remove a couple of references to long in the c-api docs | Mark Dickinson | 2009-01-17 | 1 | -2/+2 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -1/+0 |
|
|
* | encoding returns bytes objects | Benjamin Peterson | 2009-01-13 | 1 | -36/+40 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 1 | -0/+44 |
|
|
* | remove docs for PyBytes_Format #4917 | Benjamin Peterson | 2009-01-12 | 1 | -6/+0 |
|
|
* | Issue #4910: replace "long" with "int" in docstring for __long__ slot and | Mark Dickinson | 2009-01-10 | 1 | -7/+4 |
|
|
* | #4614: document PyModule_Create and PyModuleDef struct. | Georg Brandl | 2009-01-04 | 2 | -33/+102 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -2/+0 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 2 | -2/+64 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 8 | -12/+12 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -7/+0 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 2 | -7/+12 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -2/+2 |
|
|
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -9/+17 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 1 | -2/+8 |
|
|
* | fix Sphinx table warning | Benjamin Peterson | 2008-11-20 | 1 | -89/+89 |
|
|
* | document 'y(#)' format codes for Py_BuildValue | Benjamin Peterson | 2008-10-21 | 1 | -0/+8 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+3 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 2 | -2/+2 |
|
|
* | shut up a few sphinx warnings | Benjamin Peterson | 2008-09-17 | 1 | -0/+2 |
|
|
* | add documentation for the new buffer interface based on PEP 3118; I hope it's... | Benjamin Peterson | 2008-09-16 | 2 | -145/+280 |
|
|
* | #3753: document that s* etc. are newer and preferred to s#. | Georg Brandl | 2008-09-01 | 1 | -25/+29 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 2 | -0/+14 |
|
|
* | bring the PyFile docs into sync with reality | Benjamin Peterson | 2008-08-23 | 1 | -59/+2 |
|
|
* | PyObject_Unicode doesn't exist anymore | Benjamin Peterson | 2008-08-21 | 1 | -10/+0 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | Merged revisions 65810 via svnmerge from | Nick Coghlan | 2008-08-18 | 2 | -0/+18 |
|
|
* | correct return type | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -0/+15 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -1/+3 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 3 | -8/+11 |
|
|
* | Mention the behaviour of PyFunction_SetAnnotations() on error. | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+2 |
|
|
* | Added documentation for PyFunction_GetAnnotations() and | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+12 |
|
|
* | #3247: get rid of Py_FindMethods | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -6/+0 |
|
|
* | document PyUnicode_CompareWithASCIIString | Benjamin Peterson | 2008-07-01 | 1 | -0/+6 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -4/+0 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 2 | -2/+27 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -2/+2 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 2 | -3/+12 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -10/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+10 |
|
|
* | Fix misspelling. | Georg Brandl | 2008-06-04 | 1 | -2/+2 |
|
|