| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 30 | -147/+8 |
|
|
* | Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c... | Trent Nelson | 2008-04-22 | 2 | -6/+3 |
|
|
* | dumps() and loads() work in terms of bytes objects not strings. | Mark Summerfield | 2008-04-21 | 1 | -5/+5 |
|
|
* | Merged revisions 62420-62421,62423-62424 via svnmerge from | Christian Heimes | 2008-04-21 | 4 | -2/+108 |
|
|
* | Blocked revisions 62431 via svnmerge | Benjamin Peterson | 2008-04-21 | 0 | -0/+0 |
|
|
* | A lot of small detailed revisions to the io module's doc. | Mark Summerfield | 2008-04-21 | 1 | -117/+137 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 15 | -207/+582 |
|
|
* | Remove duplicated reduce() entry. | Georg Brandl | 2008-04-19 | 1 | -8/+1 |
|
|
* | Reverted 62397; no versionadded/changed in 3.0 docs | Benjamin Peterson | 2008-04-19 | 1 | -1/+0 |
|
|
* | Blocked revisions 62398 via svnmerge | Benjamin Peterson | 2008-04-19 | 0 | -0/+0 |
|
|
* | the io module was added in 2.6 (I know not really, but the end user isn't goi... | Benjamin Peterson | 2008-04-19 | 1 | -0/+1 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 22 | -193/+416 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 27 | -1162/+5096 |
|
|
* | Have test_coding conditionally remove test files instead of assuming that they | Brett Cannon | 2008-04-17 | 1 | -3/+3 |
|
|
* | PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long); | Mark Dickinson | 2008-04-15 | 2 | -12/+56 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 14 | -24/+102 |
|
|
* | Recorded merge of revisions 62345 via svnmerge from | Alexandre Vassalotti | 2008-04-14 | 0 | -0/+0 |
|
|
* | Fix problems in the io docs noted by Alexandre Vassalotti | Benjamin Peterson | 2008-04-14 | 2 | -9/+6 |
|
|
* | Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space | Alexandre Vassalotti | 2008-04-14 | 1 | -16/+16 |
|
|
* | Improved bytes_extend() to avoid making a full copy of the temporary | Alexandre Vassalotti | 2008-04-14 | 1 | -17/+23 |
|
|
* | Merged revisions 62338 via svnmerge from | Thomas Heller | 2008-04-14 | 4 | -25/+81 |
|
|
* | Issue #2058: Remove the buf attribute and add __slots__ to the | Lars Gustäbel | 2008-04-14 | 2 | -34/+46 |
|
|
* | Another io doc fix | Benjamin Peterson | 2008-04-13 | 1 | -1/+1 |
|
|
* | Merged revisions 62332 via svnmerge from | Benjamin Peterson | 2008-04-13 | 2 | -0/+7 |
|
|
* | A few io doc fixes | Benjamin Peterson | 2008-04-13 | 1 | -22/+27 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 34 | -570/+1701 |
|
|
* | Blocked revisions 62309-62310 via svnmerge | Benjamin Peterson | 2008-04-13 | 0 | -0/+0 |
|
|
* | Fleshed out docstrings in the io module, improving the reST one as I went. | Benjamin Peterson | 2008-04-13 | 2 | -216/+367 |
|
|
* | Removed unused variable. | Alexandre Vassalotti | 2008-04-12 | 1 | -2/+0 |
|
|
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 3 | -21/+6 |
|
|
* | Synced builtin open and io.open documentation, taking the best of each | Benjamin Peterson | 2008-04-11 | 2 | -102/+121 |
|
|
* | Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floa... | Trent Nelson | 2008-04-10 | 1 | -1/+1 |
|
|
* | Add a NEWS entry for issue2221. | Amaury Forgeot d'Arc | 2008-04-10 | 2 | -2/+7 |
|
|
* | Update test_ssl.py to reflect the new approach for writing network-oriented t... | Trent Nelson | 2008-04-10 | 1 | -55/+26 |
|
|
* | Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'... | Trent Nelson | 2008-04-10 | 1 | -61/+133 |
|
|
* | Bug #2606: Avoid calling .sort() on a dict_keys object. | Martin v. Löwis | 2008-04-10 | 2 | -9/+5 |
|
|
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 3 | -6/+21 |
|
|
* | Merged revisions 62246-62259 via svnmerge from | Martin v. Löwis | 2008-04-10 | 5 | -7/+28 |
|
|
* | Merged revisions 62263 via svnmerge from | Martin v. Löwis | 2008-04-10 | 6 | -13/+119 |
|
|
* | zap the last of the class.method typos in io docs | Benjamin Peterson | 2008-04-09 | 1 | -2/+2 |
|
|
* | #2575: bininteger missing in production list. | Georg Brandl | 2008-04-09 | 1 | -1/+1 |
|
|
* | #2580: int() docs revision. | Georg Brandl | 2008-04-09 | 1 | -12/+14 |
|
|
* | #2530: io module documentation. | Georg Brandl | 2008-04-09 | 2 | -0/+604 |
|
|
* | Remove __repr__ that doesn't have any advantage compared to the standard one. | Georg Brandl | 2008-04-09 | 1 | -3/+0 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 48 | -662/+980 |
|
|
* | More docstring fixes, and an XXX. | Georg Brandl | 2008-04-09 | 1 | -4/+5 |
|
|
* | Clarify xrange() entry. | Georg Brandl | 2008-04-09 | 1 | -1/+2 |
|
|
* | Suppress compilation of lib2to3 py2_ test files. | Martin v. Löwis | 2008-04-08 | 1 | -1/+1 |
|
|
* | Tentatively Blocked revisions 62223 via svnmerge, | Martin v. Löwis | 2008-04-08 | 0 | -0/+0 |
|
|
* | Blocked revisions 62195 via svnmerge | Christian Heimes | 2008-04-08 | 0 | -0/+0 |
|
|