COMMITS
/ Python/bltinmodule.c February 17, 2008
E
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith committed
February 1, 2008
G
Make print docstring consistent with its docs.
Georg Brandl committed
C
Merged revisions 60475-60479,60481-60488 via svnmerge from
Christian Heimes committed
January 30, 2008
R
Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().
Raymond Hettinger committed
January 28, 2008
C
Merged revisions 60379-60382 via svnmerge from
Christian Heimes committed
January 24, 2008
C
Merged revisions 60210-60233 via svnmerge from
Christian Heimes committed
January 22, 2008
R
Replace map(None, *iterables) with zip(*iterables).
Raymond Hettinger committed
January 3, 2008
C
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
Christian Heimes committed
December 24, 2007
C
Merged revisions 59565-59594 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 11, 2007
C
Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to Joseph for the fix
Christian Heimes committed
December 4, 2007
M
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 30, 2007
C
Partial fix for bug #1306
Christian Heimes committed
November 25, 2007
C
Fixed bug in input() which broke pdb
Christian Heimes committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 15, 2007
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 13, 2007
C
Another #1415 fix for Windows GUI apps
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
October 8, 2007
G
Breaking ground for PEP 3137 implementation:
Guido van Rossum committed
September 4, 2007
M
Decode input() with stdin.encoding. Fixes #1097.
Martin v. Löwis committed
September 1, 2007
August 31, 2007
N
Remove chr8, we're not likely to need it at this point
Neal Norwitz committed
E
Added test cases for string.Formatter subclassing.
Eric Smith committed
August 27, 2007
E
Added test to ensure __format__ methods return unicode objects.
Eric Smith committed
G
Some changes in preparation of stricter rules about mixing str and bytes.
Guido van Rossum committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 25, 2007
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed
August 24, 2007
G
Before calling _PyType_Lookup() the type needs to be initialized.
Guido van Rossum committed
August 23, 2007
G
Finish the work on __round__ and __trunc__.
Guido van Rossum committed
August 22, 2007
A
Implement the round functionality for PEP 3141, and add tests for it.
Alex Martelli committed
A
Implement the trunc builtin for PEP 3141
Alex Martelli committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
July 16, 2007
G
Three patches by Amaury Forgeot d'Arc; SF patch# 1754484.
Guido van Rossum committed
July 15, 2007
G
Make chr() and ord() return/accept surrogate pairs in narrow builds.
Guido van Rossum committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
June 5, 2007
W
Make the name of the C variables match the Python names
Walter Dörwald committed
May 27, 2007
G
Make input9) behave properly with the new I/O library.
Guido van Rossum committed
May 24, 2007
G
Enable new I/O. Disable creation of old files.
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed