| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the porting HOWTO to be a little less harsh on using 2to3. | Brett Cannon | 2011-02-18 | 1 | -23/+20 |
|
|
* | Fix markup error and update suspicious ignores. | Georg Brandl | 2011-02-13 | 1 | -2/+2 |
|
|
* | Tweak wording about equality comparison. | Brett Cannon | 2011-02-09 | 1 | -1/+1 |
|
|
* | Spelling fixes. | Georg Brandl | 2011-02-07 | 1 | -3/+3 |
|
|
* | Consistent heading spacing, and fix two typos. | Georg Brandl | 2011-02-07 | 1 | -2/+31 |
|
|
* | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -11/+11 |
|
|
* | Fix some typos and grammar | Eli Bendersky | 2011-02-07 | 1 | -9/+8 |
|
|
* | Small markup and wording tweaks for the sorting-howto. | Raymond Hettinger | 2011-02-06 | 1 | -6/+6 |
|
|
* | Mention that people going the source compatibility route should run 2to3 to f... | Brett Cannon | 2011-02-05 | 1 | -1/+3 |
|
|
* | Soften wording on doctest. | Brett Cannon | 2011-02-05 | 1 | -4/+8 |
|
|
* | Re-arrange and clarify some __future__ import statements. | Brett Cannon | 2011-02-05 | 1 | -26/+47 |
|
|
* | Use an internal reference instead of hard-coded URI. | Éric Araujo | 2011-02-05 | 1 | -1/+1 |
|
|
* | Everybody hates this one :) (bytes indexing) | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
|
|
* | Soften the wording about tracebacks. Reference cycles *don't* | Antoine Pitrou | 2011-02-05 | 1 | -8/+13 |
|
|
* | Fix entries pertaining to file I/O | Antoine Pitrou | 2011-02-05 | 1 | -27/+30 |
|
|
* | Mention -b and -bb | Antoine Pitrou | 2011-02-05 | 1 | -0/+31 |
|
|
* | use 3-space indents. | Brett Cannon | 2011-02-03 | 1 | -69/+69 |
|
|
* | Add a HOWTO on how to port from Python 2 to Python 3. | Brett Cannon | 2011-02-03 | 2 | -0/+582 |
|
|
* | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 2 | -7/+8 |
|
|
* | fix weirdly ambigious sentence | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
|
|
* | Revert r87946. The virtues of readability and of examples that | Raymond Hettinger | 2011-01-12 | 1 | -39/+40 |
|
|
* | Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest r... | Terry Reedy | 2011-01-11 | 1 | -40/+39 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; last bit. | Terry Reedy | 2011-01-10 | 1 | -1/+4 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -28/+16 |
|
|
* | logging HOWTO: fixed markup for numbered handler list. | Vinay Sajip | 2011-01-04 | 1 | -19/+15 |
|
|
* | Added logging documentation cross-references. | Vinay Sajip | 2010-12-26 | 2 | -4/+30 |
|
|
* | Improved logging cookbook for logging with multiprocessing. | Vinay Sajip | 2010-12-26 | 1 | -0/+100 |
|
|
* | Logging documentation updates. | Vinay Sajip | 2010-12-24 | 1 | -8/+7 |
|
|
* | Logging documentation updates. | Vinay Sajip | 2010-12-22 | 2 | -44/+44 |
|
|
* | Logging documentation reorganised. | Vinay Sajip | 2010-12-19 | 3 | -0/+1947 |
|
|
* | Do not put a raw REPLACEMENT CHARACTER in the document. | Georg Brandl | 2010-11-19 | 1 | -1/+4 |
|
|
* | Issue #4153: Updated Unicode HOWTO. | Alexander Belopolsky | 2010-11-19 | 1 | -55/+47 |
|
|
* | Fix typo | Ezio Melotti | 2010-11-16 | 1 | -1/+1 |
|
|
* | Move glossary entry to the right position and fix link. | Georg Brandl | 2010-11-05 | 1 | -0/+2 |
|
|
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -18/+16 |
|
|
* | #10124: typo fix. | Georg Brandl | 2010-10-16 | 1 | -1/+1 |
|
|
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 1 | -1/+1 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 1 | -4/+4 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 2 | -10/+10 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 2 | -2/+2 |
|
|
* | #9608, #8518 : clarify and improve discussion of exceptions in howto. | R. David Murray | 2010-09-11 | 1 | -34/+53 |
|
|
* | Forward port sorting howto | Raymond Hettinger | 2010-09-01 | 2 | -0/+282 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -1/+1 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 2 | -12/+15 |
|
|
* | Add descriptor HOWTO to py3k docs. | Georg Brandl | 2010-05-19 | 2 | -0/+432 |
|
|
* | Merged revisions 81163 via svnmerge from | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
|
|
* | Merged revisions 80150,80460-80461 via svnmerge from | Georg Brandl | 2010-04-25 | 1 | -4/+1 |
|
|
* | Merged revisions 79797 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 79781 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -372/+414 |
|
|
* | Merged revisions 79362 via svnmerge from | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|