| Commit message (Expand) | Author | Age | Files | Lines |
* | #6421: The self argument of module-level PyCFunctions is now a reference to t... | Georg Brandl | 2009-07-11 | 2 | -13/+9 |
|
|
* | Merged revisions 73940 via svnmerge from | Georg Brandl | 2009-07-11 | 1 | -1/+6 |
|
|
* | Merged revisions 73916 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -1/+1 |
|
|
* | #6428: py3k requires that __bool__ return a bool (and not an int) | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -5/+5 |
|
|
* | Merged revisions 73818 via svnmerge from | Gregory P. Smith | 2009-07-04 | 1 | -0/+9 |
|
|
* | remove cobject reference | Benjamin Peterson | 2009-07-01 | 1 | -1/+0 |
|
|
* | Remove docs for string.maketrans(). | Raymond Hettinger | 2009-07-01 | 1 | -9/+0 |
|
|
* | Removed contextlib.nested() | Raymond Hettinger | 2009-07-01 | 1 | -49/+0 |
|
|
* | remove PyCObject | Benjamin Peterson | 2009-07-01 | 1 | -59/+0 |
|
|
* | Merged revisions 73072 via svnmerge from | Antoine Pitrou | 2009-06-29 | 1 | -0/+6 |
|
|
* | Link to PEP 383. | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|
|
* | Merged revisions 73669 via svnmerge from | Benjamin Peterson | 2009-06-29 | 2 | -2/+2 |
|
|
* | Clean-up floating point tutorial. | Raymond Hettinger | 2009-06-28 | 1 | -23/+28 |
|
|
* | Small doc fix-ups to floatingpoint.rst. More are forthcoming. | Raymond Hettinger | 2009-06-28 | 1 | -5/+5 |
|
|
* | include 3.2 in toctree | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
|
|
* | Fill-in some new news. | Raymond Hettinger | 2009-06-28 | 2 | -3/+20 |
|
|
* | Fix incorrect quote type on Decimal examples | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Issue #6354 continued: reword confusing tutorial note on the (no-longer | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 6 | -13/+13 |
|
|
* | Whatsnew begins afresh | Raymond Hettinger | 2009-06-28 | 1 | -0/+99 |
|
|
* | Corrections to decimal flying circus: round returns a Decimal; | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | document BufferedIOBase.raw and TextIOBase.buffer | Benjamin Peterson | 2009-06-28 | 1 | -1/+13 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 3 | -2/+15 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 2 | -3/+17 |
|
|
* | Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge... | Benjamin Peterson | 2009-06-27 | 1 | -34/+203 |
|
|
* | Updated the last example as requested in #6350 | Ezio Melotti | 2009-06-27 | 1 | -8/+18 |
|
|
* | Merged revisions 73575 via svnmerge from | Benjamin Peterson | 2009-06-27 | 1 | -1/+2 |
|
|
* | bump to 3.2a0 | Benjamin Peterson | 2009-06-27 | 2 | -5/+8 |
|
|
* | fixed double dict.items in glossary->view | Ezio Melotti | 2009-06-25 | 1 | -1/+1 |
|
|
* | Merged revisions 73511 via svnmerge from | R. David Murray | 2009-06-25 | 1 | -1/+1 |
|
|
* | Fix some broken/missing function:: declarations in turtle docs | R. David Murray | 2009-06-25 | 1 | -5/+6 |
|
|
* | Merged revisions 73544 via svnmerge from | Georg Brandl | 2009-06-24 | 1 | -1/+1 |
|
|
* | Merged revisions 73537 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-23 | 1 | -5/+0 |
|
|
* | must be bytes | Benjamin Peterson | 2009-06-23 | 1 | -1/+1 |
|
|
* | Merged revisions 73415,73417-73418 via svnmerge from | Benjamin Peterson | 2009-06-22 | 1 | -1/+1 |
|
|
* | Merged revisions 73465 via svnmerge from | Nick Coghlan | 2009-06-17 | 1 | -11/+29 |
|
|
* | Merged revisions 73462-73463 via svnmerge from | Georg Brandl | 2009-06-17 | 1 | -1/+2 |
|
|
* | Add usage note. | Raymond Hettinger | 2009-06-17 | 1 | -0/+4 |
|
|
* | rephrase for clarity | Benjamin Peterson | 2009-06-16 | 1 | -1/+1 |
|
|
* | The key-value pairs can be lists or tuples or any iterable. | Raymond Hettinger | 2009-06-16 | 1 | -1/+1 |
|
|
* | Merged revisions 73447-73448 via svnmerge from | Georg Brandl | 2009-06-16 | 1 | -0/+6 |
|
|
* | Expand a bit on dict views. | Georg Brandl | 2009-06-16 | 1 | -11/+18 |
|
|
* | Merged revisions 73441 via svnmerge from | Tarek Ziadé | 2009-06-16 | 1 | -0/+9 |
|
|
* | rewrite binary std streams part; note that detach()/buffer will not always work | Benjamin Peterson | 2009-06-14 | 1 | -3/+8 |
|
|
* | update peek documentation to implementation | Benjamin Peterson | 2009-06-14 | 1 | -5/+3 |
|
|
* | Issue 6261: Clarify behavior of random.uniform(). | Raymond Hettinger | 2009-06-11 | 1 | -0/+2 |
|
|
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 | 3 | -13/+85 |
|
|
* | Move comment to correct line. | Raymond Hettinger | 2009-06-11 | 1 | -2/+2 |
|
|
* | Add example of how to do key lookups with bisect(). | Raymond Hettinger | 2009-06-11 | 1 | -1/+19 |
|
|
* | Fix funny typo. | Raymond Hettinger | 2009-06-10 | 1 | -1/+1 |
|
|