| Commit message (Expand) | Author | Age | Files | Lines |
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 10 | -193/+1245 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 7 | -51/+47 |
|
|
* | Blocked revisions 62734,62736,62748 via svnmerge | Christian Heimes | 2008-05-06 | 0 | -0/+0 |
|
|
* | #2762: remove 2.x remnants and patch up some new documentation. | Georg Brandl | 2008-05-05 | 6 | -53/+33 |
|
|
* | Give with_traceback a docstring. | Georg Brandl | 2008-05-05 | 1 | -1/+6 |
|
|
* | #2761: Some are types too. | Georg Brandl | 2008-05-05 | 1 | -2/+2 |
|
|
* | Clarify map() behavior. | Georg Brandl | 2008-05-05 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | Block r62722 since it relies on r62720. | Brett Cannon | 2008-05-05 | 0 | -0/+0 |
|
|
* | Block r62720 (DeprecationWarning for warnings.showwarning() and lack of 'line' | Brett Cannon | 2008-05-05 | 0 | -0/+0 |
|
|
* | Re-enabled test | Christian Heimes | 2008-05-04 | 1 | -1/+1 |
|
|
* | Fix merge error | Benjamin Peterson | 2008-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 108 | -1468/+2312 |
|
|
* | Blocked revisions 62684 via svnmerge | Mark Dickinson | 2008-05-04 | 0 | -0/+0 |
|
|
* | Revert changes in 62669, since they caused test failures. | Mark Dickinson | 2008-05-04 | 1 | -0/+9 |
|
|
* | Merge OpenSearch-related changes. | Georg Brandl | 2008-05-03 | 4 | -0/+25 |
|
|
* | Remove broken __round__, __ceil__ and __floor__ from Decimal | Mark Dickinson | 2008-05-03 | 1 | -9/+0 |
|
|
* | block r62666 | Mark Dickinson | 2008-05-03 | 0 | -0/+0 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 6 | -33/+48 |
|
|
* | Fixed a small omission in the renaming of "unicode" to "str". | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Fixed a bug in the representation of self-referential tuples. | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | One more attempt to track down Debian/alpha test_math failures: | Mark Dickinson | 2008-05-02 | 1 | -3/+11 |
|
|
* | Remove temporary autoconf checks added in revision 62592 | Mark Dickinson | 2008-05-01 | 2 | -565/+1 |
|
|
* | Don't output floats in prime example. | Georg Brandl | 2008-05-01 | 1 | -1/+1 |
|
|
* | Whoops. errno should only be tested when the result is finite. | Mark Dickinson | 2008-05-01 | 1 | -4/+4 |
|
|
* | Make floating-point exception error messages slightly more verbose: in | Mark Dickinson | 2008-04-30 | 3 | -21/+24 |
|
|
* | Removed merge tracking for "svnmerge" for | Thomas Heller | 2008-04-30 | 0 | -0/+0 |
|
|
* | Merged revisions 62602 via svnmerge from | Georg Brandl | 2008-04-30 | 1 | -3/+5 |
|
|
* | Block backport of next(). | Georg Brandl | 2008-04-30 | 0 | -0/+0 |
|
|
* | Fix nits in builtin next(). | Georg Brandl | 2008-04-30 | 1 | -13/+14 |
|
|
* | Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,... | Thomas Heller | 2008-04-30 | 7 | -2/+387 |
|
|
* | Add some temporary autoconf checks to try to figure out why test_math is | Mark Dickinson | 2008-04-30 | 2 | -1/+565 |
|
|
* | Merged revisions 62586 via svnmerge from | Eric Smith | 2008-04-30 | 2 | -129/+240 |
|
|
* | Fix var name. | Georg Brandl | 2008-04-29 | 1 | -1/+1 |
|
|
* | Cleanup the Unicode header documentation and formatting a bit. | Marc-André Lemburg | 2008-04-29 | 1 | -11/+22 |
|
|
* | Document the fact that '\U' and '\u' escapes are not treated specially in 3.0... | Benjamin Peterson | 2008-04-28 | 3 | -11/+11 |
|
|
* | Blocked revisions 62536 via svnmerge | Benjamin Peterson | 2008-04-27 | 0 | -0/+0 |
|
|
* | Blocked revisions 62517-62518 via svnmerge | Benjamin Peterson | 2008-04-27 | 0 | -0/+0 |
|
|
* | Merged revisions 62499 via svnmerge from | Mark Dickinson | 2008-04-26 | 3 | -1/+33 |
|
|
* | Block 2.6-only doc change. | Georg Brandl | 2008-04-26 | 0 | -0/+0 |
|
|
* | #2689 Fix indentation in Objects/rangeobject.c | Benjamin Peterson | 2008-04-25 | 1 | -2/+2 |
|
|
* | Remove duplicated code in pydoc.py, probably a merge conflict some months ago. | Amaury Forgeot d'Arc | 2008-04-25 | 1 | -17/+0 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 40 | -3380/+3443 |
|
|
* | 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 |
|
|
* | Merged revisions 62481 via svnmerge from | Thomas Heller | 2008-04-24 | 4 | -50/+136 |
|
|
* | Obvious simplification, now that "long" has disappeared. | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -5/+1 |
|
|