| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 62946 via svnmerge from | Martin v. Löwis | 2008-05-09 | 1 | -0/+2 |
|
|
* | Use UNICODE wWinMain, to make CRT initialize __wargv. | Martin v. Löwis | 2008-05-09 | 1 | -2/+2 |
|
|
* | block r62943 | Mark Dickinson | 2008-05-09 | 0 | -0/+0 |
|
|
* | Revert the temporary change in r62624 | Mark Dickinson | 2008-05-09 | 1 | -11/+3 |
|
|
* | Issue 2801: fix bug in float.is_integer where ValueError was incorrectly | Mark Dickinson | 2008-05-09 | 2 | -0/+4 |
|
|
* | Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in | Mark Dickinson | 2008-05-09 | 3 | -9/+188 |
|
|
* | Blocked revisions 62923 via svnmerge | Brett Cannon | 2008-05-09 | 0 | -0/+0 |
|
|
* | Blocked revisions 62920 via svnmerge | Brett Cannon | 2008-05-09 | 0 | -0/+0 |
|
|
* | Blocked revisions 62917 via svnmerge | Brett Cannon | 2008-05-09 | 0 | -0/+0 |
|
|
* | Blocked revisions 62912 via svnmerge | Benjamin Peterson | 2008-05-09 | 0 | -0/+0 |
|
|
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 6 | -128/+7 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 6 | -29/+48 |
|
|
* | Blocked revisions 62865 via svnmerge | Benjamin Peterson | 2008-05-08 | 0 | -0/+0 |
|
|
* | Move variable declaration to the top of the block, | Amaury Forgeot d'Arc | 2008-05-08 | 1 | -1/+2 |
|
|
* | Blocked revisions 62900 via svnmerge | Brett Cannon | 2008-05-08 | 0 | -0/+0 |
|
|
* | Document that the mutex module is now gone. | Brett Cannon | 2008-05-08 | 1 | -0/+2 |
|
|
* | Remove the user module. | Brett Cannon | 2008-05-08 | 5 | -119/+2 |
|
|
* | Blocked revisions 62888 via svnmerge | Brett Cannon | 2008-05-08 | 0 | -0/+0 |
|
|
* | Blocked revisions 62884 via svnmerge | Brett Cannon | 2008-05-08 | 0 | -0/+0 |
|
|
* | Remove the mutex module. | Brett Cannon | 2008-05-08 | 5 | -150/+1 |
|
|
* | Block r62879. | Brett Cannon | 2008-05-08 | 0 | -0/+0 |
|
|
* | Add entry for removal of imputil. Also start the 3.0b1 section. | Brett Cannon | 2008-05-08 | 1 | -0/+20 |
|
|
* | Remove the imputil module. | Brett Cannon | 2008-05-08 | 6 | -951/+0 |
|
|
* | Don't echo the echo commands added to "make install". Fix a typo. | Guido van Rossum | 2008-05-08 | 1 | -4/+4 |
|
|
* | Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge... | Christian Heimes | 2008-05-08 | 5 | -19/+33 |
|
|
* | Forward port r62849. | Raymond Hettinger | 2008-05-08 | 1 | -1/+1 |
|
|
* | Forward port r62848. | Raymond Hettinger | 2008-05-08 | 1 | -3/+3 |
|
|
* | Oops, the retag screwed this up. First step in repairing this. | Barry Warsaw | 2008-05-08 | 1 | -0/+1 |
|
|
* | Post tag updates. | Barry Warsaw | 2008-05-08 | 2 | -2/+2 |
|
|
* | Blocked revisions 62861 via svnmerge | Christian Heimes | 2008-05-08 | 0 | -0/+0 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 33 | -1/+2854 |
|
|
* | Move tag. | Barry Warsaw | 2008-05-08 | 0 | -0/+0 |
|
|
* | Missed one file | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
|
|
* | Tagging for 3.0a5 | Barry Warsaw | 2008-05-08 | 1 | -0/+1 |
|
|
* | Bumping versions for 3.0a5v3.0a5 | Barry Warsaw | 2008-05-08 | 6 | -22/+22 |
|
|
* | Antoine Pitrou's patch for bug 2507; exception state lives too long in | Barry Warsaw | 2008-05-08 | 2 | -2/+42 |
|
|
* | Removed test_overflow from test_memoryio.CBytesIOTest. | Alexandre Vassalotti | 2008-05-08 | 1 | -13/+0 |
|
|
* | Fixed the negative value check in io._BytesIO.seek(). | Alexandre Vassalotti | 2008-05-08 | 1 | -1/+1 |
|
|
* | Fixed bytes naming in the docstrings of _bytesio.c. | Alexandre Vassalotti | 2008-05-08 | 1 | -3/+3 |
|
|
* | Fixed a memory leak introduced in r62462 | Christian Heimes | 2008-05-08 | 1 | -1/+3 |
|
|
* | Reverted (partially) patch r62667 to zipimport.c. | Alexandre Vassalotti | 2008-05-07 | 1 | -2/+3 |
|
|
* | Remove ">>>>" markers left over from merge | Benjamin Peterson | 2008-05-07 | 1 | -12/+0 |
|
|
* | Fixed docstring of _bytesio._BytesIO.writelines(). | Alexandre Vassalotti | 2008-05-07 | 1 | -3/+4 |
|
|
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 2 | -10/+16 |
|
|
* | Cleaned how _BytesIO.read() returns an empty bytes object. | Alexandre Vassalotti | 2008-05-07 | 1 | -1/+1 |
|
|
* | Added code to compile new _bytesio on Windows | Christian Heimes | 2008-05-07 | 3 | -0/+10 |
|
|
* | Merged revisions 62792,62799-62800 via svnmerge from | Christian Heimes | 2008-05-06 | 9 | -13/+210 |
|
|
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | 2 | -1/+3 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 13 | -74/+458 |
|
|
* | Block a Misc/NEWS entry (r62797). | Brett Cannon | 2008-05-06 | 0 | -0/+0 |
|
|