| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67467 via svnmerge from | Georg Brandl | 2008-12-02 | 1 | -1/+5 |
|
|
* | Merged revisions 67458 via svnmerge from | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | w# requires Py_ssize_t, not int. | Christian Heimes | 2008-11-30 | 1 | -1/+1 |
|
|
* | Merge r67419 - mp doc fixes | Jesse Noller | 2008-11-28 | 2 | -21/+108 |
|
|
* | Try using utf8x input encoding. | Georg Brandl | 2008-11-27 | 1 | -0/+2 |
|
|
* | merge in r67362 documentation update to document PY_SSIZE_T_CLEAN | Gregory P. Smith | 2008-11-24 | 1 | -1/+6 |
|
|
* | Merged revisions 67278 via svnmerge from | Georg Brandl | 2008-11-19 | 1 | -0/+2 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 22 | -441/+586 |
|
|
* | Merged revisions 66861 via svnmerge from | Georg Brandl | 2008-11-07 | 4 | -5/+5 |
|
|
* | Merged revisions 67143 via svnmerge from | Georg Brandl | 2008-11-07 | 1 | -2/+1 |
|
|
* | Backport text fix | Andrew M. Kuchling | 2008-11-04 | 1 | -2/+3 |
|
|
* | Merged revisions 67060-67061 via svnmerge from | Benjamin Peterson | 2008-10-30 | 3 | -10/+23 |
|
|
* | typo corrections (thanks to Paul Taney) | Fred Drake | 2008-10-24 | 1 | -11/+11 |
|
|
* | Merged revisions 66928,66936,66939-66940 via svnmerge from | Georg Brandl | 2008-10-16 | 4 | -7/+12 |
|
|
* | Merged revisions 66906 via svnmerge from | Benjamin Peterson | 2008-10-15 | 1 | -1/+2 |
|
|
* | Backport r66857: make all whatsnew docs accessible. | Georg Brandl | 2008-10-08 | 5 | -15/+27 |
|
|
* | Note how bytes alias is expected to be used | Andrew M. Kuchling | 2008-10-08 | 1 | -0/+14 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 3 | -10/+8 |
|
|
* | Continuously built downloads are in /current. | Georg Brandl | 2008-10-04 | 1 | -1/+1 |
|
|
* | Some Doc tweaks. | Georg Brandl | 2008-10-02 | 3 | -6/+5 |
|
|
* | Today is the release datev2.6 | Barry Warsaw | 2008-10-01 | 1 | -3/+2 |
|
|
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+4 |
|
|
* | Markup fixes. (optparse.rst probably needs an entire revision pass.) | Andrew M. Kuchling | 2008-09-30 | 3 | -16/+16 |
|
|
* | Markup fixes | Andrew M. Kuchling | 2008-09-30 | 1 | -10/+11 |
|
|
* | Markup fix | Andrew M. Kuchling | 2008-09-30 | 2 | -2/+2 |
|
|
* | Edits, and add markup | Andrew M. Kuchling | 2008-09-30 | 1 | -4/+4 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 1 | -0/+7 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -4/+4 |
|
|
* | Don't show version in title. | Georg Brandl | 2008-09-28 | 1 | -2/+3 |
|
|
* | No downloads for RCs. | Georg Brandl | 2008-09-28 | 1 | -0/+6 |
|
|
* | note the 2to3 -d could be useful for other refactoring | Benjamin Peterson | 2008-09-28 | 1 | -1/+3 |
|
|
* | better grammar | Benjamin Peterson | 2008-09-28 | 1 | -1/+1 |
|
|
* | #1415508: Document two functions | Andrew M. Kuchling | 2008-09-28 | 1 | -6/+21 |
|
|
* | #1579477: mention necessity to flush output before exec'ing | Andrew M. Kuchling | 2008-09-28 | 1 | -3/+10 |
|
|
* | clarify a few things | Benjamin Peterson | 2008-09-27 | 1 | -7/+6 |
|
|
* | #3510: future-proof text | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+4 |
|
|
* | 2to3's api should be considered unstable | Benjamin Peterson | 2008-09-27 | 1 | -0/+6 |
|
|
* | Add a last bunch of items | Andrew M. Kuchling | 2008-09-27 | 1 | -3/+36 |
|
|
* | typos. | Georg Brandl | 2008-09-26 | 1 | -3/+3 |
|
|
* | add an 'other options' section | Benjamin Peterson | 2008-09-26 | 1 | -0/+9 |
|
|
* | add the beginnings of a C-API 2 -> 3 porting guide | Benjamin Peterson | 2008-09-26 | 2 | -0/+209 |
|
|
* | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
|
|
* | Indentation normalization. | Georg Brandl | 2008-09-24 | 1 | -2/+2 |
|
|
* | mention how to override boolean evaluation | Benjamin Peterson | 2008-09-23 | 1 | -1/+2 |
|
|
* | clean up docs for platform's linux_distribution and dist functions | Benjamin Peterson | 2008-09-22 | 1 | -16/+10 |
|
|
* | Fill out download page. | Georg Brandl | 2008-09-21 | 1 | -18/+24 |
|
|
* | Add "dist" target. | Georg Brandl | 2008-09-21 | 1 | -1/+41 |
|
|
* | #3918: note that uniform() args can be swapped. | Georg Brandl | 2008-09-21 | 1 | -1/+3 |
|
|
* | Update readme and Makefile (web builder doesn't exist). | Georg Brandl | 2008-09-21 | 2 | -11/+1 |
|
|
* | #3914: add //= to the augmented assign operators. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|