| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r67419 - mp doc fixes | Jesse Noller | 2008-11-28 | 1 | -20/+108 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 16 | -259/+366 |
|
|
* | Merged revisions 67060-67061 via svnmerge from | Benjamin Peterson | 2008-10-30 | 2 | -8/+18 |
|
|
* | typo corrections (thanks to Paul Taney) | Fred Drake | 2008-10-24 | 1 | -11/+11 |
|
|
* | Merged revisions 66928,66936,66939-66940 via svnmerge from | Georg Brandl | 2008-10-16 | 2 | -5/+10 |
|
|
* | Merged revisions 66906 via svnmerge from | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 1 | -4/+2 |
|
|
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+4 |
|
|
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 3 | -16/+16 |
|
|
* | Edits, and add markup | Andrew M. Kuchling | 2008-09-30 | 1 | -4/+4 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 1 | -0/+7 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -4/+4 |
|
|
* | note the 2to3 -d could be useful for other refactoring | Benjamin Peterson | 2008-09-28 | 1 | -1/+3 |
|
|
* | better grammar | Benjamin Peterson | 2008-09-28 | 1 | -1/+1 |
|
|
* | #1415508: Document two functions | Andrew M. Kuchling | 2008-09-28 | 1 | -6/+21 |
|
|
* | #1579477: mention necessity to flush output before exec'ing | Andrew M. Kuchling | 2008-09-28 | 1 | -3/+10 |
|
|
* | #3510: future-proof text | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+4 |
|
|
* | 2to3's api should be considered unstable | Benjamin Peterson | 2008-09-27 | 1 | -0/+6 |
|
|
* | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
|
|
* | Indentation normalization. | Georg Brandl | 2008-09-24 | 1 | -2/+2 |
|
|
* | clean up docs for platform's linux_distribution and dist functions | Benjamin Peterson | 2008-09-22 | 1 | -16/+10 |
|
|
* | #3918: note that uniform() args can be swapped. | Georg Brandl | 2008-09-21 | 1 | -1/+3 |
|
|
* | #3912: document default for *places* arg. | Georg Brandl | 2008-09-21 | 1 | -2/+4 |
|
|
* | #3852: fix some select.kqueue and kevent docs. | Georg Brandl | 2008-09-21 | 1 | -3/+3 |
|
|
* | Improve docs for super(). | Raymond Hettinger | 2008-09-19 | 1 | -1/+18 |
|
|
* | Fix for documentation bug. Fixes issue 3904. | Josiah Carlson | 2008-09-19 | 1 | -2/+2 |
|
|
* | document compileall command flags | Benjamin Peterson | 2008-09-17 | 1 | -2/+7 |
|
|
* | usage | Skip Montanaro | 2008-09-17 | 1 | -1/+1 |
|
|
* | be less wordy | Benjamin Peterson | 2008-09-16 | 1 | -6/+6 |
|
|
* | clarify that radix for int is not 'guessed' | Benjamin Peterson | 2008-09-14 | 1 | -8/+8 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 21 | -169/+157 |
|
|
* | #3288: Document as_integer_ratio | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+12 |
|
|
* | Remove extra 'the'; the following title includes it | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
|
|
* | fix typo | Benjamin Peterson | 2008-09-11 | 1 | -3/+3 |
|
|
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te... | Nick Coghlan | 2008-09-11 | 2 | -28/+45 |
|
|
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -2/+2 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -38/+74 |
|
|
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 1 | -2/+3 |
|
|
* | Added xrefs to each other. | Mark Summerfield | 2008-09-08 | 2 | -2/+7 |
|
|
* | #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr... | Andrew M. Kuchling | 2008-09-06 | 1 | -1/+9 |
|
|
* | #3669 from Robert Lehmann: simplify use of iterator in example | Andrew M. Kuchling | 2008-09-06 | 1 | -1/+1 |
|
|
* | #1638033: add support for httponly on Cookie.Morsel | Benjamin Peterson | 2008-09-06 | 1 | -1/+9 |
|
|
* | #3040: include 'dest' argument in example; trim some trailing whitespace | Andrew M. Kuchling | 2008-09-06 | 1 | -3/+3 |
|
|
* | actually tell the name of the flag to use | Benjamin Peterson | 2008-09-06 | 1 | -7/+7 |
|
|
* | Fix typo in multiprocessing doc, cancel_join_thread was missing _thread | Jesse Noller | 2008-09-06 | 1 | -1/+1 |
|
|
* | Deprecate bsddb for removal in Python 3.0. | Brett Cannon | 2008-09-05 | 2 | -4/+5 |
|
|
* | Make it more obvious that warnings.catch_warnings() and its arguments should ... | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
|
|
* | flesh out the documentation on using 2to3 | Benjamin Peterson | 2008-09-04 | 1 | -14/+35 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 3 | -38/+46 |
|
|
* | Merged revisions 66173 via svnmerge from | Benjamin Peterson | 2008-09-03 | 1 | -2/+4 |
|
|