COMMITS
/ Python/bltinmodule.c May 30, 2015
S
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka committed
S
Use converter names instead of format units in Argument Clinic descriptions
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 18, 2015
V
Initialize variables to prevent GCC warnings
Victor Stinner committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
September 6, 2014
S
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka committed
August 17, 2014
N
Issue #20184: Add signature introspection for 30 of the builtins
Nick Coghlan committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
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