| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-up docs for input() | Raymond Hettinger | 2012-02-02 | 1 | -6/+3 |
|
|
* | Add pure python equivalent code for reduce(). | Raymond Hettinger | 2012-02-02 | 1 | -1/+13 |
|
|
* | Move a space. | Ezio Melotti | 2012-01-21 | 1 | -2/+2 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -4/+4 |
|
|
* | #11633 about buffering of print | Terry Jan Reedy | 2012-01-14 | 1 | -1/+3 |
|
|
* | Clarify that vars() doesn't place extra restrictions on __dict__. | Raymond Hettinger | 2012-01-06 | 1 | -7/+9 |
|
|
* | Add missing versionadded (fixes #12392) | Éric Araujo | 2011-11-05 | 1 | -0/+2 |
|
|
* | Link isinstance/issubclass to the ABC glossary entry (#12256) | Éric Araujo | 2011-08-19 | 1 | -3/+6 |
|
|
* | Minor doc addition for clarity | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
|
|
* | #12642: fix args names in open() doc. | Ezio Melotti | 2011-07-27 | 1 | -4/+4 |
|
|
* | Fix markup. | Ezio Melotti | 2011-07-21 | 1 | -2/+2 |
|
|
* | Issue 11889: Clarify docs for enumerate. | Raymond Hettinger | 2011-06-25 | 1 | -8/+7 |
|
|
* | Cleanup example | Raymond Hettinger | 2011-06-01 | 1 | -5/+4 |
|
|
* | Multiple clean-ups to the docs for builtin functions. | Raymond Hettinger | 2011-06-01 | 1 | -28/+34 |
|
|
* | Link to suggestions for how to use super(). | Raymond Hettinger | 2011-06-01 | 1 | -0/+4 |
|
|
* | Issue 12003: fixing error in xrange alternative sample | Eli Bendersky | 2011-05-23 | 1 | -1/+1 |
|
|
* | Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 86732 via svnmerge from | Ezio Melotti | 2010-11-24 | 1 | -0/+20 |
|
|
* | Issue #8340: document bytearray in Python 2.7. | Antoine Pitrou | 2010-11-20 | 1 | -0/+26 |
|
|
* | Merged revisions 86249 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -4/+7 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -0/+3 |
|
|
* | Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,... | Georg Brandl | 2010-08-02 | 1 | -1/+4 |
|
|
* | Merged revisions 83277 via svnmerge from | Mark Dickinson | 2010-07-30 | 1 | -0/+8 |
|
|
* | #8472: fix misleading reference to ifilterfalse() in filter() docs. | Georg Brandl | 2010-07-04 | 1 | -2/+3 |
|
|
* | #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite... | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
|
|
* | #8370: fix module name in backported doc addition. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
|
|
* | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -3/+2 |
|
|
* | Document link to Sorting HowTo | Raymond Hettinger | 2010-04-01 | 1 | -0/+3 |
|
|
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -2/+3 |
|
|
* | #7400: typo. | Georg Brandl | 2009-11-26 | 1 | -1/+1 |
|
|
* | Fix terminology. | Georg Brandl | 2009-11-14 | 1 | -1/+1 |
|
|
* | revert r76243; I was right, actually :) | Benjamin Peterson | 2009-11-13 | 1 | -4/+4 |
|
|
* | never mind about eval mode in this case | Benjamin Peterson | 2009-11-13 | 1 | -4/+4 |
|
|
* | fix several compile() issues by translating newlines in the tokenizer | Benjamin Peterson | 2009-11-12 | 1 | -5/+8 |
|
|
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -9/+12 |
|
|
* | Issue #7028: Add note to hex() builtin docs pointing to float.hex(). | Mark Dickinson | 2009-10-03 | 1 | -0/+5 |
|
|
* | #6925: rewrite docs for locals() and vars() a bit. | Georg Brandl | 2009-09-18 | 1 | -10/+8 |
|
|
* | Fix base keyword arg name for int() and long(). | Georg Brandl | 2009-08-06 | 1 | -6/+7 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ... | Georg Brandl | 2009-07-26 | 1 | -5/+5 |
|
|
* | Improve English phrasing. | R. David Murray | 2009-06-22 | 1 | -1/+1 |
|
|
* | s/use/call/ | Georg Brandl | 2009-05-22 | 1 | -1/+1 |
|
|
* | Fix confusing wording. | Georg Brandl | 2009-05-22 | 1 | -1/+1 |
|
|
* | #6084: fix example. | Georg Brandl | 2009-05-22 | 1 | -1/+1 |
|
|
* | Demote warnings to notices where appropriate, following the goal that as few ... | Georg Brandl | 2009-04-27 | 1 | -3/+3 |
|
|
* | #5751: fix escaping of \\n. | Georg Brandl | 2009-04-21 | 1 | -1/+1 |
|
|
* | Clarify the behavior of any() and all() with an empty iterable. | Raymond Hettinger | 2009-04-16 | 1 | -2/+4 |
|
|
* | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -0/+7 |
|
|
* | #5199: make warning about vars() assignment more visible. | Georg Brandl | 2009-03-30 | 1 | -2/+6 |
|
|