Age | Commit message (Expand) | Author | Files | Lines |
2016-09-06 | Pullup ticket #5090 - requested by sevan | bsiegert | 1 | -6/+6 |
2016-02-06 | Use the "cacert.pem" file from the "mozilla-rootcerts" package as an *extra* | tron | 1 | -1/+2 |
2015-12-06 | Python 2.7.11 is the latest bugfix release of the Python 2.7 series. | adam | 1 | -7/+6 |
2015-11-03 | Add SHA512 digests for distfiles for lang category | agc | 1 | -1/+2 |
2015-05-24 | Changes 2.7.10: | adam | 1 | -14/+6 |
2015-04-24 | Add patch from: https://hg.python.org/cpython/rev/eddcb6671a48 to fix build | rodent | 1 | -28/+34 |
2015-03-03 | Fix http://bugs.python.org/issue22885 with patch from that URL. | snj | 1 | -1/+3 |
2014-12-16 | Update to 2.7.9 removing patches that were incorporated. Significant | chopps | 1 | -13/+4 |
2014-11-02 | add the patches for Python issue 22518, also known as 22470, from | spz | 1 | -17/+19 |
2014-07-26 | Reverting some changes which made building on Darwin to fail. | adam | 1 | -2/+2 |
2014-07-17 | Fix SCO OpenServer 5.0.7/3.2 build. | ryoon | 1 | -2/+7 |
2014-07-02 | Changes 2.7.8: | adam | 1 | -8/+6 |
2014-07-02 | Apply a fix for directory-traversal vulnerability, ref. | he | 1 | -2/+4 |
2014-06-11 | avoid conflicting declaration of gethostname on SunOS | richard | 1 | -1/+2 |
2014-06-09 | Add patches to fix the remaining two functions reported as being | he | 1 | -1/+6 |
2014-06-02 | Changes 2.7.7: | adam | 1 | -7/+5 |
2014-05-21 | search openssl header file from prefered ssl_incs over system inc_dirs. | obache | 1 | -2/+2 |
2014-05-20 | Fix detecting OpenSSL, in particular on OS X. | adam | 1 | -2/+2 |
2014-05-10 | SA56624 is CVE-2014-1912. | obache | 1 | -2/+2 |
2014-04-13 | Reapply reverted commit from obache@. Original description: | bsiegert | 1 | -2/+2 |
2014-03-27 | Update readline-6.3 patch from upstream, for builtin GNU readline<4.2. | obache | 1 | -2/+2 |
2014-03-27 | revert last commit, should not be committed during freeze. | obache | 1 | -2/+2 |
2014-03-27 | Prevent to detect unwanted builtin openssl. | obache | 1 | -2/+2 |
2014-03-15 | Fix py-readline build with readline 6.3. | dholland | 1 | -1/+2 |
2014-03-12 | For smtpd.py, only rename with ${PYVERSUFFIX} to be installed as a tool, | obache | 1 | -2/+2 |
2014-02-09 | Add fix for security vulnerability reported in SA56624. | tron | 1 | -1/+2 |
2013-12-14 | The nullbytecert.pem is actually part of Python 2.7.6 so trying to patch it | bsiegert | 1 | -2/+1 |
2013-11-12 | Changes 2.7.6: | adam | 1 | -8/+6 |
2013-09-13 | don't set Mac OS X target version: stick to the current one | adam | 1 | -2/+2 |
2013-09-10 | Always pass rpath argument with -Wl prefix, especially if clang is not called | joerg | 1 | -2/+2 |
2013-08-18 | patch for CVE-2013-4238 taken from | spz | 1 | -2/+5 |
2013-05-27 | This is a 2.7 series bugfix release. It contains several regression fixes to ... | adam | 1 | -5/+5 |
2013-04-17 | Improve Cygwin support. | obache | 1 | -2/+7 |
2013-04-12 | Changes 2.7.4: | adam | 1 | -15/+12 |
2012-12-21 | Revert previous; Joerg says it breaks on clang. (It would be nice if | dholland | 1 | -2/+2 |
2012-12-16 | Use -Werror=format when checking HAVE_ATTRIBUTE_FORMAT_PARSETUPLE, so | dholland | 1 | -2/+2 |
2012-08-14 | avoid POSIX semaphores on NetBSD -- at least on -current they cause | drochner | 1 | -1/+2 |
2012-04-13 | Changes 2.7.3: | adam | 1 | -37/+10 |
2012-03-27 | Fix build on OpenBSD-5.x, treat same as OpenBSD-4.[789]. | obache | 1 | -2/+2 |
2012-03-24 | Add a fix for the DoS vulnerability reported in CVE-2012-1150 taken | tron | 1 | -2/+28 |
2012-02-15 | apply fix for CVE-2012-0845 to other Python versions too | drochner | 1 | -1/+2 |
2011-12-16 | On SunOS, don't ever override _XOPEN_SOURCE if it is already set. | hans | 1 | -1/+2 |
2011-11-08 | Change a unused variable referacne to a fixed string that I missed when | sbd | 1 | -2/+2 |
2011-10-31 | Add a minor cleanup to my last commit. | sbd | 1 | -2/+2 |
2011-10-31 | Improve the gdbm_compat handling by searching any ndbm.h found for the | sbd | 1 | -2/+2 |
2011-10-18 | Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably | sbd | 1 | -2/+2 |
2011-09-30 | Make this build on Mac OS X Lion. Same issue as pkg/45389. | yyamano | 1 | -1/+4 |
2011-09-16 | Add MirBSD support here, too, same as in python26. | bsiegert | 1 | -2/+3 |
2011-09-16 | One again, fix for Clang and interger overflow, this time is should be correct | adam | 1 | -2/+2 |
2011-09-14 | Fix compiling with Clang: Python's issue 11149 | adam | 1 | -2/+2 |