summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-266-11/+11
* update pydoc-topicsBenjamin Peterson2014-11-261-79/+80
* 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
* remove incorrect pluralBenjamin Peterson2014-11-251-1/+1
* 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
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* Fix faulty indent.Ned Deily2014-11-241-1/+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-248-14/+69
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-245-16/+54
* add NEWS note for #22921Benjamin Peterson2014-11-241-0/+3
* fix versionchanged versionBenjamin Peterson2014-11-241-1/+1
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-245-27/+11
* fix this test when sizeof(long) < sizeof(size_t)Benjamin Peterson2014-11-231-1/+1
* remove strange castsBenjamin Peterson2014-11-231-4/+4
* remove py3k warning guardBenjamin Peterson2014-11-231-2/+1
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-2311-52/+378
* 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
* Fix 2to3 reference link in pyporting.rst.Ned Deily2014-11-231-4/+3
* Remove line breaks in OS X installer README screen.Ned Deily2014-11-221-15/+3
* Add downloads page link to OS X installer README screens.Ned Deily2014-11-222-3/+6
* Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.Serhiy Storchaka2014-11-211-1/+4
* Add regression issue number to Misc/NEWS entry.Antoine Pitrou2014-11-211-4/+4
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-216-71/+8
* Issue #22827: Backport the new Distributing and Instaling Docs from 3.4Donald Stufft2014-11-205-4/+403
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-207-7/+113
* Issue #22453: Fexed reference leaks when format error messages in ceval.c.Serhiy Storchaka2014-11-183-11/+25
* Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
* Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-153-5/+35
* Update OS X installer documentation files for 2.7.9.Ned Deily2014-11-153-89/+155
* Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.Ned Deily2014-11-153-23/+90
* Fix description.Georg Brandl2014-11-141-1/+1
* Closes #22868: make example less ambiguous.Georg Brandl2014-11-141-3/+3
* Close #22300 by tweaking 2.7.9 What's New announcementsNick Coghlan2014-11-141-0/+8
* Issue #22850: Backport ensurepip Windows installer changes to 2.7Steve Dower2014-11-131-14/+33
* 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-1115-1/+3201
* Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-5/+5
* Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-103-11/+124
* Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-102-2/+5
* Use internal links where possibleRaymond Hettinger2014-11-102-4/+2
* Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-101-4/+7