| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 1 | -3/+3 |
|
|
* | remove :c:data: which snuck in | Benjamin Peterson | 2010-11-27 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 86795,86798-86799,86801 via svnmerge from | Georg Brandl | 2010-11-26 | 2 | -9/+6 |
|
|
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,... | Georg Brandl | 2010-10-06 | 1 | -1/+20 |
|
|
* | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 84810 via svnmerge from | Daniel Stutzbach | 2010-09-14 | 1 | -3/+3 |
|
|
* | Merged revisions 81630 via svnmerge from | R. David Murray | 2010-06-01 | 1 | -1/+3 |
|
|
* | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 2 | -5/+3 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -26/+36 |
|
|
* | Merged revisions 72009 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -12/+13 |
|
|
* | #1717: fix-up docs for comparison in newtypes document. | Georg Brandl | 2009-03-31 | 1 | -44/+47 |
|
|
* | #5548: do return the new module from PyMODINIT_FUNC functions. | Georg Brandl | 2009-03-31 | 2 | -3/+5 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -0/+1 |
|
|
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. | Georg Brandl | 2009-02-27 | 2 | -6/+6 |
|
|
* | #5360: remove RO which has been kicked from 3k. | Georg Brandl | 2009-02-27 | 1 | -3/+0 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 1 | -5/+5 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -4/+0 |
|
|
* | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -16/+16 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 4 | -19/+19 |
|
|
* | return the module object from PyMODINIT_FUNC | Benjamin Peterson | 2008-12-24 | 1 | -2/+2 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -1/+1 |
|
|
* | #4592: fix embedding example with new C API changes. | Georg Brandl | 2008-12-09 | 2 | -3/+9 |
|
|
* | #4586: fix usage of Py_InitModule. | Georg Brandl | 2008-12-07 | 1 | -1/+6 |
|
|
* | #4576: fix ob_type access. | Georg Brandl | 2008-12-07 | 1 | -4/+4 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 1 | -85/+78 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 1 | -1/+6 |
|
|
* | make struct static | Benjamin Peterson | 2008-10-20 | 1 | -2/+2 |
|
|
* | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 1 | -4/+3 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -4/+8 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | #3247: get rid of Py_FindMethods | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -21/+12 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -25/+42 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -15/+5 |
|
|
* | Merged revisions 61413-61414 via svnmerge from | Christian Heimes | 2008-03-16 | 1 | -3/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -1/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -4/+3 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -1/+1 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 4 | -43/+23 |
|
|
* | Fix one more PyInt occurrence. | Georg Brandl | 2007-12-08 | 1 | -3/+3 |
|
|
* | Remove PyInt API from the docs. Extend PyLong docs to cover all public functi... | Georg Brandl | 2007-12-02 | 1 | -5/+5 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -5/+18 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -2/+2 |
|
|
* | #1116: reference to old filename fixed. | Georg Brandl | 2007-09-06 | 1 | -1/+1 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 2 | -34/+6 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
|
|
* | Address a few XXX comments, other fixes. | Georg Brandl | 2007-08-31 | 1 | -2/+0 |
|
|