Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extending Python Doc minor updates (GH-4518) (GH-4536) | Miss Islington (bot) | 2017-11-24 | 1 | -3/+3 |
| | | | | | Move footnote markers to be closer to the related terminology: before the end of the sentence, instead of after. (cherry picked from commit cdfe910e746e1d0fc43429b8cc3384a65a19b358) | ||||
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
| | | | | Patch by Julien Palard. | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
| | |||||
* | Closes #19071: "self" argument is not the module for module functions in 2.x. | Georg Brandl | 2014-10-06 | 1 | -2/+3 |
| | |||||
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -140/+140 |
| | |||||
* | #10398: manual backport of r73943. | Georg Brandl | 2010-11-12 | 1 | -4/+2 |
| | |||||
* | Merged revisions ↵ | Georg Brandl | 2010-08-02 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........ | ||||
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -33/+36 |
| | | | | CObject to PyCapsule. | ||||
* | Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. | Andrew M. Kuchling | 2010-02-22 | 1 | -6/+1 |
| | | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.) | ||||
* | Note in the intro to Extending... that ctypes can be a simpler, more ↵ | Brett Cannon | 2009-09-17 | 1 | -0/+7 |
| | | | | portable solution than custom C code. | ||||
* | #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 |
| | | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. | ||||
* | #5417: replace references to undocumented functions by ones to documented ↵ | Georg Brandl | 2009-03-31 | 1 | -12/+13 |
| | | | | functions. | ||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -7/+7 |
| | |||||
* | #4611: fix typo. | Georg Brandl | 2008-12-15 | 1 | -1/+1 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -17/+12 |
| | |||||
* | Document PyEval_* functions from ceval.c. | Georg Brandl | 2007-12-01 | 1 | -5/+18 |
| | | | | Credits to Michael Sloan from GHOP. | ||||
* | 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 | 1 | -0/+1276 |