| Commit message (Expand) | Author | Age | Files | Lines |
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -9/+173 |
|
|
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -16/+138 |
|
|
* | Issue 2186 and 2187. Move filter from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -16/+133 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -51/+6 |
|
|
* | Make print docstring consistent with its docs. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -35/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -6/+6 |
|
|
* | Merged revisions 60379-60382 via svnmerge from | Christian Heimes | 2008-01-28 | 1 | -2/+2 |
|
|
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 1 | -1/+6 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -1/+0 |
|
|
* | More PyImport_ImportModule -> PyImport_ImportModuleNoBlock | Christian Heimes | 2008-01-03 | 1 | -2/+2 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -8/+28 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -12/+12 |
|
|
* | Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to... | Christian Heimes | 2007-12-11 | 1 | -50/+50 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -13/+22 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -15/+15 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Partial fix for bug #1306 | Christian Heimes | 2007-11-30 | 1 | -0/+3 |
|
|
* | Fixed bug in input() which broke pdb | Christian Heimes | 2007-11-25 | 1 | -1/+1 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -1/+1 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -3/+3 |
|
|
* | Another #1415 fix for Windows GUI apps | Christian Heimes | 2007-11-13 | 1 | -2/+6 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -0/+78 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+8 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -0/+3 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -2/+1 |
|
|
* | Decode input() with stdin.encoding. Fixes #1097. | Martin v. Löwis | 2007-09-04 | 1 | -2/+17 |
|
|
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -1/+1 |
|
|
* | Remove chr8, we're not likely to need it at this point | Neal Norwitz | 2007-08-31 | 1 | -26/+1 |
|
|
* | Added test cases for string.Formatter subclassing. | Eric Smith | 2007-08-31 | 1 | -12/+23 |
|
|
* | Added test to ensure __format__ methods return unicode objects. | Eric Smith | 2007-08-27 | 1 | -4/+1 |
|
|
* | Some changes in preparation of stricter rules about mixing str and bytes. | Guido van Rossum | 2007-08-27 | 1 | -7/+5 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -20/+8 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+56 |
|
|
* | Before calling _PyType_Lookup() the type needs to be initialized. | Guido van Rossum | 2007-08-24 | 1 | -0/+10 |
|
|
* | Finish the work on __round__ and __trunc__. | Guido van Rossum | 2007-08-23 | 1 | -50/+38 |
|
|
* | Implement the round functionality for PEP 3141, and add tests for it. | Alex Martelli | 2007-08-22 | 1 | -2/+26 |
|
|
* | Implement the trunc builtin for PEP 3141 | Alex Martelli | 2007-08-22 | 1 | -0/+22 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -0/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -4/+0 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -102/+0 |
|
|
* | Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. | Guido van Rossum | 2007-07-16 | 1 | -4/+10 |
|
|
* | Make chr() and ord() return/accept surrogate pairs in narrow builds. | Guido van Rossum | 2007-07-15 | 1 | -2/+23 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -547/+57 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -43/+26 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -14/+1 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -13/+11 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -12/+0 |
|
|
* | Make the name of the C variables match the Python names | Walter Dörwald | 2007-06-05 | 1 | -7/+7 |
|
|