- 08 Nis, 2017 1 kayıt (commit)
-
- 06 Nis, 2017 1 kayıt (commit)
-
-
Eric Wieser yazdı
-
- 04 Nis, 2017 1 kayıt (commit)
-
- 03 Nis, 2017 2 kayıt (commit)
-
-
Victor Stinner yazdı
* 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. (cherry picked from commit de046446)
-
Ivan Mokeev yazdı
* Fix socket leaks * Fixed sockets leak
-
- 02 Nis, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(cherry picked from commit 576def09) (cherry picked from commit a6b4e190)
-
Serhiy Storchaka yazdı
-
- 31 Mar, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
s/keys and elements/keys and values/ (cherry picked from commit cdcac039)
-
- 30 Mar, 2017 4 kayıt (commit)
-
-
Mandeep Singh yazdı
-
T. Wouters yazdı
Fix the use of recursion in itertools.chain.from_iterable. Using recursion is unnecessary, and can easily cause stack overflows, especially when building in low optimization modes or with Py_DEBUG enabled. (cherry picked from commit 5466d4af)
-
Serhiy Storchaka yazdı
when pass indices of wrong type. (cherry picked from commit d4edfc9a) (cherry picked from commit bf4bb2e4)
-
Senthil Kumaran yazdı
(cherry picked from commit c3c7ef08)
-
- 29 Mar, 2017 1 kayıt (commit)
-
- 28 Mar, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
The presence of the ``--enable-optimizations`` flag is indicated by the value of ``$enableval``, but the configure script was checking ``$withval``, resulting in the ``--enable-optimizations`` flag being effectively ignored. (cherry picked from commit 8cea5929)
-
- 27 Mar, 2017 2 kayıt (commit)
-
-
Brett Cannon yazdı
Instead have gcc be used for the coverage build so gcc is exercised in at least one place. (cherry picked from commit ad2f9e2c)
-
cocoatomo yazdı
-
- 24 Mar, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-29861: release references to multiprocessing Pool tasks (#743) * bpo-29861: release references to multiprocessing Pool tasks Release references to tasks, their arguments and their results as soon as they are finished, instead of keeping them alive until another task arrives. * Comments in test (cherry picked from commit 8988945c) * Fix Misc/NEWS ?
-
- 22 Mar, 2017 5 kayıt (commit)
-
-
cocoatomo yazdı
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
-
- 20 Mar, 2017 1 kayıt (commit)
-
- 19 Mar, 2017 1 kayıt (commit)
-
-
Brett Cannon yazdı
The $CXX environment variable is not exported under the 'c' language on Travis. (cherry picked from commit 77ed1155)
-
- 17 Mar, 2017 1 kayıt (commit)
-
-
Brett Cannon yazdı
This will eliminate one of the builds in Travis, allowing for CI overall to complete faster. (cherry picked from commit 993d4b34)
-
- 14 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
too many objects.
-
- 13 Mar, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 12 Mar, 2017 2 kayıt (commit)
-
-
Nick Coghlan yazdı
In git worktree directories, `.git` is a configuration file rather than a subdirectory (cherry picked from commit 6a6d0906)
-
Nick Coghlan yazdı
Additional changes needed to backport: - dropped legacy SVN support from patchcheck - use subprocess.PIPE to silence expected error output - don't try to use subprocess.Popen as a context manager - don't try to pass a keyword argument to str.split() (cherry picked from commit 482f7a27)
-
- 09 Mar, 2017 3 kayıt (commit)
-
-
cocoatomo yazdı
see [bpo-29772](http://bugs.python.org/issue29772)
-
Serhiy Storchaka yazdı
(cherry picked from commit 22e707fa)
-
svelankar yazdı
-
- 08 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Matthias Bussonnier. (cherry picked from commit 160edb43)
-
- 07 Mar, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f3)
-
- 04 Mar, 2017 1 kayıt (commit)
-
-
Steve Dower yazdı
* bpo-27593: Updates Windows build to use information from git (#262) * bpo-27593: Updates Windows build to use information from git * Fixes git command (#451)
-
- 03 Mar, 2017 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 02 Mar, 2017 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 01 Mar, 2017 2 kayıt (commit)
-
-
Donald Stufft yazdı
-
Xiang Zhang yazdı
-