| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69498 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -6/+15 |
|
|
* | Merged revisions 69466,69480 via svnmerge from | Benjamin Peterson | 2009-02-10 | 1 | -1/+9 |
|
|
* | Merged revisions 69425 via svnmerge from | Nick Coghlan | 2009-02-08 | 1 | -0/+9 |
|
|
* | Merged revisions 69419-69420 via svnmerge from | Nick Coghlan | 2009-02-08 | 2 | -6/+30 |
|
|
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 1 | -3/+7 |
|
|
* | #5173: StandardError wasn't removed in 2.6. | Georg Brandl | 2009-02-06 | 1 | -1/+1 |
|
|
* | Merged revisions 69141,69211-69212 via svnmerge from | Benjamin Peterson | 2009-02-06 | 1 | -23/+23 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 9 | -19/+65 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 1 | -1/+5 |
|
|
* | #4992: next() method -> next() function. | Georg Brandl | 2009-02-05 | 1 | -3/+3 |
|
|
* | #5096: document PyErr_PrintEx(). | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
|
|
* | #5107: document that default encoding is the same as locale.getpreferredencod... | Georg Brandl | 2009-02-05 | 1 | -3/+8 |
|
|
* | #5130: replace "unicode" by "bytes" in examples for sequence types. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
|
|
* | Minor doc fixes. | Raymond Hettinger | 2009-02-04 | 3 | -5/+5 |
|
|
* | Tweak the docs for Counter() objects. | Raymond Hettinger | 2009-02-04 | 1 | -4/+4 |
|
|
* | The default shelve pickle protocol should have been 3. | Raymond Hettinger | 2009-02-03 | 1 | -1/+1 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 8 | -35/+24 |
|
|
* | Issue #1717: documentation fixes related to the cmp removal. | Mark Dickinson | 2009-02-01 | 6 | -36/+45 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -21/+0 |
|
|
* | documentation wording fix for issue4903 | Gregory P. Smith | 2009-02-01 | 2 | -6/+6 |
|
|
* | comprehrensions now have proper scoping #5106 | Benjamin Peterson | 2009-01-31 | 1 | -2/+2 |
|
|
* | Merged revisions 68840,68881,68943,68945 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -13/+86 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 2 | -4/+16 |
|
|
* | fix a case of set_daemon #5087 | Benjamin Peterson | 2009-01-30 | 1 | -1/+1 |
|
|
* | Fix error in docs. The source says proto 2 is the default. | Raymond Hettinger | 2009-01-29 | 1 | -1/+1 |
|
|
* | Merged revisions 69078-69080 via svnmerge from | Brett Cannon | 2009-01-29 | 2 | -2/+4 |
|
|
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t... | Raymond Hettinger | 2009-01-29 | 1 | -15/+13 |
|
|
* | Merged revisions 69050 via svnmerge from | Guilherme Polo | 2009-01-28 | 2 | -2/+1404 |
|
|
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 | 1 | -1/+1 |
|
|
* | Put functions back in alphabetical order. | Raymond Hettinger | 2009-01-27 | 1 | -39/+38 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 2 | -18/+48 |
|
|
* | Tweak column alignment in collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 2 | -5/+15 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 1 | -5/+3 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -76/+0 |
|
|
* | use the classmethod directive | Benjamin Peterson | 2009-01-25 | 1 | -4/+4 |
|
|
* | Merged revisions 68933 via svnmerge from | Tarek Ziadé | 2009-01-25 | 1 | -17/+0 |
|
|
* | Document both importlib.machinery.BuiltinImporter and FrozenImporter. | Brett Cannon | 2009-01-25 | 1 | -1/+47 |
|
|
* | Add the terms "finder", "loader", and "importer" to the glossary. | Brett Cannon | 2009-01-25 | 1 | -0/+14 |
|
|
* | merge r68915 to py3k | Jesse Noller | 2009-01-25 | 1 | -7/+51 |
|
|
* | Clean up pickle usage examples. | Alexandre Vassalotti | 2009-01-23 | 1 | -31/+18 |
|
|
* | Issue 2980: Protocol 0 is not truly restricted to ASCII. | Alexandre Vassalotti | 2009-01-23 | 1 | -2/+2 |
|
|
* | Remove obsolete note on binary-mode vs. text-mode file. | Alexandre Vassalotti | 2009-01-23 | 1 | -10/+0 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 4 | -60/+62 |
|
|
* | merge r68862 to py3k | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
|
|
* | Fix markup for arguments in importlib docs. | Brett Cannon | 2009-01-22 | 1 | -2/+2 |
|
|
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 |
|
|
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -25/+21 |
|
|
* | Simplify explanation of multiset operations by removing restrictions on negat... | Raymond Hettinger | 2009-01-21 | 1 | -14/+6 |
|
|
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 |
|
|