| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix from upstream for building without threads. | Mike Frysinger | 2006-01-13 | 1 | -0/+24 |
* | Bump version to 2.4.2. | Bryan Østergaard | 2005-09-28 | 2 | -0/+288 |
* | Version bump to fix pcre security vulnerability, bug 104009. | Bryan Østergaard | 2005-09-08 | 2 | -0/+134 |
* | Add support for cross-compiling. Grabbed patches from uClibc/OpenEmbedded. | Mike Frysinger | 2005-08-11 | 2 | -0/+124 |
* | remove pointless directory include | Mike Frysinger | 2005-08-11 | 1 | -29/+14 |
* | Update st_flags patch, bug 94637. | Bryan Østergaard | 2005-07-19 | 1 | -0/+185 |
* | Add st_flags patch, requested in bug 94637. | Bryan Østergaard | 2005-06-16 | 3 | -0/+50 |
* | Updated libdir patch, remove append-flags -fPIC on amd64. | Herbie Hopkins | 2005-06-09 | 1 | -26/+62 |
* | remove zlib from libpython dependency (#90545) | Alastair Tse | 2005-05-29 | 1 | -1/+1 |
* | version bump for 2.4.1, clean up readling, db4 and libdir patch for 2.4.1. | Alastair Tse | 2005-04-27 | 8 | -19/+496 |
* | fixing readline support to not require termcap (#79013). fixed DEPEND | Alastair Tse | 2005-04-20 | 2 | -0/+604 |
* | Removed multiple dirs in sys path. bug# 83109 | Rob Cakebread | 2005-03-19 | 2 | -5/+11 |
* | Version bump. | Rob Cakebread | 2005-02-17 | 1 | -0/+1 |
* | Multilib releated cleanup. | Jeremy Huddleston | 2005-02-07 | 1 | -7/+9 |
* | Multilib releated cleanup. | Jeremy Huddleston | 2005-02-07 | 2 | -0/+171 |
* | Patches and version bumps for security bug# 80592 Python bug# PSF-2005-001 xm... | Rob Cakebread | 2005-02-07 | 8 | -1/+340 |
* | Fixed lib64 patch | Rob Cakebread | 2005-01-05 | 1 | -90/+54 |
* | Added lib64 patch | Rob Cakebread | 2005-01-05 | 1 | -0/+263 |
* | Version bump. Bug# 68775 | Rob Cakebread | 2005-01-05 | 8 | -1/+119 |
* | improvements with tmp log creation with python-updater (#68843) | Alastair Tse | 2004-10-29 | 1 | -3/+12 |
* | adding workaround for -fstack-protector-all (#50309) | Alastair Tse | 2004-09-24 | 2 | -2/+0 |
* | added logic for installing to /usr/lib64, triggered by the CONF_LIBDIR variab... | Travis Tilley | 2004-08-15 | 1 | -0/+263 |
* | Bump version. | Bryan Østergaard | 2004-06-04 | 1 | -0/+1 |
* | version bump to 2.3.4_rc1, stablize 2.3.3-r1 | Alastair Tse | 2004-05-13 | 2 | -9/+10 |
* | various fixes to overcome updating reported updated woes when updating python... | Alastair Tse | 2004-04-16 | 2 | -0/+12 |
* | removing 2.2.1 from tree for security reasons (#44230) | Alastair Tse | 2004-03-11 | 1 | -1/+0 |
* | add fix to make python-2.3.3 db-4.2 (gentoo flavour) aware | Alastair Tse | 2004-02-11 | 1 | -0/+19 |
* | update python-updater thanks to a well spotted mistake by Chris Bainbridge <c... | Alastair Tse | 2004-02-02 | 1 | -1/+1 |
* | re-instating pkg_setup() warning/abort message. added apache mime.types to mi... | Alastair Tse | 2004-01-26 | 2 | -1/+12 |
* | stable bump for python-2.3, remember to run /usr/sbin/python-updater if you a... | Alastair Tse | 2004-01-24 | 2 | -2/+0 |
* | updated python-updater for portage-2.0.50, installed python-updater in | Alastair Tse | 2004-01-22 | 1 | -10/+18 |
* | disabling portage check | Alastair Tse | 2004-01-19 | 1 | -1/+0 |
* | version bump. fix alleged missing socket, reintroduced disabling modules/ssl ... | Alastair Tse | 2004-01-04 | 2 | -0/+37 |
* | Removed disable_modules_and_ssl.patch, see Changelog. | Sven Blumenstein | 2003-12-24 | 1 | -36/+0 |
* | cleanup | Alastair Tse | 2003-12-05 | 1 | -1/+0 |
* | ucs4 is now default for python-2.3. python-updater has some added options. | Alastair Tse | 2003-11-22 | 2 | -10/+31 |
* | cleanup | Alastair Tse | 2003-11-12 | 6 | -5/+16 |
* | Prettier fPIC support | Daniel Ahlberg | 2003-11-12 | 1 | -0/+15 |
* | many changes to handling of useflags and dependencies | Alastair Tse | 2003-11-01 | 2 | -0/+71 |
* | bsddb4 fixes | Alastair Tse | 2003-10-27 | 2 | -2/+3 |
* | fixes for python_dontcompile patch for 2.2.3 | Alastair Tse | 2003-10-22 | 2 | -8/+13 |
* | add python-2.2* that supports PYTHON_DONTCOMPILE and compiles modules with th... | Alastair Tse | 2003-10-17 | 4 | -8/+11 |
* | fix silly typo which made my last patch have no real effect | Alastair Tse | 2003-10-10 | 1 | -1/+1 |
* | fixed a couple more bugs with python-2.3. holding off introducing a newer pyt... | Alastair Tse | 2003-10-09 | 3 | -8/+100 |
* | add pyc/pyo disabling patch | Alastair Tse | 2003-10-08 | 2 | -0/+18 |
* | whee .. new python | Alastair Tse | 2003-10-07 | 6 | -2/+264 |
* | patch python for db4 compat. also force enabling threads | Alastair Tse | 2003-07-03 | 2 | -0/+25 |
* | removing lockfile | Robin H. Johnson | 2003-07-03 | 1 | -1/+0 |
* | Add frozen lock support | Robin H. Johnson | 2003-07-03 | 1 | -0/+1 |
* | new version for python with many bugfixes | Alastair Tse | 2003-06-02 | 2 | -0/+4 |