- 08 Mar, 2017 6 commits
-
-
Benjamin Peterson authored
This reverts commit ace5c0fd.
-
Benjamin Peterson authored
If the output buffer provided to wcsxfrm is too small, errno is set to ERANGE. We should not error out in that case.
-
Benjamin Peterson authored
bpo-20087
-
Serhiy Storchaka authored
bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513)
-
Xiang Zhang authored
-
Xiang Zhang authored
bpo-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503)
-
- 07 Mar, 2017 5 commits
-
-
Serhiy Storchaka authored
-
INADA Naoki authored
Without this option, AppVeyor log is too unreadable.
-
INADA Naoki authored
When LOAD_METHOD is used for calling C mehtod, PyMethodDescrObject was passed to profilefunc from 5566bbb8. But lsprof traces only PyCFunctionObject. Additionally, there can be some third party extension which assumes passed arg is PyCFunctionObject without calling PyCFunction_Check(). So make PyCFunctionObject from PyMethodDescrObject when tstate->c_profilefunc is set.
-
Xiang Zhang authored
-
Victor Stinner authored
I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow.
-
- 06 Mar, 2017 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
bpo-29695: Fixed tests after removing keyword args support in some basic type constructors. (GH-520)
-
Matthias Bussonnier authored
-
Stefan Krah authored
-
Serhiy Storchaka authored
-
Xiang Zhang authored
-
orenmn authored
-
INADA Naoki authored
-
Steve Dower authored
-
- 05 Mar, 2017 6 commits
-
-
Serhiy Storchaka authored
int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead.
-
Zachary Ware authored
-
Ivan Levkivskyi authored
-
Dillon Brock authored
-
Adam Niederer authored
The docs for `heapq.merge` are a little misleading. Iterables passed into heapq.merge with the reversed flag enabled must be sorted from largest to smallest to achieve the desired sorting effect, but the previous paragraph states that they should be sorted from smallest to largest.
-
Mariatta authored
instanciated -> instantiated
-
- 04 Mar, 2017 8 commits
-
-
INADA Naoki authored
Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. GH-212)
-
J. W authored
-
Ned Deily authored
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions.
-
Ned Deily authored
-
Ned Deily authored
-
Steve Dower authored
-
Steve Dower authored
* bpo-27593: Updates Windows build to use information from git
-
Ned Deily authored
sys.version and the platform module python_build(), python_branch(), and python_revision() functions now use git information rather than hg when building from a repo. Based on original patches by Brett Cannon and Steve Dower.
-
- 03 Mar, 2017 5 commits
-
-
Zachary Ware authored
-
Ivan Levkivskyi authored
-
Mariatta authored
Change False into false, and True into true.
-
Marco Buttu authored
-
David Ellis authored
-