| Commit message (Expand) | Author | Age | Files | Lines |
* | use bytes throughout telnetlib docs | Benjamin Peterson | 2008-10-15 | 1 | -32/+33 |
|
|
* | Victor Stinner's patch to make telnetlib use bytes 3725 | Benjamin Peterson | 2008-10-15 | 1 | -6/+6 |
|
|
* | correct changed import | Benjamin Peterson | 2008-10-15 | 1 | -2/+2 |
|
|
* | remove a mention of backtick repr | Benjamin Peterson | 2008-10-12 | 1 | -9/+8 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 20 | -255/+510 |
|
|
* | Merged revisions 66703,66708 via svnmerge from | Benjamin Peterson | 2008-10-10 | 1 | -0/+4 |
|
|
* | Some more notes about bytes/string filename APIs. | Georg Brandl | 2008-10-08 | 3 | -22/+34 |
|
|
* | More bytes vs. strings documentation. | Martin v. Löwis | 2008-10-07 | 3 | -5/+15 |
|
|
* | Patch #3187 (file 11721): Document byte vs. string parameters | Martin v. Löwis | 2008-10-07 | 1 | -6/+10 |
|
|
* | Issue 3412: Mention fractions and decimal in the tutorial section on floating... | Raymond Hettinger | 2008-10-05 | 1 | -0/+8 |
|
|
* | Issue 3288: document as_integer_ratio(), fromhex(), and hex(). | Raymond Hettinger | 2008-10-05 | 1 | -1/+33 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 8 | -31/+40 |
|
|
* | #4029: fix typo. | Georg Brandl | 2008-10-04 | 1 | -1/+1 |
|
|
* | #4000: fix several 2.x atavisms. | Georg Brandl | 2008-10-04 | 4 | -9/+9 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -0/+8 |
|
|
* | Merged revisions 66686 via svnmerge from | Martin v. Löwis | 2008-09-29 | 1 | -4/+4 |
|
|
* | #3993: fix old-style print statements. | Georg Brandl | 2008-09-29 | 1 | -43/+43 |
|
|
* | #3983: typo fix. | Georg Brandl | 2008-09-28 | 1 | -1/+1 |
|
|
* | Merged revisions 66667 via svnmerge from | Georg Brandl | 2008-09-28 | 1 | -0/+6 |
|
|
* | Devil merge! | Benjamin Peterson | 2008-09-28 | 10 | -41/+316 |
|
|
* | Remove references to __cmp__. | Georg Brandl | 2008-09-24 | 5 | -68/+44 |
|
|
* | fix some more cases of reduce's move to functools from Tim Pietzcker | Benjamin Peterson | 2008-09-23 | 2 | -28/+34 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 11 | -57/+111 |
|
|
* | #3923: fix undefined token. | Georg Brandl | 2008-09-21 | 1 | -2/+1 |
|
|
* | Handle documentation for turtle rename. | Georg Brandl | 2008-09-21 | 3 | -4/+4 |
|
|
* | Remove stray question mark. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|
* | Remove duplicate production. | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|
* | #3913: Remove "decorated" from production, it is handled differently from Gra... | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|
* | #3917: don't allow {} as a set display. | Georg Brandl | 2008-09-21 | 1 | -14/+3 |
|
|
* | shut up a few sphinx warnings | Benjamin Peterson | 2008-09-17 | 2 | -2/+2 |
|
|
* | Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge... | Benjamin Peterson | 2008-09-17 | 6 | -105/+195 |
|
|
* | add documentation for the new buffer interface based on PEP 3118; I hope it's... | Benjamin Peterson | 2008-09-16 | 2 | -145/+280 |
|
|
* | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 28 | -176/+161 |
|
|
* | Forward-port of r66447. | Georg Brandl | 2008-09-13 | 4 | -30/+45 |
|
|
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 | 5 | -7/+18 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 1 | -5/+8 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -4/+2 |
|
|
* | make use of shorter attribute access | Benjamin Peterson | 2008-09-10 | 1 | -2/+2 |
|
|
* | endow memoryview.tolist() with docs | Benjamin Peterson | 2008-09-10 | 1 | -2/+9 |
|
|
* | fix sphinx warning | Benjamin Peterson | 2008-09-10 | 1 | -0/+1 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -2/+2 |
|
|
* | Some typos. | Georg Brandl | 2008-09-10 | 1 | -9/+9 |
|
|
* | document the memoryview object a little | Benjamin Peterson | 2008-09-09 | 2 | -3/+93 |
|
|
* | #3803: fix docs for comparison of unequal types. | Georg Brandl | 2008-09-09 | 1 | -10/+7 |
|
|
* | Update Pygments version used. | Georg Brandl | 2008-09-09 | 1 | -1/+1 |
|
|
* | Highlight snippets as Python 3. | Georg Brandl | 2008-09-09 | 1 | -0/+3 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -37/+73 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 9 | -64/+799 |
|
|
* | mention that bsddb3 can be gotten as a third party addon | Benjamin Peterson | 2008-09-08 | 1 | -3/+4 |
|
|
* | remove some more bsddb references | Benjamin Peterson | 2008-09-08 | 4 | -19/+11 |
|
|