| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -0/+14 |
|
|
* | Cleaned how _BytesIO.read() returns an empty bytes object. | Alexandre Vassalotti | 2008-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 62792,62799-62800 via svnmerge from | Christian Heimes | 2008-05-06 | 2 | -13/+16 |
|
|
* | 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 | 5 | -55/+307 |
|
|
* | Added tests to check the buffer type returned during reading. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+6 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 6 | -143/+481 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 4 | -46/+44 |
|
|
* | Merged revisions 62726 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -3/+5 |
|
|
* | Merged revisions 62724 via svnmerge from | Martin v. Löwis | 2008-05-05 | 2 | -7/+30 |
|
|
* | Re-enabled test | Christian Heimes | 2008-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 51 | -934/+1250 |
|
|
* | Revert changes in 62669, since they caused test failures. | Mark Dickinson | 2008-05-04 | 1 | -0/+9 |
|
|
* | Remove broken __round__, __ceil__ and __floor__ from Decimal | Mark Dickinson | 2008-05-03 | 1 | -9/+0 |
|
|
* | Removed implicit convertions of str object to bytes from base64. | Alexandre Vassalotti | 2008-05-03 | 4 | -16/+42 |
|
|
* | Removed memoryview objects from bytes_types. | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | Make floating-point exception error messages slightly more verbose: in | Mark Dickinson | 2008-04-30 | 2 | -11/+11 |
|
|
* | Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,... | Thomas Heller | 2008-04-30 | 1 | -0/+170 |
|
|
* | Merged revisions 62586 via svnmerge from | Eric Smith | 2008-04-30 | 1 | -1/+11 |
|
|
* | Remove duplicated code in pydoc.py, probably a merge conflict some months ago. | Amaury Forgeot d'Arc | 2008-04-25 | 1 | -17/+0 |
|
|
* | Correct recently merged tests: | Amaury Forgeot d'Arc | 2008-04-24 | 2 | -11/+4 |
|
|
* | Merged revisions 62486-62487 via svnmerge from | Amaury Forgeot d'Arc | 2008-04-24 | 2 | -1/+33 |
|
|
* | Obvious simplification, now that "long" has disappeared. | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -5/+1 |
|
|
* | Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c... | Trent Nelson | 2008-04-22 | 1 | -2/+2 |
|
|
* | Merged revisions 62420-62421,62423-62424 via svnmerge from | Christian Heimes | 2008-04-21 | 2 | -0/+61 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 3 | -11/+220 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 10 | -19/+226 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 5 | -32/+3106 |
|
|
* | Have test_coding conditionally remove test files instead of assuming that they | Brett Cannon | 2008-04-17 | 1 | -3/+3 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -1/+2 |
|
|
* | Fix problems in the io docs noted by Alexandre Vassalotti | Benjamin Peterson | 2008-04-14 | 1 | -7/+4 |
|
|
* | Merged revisions 62338 via svnmerge from | Thomas Heller | 2008-04-14 | 1 | -25/+1 |
|
|
* | Issue #2058: Remove the buf attribute and add __slots__ to the | Lars Gustäbel | 2008-04-14 | 1 | -34/+43 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 7 | -217/+520 |
|
|
* | Fleshed out docstrings in the io module, improving the reST one as I went. | Benjamin Peterson | 2008-04-13 | 1 | -144/+296 |
|
|
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 1 | -5/+0 |
|
|
* | 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 | 1 | -9/+3 |
|
|
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 1 | -0/+5 |
|
|
* | Merged revisions 62246-62259 via svnmerge from | Martin v. Löwis | 2008-04-10 | 1 | -1/+1 |
|
|
* | Merged revisions 62263 via svnmerge from | Martin v. Löwis | 2008-04-10 | 6 | -13/+119 |
|
|
* | 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 | 28 | -498/+575 |
|
|
* | More docstring fixes, and an XXX. | Georg Brandl | 2008-04-09 | 1 | -4/+5 |
|
|
* | fixed outdated annotation of readinto in io | Benjamin Peterson | 2008-04-07 | 1 | -4/+4 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 9 | -33/+33 |
|
|
* | Merged revisions 62179 via svnmerge from | Thomas Wouters | 2008-04-07 | 1 | -1/+21 |
|
|
* | Docstring fix. | Georg Brandl | 2008-04-06 | 1 | -2/+2 |
|
|
* | fix typo in doc string | Benjamin Peterson | 2008-04-06 | 1 | -2/+2 |
|
|