| Commit message (Expand) | Author | Age | Files | Lines |
* | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 2 | -2/+2 |
|
|
* | Closes #19071: "self" argument is not the module for module functions in 2.x. | Georg Brandl | 2014-10-06 | 1 | -2/+3 |
|
|
* | Issue #19407: add Python Packaging User Guide notes | Nick Coghlan | 2013-12-10 | 1 | -0/+9 |
|
|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 3 | -6/+7 |
|
|
* | Closes #17725: small grammar fix. | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
|
|
* | Minor improvement: add indication that the main function goes on. | Georg Brandl | 2013-10-06 | 1 | -0/+2 |
|
|
* | Small clarification in extending docs. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -49/+49 |
|
|
* | Issue #18164: Backport the more detailed embedding compile-and-link section | Ned Deily | 2013-06-24 | 1 | -28/+46 |
|
|
* | Fix the highlight in another example. | Ezio Melotti | 2013-02-22 | 1 | -1/+3 |
|
|
* | #17256: fix syntax highlight in embedding example. Patch by Kushal Das. | Ezio Melotti | 2013-02-22 | 1 | -2/+6 |
|
|
* | Grammar touchup. | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|
|
* | Issue #16370: Mention Py_SetProgramName in example for very high level embedd... | Andrew Svetlov | 2012-10-31 | 1 | -8/+13 |
|
|
* | Backport from 3.2: remove "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
|
|
* | Closes #15953: Incorrect some fields declaration in the PyTypeObject document... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|
|
* | Issue #14933: fix misleading doc about weakref support in extension types. | Antoine Pitrou | 2012-06-15 | 1 | -3/+2 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 4 | -211/+211 |
|
|
* | Issue #12672: remove confusing part of sentence in documentation | Eli Bendersky | 2011-08-19 | 1 | -2/+1 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -3/+3 |
|
|
* | #10398: manual backport of r73943. | Georg Brandl | 2010-11-12 | 1 | -4/+2 |
|
|
* | Merged revisions 84810 via svnmerge from | Daniel Stutzbach | 2010-09-14 | 1 | -3/+3 |
|
|
* | Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,... | Georg Brandl | 2010-08-02 | 1 | -1/+20 |
|
|
* | Make reference to Generic Attribute Management a hyperlink. | R. David Murray | 2010-05-28 | 1 | -1/+3 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -33/+36 |
|
|
* | Include structmember.h correctly. | Georg Brandl | 2010-03-21 | 1 | -1/+1 |
|
|
* | Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. | Andrew M. Kuchling | 2010-02-22 | 1 | -6/+1 |
|
|
* | Note in the intro to Extending... that ctypes can be a simpler, more portable... | Brett Cannon | 2009-09-17 | 1 | -0/+7 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | #6446: fix import_spam() function to use correct error and reference handling. | Georg Brandl | 2009-07-11 | 1 | -9/+16 |
|
|
* | Demote warnings to notices where appropriate, following the goal that as few ... | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | #5417: replace references to undocumented functions by ones to documented fun... | Georg Brandl | 2009-03-31 | 1 | -12/+13 |
|
|
* | Add section numbering to some of the larger subdocuments. | Georg Brandl | 2009-03-28 | 1 | -0/+1 |
|
|
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 1 | -16/+16 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 4 | -10/+10 |
|
|
* | #4611: fix typo. | Georg Brandl | 2008-12-15 | 1 | -1/+1 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -4/+3 |
|
|
* | #3711: .dll isn't a valid Python extension anymore. | Georg Brandl | 2008-08-28 | 1 | -4/+8 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -1/+1 |
|
|
* | #2299: typos in newtypes.rst. | Georg Brandl | 2008-03-16 | 1 | -3/+3 |
|
|
* | Fix link. | Georg Brandl | 2008-02-09 | 1 | -1/+1 |
|
|
* | Adapt pydoc to new doc URLs. | Georg Brandl | 2008-01-21 | 1 | -1/+1 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 4 | -45/+23 |
|
|
* | Document PyEval_* functions from ceval.c. | Georg Brandl | 2007-12-01 | 1 | -5/+18 |
|
|
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
|
|
* | Backport from 3k: #1116: fix reference to old filename. | Georg Brandl | 2007-09-06 | 1 | -1/+1 |
|
|
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 6 | -0/+3605 |
|
|