| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-14911: Corrected generator.throw() documentation (GH-32207) | Dave Goncalves | 2022-03-31 | 1 | -1/+1 |
|
|
* | bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari... | DonnaDia | 2021-10-06 | 1 | -5/+4 |
|
|
* | Doc: Fix external links to functional programming tutorial. (GH-18249) | Julien Palard | 2020-01-29 | 1 | -3/+3 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
|
|
* | Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH... | Sergey Fedoseev | 2018-08-07 | 1 | -23/+23 |
|
|
* | bpo-34083: Update dict order in Functional HOWTO (GH-8230) | Stig Johan Berggren | 2018-07-11 | 1 | -11/+12 |
|
|
* | bpo-30538: Update count() in Functional Programming HOWTO (#1919) | csabella | 2017-06-04 | 1 | -9/+14 |
|
|
* | bpo-28315: Improve code examples in docs (GH-1372) | UltimateCoder | 2017-05-03 | 1 | -3/+3 |
|
|
* | Issue #27204: Fix doctests in Doc/howto | Zachary Ware | 2016-08-09 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -5/+5 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -3/+3 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -6/+6 |
|
|
* | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -4/+4 |
|
|
* | Fix typo reported by Jesse W on docs@ | Zachary Ware | 2014-06-16 | 1 | -1/+1 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|\ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|
|
* | | #17955: minor updates to Functional howto | Andrew Kuchling | 2013-05-20 | 1 | -53/+91 |
|/ |
|
* | #16557: update functional howto -- "return value" is valid after PEP 380. In... | Ezio Melotti | 2013-01-20 | 1 | -7/+4 |
|
|
* | Undo changes accidentally reverted in de8787029fe4. | Chris Jerdonek | 2012-10-13 | 1 | -2/+3 |
|
|
* | Make doctests pass in the functional howto. | Ezio Melotti | 2012-10-12 | 1 | -26/+17 |
|
|
* | Improve markup in functional.rst, and fix a couple of errors. | Ezio Melotti | 2012-10-12 | 1 | -155/+155 |
|
|
* | clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin... | Sandro Tosi | 2012-08-15 | 1 | -2/+2 |
|
|
* | fix some broken URLs | Sandro Tosi | 2011-12-31 | 1 | -3/+3 |
|
|
* | The functional module hasn't been maintained since 2006 and doesn't work with... | Antoine Pitrou | 2011-12-05 | 1 | -129/+0 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -3/+0 |
|
|
* | Merged revisions 79797 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -26/+26 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -5/+4 |
|
|
* | #4668: wrap iterator returns in list() in functional howto. | Georg Brandl | 2008-12-15 | 1 | -2/+2 |
|
|
* | #4378: fix a few functional HOWTO 2.xisms. | Georg Brandl | 2008-11-22 | 1 | -156/+153 |
|
|
* | #4000: fix several 2.x atavisms. | Georg Brandl | 2008-10-04 | 1 | -5/+5 |
|
|
* | fix some more cases of reduce's move to functools from Tim Pietzcker | Benjamin Peterson | 2008-09-23 | 1 | -27/+33 |
|
|
* | remove traces of .next | Benjamin Peterson | 2008-07-03 | 1 | -20/+20 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -3/+3 |
|
|
* | Fix duplicated paragraph. | Georg Brandl | 2008-03-25 | 1 | -13/+0 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -190/+190 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -1/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -87/+59 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -16/+16 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -4/+4 |
|
|
* | remove/update many of the references to dict.iter*() | Fred Drake | 2007-09-04 | 1 | -4/+4 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -14/+14 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1400 |
|
|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -1474/+0 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+1 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -19/+21 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+1472 |
|
|