| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -0/+2 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 2 | -24/+24 |
|
|
* | Update the sorting howto to reflect the PEP 8 advisory to define all six rich... | Raymond Hettinger | 2012-01-10 | 1 | -3/+7 |
|
|
* | fix some broken URLs | Sandro Tosi | 2011-12-31 | 1 | -5/+5 |
|
|
* | Issue13443 - Remove the functional module examples from 2.7 (as module is | Senthil Kumaran | 2011-12-22 | 1 | -138/+12 |
|
|
* | Added a configuration dictionary example to the logging cookbook. | Vinay Sajip | 2011-11-23 | 1 | -0/+62 |
|
|
* | Added lost documentation cross-reference. | Vinay Sajip | 2011-10-27 | 1 | -3/+4 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 3 | -3/+3 |
|
|
* | Issue #13053: Added section on migrating from CObject to Capsule | Larry Hastings | 2011-10-09 | 1 | -0/+52 |
|
|
* | Closes #12906: Fixed bug in YAML configuration. | Vinay Sajip | 2011-09-06 | 1 | -1/+1 |
|
|
* | Branch merge | Éric Araujo | 2011-08-19 | 3 | -0/+706 |
|\ |
|
| * | Add Python porting howto from 3.x. | Éric Araujo | 2011-08-18 | 3 | -0/+706 |
|
|
* | | grammatical fixes; from Darren Yin on docs@ | Sandro Tosi | 2011-08-18 | 1 | -3/+3 |
|/ |
|
* | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
|
|
* | Fix function name: open -> urlopen. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
|
|
* | A number of small fixups for the sorting howto guide. | Raymond Hettinger | 2011-07-19 | 1 | -4/+17 |
|
|
* | Add missing "a". | Georg Brandl | 2011-07-18 | 1 | -1/+1 |
|
|
* | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
|
|
* | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
|
|
* | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
|
|
* | Issue #11794: Reorganised logging documentation. | Vinay Sajip | 2011-04-08 | 3 | -0/+1684 |
|
|
* | #11239: add } to list of metacharacters (it is only a metacharacter sometimes... | Georg Brandl | 2011-03-06 | 1 | -1/+1 |
|
|
* | Merged revisions 87949 via svnmerge from | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 m... | Terry Reedy | 2011-01-11 | 1 | -1/+4 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -12/+11 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge... | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
* | Merged revisions 86488 via svnmerge from | Ezio Melotti | 2010-11-16 | 1 | -1/+1 |
|
|
* | Document key-functions in the glossary. | Raymond Hettinger | 2010-11-06 | 1 | -0/+2 |
|
|
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -17/+16 |
|
|
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
* | Fix typo in previous doc commit. | R. David Murray | 2010-09-11 | 1 | -1/+1 |
|
|
* | Merged revisions 84719 via svnmerge from | R. David Murray | 2010-09-11 | 1 | -34/+57 |
|
|
* | Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in... | Andrew M. Kuchling | 2010-06-20 | 1 | -9/+24 |
|
|
* | Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
|
|
* | Let's call this done | Andrew M. Kuchling | 2010-05-12 | 1 | -3/+0 |
|
|
* | #8522: use with statement instead of try-finally for file handling. | Georg Brandl | 2010-04-25 | 1 | -4/+1 |
|
|
* | Get rid of multi-row cells. | Georg Brandl | 2010-04-13 | 1 | -10/+10 |
|
|
* | Add descriptor howto to main documentation | Raymond Hettinger | 2010-04-11 | 2 | -0/+432 |
|
|
* | Add the sorting HOWTO to the main docs. | Raymond Hettinger | 2010-04-11 | 2 | -0/+285 |
|
|
* | Fix some broken URLs. | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | #8212: rephrase the webservers howto and fix some mistakes. | Ezio Melotti | 2010-04-05 | 1 | -374/+421 |
|
|
* | Another typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | #8217: typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | Update the version number of the Unicode Database in a few more places. | Ezio Melotti | 2010-03-22 | 1 | -1/+1 |
|
|
* | #5341: fix "builtin" where used as an adjective ("built-in" is correct). | Georg Brandl | 2010-02-06 | 1 | -4/+4 |
|
|
* | Fix broken links found by "make linkcheck". scipy.org seems to be done right... | Georg Brandl | 2009-10-11 | 2 | -5/+4 |
|
|
* | #6891: comment out dead link to Unicode article. | Georg Brandl | 2009-09-16 | 1 | -5/+6 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 2 | -5/+4 |
|
|
* | #6536 fixed typo | Ezio Melotti | 2009-07-21 | 1 | -1/+1 |
|
|