Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
| | |||||
* | Documented change for Issue #12168. | Vinay Sajip | 2011-06-10 | 1 | -0/+15 |
| | |||||
* | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-08 | 3 | -5/+5 |
| | | | | | | | | | | Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````. | ||||
* | Add links from builtins module docs to built-in functions and constants docs | Éric Araujo | 2011-06-08 | 2 | -1/+5 |
| | |||||
* | Add examples that work on Windows to distutils docs (#1626300) | Éric Araujo | 2011-06-07 | 2 | -8/+17 |
| | |||||
* | Remove outdated bit of advice (584f9c213a6d follow-up) | Éric Araujo | 2011-06-07 | 1 | -5/+6 |
| | |||||
* | Improve glossary entry for ABCs. | Éric Araujo | 2011-06-04 | 4 | -13/+16 |
| | | | | | | | - Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it) | ||||
* | Remove link that’s already present at the top of the file | Éric Araujo | 2011-06-03 | 1 | -3/+0 |
| | |||||
* | Document working dir for “make html” (#12249). Patch by Tshepang ↵ | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| | | | | Lekhonkhobe. | ||||
* | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 1 | -0/+2 |
| | |||||
* | Forward port doc updates for builtin functions. | Raymond Hettinger | 2011-06-01 | 1 | -22/+32 |
| | |||||
* | Branch merge | Éric Araujo | 2011-06-01 | 1 | -3/+3 |
|\ | |||||
| * | Fix markup: arguments in a class directive are __init__ arguments, not base ↵ | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
| | | | | | | | | classes | ||||
* | | demote this to a note | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|/ | |||||
* | Merge 3.1 | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
|\ | |||||
| * | Fix typo in 0311f62714f7 | Éric Araujo | 2011-05-29 | 1 | -1/+1 |
| | | |||||
| * | Don’t misuse “package data” in pprint example | Éric Araujo | 2011-05-29 | 1 | -3/+3 |
| | | |||||
* | | Branch merge | Éric Araujo | 2011-05-29 | 4 | -81/+86 |
|\ \ | |||||
| * \ | Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 | Éric Araujo | 2011-05-28 | 4 | -81/+85 |
| |\ \ |/ / / | | _ | |||||
| * | Re-add missing doc stub for the distutils check command | Éric Araujo | 2011-05-28 | 1 | -0/+14 |
| | | |||||
| * | Minor touch-ups in distutils.cmd.Command doc | Éric Araujo | 2011-05-28 | 1 | -2/+2 |
| | | |||||
| * | Minor doc addition for clarity | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add missing closing paren | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | | |||||
* | | Fix two typos | Éric Araujo | 2011-05-25 | 1 | -2/+2 |
| | | |||||
* | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 |
| | | |||||
* | | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
|\ \ | |/ | | | | | merge 3.1 -> 3.2 | ||||
| * | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
| | | |||||
* | | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
| | | |||||
* | | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 2 | -11/+20 |
|\ \ | |||||
| * | | Update pydoc topics and handle suspicious markup. | Georg Brandl | 2011-05-15 | 2 | -11/+20 |
| | | | |||||
* | | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| | | | |||||
* | | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|\ \ \ | |/ / | |||||
| * | | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
| | | | |||||
* | | | #12072: merge with 3.1. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
| | | |||||
* | | Merge #6498 fix from 3.1. | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | Closes #6498: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
| | | |||||
* | | Merged rethought pprint usage example from 3.1. | Łukasz Langa | 2011-05-14 | 1 | -31/+99 |
|\ \ | |/ | |||||
| * | pprint usage example rethought. | Łukasz Langa | 2011-05-14 | 1 | -30/+99 |
| | | |||||
* | | #11979: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
|\ \ | |/ | |||||
| * | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
| | | |||||
* | | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 |
| | | |||||
* | | Neaten up example so it can be cut and pasted. | Raymond Hettinger | 2011-05-13 | 1 | -2/+2 |
| | | |||||
* | | Use singular they. Thanks to Mark Summerfield. | Georg Brandl | 2011-05-13 | 1 | -1/+1 |
| | | |||||
* | | Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. | Georg Brandl | 2011-05-13 | 1 | -1/+2 |
| | | |||||
* | | Merge in changes from 3.2.1b1 release repo. | Georg Brandl | 2011-05-13 | 1 | -93/+98 |
|\ \ | |||||
| * | | Update suspicious ignore file.v3.2.1b1 | Georg Brandl | 2011-05-08 | 1 | -93/+98 |
| | | | |||||
* | | | merge - 7a3f3ad83676 Fixes Issue #12044. | Gregory P. Smith | 2011-05-12 | 1 | -2/+2 |
| | | | |||||
* | | | Document default fmtspec. Fix inaccurate note. Document exceptions. | Raymond Hettinger | 2011-05-11 | 1 | -5/+8 |
| | | |