| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 65605 via svnmerge from | Skip Montanaro | 2008-08-09 | 1 | -0/+12 |
|
|
* | #3524: fix up some old-style IO descriptions. | Georg Brandl | 2008-08-08 | 1 | -26/+37 |
|
|
* | #3525: 3.0 exception changes in tutorial. | Georg Brandl | 2008-08-08 | 2 | -20/+16 |
|
|
* | #3523: no backquotes any more. | Georg Brandl | 2008-08-08 | 1 | -6/+1 |
|
|
* | #3522: zip() returns an iterator. | Georg Brandl | 2008-08-08 | 1 | -1/+1 |
|
|
* | #3503: fix print statements in 3k doc. | Georg Brandl | 2008-08-05 | 4 | -9/+6 |
|
|
* | Remove the deprecated posix attribute. | Georg Brandl | 2008-08-04 | 1 | -12/+0 |
|
|
* | Undocument deprecated module global "template". | Georg Brandl | 2008-08-04 | 1 | -14/+1 |
|
|
* | Use version 3.0. | Georg Brandl | 2008-08-03 | 1 | -2/+2 |
|
|
* | Merged revisions 65378-65379,65430 via svnmerge from | Georg Brandl | 2008-08-03 | 4 | -7/+17 |
|
|
* | str.join() doesn't convert arguments anymore. | Georg Brandl | 2008-08-02 | 1 | -5/+4 |
|
|
* | Remove the TarFileCompat class from tarfile.py. | Lars Gustäbel | 2008-08-02 | 1 | -15/+1 |
|
|
* | Merged revisions 65366 via svnmerge from | Mark Dickinson | 2008-08-01 | 1 | -23/+2 |
|
|
* | Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from | Mark Dickinson | 2008-08-01 | 2 | -7/+37 |
|
|
* | Merged revisions 65293 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -1/+1 |
|
|
* | Merged revisions 65259,65263,65296,65307,65321 via svnmerge from | Benjamin Peterson | 2008-07-31 | 3 | -6/+6 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 6 | -6/+93 |
|
|
* | update the struct documentation to refer to bytes | Benjamin Peterson | 2008-07-31 | 2 | -32/+38 |
|
|
* | Fix-up recipe with a syntax error (as discussed on python-dev). | Raymond Hettinger | 2008-07-30 | 1 | -1/+2 |
|
|
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 1 | -6/+4 |
|
|
* | Merged revisions 65253 via svnmerge from | Benjamin Peterson | 2008-07-26 | 1 | -3/+6 |
|
|
* | fix print syntax in tutorial | Benjamin Peterson | 2008-07-26 | 1 | -5/+5 |
|
|
* | Remove the sunaudio module. | Brett Cannon | 2008-07-25 | 1 | -6/+0 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -1/+3 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 9 | -83/+107 |
|
|
* | Merged revisions 65199 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -0/+22 |
|
|
* | Remove "ast" aliases from the parser module. | Georg Brandl | 2008-07-23 | 1 | -15/+10 |
|
|
* | Fix spelling. | Raymond Hettinger | 2008-07-22 | 1 | -2/+2 |
|
|
* | fix markup | Benjamin Peterson | 2008-07-20 | 1 | -1/+1 |
|
|
* | #3400: document new 3.0 opcodes. | Georg Brandl | 2008-07-20 | 1 | -2/+20 |
|
|
* | #3113: document exception chaining. | Georg Brandl | 2008-07-19 | 3 | -19/+68 |
|
|
* | Fix urllib function reference. | Georg Brandl | 2008-07-18 | 1 | -2/+2 |
|
|
* | fixed tiny typo in new # format doc | Mark Summerfield | 2008-07-18 | 1 | -1/+1 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 2 | -6/+5 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 2 | -5/+6 |
|
|
* | Make gettext Unicode interface consistent and clean up the docs. | Georg Brandl | 2008-07-17 | 1 | -92/+79 |
|
|
* | #3310: stop referring to basestring. | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
|
|
* | Merged revisions 64982-64983,65004 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 23 | -78/+227 |
|
|
* | Merged revisions 64974 via svnmerge from | Mark Dickinson | 2008-07-16 | 2 | -0/+70 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 7 | -67/+110 |
|
|
* | Merged revisions 64446,64490,64495,64526,64567 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 64984 via svnmerge from | Eric Smith | 2008-07-16 | 1 | -2/+6 |
|
|
* | #2512 implement the 3.0 gettext API | Benjamin Peterson | 2008-07-14 | 1 | -116/+66 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -2/+9 |
|
|
* | Mention the behaviour of PyFunction_SetAnnotations() on error. | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+2 |
|
|
* | Added documentation for PyFunction_GetAnnotations() and | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+12 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -8/+24 |
|
|
* | Clean up list of undocumented modules as most of them have been removed in Py... | Brett Cannon | 2008-07-13 | 1 | -42/+0 |
|
|
* | Removed extraneous whitespace. | Josiah Carlson | 2008-07-07 | 1 | -1/+1 |
|
|