COMMITS
/ Python/bltinmodule.c April 7, 2011
A
Removed 'or long integer' from bin, oct, and hex docstrings.
Alexander Belopolsky committed
February 23, 2011
V
Merged revisions 88530 via svnmerge from
Victor Stinner committed
December 4, 2010
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
November 27, 2010
A
Issue #10518: Bring back the callable() builtin.
Antoine Pitrou committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
October 16, 2010
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed
September 27, 2010
B
Since __import__ is not designed for general use, have its docstring point
Brett Cannon committed
September 10, 2010
V
Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING
Victor Stinner committed
August 24, 2010
B
only catch AttributeError in hasattr() #9666
Benjamin Peterson committed
May 19, 2010
V
Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate
Victor Stinner committed
May 15, 2010
V
Issue #8610: Load file system codec at startup, and display a fatal error on
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 25, 2010
V
Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding
Victor Stinner committed
February 27, 2010
B
check PyDict_New() for error
Benjamin Peterson committed
B
December 19, 2009
M
Fix typo (reported by terlop on IRC)
Mark Dickinson committed
December 13, 2009
B
Merged revisions 76534,76538,76628,76701,76774 via svnmerge from
Benjamin Peterson committed
October 26, 2009
M
Merged revisions 75714 via svnmerge from
Mark Dickinson committed
October 18, 2009
S
July 2, 2009
B
refactor logic a little when no sep or end is passed
Benjamin Peterson committed
May 9, 2009
B
these builtins have to be initialized
Benjamin Peterson committed
March 2, 2009
B
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717: remove the cmp builtin function, the C-API functions
Mark Dickinson committed
January 28, 2009
M
Issue #4707: round(x, n) now returns an integer when x is an integer.
Mark Dickinson committed
January 12, 2009
A
Merged revisions 68560 via svnmerge from
Amaury Forgeot d'Arc committed
January 6, 2009
R
Mini-optimization: use pack/unpack functions for argument tuples.
Raymond Hettinger committed
January 4, 2009
B
#4826 exec() doesn't take a file object anymore
Benjamin Peterson committed
December 4, 2008
G
#4513: remove traces of zip() docstring from when it was izip().
Georg Brandl committed
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
October 3, 2008
M
Issue #3187: Add sys.setfilesystemencoding.
Martin v. Löwis committed
September 21, 2008
A
#1688: On Windows, the input() prompt was not correctly displayed if it
Amaury Forgeot d'Arc committed
August 28, 2008
G
#3706: fix error message for wrong exec() argument type. R=Guido.
Georg Brandl committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
August 1, 2008
A
Merged revisions 65339-65340,65342 via svnmerge from
Amaury Forgeot d'Arc committed
July 5, 2008
M
Docstring typo
Mark Dickinson committed
July 1, 2008
G
#3191: fix round() docs and docstring.
Georg Brandl committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 10, 2008
June 4, 2008
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 16, 2008
G
April 30, 2008
G
Fix nits in builtin next().
Georg Brandl committed
March 31, 2008
N
Merged revisions 62039-62042 via svnmerge from
Neal Norwitz committed