Yamashita, Yuu
5f0056886a
Add OPENSSL_NO_SSL3
patch for 2.7.3 .. 2.7.8
2015-12-18 14:24:37 +00:00
Yamashita, Yuu
bc322b0238
Add OPENSSL_NO_SSL3
patch for 2.7.9
2015-12-18 14:24:22 +00:00
Yamashita, Yuu
6251c3bad5
Add OPENSSL_NO_SSL3
patch for 3.3.x
2015-12-18 13:47:09 +00:00
Yamashita, Yuu
526fa03968
Add OPENSSL_NO_SSL3
patch for 3.4.x
2015-12-18 13:46:56 +00:00
Yamashita, Yuu
3185dee8a2
Copied OPENSSL_NO_SSL3
patch to 2.7 series ( #495 )
2015-12-09 01:18:41 +00:00
Chris AtLee
dbf8b2fb65
Adding SSL patch to build 2.7.3 on Debian
2015-12-06 09:53:05 -05:00
Yamashita, Yuu
0c81c97926
remove patch that cannot be applied to CPython 3.1.1 and 3.1.2 ( #421 )
2015-08-18 10:57:26 +09:00
Yamashita, Yuu
ec3b7d815d
add fortify_crash_workaround
patch for CPython (>= 2.4, <= 2.4.3) ( #422 )
2015-08-16 13:29:44 +09:00
Yamashita, Yuu
461ae27a19
add patches for 3.1, 3.1.1, 3.1.2 to fix build with recent version of openssl ( fixes #421 )
2015-08-15 13:34:34 +09:00
Jeff Tang
7a6eb38a36
add patches to stop '/Library/Python/X.X/site-packages' from being added
...
to sys.path
2015-07-07 11:14:14 -04:00
Jeff Tang
bc025641c2
add patches to stop '/Library/Python/X.X/site-packages' from being added to sys.path
2015-04-14 15:33:37 -04:00
srubenst
fe2412c95d
add patches to stop '/Library/Python/X.X/site-packages' from being added to sys.path
2014-12-12 11:49:01 +02:00
srubenst
268f965421
add a patch to allow building 2.6.9 on osx 10.9
2014-11-14 11:51:02 +02:00
Makoto Sasaki
d7f4aa02ed
Add CPython 3.2.6 and CPython 3.3.6 ( fixes #253 )
2014-10-12 20:41:49 +09:00
Makoto Sasaki
6790e3e18a
Add CPython 3.2.6rc1 and CPython 3.3.6rc1 ( fixes #248 )
2014-10-05 02:07:12 +09:00
Dwayne Litzenberger
a465cb808c
Add 2.1.3, 2.2.3, 2.3.7
...
Just enough to run PyCrypto's test suite.
2014-06-22 02:05:30 -07:00
Yamashita Yuu
d496c03497
Remove diff --git a/
from patches ( #189 )
...
The `diff --git a/` indicates that the patch is generated from `git diff`
and it should be applied with `patch -p1`. Because the patches bundled
with python-build have already re-formated for `patch -p0`, this is not
the desired behaviour.
Just removing `diff --git` from patches will force python-build to apply
those patches with `patch -p0`.
2014-06-11 12:17:20 +09:00
Yamashita Yuu
8e60ad8c6d
Fix build of Tkinter with Tcl/Tk 8.6 ( fixes #131 )
2014-04-03 22:35:35 +09:00
Yamashita, Yuu
a841f42d53
Merge pull request #152 from yyuu/readline63
...
Fix CPython build problem with Readline 6.3 (fixes #126 , fixes #149 )
2014-04-03 22:18:36 +09:00
Yamashita Yuu
9eef6c536b
The 2.6
branch no longer exists in CPython repo
2014-03-29 17:37:53 +09:00
Yamashita Yuu
d737ae9f03
Fix build problem of CPython 3.1 with Readline 6.3 ( #126 , #131 , #149 )
2014-03-29 16:41:26 +09:00
Yamashita Yuu
2da9bfd1f8
Fix build problem of CPython 3.2 with Readline 6.3 ( #126 , #131 , #149 )
2014-03-29 16:37:06 +09:00
Yamashita Yuu
3136fce0c0
Fix build problem of CPython 3.3 with Readline 6.3 ( #126 , #131 , #149 )
...
The patch was taken from CPython 3.3.5
2014-03-29 16:36:56 +09:00
Yamashita Yuu
cce1960de0
Fix build problem of CPython 2.6 with Readline 6.3 ( #126 , #131 , #149 )
2014-03-29 16:36:36 +09:00
Yamashita Yuu
6641e291ee
Fix build problem of CPython 2.7 with Readline 6.3 ( #126 , #131 , #149 )
...
The patch was taken from latest changes in CPython 2.7
* http://hg.python.org/cpython/rev/79b82ebc4fd1
* http://hg.python.org/cpython/rev/5e42e5764ac6
* http://hg.python.org/cpython/rev/0b5b0bfcc7b1
2014-03-29 16:29:21 +09:00
Yamashita Yuu
02e073a503
remove useless patch from 2.6-dev
2013-11-20 19:06:40 +09:00
Yamashita Yuu
ccc51244e3
Add CPython 2.6.9
2013-11-01 17:13:29 +09:00
Yamashita Yuu
10221d51f1
Add 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5
2013-08-02 00:32:09 +09:00
Yamashita Yuu
2646c6c159
Add _multiarch_ patch to fix build of CPython 2.4.x
2013-08-01 17:26:37 +09:00
Yamashita Yuu
0c38147fcb
Fix build of native modules of Carbon/ncurses on OS X 10.7
2013-07-20 20:53:38 +09:00
Yamashita Yuu
fa35e792c1
Backport libffi-osx
from 2.7.5 to build ctypes
on OS X ( #33 )
2013-07-19 21:47:51 +09:00
Yamashita Yuu
f5807424c2
Add patches for 2.5 to fix biuld on OS X 10.7/10.8 ( #33 )
2013-07-19 18:08:02 +09:00
Yamashita Yuu
2cc2c22094
add SSLv2 patch for 2.7 and 2.7.1
2013-06-04 20:18:16 +09:00
Yamashita Yuu
5fbc3ae3d5
add ssl patch for 3.1.3 and 3.2 ( #22 )
2013-05-23 12:07:19 +09:00
Yamashita Yuu
9ae12a7c22
add CPython development versions (2.[67]-dev, 3.[1234]-dev)
2013-05-21 16:38:11 +09:00
Yamashita Yuu
f01d1d1064
move patches into ./share to fix the install.sh
2013-05-09 00:11:52 +09:00