Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |
| | | | | objects. | ||||
* | 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 |
| | | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. | ||||
* | #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 |
| | |||||
* | a much better example | Benjamin Peterson | 2009-03-18 | 1 | -18/+7 |
| | |||||
* | I thought this was begging for an example | Benjamin Peterson | 2009-03-17 | 1 | -0/+19 |
| | |||||
* | Fix typo. | Raymond Hettinger | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | Remove reference to zero argument form of super() in 2.x docs. | Raymond Hettinger | 2009-02-25 | 1 | -2/+1 |
| | |||||
* | More markup and spelling fixes. | Raymond Hettinger | 2009-02-25 | 1 | -6/+6 |
| | |||||
* | Restore Py2.x version of sample call to super(). | Raymond Hettinger | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Sync-up py3.1 doc updates for super(). | Raymond Hettinger | 2009-02-25 | 1 | -17/+26 |
| | |||||
* | #5348: format() converts all kinds of values. | Georg Brandl | 2009-02-23 | 1 | -0/+20 |
| | |||||
* | Add links to helpful external resources. | Raymond Hettinger | 2009-02-19 | 1 | -4/+6 |
| | |||||
* | Add some cross-references to the docs. Simplify the python code equivalent ↵ | Raymond Hettinger | 2009-02-19 | 1 | -2/+9 |
| | | | | for izip(). Supply an optional argument for the nth() recipe. | ||||
* | Add explanation for super(type1, type2). | Raymond Hettinger | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Issue 5229: Documentation for super() neglects to say what super() actually does | Raymond Hettinger | 2009-02-16 | 1 | -1/+5 |
| | |||||
* | make "super only for new-style classes" a note. | Georg Brandl | 2009-02-07 | 1 | -2/+4 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
| | |||||
* | #4457: rewrite __import__() documentation. | Georg Brandl | 2008-12-07 | 1 | -38/+54 |
| | |||||
* | Move __import__ to the bottom of the functions list. | Georg Brandl | 2008-12-05 | 1 | -61/+61 |
| | | | | | It doesn't make sense for such a fundamental document to have the most obscure function listed at the top. | ||||
* | clarify what was added | Benjamin Peterson | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | move context clue to versionchanged tag | Benjamin Peterson | 2008-11-08 | 1 | -8/+11 |
| | |||||
* | a few compile() and ast doc improvements | Benjamin Peterson | 2008-11-08 | 1 | -9/+10 |
| | |||||
* | backport bin() documentation | Benjamin Peterson | 2008-10-30 | 1 | -0/+9 |
| | |||||
* | add a much requested newline | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
| | |||||
* | talk about how you can unzip with zip | Benjamin Peterson | 2008-10-10 | 1 | -0/+12 |
| | |||||
* | #4041: don't refer to removed and outdated modules. | Georg Brandl | 2008-10-04 | 1 | -4/+2 |
| | |||||
* | Improve docs for super(). | Raymond Hettinger | 2008-09-19 | 1 | -1/+18 |
| | |||||
* | clarify that radix for int is not 'guessed' | Benjamin Peterson | 2008-09-14 | 1 | -8/+8 |
| | |||||
* | super() actually returns a super object. | Georg Brandl | 2008-08-30 | 1 | -1/+2 |
| | |||||
* | #3569: eval() also accepts "exec"able code objects. | Georg Brandl | 2008-08-30 | 1 | -4/+4 |
| | |||||
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -1/+1 |
| | |||||
* | #2831: add start argument to enumerate(). Patch by Scott Dial and me. | Georg Brandl | 2008-05-13 | 1 | -5/+7 |
| | |||||
* | Fix parameter name for enumerate(). | Georg Brandl | 2008-05-12 | 1 | -8/+9 |
| |