- 03 May, 2017 3 kayıt (commit)
-
-
Victor Stinner yazdı
In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX]. (cherry picked from commit e6fc7401)
-
Victor Stinner yazdı
Buildbots don't run tests with -vv and so only log "xxx was modified by test_xxx" which is not enough to debug such random issue. In many cases, I'm unable to reproduce the warning and so unable to fix it. Always logging the value before and value after should help to debug such warning on buildbots. (cherry picked from commit ec4b1723) (cherry picked from commit 22982350)
-
Victor Stinner yazdı
AsyncoreEchoServer of test_ssl now calls asyncore.close_all(ignore_all=True) to ensure that asyncore.socket_map is cleared once the test completes, even if ConnectionHandler was not correctly unregistered. Fix the following warning: Warning -- asyncore.socket_map was modified by test_ssl Before: {} After: {6: <test.test_ssl.AsyncoreEchoServer.EchoServer.ConnectionHandler>} (cherry picked from commit 1dae7450)
-
- 02 May, 2017 6 kayıt (commit)
-
-
Victor Stinner yazdı
Don't test if .git/HEAD file exists, but only if the .git file (or directory) exists.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use --short form of git hash. Use output from "git describe" for tag. Expected outputs: 1. previous hg 2. previous git 3. updated git Release (tagged) build: 1. Python 3.7.0a0 (v3.7.0a0:4def2a2901a5, ... 2. Python 3.7.0a0 (v3.7.0a0^0:05f53735, ... 3. Python 3.7.0a0 (v3.7.0a0:05f53735, ... Development build: 1. Python 3.7.0a0 (default:41df79263a11, ... 2. Python 3.7.0a0 (master:05f53735, ... 3. Python 3.7.0a0 (heads/master-dirty:05f53735, ... "dirty" means the working tree has uncommitted changes. See "git help describe" for more info. (cherry picked from commit 554626ad) (cherry picked from commit ed512cba)
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
To unify running tests in Python 2.7 and Python 3, the test package can be run as a script. This is equivalent to running the test.regrtest module as a script.
-
Victor Stinner yazdı
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 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Nis, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
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 yazdı
(cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334)
-
- 28 Nis, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
(cherry picked from commit d1a1def7)
-
Victor Stinner yazdı
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 yazdı
Ignore more generated files.
-
- 27 Nis, 2017 1 kayıt (commit)
-
- 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)
-