summaryrefslogtreecommitdiffstats
path: root/Doc/howto/functional.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-5/+5
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-3/+3
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-5/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* Fix typo reported by Jesse W on docs@Zachary Ware2014-06-161-1/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
* clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...Sandro Tosi2012-08-151-2/+2
* Issue13443 - Remove the functional module examples from 2.7 (as module isSenthil Kumaran2011-12-221-138/+12
* Let's call this doneAndrew M. Kuchling2010-05-121-3/+0
* Fix some broken URLs.Ezio Melotti2010-04-051-1/+1
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-24/+24
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
* fix missing bracketBenjamin Peterson2008-12-141-1/+1
* No need to specify explicit "doctest_block" anymore.Georg Brandl2008-03-221-2/+2
* Test decimal.rst doctests as far as possible with sphinx doctest.Georg Brandl2008-03-221-0/+4
* Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctes...Georg Brandl2008-03-221-189/+163
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add :term:s for iterator.Georg Brandl2007-10-211-1/+1
* Add :term: for generators.Georg Brandl2007-10-211-2/+2
* Add :term:s for descriptors.Georg Brandl2007-10-211-2/+2
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-211-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1400
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1472/+0
* Fix rst markup.Georg Brandl2007-05-291-1/+1
* Fix markupAndrew M. Kuchling2006-12-181-2/+2
* More editsAndrew M. Kuchling2006-11-081-10/+26
* Add table of contents; this required fixing a few headings. Some more smalle...Andrew M. Kuchling2006-11-081-17/+21
* Add section on operator module; make a few editsAndrew M. Kuchling2006-11-081-8/+38
* Add section on the functional moduleAndrew M. Kuchling2006-11-081-1/+144
* Move functional howto into trunkAndrew M. Kuchling2006-08-221-0/+1279