index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-15
1
-4/+0
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
\
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
|
\
|
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
*
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
*
|
|
Issue #29331: Simplified argument parsing in sorted() and list.sort().
Serhiy Storchaka
2017-01-21
1
-9/+5
*
|
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1/+2
*
|
|
Issue #29296: convert print() to METH_FASTCALL
INADA Naoki
2017-01-19
1
-11/+11
*
|
|
sorted() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-11/+9
*
|
|
next() uses FASTCALL
Victor Stinner
2017-01-17
1
-3/+9
*
|
|
getattr() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-3/+8
*
|
|
__build_class__() builtin uses METH_FASTCALL
Victor Stinner
2017-01-16
1
-15/+9
*
|
|
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner
2016-12-15
1
-1/+1
*
|
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
|
|
Merge #23722 from 3.6
Nick Coghlan
2016-12-05
1
-5/+35
|
\
\
\
|
|
/
/
|
*
|
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-5/+35
*
|
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-4/+4
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-4/+4
*
|
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-2/+2
|
/
/
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-4/+4
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-6/+4
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-1/+1
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-3/+5
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-6/+6
*
|
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-1/+1
*
|
Merge
Raymond Hettinger
2016-09-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
1
-1/+1
*
|
Merge
Raymond Hettinger
2016-08-26
1
-2/+2
|
\
\
|
|
/
|
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-2/+2
*
|
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-24
1
-1/+1
*
|
Issue #27809: map_next() uses fast call
Victor Stinner
2016-08-23
1
-15/+31
*
|
Backed out changeset 70f88b097f60 (map_next)
Victor Stinner
2016-08-23
1
-31/+15
*
|
Issue #27809: map_next() uses fast call
Victor Stinner
2016-08-23
1
-15/+31
*
|
Issue #27809: builtin___build_class__() uses fast call
Victor Stinner
2016-08-22
1
-6/+2
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-10/+2
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-10/+5
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-59/+58
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-59/+58
*
|
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka
2016-06-18
1
-2/+2
*
|
Restored parameter name "self" since gdb needs exact specific parameter names.
Serhiy Storchaka
2016-05-05
1
-2/+3
*
|
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka
2016-05-02
1
-3/+2
*
|
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka
2016-05-01
1
-1/+1
|
\
\
|
|
/
|
*
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka
2016-05-01
1
-1/+1
*
|
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26874: Simplify the divmod docstring
Zachary Ware
2016-04-28
1
-1/+1
*
|
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26874: Fix divmod docstring
Zachary Ware
2016-04-28
1
-1/+1
*
|
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka
2016-04-13
1
-3/+2
[next]