index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-68
/
+98
|
\
|
*
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1
/
+2
|
*
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-5
/
+35
|
*
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-05
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
|
|
\
|
*
\
Merge
Raymond Hettinger
2016-08-25
1
-50
/
+49
|
|
\
\
|
|
*
|
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-25
1
-1
/
+1
|
|
*
|
Issue #27809: map_next() uses fast call
Victor Stinner
2016-08-24
1
-15
/
+31
|
|
*
|
Backed out changeset 70f88b097f60 (map_next)
Victor Stinner
2016-08-24
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-23
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 #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
-9
/
+9
|
|
|
\
\
\
|
|
|
*
\
\
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-9
/
+9
|
|
|
|
\
\
\
|
|
|
|
*
\
\
Closes #26874: Merge with 3.5
Zachary Ware
2016-04-28
1
-9
/
+9
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka
2016-04-13
1
-3
/
+2
|
|
|
|
|
*
|
|
Issue #24802: Merge null termination fixes from 3.5
Martin Panter
2015-11-07
1
-16
/
+32
|
|
|
|
|
|
\
\
\
|
|
|
|
|
*
\
\
\
Issue #24402: Merge input() fix from 3.5
Martin Panter
2015-10-10
1
-6
/
+7
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
|
|
|
Hoist constant expression out of the inner loop.
Raymond Hettinger
2015-10-09
1
-3
/
+3
|
|
|
|
|
|
*
|
|
|
Make comparison more consistent
Raymond Hettinger
2015-10-09
1
-1
/
+1
|
|
|
|
|
|
*
|
|
|
Use PyTuple_GET_SIZE like the adjacent code does.
Raymond Hettinger
2015-08-18
1
-1
/
+1
|
|
|
|
|
|
*
|
|
|
Inline PyIter_Next() matching the other itertools code.
Raymond Hettinger
2015-08-18
1
-1
/
+2
*
|
|
|
|
|
|
|
|
|
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
1
-1
/
+1
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-25
1
-2
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-59
/
+58
|
/
/
/
/
/
/
*
|
|
|
|
|
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka
2016-05-01
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Issue #26874: Simplify the divmod docstring
Zachary Ware
2016-04-28
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Issue #26874: Fix divmod docstring
Zachary Ware
2016-04-28
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter
2015-11-07
1
-16
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter
2015-11-07
1
-16
/
+32
*
|
|
Issue #24402: Merge input() fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1
/
+3
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter
2015-10-10
1
-1
/
+3
*
|
Specify default values of semantic booleans in Argument Clinic generated sign...
Serhiy Storchaka
2015-05-30
1
-4
/
+4
*
|
Use converter names instead of format units in Argument Clinic descriptions
Serhiy Storchaka
2015-05-30
1
-72
/
+72
*
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-14
/
+22
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-684
/
+31
*
|
Initialize variables to prevent GCC warnings
Victor Stinner
2015-03-18
1
-1
/
+1
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-03
1
-14
/
+22
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-03
1
-13
/
+21
[next]