Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from 3.2 - Fix closes Issue12359 - Removing a confusing sentence from t... | Senthil Kumaran | 2011-06-20 | 1 | -7/+7 |
|\ | |||||
| * | Fix closes Issue12359 - Removing a confusing sentence from the previous change. | Senthil Kumaran | 2011-06-20 | 1 | -7/+7 |
* | | merge from 3.2 | Senthil Kumaran | 2011-06-20 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix closes issue 12360 - correcting parameter names in asyncore documentation. | Senthil Kumaran | 2011-06-20 | 1 | -2/+2 |
| * | minor space nit. | Senthil Kumaran | 2011-06-20 | 1 | -1/+1 |
* | | merge from 3.2. Issue 12359 | Senthil Kumaran | 2011-06-20 | 1 | -7/+8 |
|\ \ | |/ | |||||
| * | Fix closes Issue12359 - Minor update to module import description. | Senthil Kumaran | 2011-06-20 | 1 | -7/+8 |
* | | merge from 3.2 | Senthil Kumaran | 2011-06-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Whitespace nit fixed using reident. | Senthil Kumaran | 2011-06-19 | 1 | -1/+1 |
* | | merge from 3.2. Updates to http.client documentation. | Senthil Kumaran | 2011-06-19 | 1 | -1/+12 |
|\ \ | |/ | |||||
| * | Fix closes Issue12315 - Updates to http.client documentation. | Senthil Kumaran | 2011-06-19 | 1 | -1/+12 |
* | | merge from 3.2 | Senthil Kumaran | 2011-06-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | merge from 3.1 for issue issue12261. | Senthil Kumaran | 2011-06-19 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix closes issue12261 - Minor documention changes in the urllib.parse.rst | Senthil Kumaran | 2011-06-19 | 1 | -2/+2 |
* | | | Improve documentation of packaging hooks | Éric Araujo | 2011-06-19 | 2 | -22/+36 |
* | | | Add missing documentation for packaging.pypi.base and .simple | Éric Araujo | 2011-06-19 | 2 | -13/+95 |
* | | | merge heads | Benjamin Peterson | 2011-06-19 | 2 | -34/+14 |
|\ \ \ | |||||
| * | | | faulthandler doc: the the => the | Victor Stinner | 2011-06-19 | 1 | -1/+1 |
| * | | | merge #6771: fix docs: curses.wrapper is exposed as a function, not a module | R David Murray | 2011-06-18 | 1 | -33/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | #6771: fix docs: curses.wrapper is exposed as a function, not a module | R David Murray | 2011-06-18 | 1 | -33/+13 |
* | | | | clarify | Benjamin Peterson | 2011-06-19 | 1 | -6/+6 |
|/ / / | |||||
* | | | edit and rewrite | Benjamin Peterson | 2011-06-18 | 1 | -40/+45 |
* | | | merge 3.2 | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge heads | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix typo. | Raymond Hettinger | 2011-06-16 | 1 | -1/+1 |
* | | | | merge 3.2 | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | update link to pycrypto (closes #12351) | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge wording change from 3.2 | Éric Araujo | 2011-06-15 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Minor wording improvement | Éric Araujo | 2011-06-15 | 1 | -2/+2 |
* | | | Fix markup. | Georg Brandl | 2011-06-14 | 1 | -11/+11 |
* | | | Merged documentation update for Formatter.formatTime. | Vinay Sajip | 2011-06-12 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Updated Formatter.formatTime documentation. | Vinay Sajip | 2011-06-12 | 1 | -0/+7 |
* | | | Merged documentation update for issue #12206. | Vinay Sajip | 2011-06-11 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #12206: documentation for LogRecord constructor updated re. the level a... | Vinay Sajip | 2011-06-11 | 1 | -0/+3 |
* | | | allow __dir__ to return any sequence | Benjamin Peterson | 2011-06-11 | 1 | -1/+2 |
* | | | Merge minor doc change from 3.2 | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
* | | | Branch merge | Éric Araujo | 2011-06-11 | 2 | -6/+11 |
|\ \ \ | |||||
| * | | | Use correct directive to document one method | Éric Araujo | 2011-06-11 | 1 | -1/+1 |
| * | | | Allow multiple setup hooks in packaging’s setup.cfg files (#12240). | Éric Araujo | 2011-06-10 | 1 | -5/+9 |
| * | | | setup.cfg: Document that description-file can contain more than one file | Éric Araujo | 2011-06-10 | 1 | -0/+1 |
* | | | | Updated Formatter.formatTime docs to indicate configuration via class attribu... | Vinay Sajip | 2011-06-10 | 1 | -0/+12 |
* | | | | Merged documentation change for Issue #12168. | Vinay Sajip | 2011-06-10 | 1 | -0/+15 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Documented change for Issue #12168. | Vinay Sajip | 2011-06-10 | 1 | -0/+15 |
* | | | Issue #9344: Add os.getgrouplist(). | Ross Lagerwall | 2011-06-10 | 1 | -0/+11 |
* | | | Merge doc fixes from 3.2 | Éric Araujo | 2011-06-09 | 8 | -19/+33 |
|\ \ \ | |/ / | |||||
| * | | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-08 | 3 | -5/+5 |
| * | | 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 |