609 Commits (3466bde1cc113750450ffed028cc6fc7c95faedd)

Author SHA1 Message Date
Victor Stinner 3466bde1cc Avoid calling functions with an empty string as format string 9 years ago
Eric Snow 92a6c170e6 Issue #24254: Preserve class attribute definition order. 9 years ago
Raymond Hettinger f0f1c239e4 Issue 27936: Fix inconsistent round() behavior between float and int 9 years ago
Raymond Hettinger 7ea386e56e Issue 19504: Change "customise" to "customize" American spelling. 9 years ago
Victor Stinner 74319ae219 Use Py_ssize_t type for number of arguments 9 years ago
Victor Stinner cdb5cee980 Issue #27809: map_next() uses fast call 9 years ago
Victor Stinner f0cba67d0b Backed out changeset 70f88b097f60 (map_next) 9 years ago
Victor Stinner a9ba1ab21b Issue #27809: map_next() uses fast call 9 years ago
Victor Stinner d1c2a8e2b5 Issue #27809: builtin___build_class__() uses fast call 9 years ago
Victor Stinner 463b86a881 Issue #27809: Use _PyObject_FastCallDict() 9 years ago
Victor Stinner 2990fa11bc Issue #27809: Use _PyObject_FastCallDict() 9 years ago
Serhiy Storchaka 1a2b24f02d Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
Serhiy Storchaka cfdfbb4d3c Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. 10 years ago
Serhiy Storchaka 24182a3aaa Restored parameter name "self" since gdb needs exact specific parameter names. 10 years ago
Serhiy Storchaka 7a9579c0ce Got rid of redundand "self" parameter declarations. 10 years ago
Serhiy Storchaka df071730bb Regenerate Argument Clinic code for issue #26874. 10 years ago
Zachary Ware 7f227d9087 Issue #26874: Simplify the divmod docstring 10 years ago
Zachary Ware 4d4160af6a Issue #26874: Fix divmod docstring 10 years ago
Serhiy Storchaka 21a663ea28 Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). 10 years ago
Martin Panter eeb896c411 Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary 10 years ago
Martin Panter c9a6ab56cf Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun 10 years ago
Raymond Hettinger bd5f0e8c1c Hoist constant expression out of the inner loop. 10 years ago
Raymond Hettinger 5098b58381 Make comparison more consistent 10 years ago
Raymond Hettinger 501b4a7398 Use PyTuple_GET_SIZE like the adjacent code does. 11 years ago
Raymond Hettinger f109414094 Inline PyIter_Next() matching the other itertools code. 11 years ago
Serhiy Storchaka 8b2e8b6cce Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 11 years ago
Serhiy Storchaka 7e810a6e3d Use converter names instead of format units in Argument Clinic descriptions 11 years ago
Larry Hastings 89964c48d1 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
Serhiy Storchaka 1009bf18b3 Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
Victor Stinner 0c39b1b970 Initialize variables to prevent GCC warnings 11 years ago
Serhiy Storchaka 4fdb68491e Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
Serhiy Storchaka d8a1447c99 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes 11 years ago
Nick Coghlan f9e227e5a9 Issue #20184: Add signature introspection for 30 of the builtins 12 years ago
Victor Stinner 98ea54c35c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
Zachary Ware 9b33872812 Issue #22146: Fix typo in __build_class__ error message 12 years ago
Terry Jan Reedy f2fb73f675 Issue #19362: Tweek len() doc and docstring to expand the indicated range of 12 years ago
Raymond Hettinger 2a54582d72 Issue 20620: Update the min()/max() docs for the new default argument. 12 years ago
Benjamin Peterson 5edbb7b7a4 correct len signature in docstring (closes #21294) 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Benjamin Peterson 933142a8f2 document that compile() can take bytes (closes #19910) 12 years ago
Zachary Ware a4b7a7548c Issue #3158: doctest can now find doctests in functions and methods 12 years ago
Victor Stinner bd303c165b Issue #19512, #19515: remove shared identifiers, move identifiers where they 12 years ago
Victor Stinner eaa2883d15 Issue #19512: builtin print() function uses an identifier instead of literal 12 years ago
Victor Stinner ae9f161b43 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Victor Stinner b44562b6b9 Issue #19512: eval() and exec() now use an identifier for "__builtins__" string 12 years ago
Victor Stinner 41bb43a71e Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
Serhiy Storchaka c679227e31 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
Serhiy Storchaka 9594942716 Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
Victor Stinner 14e461d5b9 Close #11619: The parser and the import machinery do not encode Unicode 13 years ago