| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 86794,86798,86801 via svnmerge from | Georg Brandl | 2010-11-26 | 3 | -10/+8 |
|
|
* | Remove 3.1 from versionchanged | Ezio Melotti | 2010-11-26 | 1 | -3/+3 |
|
|
* | Fix mismerges of version directives. | Georg Brandl | 2010-11-26 | 2 | -11/+1 |
|
|
* | Update suspicious file. | Georg Brandl | 2010-11-26 | 1 | -2/+2 |
|
|
* | Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from | Georg Brandl | 2010-11-26 | 5 | -7/+204 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 10 | -49/+80 |
|
|
* | Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+19 |
|
|
* | Merged revisions 85731,85735 via svnmerge from | Georg Brandl | 2010-11-26 | 5 | -7/+7 |
|
|
* | Merged revisions 85728 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -3/+10 |
|
|
* | Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-... | Georg Brandl | 2010-11-26 | 13 | -433/+127 |
|
|
* | Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge... | Georg Brandl | 2010-11-26 | 11 | -69/+157 |
|
|
* | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 7 | -88/+247 |
|
|
* | Merged revisions 85455 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+4 |
|
|
* | Merged revisions 85253,85452-85454 via svnmerge from | Georg Brandl | 2010-11-26 | 2 | -10/+10 |
|
|
* | Merged revisions 86732 via svnmerge from | Ezio Melotti | 2010-11-24 | 1 | -0/+20 |
|
|
* | Issue 1859: Document that textwrap does not break on \n | Terry Reedy | 2010-11-23 | 1 | -0/+7 |
|
|
* | Merged revisions 86625 via svnmerge from | Éric Araujo | 2010-11-21 | 1 | -0/+6 |
|
|
* | Issue #8340: document bytearray in Python 2.7. | Antoine Pitrou | 2010-11-20 | 2 | -10/+41 |
|
|
* | remove documentation for something that's gone | Fred Drake | 2010-11-19 | 1 | -4/+0 |
|
|
* | Merged revisions 86488 via svnmerge from | Ezio Melotti | 2010-11-16 | 1 | -1/+1 |
|
|
* | #2986 Correct and duplicate version-added message | Terry Reedy | 2010-11-12 | 1 | -1/+4 |
|
|
* | #10398: manual backport of r73943. | Georg Brandl | 2010-11-12 | 2 | -13/+9 |
|
|
* | Merged revisions 86419 via svnmerge from | R. David Murray | 2010-11-12 | 1 | -0/+18 |
|
|
* | #2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popula... | Terry Reedy | 2010-11-11 | 1 | -1/+14 |
|
|
* | fix typo: spection -> section | Fred Drake | 2010-11-09 | 1 | -1/+1 |
|
|
* | Merged revisions 86310 via svnmerge from | Senthil Kumaran | 2010-11-08 | 1 | -0/+7 |
|
|
* | Merged revisions 86296 via svnmerge from | Senthil Kumaran | 2010-11-07 | 1 | -5/+4 |
|
|
* | Merged revisions 86293 via svnmerge from | Mark Dickinson | 2010-11-07 | 1 | -5/+17 |
|
|
* | Merged revisions 86286 via svnmerge from | Mark Dickinson | 2010-11-07 | 1 | -0/+1 |
|
|
* | Move version added notes into the index table | Raymond Hettinger | 2010-11-06 | 1 | -19/+7 |
|
|
* | Add more links to Python sources where the code is short, readable and an inf... | Raymond Hettinger | 2010-11-06 | 24 | -0/+114 |
|
|
* | Merged revisions 86249 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Document key-functions in the glossary. | Raymond Hettinger | 2010-11-06 | 2 | -0/+22 |
|
|
* | Provide links to Python source in a handful of | Raymond Hettinger | 2010-11-05 | 8 | -0/+39 |
|
|
* | Clarify. | Georg Brandl | 2010-11-05 | 1 | -1/+2 |
|
|
* | #10315: Fix version tag. | Georg Brandl | 2010-11-05 | 1 | -2/+1 |
|
|
* | Merged revisions 85930 via svnmerge from | Alexander Belopolsky | 2010-11-05 | 1 | -1/+5 |
|
|
* | Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED ... | Giampaolo Rodolà | 2010-11-01 | 1 | -7/+55 |
|
|
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -17/+16 |
|
|
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -4/+7 |
|
|
* | Issue 10025: Let docs for random.seed() describe what it does, not how it do... | Raymond Hettinger | 2010-10-31 | 1 | -4/+0 |
|
|
* | Add version note about set literals. | Georg Brandl | 2010-10-29 | 1 | -6/+6 |
|
|
* | Update Sphinx to 0.6.7. | Georg Brandl | 2010-10-29 | 3 | -3/+3 |
|
|
* | logging: clarified Filter documentation. | Vinay Sajip | 2010-10-20 | 1 | -0/+3 |
|
|
* | Note version for addition of processName. | Georg Brandl | 2010-10-17 | 1 | -0/+3 |
|
|
* | __setstate__ gets an argument. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | #1945: document Unicode functions backported from py3k branch. | Georg Brandl | 2010-10-17 | 3 | -0/+157 |
|
|
* | Note default values for namedtuple extra args. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | Note that maxtasksperchild is new in 2.7. | Georg Brandl | 2010-10-17 | 1 | -11/+12 |
|
|
* | #10111: minor problems in 2.7 FILE* API docs. | Georg Brandl | 2010-10-15 | 2 | -5/+16 |
|
|