index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
use more ugly but hopefully more robust method
Benjamin Peterson
2014-11-25
1
-1/+1
*
handle errors without a reason attribute
Benjamin Peterson
2014-11-25
1
-1/+1
*
don't fail tests when www.python.org can't be validated by the system
Benjamin Peterson
2014-11-25
3
-5/+17
*
debugging: print ca certs loaded into default ctx
Benjamin Peterson
2014-11-25
1
-0/+3
*
Issue #16056: Rename test methods to avoid conflict.
Berker Peksag
2014-11-24
3
-59/+1
*
is OpenIndiana actually sunos?
Benjamin Peterson
2014-11-24
1
-1/+1
*
loosen solaris test
Benjamin Peterson
2014-11-24
1
-1/+1
*
skip test_gdb on OpenIndiana
Benjamin Peterson
2014-11-24
1
-0/+3
*
pep 476: verify certificates by default (#22417)
Benjamin Peterson
2014-11-24
2
-4/+26
*
give urllib.urlopen a context parameter (closes #22927)
Benjamin Peterson
2014-11-24
1
-1/+19
*
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...
Benjamin Peterson
2014-11-24
1
-6/+2
*
fix this test when sizeof(long) < sizeof(size_t)
Benjamin Peterson
2014-11-23
1
-1/+1
*
remove py3k warning guard
Benjamin Peterson
2014-11-23
1
-2/+1
*
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...
Benjamin Peterson
2014-11-23
6
-27/+259
*
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
Antoine Pitrou
2014-11-21
1
-43/+0
*
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
1
-0/+25
*
Define a __hash__ to quiet down a -3 warning
Donald Stufft
2014-11-11
1
-0/+5
*
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
Donald Stufft
2014-11-11
2
-0/+2704
*
Issue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka
2014-11-10
1
-0/+45
*
Silence the failure of test_pyclbr after adding a property in sre_parse
Serhiy Storchaka
2014-11-07
1
-1/+1
*
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka
2014-11-07
1
-1/+37
*
Backported tests for issue #22406.
Serhiy Storchaka
2014-11-07
2
-0/+24
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-0/+18
*
#22650: test suite: load Unicode test data files from www.pythontest.net
Georg Brandl
2014-11-06
6
-23/+15
*
use pythontest.net for url fragment test
Benjamin Peterson
2014-11-05
1
-2/+2
*
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
Victor Stinner
2014-11-05
1
-0/+4
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
1
-0/+4
*
test that keyfile can be None
Benjamin Peterson
2014-11-04
1
-1/+1
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
1
-0/+13
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
1
-3/+4
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
1
-3/+2
*
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka
2014-10-31
1
-0/+37
*
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
1
-0/+37
*
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
Terry Jan Reedy
2014-10-18
1
-1/+1
*
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-18
1
-0/+7
*
Issue #21855: Fixed the decimal module in unicode disabled build.
Serhiy Storchaka
2014-10-14
1
-4/+5
*
Merge.
Charles-François Natali
2014-10-13
61
-890/+3956
|
\
|
*
Fixed the test of issue #13664 on platforms without unicode filenames support.
Serhiy Storchaka
2014-10-13
1
-0/+4
|
*
Change deprecated Exception.message to Exception.args-[0] where the use of
Terry Jan Reedy
2014-10-13
3
-3/+3
|
*
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
Serhiy Storchaka
2014-10-12
1
-0/+11
|
*
#11973: add test for previously fixed kevent signed/unsigned bug.
R David Murray
2014-10-12
1
-0/+25
|
*
Fixed and optimized a test of issue #22526.
Serhiy Storchaka
2014-10-12
1
-6/+8
|
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+7
|
*
Issue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen
2014-10-10
1
-0/+24
|
*
make _socket.socket weakrefable (closes #22569)
Benjamin Peterson
2014-10-06
1
-2/+10
|
*
Issue #1686: Fix string.Template when overriding the pattern attribute.
Florent Xicluna
2010-09-18
1
-0/+34
|
*
separate cert loading tests into Windows and non-Windows cases
Benjamin Peterson
2014-10-03
1
-0/+15
|
*
also use openssl envvars to find certs on windows (closes #22449)
Benjamin Peterson
2014-10-03
1
-0/+8
|
*
#8473: make doctest.testfile use universal newline mode.
R David Murray
2014-10-03
1
-0/+26
|
*
Issue #20079: Fixed tests.
Serhiy Storchaka
2014-10-02
1
-1/+1
[next]