summaryrefslogtreecommitdiff
path: root/Python/bltinmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Restored parameter name "self" since gdb needs exact specific parameter names.Serhiy Storchaka2016-05-051-2/+3
* Got rid of redundand "self" parameter declarations.Serhiy Storchaka2016-05-021-3/+2
* Regenerate Argument Clinic code for issue #26874.Serhiy Storchaka2016-05-011-9/+9
|\
| * Closes #26874: Merge with 3.5Zachary Ware2016-04-281-9/+9
| |\
| | * Closes #26874: Merge with 3.5Zachary Ware2016-04-281-9/+9
| | |\
| | | * Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-131-3/+2
| | | * Issue #24802: Merge null termination fixes from 3.5Martin Panter2015-11-071-16/+32
| | | |\
| | | * \ Issue #24402: Merge input() fix from 3.5Martin Panter2015-10-101-6/+7
| | | |\ \
| | | | * | Hoist constant expression out of the inner loop.Raymond Hettinger2015-10-091-3/+3
| | | | * | Make comparison more consistentRaymond Hettinger2015-10-091-1/+1
| | | | * | Use PyTuple_GET_SIZE like the adjacent code does.Raymond Hettinger2015-08-181-1/+1
| | | | * | Inline PyIter_Next() matching the other itertools code.Raymond Hettinger2015-08-181-1/+2
* | | | | | Regenerate Argument Clinic code for issue #26874.Serhiy Storchaka2016-05-011-1/+1
|/ / / / /
* | | | | Issue #26874: Simplify the divmod docstringZachary Ware2016-04-281-1/+1
|/ / / /
* | | | Issue #26874: Fix divmod docstringZachary Ware2016-04-281-1/+1
| |_|/ |/| |
* | | Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin Panter2015-11-071-16/+32
|\ \ \ | |/ / |/| |
| * | Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-16/+32
* | | Issue #24402: Merge input() fix from 3.4 into 3.5Martin Panter2015-10-101-1/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by EryksunMartin Panter2015-10-101-1/+3
* | Specify default values of semantic booleans in Argument Clinic generated sign...Serhiy Storchaka2015-05-301-4/+4
* | Use converter names instead of format units in Argument Clinic descriptionsSerhiy Storchaka2015-05-301-72/+72
* | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-14/+22
* | Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-684/+31
* | Initialize variables to prevent GCC warningsVictor Stinner2015-03-181-1/+1
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-14/+22
|\ \ | |/
| * Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-13/+21
* | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-061-2/+2
* | Issue #20184: Add signature introspection for 30 of the builtinsNick Coghlan2014-08-171-373/+1188
* | Issue #22156: Fix "comparison between signed and unsigned integers" compilerVictor Stinner2014-08-151-1/+1
|/
* Issue #22146: Fix typo in __build_class__ error messageZachary Ware2014-08-051-1/+1
* Issue #19362: Tweek len() doc and docstring to expand the indicated range ofTerry Jan Reedy2014-06-161-1/+1
* Issue 20620: Update the min()/max() docs for the new default argument.Raymond Hettinger2014-05-191-6/+10
* correct len signature in docstring (closes #21294)Benjamin Peterson2014-04-181-1/+1
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-1/+1
* merge 3.3 (#19910)Benjamin Peterson2013-12-061-1/+1
|\
| * document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-061-1/+1
* | Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-3/+15
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-13/+15
* | Issue #19512: builtin print() function uses an identifier instead of literalVictor Stinner2013-11-071-1/+2
* | Issue #19512: __build_class() builtin now uses an identifier for the "metacla...Victor Stinner2013-11-061-2/+3
* | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-4/+4
* | Issue #19512: eval() and exec() now use an identifier for "__builtins__" stringVictor Stinner2013-11-061-6/+7
* | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-291-8/+9
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-8/+6
* | Issue #18560: Fix potential NULL pointer dereference in sum()Christian Heimes2013-07-261-30/+57
|\ \ | |/ |/|
| * Issue #18408: handle PySys_GetObject() failure, raise a RuntimeErrorVictor Stinner2013-07-161-0/+5
| * Merge: #18424: PEP8ify the tense of the sum docstring.R David Murray2013-07-101-2/+2
| |\