COMMITS
/ Python/bltinmodule.c June 23, 2012
A
Remove outdated statement
Antoine Pitrou committed
June 2, 2012
B
don't leak if the __class__ closure is set
Benjamin Peterson committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
January 12, 2012
B
fold into one if statement
Benjamin Peterson committed
January 3, 2012
B
fix formatting
Benjamin Peterson committed
January 13, 2012
G
Closes #13761: add a "flush" keyword argument to print().
Georg Brandl committed
November 22, 2011
V
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner committed
November 7, 2011
P
quote the type name for improved readability
Philip Jenvey committed
November 5, 2011
A
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou committed
A
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou committed
October 28, 2011
F
Remove unused variable.
Florent Xicluna committed
F
Merge 3.2 (linked to issue #1294232)
Florent Xicluna committed
October 23, 2011
N
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