- 26 Nis, 2017 1 kayıt (commit)
-
-
Dong-hee Na yazdı
-
- 23 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(cherry picked from commit 85157cd8)
-
- 21 Nis, 2017 1 kayıt (commit)
-
- 20 Nis, 2017 2 kayıt (commit)
-
-
Berker Peksag yazdı
Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb74)
-
cocoatomo yazdı
-
- 19 Nis, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) (cherry picked from commit a79f4c21). (cherry picked from commit 952a05e4)
-
Serhiy Storchaka yazdı
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) raised an error. (cherry picked from commit bf623ae8) (cherry picked from commit 680fea40)
-
Christopher Snyder yazdı
-
- 16 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Nis, 2017 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PySlice_GetIndicesEx in _ctypes.c.
-
Serhiy Storchaka yazdı
-
Xiang Zhang yazdı
-
Michael Seifert yazdı
-
Mariatta yazdı
* Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc34)
-
- 13 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
And fix the parameter name. (cherry picked from commit 8fc7bc2b)
-
- 12 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Nis, 2017 1 kayıt (commit)
-
- 09 Nis, 2017 3 kayıt (commit)
-
-
Nick Coghlan yazdı
The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. Patch by Sanyam Khurana.
-
Nick Coghlan yazdı
The original attempted fix missed an `isdir()` call in `get_base_branch()`.
- 08 Nis, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(cherry picked from commit b879fe82)
-
- 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 2 kayıt (commit)
-
-
cocoatomo yazdı
-
Xiang Zhang yazdı
-