| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Whitespace nits. | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+2 |
|
|
* | Added documentation for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+6 |
|
|
* | Merged revisions 63678,63688,63690,63696 via svnmerge from | Benjamin Peterson | 2008-05-26 | 2 | -0/+75 |
|
|
* | update docs after renaming of PyString -> PyBytes | Benjamin Peterson | 2008-05-26 | 3 | -246/+195 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 3 | -4/+4 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 10 | -174/+50 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 2 | -4/+26 |
|
|
* | Merged revisions 62602 via svnmerge from | Georg Brandl | 2008-04-30 | 1 | -3/+5 |
|
|
* | #2567: remove new-style/old-style class docs. | Georg Brandl | 2008-04-07 | 1 | -5/+2 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 4 | -20/+25 |
|
|
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -1/+1 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -0/+13 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 1 | -4/+8 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 3 | -6/+6 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 5 | -6/+15 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 2 | -0/+13 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -3/+19 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+7 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -4/+4 |
|
|