| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 73673 via svnmerge from | Martin v. Löwis | 2009-06-29 | 1 | -1/+2 |
|
|
* | Merged revisions 73671 via svnmerge from | Benjamin Peterson | 2009-06-29 | 2 | -2/+2 |
|
|
* | Clean-up floating point tutorial | Raymond Hettinger | 2009-06-29 | 1 | -23/+28 |
|
|
* | Merged revisions 73642 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Merged revisions 73640 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
* | Merged revisions 73636 via svnmerge from | Mark Dickinson | 2009-06-28 | 6 | -13/+13 |
|
|
* | Merged revisions 73632 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 4 | -3/+28 |
|
|
* | Merged revisions 73585 via svnmerge from | Benjamin Peterson | 2009-06-27 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | Add notes for porting issues related to pickles. | Raymond Hettinger | 2009-06-09 | 1 | -0/+5 |
|
|
* | Add example for the change to pickle and note the effect of the fix_imports o... | Raymond Hettinger | 2009-06-09 | 1 | -18/+24 |
|
|
* | Fix markup. | Georg Brandl | 2009-06-08 | 1 | -3/+3 |
|
|
* | Fix typo. | Thomas Heller | 2009-06-08 | 1 | -1/+1 |
|
|
* | Elaborate encoding recommendations, and fix ambiguous wording for list compre... | Georg Brandl | 2009-06-08 | 2 | -9/+13 |
|
|
* | Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from | Georg Brandl | 2009-06-08 | 5 | -16/+22 |
|
|
* | Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the t... | Georg Brandl | 2009-06-08 | 1 | -225/+218 |
|
|
* | Signature documentation style update, modules J, K, L and M. | Georg Brandl | 2009-06-08 | 20 | -116/+100 |
|
|
* | Recorded merge of revisions 73286 via svnmerge from | Georg Brandl | 2009-06-08 | 3 | -8/+6 |
|
|
* | #6235: ASCII also affects \[dD] escapes. | Georg Brandl | 2009-06-08 | 1 | -3/+3 |
|
|
* | Remove duplicated sentence. Remove duplicated sentence. | Georg Brandl | 2009-06-08 | 1 | -2/+1 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -5/+5 |
|
|
* | Add what's new entry for r73236. | Antoine Pitrou | 2009-06-06 | 1 | -0/+18 |
|
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -15/+36 |
|
|
* | Remove the ipaddr module per discussion on python-dev. | Raymond Hettinger | 2009-06-04 | 2 | -429/+0 |
|
|
* | Merged revisions 73224 via svnmerge from | Eric Smith | 2009-06-04 | 1 | -2/+2 |
|
|
* | Take ipaddr out of whatsnew. | Raymond Hettinger | 2009-06-04 | 1 | -37/+0 |
|
|
* | Merged revisions 73217 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
|
|
* | Merged revisions 73215 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
|
|