| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -0/+9 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -18/+61 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -2/+2 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -1/+51 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -0/+14 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -31/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -3/+0 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -1/+20 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -21/+0 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -0/+5 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 1 | -3/+35 |
|
|
* | Added the test cases I actually meant to add. | Eric Smith | 2008-01-11 | 1 | -0/+5 |
|
|
* | Simplifed argument parsing in object.__format__, added test case. | Eric Smith | 2008-01-11 | 1 | -0/+4 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -19/+19 |
|
|
* | Problem found while converting from PyBytes to PyString: | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -4/+5 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+1 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -1/+2 |
|
|
* | Check in some documentation tweaks for PEP 3141, add some tests, and implement | Jeffrey Yasskin | 2007-09-07 | 1 | -1/+3 |
|
|
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -2/+10 |
|
|
* | Added test cases for string.Formatter subclassing. | Eric Smith | 2007-08-31 | 1 | -8/+15 |
|
|
* | Added format tests. | Eric Smith | 2007-08-30 | 1 | -0/+1 |
|
|
* | Additional test for formatting code. | Eric Smith | 2007-08-27 | 1 | -1/+2 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+26 |
|
|
* | Finish the work on __round__ and __trunc__. | Guido van Rossum | 2007-08-23 | 1 | -0/+42 |
|
|
* | Implement the round functionality for PEP 3141, and add tests for it. | Alex Martelli | 2007-08-22 | 1 | -0/+13 |
|
|
* | Implement the trunc builtin for PEP 3141 | Alex Martelli | 2007-08-22 | 1 | -0/+14 |
|
|
* | Bug #1772489: make dir() work on traceback objects again. | Collin Winter | 2007-08-14 | 1 | -0/+7 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -55/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -4/+4 |
|
|
* | Make chr() and ord() return/accept surrogate pairs in narrow builds. | Guido van Rossum | 2007-07-15 | 1 | -8/+27 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -85/+34 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -5/+24 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -8/+0 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -6/+7 |
|
|
* | Remove have_unicode checks and merge those tests into the | Walter Dörwald | 2007-05-22 | 1 | -120/+26 |
|
|
* | It's ok for __hex__ or __oct__ to return unicode. | Guido van Rossum | 2007-05-15 | 1 | -2/+1 |
|
|
* | Given that ord() of a bytes object of length 1 is defined, it should | Guido van Rossum | 2007-05-08 | 1 | -0/+9 |
|
|
* | Kill u"..." string quotes. Thought I already did that. | Guido van Rossum | 2007-05-08 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -25/+29 |
|
|
* | More coding by random modification. | Guido van Rossum | 2007-05-04 | 1 | -11/+8 |
|
|
* | Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. | Guido van Rossum | 2007-05-03 | 1 | -13/+13 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -60/+60 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -9/+9 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+16 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -3/+30 |
|
|
* | Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. | Georg Brandl | 2007-03-10 | 1 | -4/+59 |
|
|
* | Add raw_input() back, named input(). Revive the old unittests too. | Guido van Rossum | 2007-02-26 | 1 | -0/+40 |
|
|
* | Another fix. Partly reverted the tweaks done by the previous fix. | Guido van Rossum | 2007-02-11 | 1 | -6/+6 |
|
|