- 20 Apr, 2017 1 commit
-
-
cocoatomo authored
-
- 19 Apr, 2017 3 commits
-
-
Serhiy Storchaka authored
[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 952a05e4e2cf082b74a1676a2804f1f43a9b7702)
-
Serhiy Storchaka authored
[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 680fea4)
-
Christopher Snyder authored
-
- 16 Apr, 2017 1 commit
-
-
Serhiy Storchaka authored
-
- 15 Apr, 2017 5 commits
-
-
Serhiy Storchaka authored
PySlice_GetIndicesEx in _ctypes.c.
-
Serhiy Storchaka authored
-
Xiang Zhang authored
-
Michael Seifert authored
-
Mariatta authored
* 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 Apr, 2017 1 commit
-
-
Serhiy Storchaka authored
And fix the parameter name. (cherry picked from commit 8fc7bc2b)
-
- 12 Apr, 2017 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Apr, 2017 1 commit
-
- 09 Apr, 2017 3 commits
-
-
Nick Coghlan authored
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 authored
The original attempted fix missed an `isdir()` call in `get_base_branch()`.
- 08 Apr, 2017 2 commits
-
-
Serhiy Storchaka authored
(cherry picked from commit b879fe82)
-
- 06 Apr, 2017 1 commit
-
-
Eric Wieser authored
-
- 04 Apr, 2017 1 commit
-
- 03 Apr, 2017 2 commits
-
-
Victor Stinner 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. (cherry picked from commit de046446)
-
Ivan Mokeev authored
* Fix socket leaks * Fixed sockets leak
-
- 02 Apr, 2017 2 commits
-
-
Serhiy Storchaka authored
(cherry picked from commit 576def09) (cherry picked from commit a6b4e1902250d6f28ca6d083ce1c8d7e9b91974b)
-
Serhiy Storchaka authored
-
- 31 Mar, 2017 1 commit
-
-
INADA Naoki authored
s/keys and elements/keys and values/ (cherry picked from commit cdcac039)
-
- 30 Mar, 2017 4 commits
-
-
Mandeep Singh authored
-
T. Wouters authored
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 authored
when pass indices of wrong type. (cherry picked from commit d4edfc9a) (cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c)
-
Senthil Kumaran authored
(cherry picked from commit c3c7ef08)
-
- 29 Mar, 2017 1 commit
-
- 28 Mar, 2017 1 commit
-
-
INADA Naoki authored
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 commits
-
-
Brett Cannon authored
Instead have gcc be used for the coverage build so gcc is exercised in at least one place. (cherry picked from commit ad2f9e2c)
-
cocoatomo authored
-
- 24 Mar, 2017 1 commit
-
-
Antoine Pitrou authored
* 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 commits
-
-
cocoatomo authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 20 Mar, 2017 1 commit
-