- 02 May, 2017 1 commit
-
-
Victor Stinner authored
Based on commit 5c4b0d06 by Ned Deily, which is based on original patches by Brett Cannon and Steve Dower. Remove also the private _Py_svnversion() function and SVNVERSION variable. Note: Py_SubversionRevision() and Py_SubversionShortBranch() are unchanged, they are part of the public API.
-
- 01 May, 2017 1 commit
-
-
Serhiy Storchaka authored
-
- 30 Apr, 2017 2 commits
-
-
Serhiy Storchaka authored
To simplify backports from Python 3, the test.test_support module was converted into a package and renamed to test.support. The test.script_helper module was moved into the test.support package. Names test.test_support and test.script_helper are left as aliases to test.support and test.support.script_helper.
-
csabella authored
(cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334)
-
- 28 Apr, 2017 3 commits
-
-
Serhiy Storchaka authored
(cherry picked from commit d1a1def7)
-
Victor Stinner authored
Backport enhancements from master, commits: * 9c4bfa66: "make tags": remove -t option of ctags. The option was kept for backward compatibility, but it was completly removed recently. Patch written by Stéphane Wirtel. * cf0ac6a7: Fix "make tags": set locale to C to call sort * 8a543c0b: `make tags` fixes (GH-717)
-
Victor Stinner authored
Ignore more generated files.
-
- 27 Apr, 2017 1 commit
-
- 26 Apr, 2017 1 commit
-
-
Dong-hee Na authored
-
- 23 Apr, 2017 1 commit
-
-
Serhiy Storchaka authored
(cherry picked from commit 85157cd8)
-
- 21 Apr, 2017 1 commit
-
- 20 Apr, 2017 2 commits
-
-
Berker Peksag authored
Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb74)
-
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 3 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)
-