summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* disable tests that always fail on windows (#22943)Benjamin Peterson2014-11-251-0/+1
* use more ugly but hopefully more robust methodBenjamin Peterson2014-11-251-1/+1
* handle errors without a reason attributeBenjamin Peterson2014-11-251-1/+1
* don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-253-5/+17
* debugging: print ca certs loaded into default ctxBenjamin Peterson2014-11-251-0/+3
* Issue #16056: Rename test methods to avoid conflict.Berker Peksag2014-11-243-59/+1
* is OpenIndiana actually sunos?Benjamin Peterson2014-11-241-1/+1
* loosen solaris testBenjamin Peterson2014-11-241-1/+1
* skip test_gdb on OpenIndianaBenjamin Peterson2014-11-241-0/+3
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-244-7/+36
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-243-12/+37
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-243-14/+4
* fix this test when sizeof(long) < sizeof(size_t)Benjamin Peterson2014-11-231-1/+1
* remove py3k warning guardBenjamin Peterson2014-11-231-2/+1
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-238-40/+329
* initialize _makefile_refs earlier so things don't blow up when close() is cal...Benjamin Peterson2014-11-231-1/+1
* Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638).Antoine Pitrou2014-10-171-0/+3
* Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.Serhiy Storchaka2014-11-211-1/+4
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-211-43/+0
* Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-0/+25
* Define a __hash__ to quiet down a -3 warningDonald Stufft2014-11-111-0/+5
* Upgrade setuptools to 7.0Donald Stufft2014-11-112-1/+1
* Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7Donald Stufft2014-11-117-0/+2965
* Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-102-11/+121
* Remove unused importRaymond Hettinger2014-11-081-1/+0
* Silence the failure of test_pyclbr after adding a property in sre_parseSerhiy Storchaka2014-11-071-1/+1
* Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2014-11-073-12/+64
* Backported tests for issue #22406.Serhiy Storchaka2014-11-072-0/+24
* Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-072-18/+68
* Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.Serhiy Storchaka2014-11-072-1/+21
* merge headsGeorg Brandl2014-11-061-3/+23
|\
| * Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-061-3/+23
* | #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-066-23/+15
|/
* use pythontest.net for url fragment testBenjamin Peterson2014-11-051-2/+2
* Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warningsVictor Stinner2014-11-051-0/+4
* Issue #22773: fix failing test with old readline versions due to issue #19884.Antoine Pitrou2014-11-041-0/+4
* test that keyfile can be NoneBenjamin Peterson2014-11-041-1/+1
* Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.Serhiy Storchaka2014-11-022-2/+19
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-3/+4
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-2/+2
* Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.Ned Deily2014-11-021-3/+2
* Brought excluded code into the scope of a try block in SysLogHandler.emit().Vinay Sajip2014-11-011-11/+11
* Issue #17381: Fixed ranges handling in case-insensitive regular expressions.Serhiy Storchaka2014-10-312-15/+86
* Backported the optimization of compiling charsets in regular expressionsSerhiy Storchaka2014-10-311-128/+103
* Fixed compile error in issue #22410. The _locale module is optional.Serhiy Storchaka2014-10-301-1/+6
* Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-302-4/+49
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-302-13/+64
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
* #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-182-1/+15