COMMITS
/ Python/bltinmodule.c October 23, 2011
N
Merge issue 1294232 patch from 3.2
Nick Coghlan committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 13, 2011
B
include header with PyAST_Validate
Benjamin Peterson committed
August 9, 2011
B
add a AST validator (closes #12575)
Benjamin Peterson committed
July 30, 2011
B
plug refleak
Benjamin Peterson committed
July 29, 2011
B
bytes -> bytearray
Benjamin Peterson committed
B
bytes should be verboten in sum() (fixes #12654)
Benjamin Peterson committed
July 4, 2011
V
Issue #9642: Uniformize the tests on the availability of the mbcs codec
Victor Stinner committed
V
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Victor Stinner committed
April 7, 2011
A
Removed 'or long integer' from bin, oct, and hex docstrings.
Alexander Belopolsky committed
A
Removed 'or long integer' from bin, oct, and hex docstrings.
Alexander Belopolsky committed
March 14, 2011
V
Issue #3080: Add PyImport_ImportModuleLevelObject() function
Victor Stinner committed
March 2, 2011
V
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner committed
February 23, 2011
V
Merged revisions 88530 via svnmerge from
Victor Stinner committed
V
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon 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