Staging
v0.5.1
https://github.com/python/cpython
Revision b5f20ea91ec4d9dc7e1c31629903888c651bd02c authored by Victor Stinner on 20 July 2017, 18:04:49 UTC, committed by Ned Deily on 20 July 2017, 18:04:49 UTC
* Backport Travis CI config from master

Add .travis.yml for Travis CI.

* bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193)

The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept
TLS connection using our self-signed x509 certificate. Remove the two
tests which are already skipped.
(cherry picked from commit 7895a0585b4b6a1c8082d17227307c6ce2c8bb8b)
1 parent e46f1c1
History
Tip revision: b5f20ea91ec4d9dc7e1c31629903888c651bd02c authored by Victor Stinner on 20 July 2017, 18:04:49 UTC
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)
Tip revision: b5f20ea
File Mode Size
stringlib
abstract.c -rw-r--r-- 67.2 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 89.7 KB
bytes_methods.c -rw-r--r-- 9.8 KB
bytesobject.c -rw-r--r-- 90.0 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.5 KB
codeobject.c -rw-r--r-- 19.2 KB
complexobject.c -rw-r--r-- 30.8 KB
descrobject.c -rw-r--r-- 51.8 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 114.8 KB
enumobject.c -rw-r--r-- 12.7 KB
exceptions.c -rw-r--r-- 72.4 KB
fileobject.c -rw-r--r-- 15.0 KB
floatobject.c -rw-r--r-- 65.2 KB
frameobject.c -rw-r--r-- 31.3 KB
funcobject.c -rw-r--r-- 30.9 KB
genobject.c -rw-r--r-- 17.2 KB
iterobject.c -rw-r--r-- 8.8 KB
listobject.c -rw-r--r-- 85.7 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.3 KB
longobject.c -rw-r--r-- 155.2 KB
memoryobject.c -rw-r--r-- 85.5 KB
methodobject.c -rw-r--r-- 10.1 KB
moduleobject.c -rw-r--r-- 15.7 KB
namespaceobject.c -rw-r--r-- 6.4 KB
object.c -rw-r--r-- 56.9 KB
obmalloc.c -rw-r--r-- 68.4 KB
rangeobject.c -rw-r--r-- 42.3 KB
setobject.c -rw-r--r-- 71.1 KB
sliceobject.c -rw-r--r-- 13.5 KB
structseq.c -rw-r--r-- 12.0 KB
tupleobject.c -rw-r--r-- 29.9 KB
typeobject.c -rw-r--r-- 201.4 KB
typeslots.inc -rw-r--r-- 3.6 KB
typeslots.py -rwxr-xr-x 821 bytes
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 436.9 KB
unicodetype_db.h -rw-r--r-- 187.2 KB
weakrefobject.c -rw-r--r-- 29.4 KB

back to top