COMMITS
/ Python/bltinmodule.c April 13, 2013
B
properly lookup the __round__ special method (closes #17722)
Benjamin Peterson committed
April 6, 2013
S
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
Serhiy Storchaka committed
S
Revert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka committed
S
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka committed
S
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka committed
April 3, 2013
R
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
Richard Oudkerk committed
February 15, 2013
E
#17178: merge with 3.3.
Ezio Melotti committed
E
#17178: merge with 3.2.
Ezio Melotti committed
December 13, 2012
P
compile doesn't accept code objects
Philip Jenvey committed
October 31, 2012
B
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Benjamin Peterson committed
August 20, 2012
S
Merge 3.2.
Stefan Krah committed
S
Issue #15741: Fix potential NULL dereference. Found by Coverity.
Stefan Krah committed
August 15, 2012
A
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Antoine Pitrou committed
A
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Antoine Pitrou committed
August 10, 2012
S
Fix issue #15607: Update the print builtin function docstring with the new flush keyword.
Senthil Kumaran committed
August 6, 2012
B
Issue #15471: Don't use mutable object as default values for the
Brett Cannon committed
July 30, 2012
B
Issue #15508: Fix the docstring for __import__ to not mention negative
Brett Cannon committed
November 21, 2012
E
Remove unused variabile "plain" in builtin_exec.
Ezio Melotti committed
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