COMMITS
/ Python/bltinmodule.c August 5, 2014
Z
Issue #22146: Fix typo in __build_class__ error message
Zachary Ware committed
June 16, 2014
T
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy committed
May 19, 2014
R
Issue 20620: Update the min()/max() docs for the new default argument.
Raymond Hettinger committed
April 18, 2014
B
correct len signature in docstring (closes #21294)
Benjamin Peterson committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
December 7, 2013
B
merge 3.3 (#19910)
Benjamin Peterson committed
B
document that compile() can take bytes (closes #19910)
Benjamin Peterson committed
November 24, 2013
Z
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: builtin print() function uses an identifier instead of literal
Victor Stinner committed
V
Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string
Victor Stinner committed
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
V
Issue #19512: eval() and exec() now use an identifier for "__builtins__" string
Victor Stinner committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 26, 2013
C
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes committed
C
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes committed
July 16, 2013
V
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
Victor Stinner committed
July 10, 2013
R
Merge: #18424: PEP8ify the tense of the sum docstring.
R David Murray committed
R
#18424: PEP8ify the tense of the sum docstring.
R David Murray committed
June 25, 2013
R
Issue 18111: Add a default argument to min() and max()
Raymond Hettinger committed
May 16, 2013
B
rather than passing locals to the class body, just execute the class body in the proper environment
Benjamin Peterson committed
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