summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-252-4/+4
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-231-0/+2
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-231-0/+3
* add NEWS note for #22921Benjamin Peterson2014-11-231-0/+3
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-0/+5
* 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-211-4/+5
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-0/+7
* Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.Ned Deily2014-11-141-0/+2
* Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-101-0/+3
* Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-0/+3
* Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2014-11-071-0/+3
* Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-0/+3
* Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.Serhiy Storchaka2014-11-071-0/+2
* allow keyfile argument to be None (closes #22787)Benjamin Peterson2014-11-031-0/+3
* Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.Serhiy Storchaka2014-11-022-0/+4
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-0/+1
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-0/+3
* Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.Ned Deily2014-11-011-0/+2
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-0/+3
* Brought excluded code into the scope of a try block in SysLogHandler.emit().Vinay Sajip2014-11-011-0/+3
* Issue #17381: Fixed ranges handling in case-insensitive regular expressions.Serhiy Storchaka2014-10-311-0/+2
* Backported the optimization of compiling charsets in regular expressionsSerhiy Storchaka2014-10-311-0/+2
* Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-311-0/+3
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-301-0/+4
* #22237: fix patch attribution.Ezio Melotti2014-10-281-1/+1
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-281-0/+1
* #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-171-0/+3
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-2/+2
* Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+3
* Fix badly merged NEWS item.Zachary Ware2014-10-171-1/+4
* add back NEWS entries removed by 1c2c44313408Benjamin Peterson2014-10-171-4/+208
* Merge.Charles-Fran?ois Natali2014-10-131-207/+5
|\
| * Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-Fran?ois Natali2014-10-131-0/+2
* | Issue #13664: GzipFile now supports non-ascii Unicode filenames.Serhiy Storchaka2014-10-121-0/+2
* | #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-0/+3
* | Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-0/+3
* | Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-101-0/+3
* | #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...R David Murray2014-10-091-0/+3
* | Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-181-0/+2
* | #11866: Eliminate race condition in the computation of names for new threads.R David Murray2014-10-041-0/+3
* | Fixed issue number for issue #22470 in Misc/NEWS.Serhiy Storchaka2014-10-041-1/+1
* | Issue #22518: Fixed integer overflow issues in "backslashreplace" andSerhiy Storchaka2014-10-041-0/+3
* | Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-0/+3
* | also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-031-0/+3
* | - Add CVE number for Issue #21831doko2014-10-031-1/+1
* | #8473: make doctest.testfile use universal newline mode.R David Murray2014-10-021-0/+3
* | - Issue #17219: Add library build dir for Python extension cross-builds.doko2014-10-021-0/+2
* | - Issue #18096: Fix library order returned by python-config.doko2014-10-022-2/+5
* | Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-021-0/+2