summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-0610-193/+1245
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-067-51/+47
* Blocked revisions 62734,62736,62748 via svnmergeChristian Heimes2008-05-060-0/+0
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-056-53/+33
* Give with_traceback a docstring.Georg Brandl2008-05-051-1/+6
* #2761: Some are types too.Georg Brandl2008-05-051-2/+2
* Clarify map() behavior.Georg Brandl2008-05-051-1/+3
* Merged revisions 62726 via svnmerge fromMartin v. Löwis2008-05-051-3/+5
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-052-7/+30
* Block r62722 since it relies on r62720.Brett Cannon2008-05-050-0/+0
* Block r62720 (DeprecationWarning for warnings.showwarning() and lack of 'line'Brett Cannon2008-05-050-0/+0
* Re-enabled testChristian Heimes2008-05-041-1/+1
* Fix merge errorBenjamin Peterson2008-05-041-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04108-1468/+2312
* Blocked revisions 62684 via svnmergeMark Dickinson2008-05-040-0/+0
* Revert changes in 62669, since they caused test failures.Mark Dickinson2008-05-041-0/+9
* Merge OpenSearch-related changes.Georg Brandl2008-05-034-0/+25
* Remove broken __round__, __ceil__ and __floor__ from DecimalMark Dickinson2008-05-031-9/+0
* block r62666Mark Dickinson2008-05-030-0/+0
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-036-33/+48
* Fixed a small omission in the renaming of "unicode" to "str".Alexandre Vassalotti2008-05-031-1/+1
* Removed implicit convertions of str object to bytes from base64.Alexandre Vassalotti2008-05-034-16/+42
* Removed memoryview objects from bytes_types.Alexandre Vassalotti2008-05-031-1/+1
* Fixed a bug in the representation of self-referential tuples.Alexandre Vassalotti2008-05-031-1/+1
* One more attempt to track down Debian/alpha test_math failures:Mark Dickinson2008-05-021-3/+11
* Remove temporary autoconf checks added in revision 62592Mark Dickinson2008-05-012-565/+1
* Don't output floats in prime example.Georg Brandl2008-05-011-1/+1
* Whoops. errno should only be tested when the result is finite.Mark Dickinson2008-05-011-4/+4
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-303-21/+24
* Removed merge tracking for "svnmerge" forThomas Heller2008-04-300-0/+0
* Merged revisions 62602 via svnmerge fromGeorg Brandl2008-04-301-3/+5
* Block backport of next().Georg Brandl2008-04-300-0/+0
* Fix nits in builtin next().Georg Brandl2008-04-301-13/+14
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-307-2/+387
* Add some temporary autoconf checks to try to figure out why test_math isMark Dickinson2008-04-302-1/+565
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-302-129/+240
* Fix var name.Georg Brandl2008-04-291-1/+1
* Cleanup the Unicode header documentation and formatting a bit.Marc-André Lemburg2008-04-291-11/+22
* Document the fact that '\U' and '\u' escapes are not treated specially in 3.0...Benjamin Peterson2008-04-283-11/+11
* Blocked revisions 62536 via svnmergeBenjamin Peterson2008-04-270-0/+0
* Blocked revisions 62517-62518 via svnmergeBenjamin Peterson2008-04-270-0/+0
* Merged revisions 62499 via svnmerge fromMark Dickinson2008-04-263-1/+33
* Block 2.6-only doc change.Georg Brandl2008-04-260-0/+0
* #2689 Fix indentation in Objects/rangeobject.cBenjamin Peterson2008-04-251-2/+2
* Remove duplicated code in pydoc.py, probably a merge conflict some months ago.Amaury Forgeot d'Arc2008-04-251-17/+0
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-2540-3380/+3443
* Correct recently merged tests:Amaury Forgeot d'Arc2008-04-242-11/+4
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-242-1/+33
* Merged revisions 62481 via svnmerge fromThomas Heller2008-04-244-50/+136
* Obvious simplification, now that "long" has disappeared.Amaury Forgeot d'Arc2008-04-241-5/+1