- 28 Kas, 2018 1 kayıt (commit)
-
-
Victor Stinner yazdı
Create a new "doctest" job in Travis CI to run "make doctest".
-
- 24 Kas, 2018 1 kayıt (commit)
-
-
Julien Palard yazdı
-
- 20 Eki, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
This should reduce false failure reports to the Zulip 'core/test runs' stream from Travis failures on private forks.
-
- 12 Eki, 2018 2 kayıt (commit)
-
-
Julien Palard yazdı
-
Stéphane Wirtel yazdı
-
- 23 Eyl, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Add SSLContext.post_handshake_auth and SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake authentication. Signed-off-by: Christian Heimes <christian@python.org>q https://bugs.python.org/issue34670
-
- 11 Tem, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 22 Haz, 2018 1 kayıt (commit)
-
-
Ammar Askar yazdı
-
- 04 Haz, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
Homebrew's python is now python3, but travis preinstalls old python2. So updated Homebrew requires `brew upgrade python` now. This commit disables auto update and use preinstalled version of Homebrew.
-
- 22 May, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Change TLS 1.3 cipher suite settings for compatibility with OpenSSL 1.1.1-pre6 and newer. OpenSSL 1.1.1 will have TLS 1.3 cipers enabled by default. Also update multissltests and Travis config to test with latest OpenSSL. Signed-off-by: Christian Heimes <christian@python.org>
-
- 05 Nis, 2018 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 01 Mar, 2018 1 kayıt (commit)
-
-
Jon Wayne Parrott yazdı
-
- 27 Şub, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
The long build queues that plagued macOS builds on Travis seem to be a thing of the past now.
-
- 18 Şub, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 17 Şub, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
-
- 10 Şub, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
We don't use debugger on Travis.
-
- 08 Şub, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
Fix bug in travis configuration where it did not run the tests when a change includes both code and doc changes.
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
Ammar Askar yazdı
Travis when merging changes from a pull request onto the target branch does not perform a rebase, instead it does a simple merge which causes the PR commits to retain their commit dates. This means that the commit log can potentially look like: PR merge <-- HEAD normal master commit <- master more commits from normal workflow PR commit 1 another master commit PR commit 2 Performing a git diff from PR commit 2 to master will accidentally include files that should not be there. Closes python/core-workflow#14
-
- 16 Ock, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
Use an improved version of multissl test helper to compile a local copy of OpenSSL 1.1.0g. Signed-off-by: Christian Heimes <christian@python.org>
-
- 27 Kas, 2017 1 kayıt (commit)
-
- 26 Kas, 2017 1 kayıt (commit)
-
-
Caleb Hattingh yazdı
-
- 24 Eki, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Add Tools/scripts/smelly.py: script checking if all symbols exported by libpython start with "Py" or "_Py". * Modify "make smelly" to run smelly.py: the command now fails with a non-zero exit code if libpython leaks a "smelly" symbol. * Travis CI now runs "make smelly"
-
- 03 Eki, 2017 1 kayıt (commit)
-
-
Thomas Moreau yazdı
-
- 13 Eyl, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 05 Eyl, 2017 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 04 Eyl, 2017 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 18 Agu, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with "make pythoninfo", since macOS uses ./python.exe.
-
- 17 Agu, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Add Lib/test/pythoninfo.py: script collecting various informations about Python to help debugging test failures. * regrtest: remove sys.hash_info and sys.flags from header. * Travis CI, Appveyor: run pythoninfo before tests
-
- 20 Tem, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
When running the test suite using --use=all / -u all, exclude tzdata since it makes test_datetime too slow (15-20 min on some buildbots) which then times out on some buildbots. -u tzdata must now be enabled explicitly, -u tzdata or -u all,tzdata, to run all test_datetime tests. Fix also regrtest command line parser to allow passing -u extralargefile to run test_zipfile64. Travis CI: remove -tzdata. Replace -u all,-tzdata,-cpu with -u all,-cpu since tzdata is now excluded from -u all.
-
- 24 Haz, 2017 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 11 Haz, 2017 2 kayıt (commit)
-
-
Zachary Ware yazdı
Also fixed a few more line endings that were missed in GH-840, which were causing failure.
-
Zachary Ware yazdı
-
- 06 Haz, 2017 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 05 Haz, 2017 1 kayıt (commit)
-
-
Zachary Ware yazdı
Also weakens the 'should this be run?' regex to allow all builds when .travis.yml changes.
-
- 03 Haz, 2017 1 kayıt (commit)
-
-
Brett Cannon yazdı
Initially the macOS builds are allowed to fail until such time that they can be determined to be stable and not add an unacceptable amount of time to the overall Travis-passing process.
-
- 31 May, 2017 1 kayıt (commit)
-
-
Hiro Asari yazdı
-
- 29 May, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 16 May, 2017 1 kayıt (commit)
-
-
Mariatta yazdı
-
- 11 May, 2017 1 kayıt (commit)
-
-
Brett Cannon yazdı
-