Ronald Oussoren
392cafba4f
Port of universal binary support for Mac OSX from python 2.5. This takes away
...
the need for the out-of-tree universal binary support that was used to build
the 2.4.3 installer.
Missing here relative to that tree are some changes to IDLE, IMHO those patches
aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE.
2006-10-08 17:41:25 +00:00
Andrew M. Kuchling
12b23caae7
[Patch #1464056 ] Ensure that we use the panelw library when linking with ncursesw
2006-08-07 00:37:19 +00:00
Tim Peters
a6c0c202f5
Mechanical whitespace normalization.
2006-03-23 19:07:46 +00:00
Martin v. Löwis
bdba3b6d72
Patch #428494 : Prefer linking against ncursesw over ncurses library
2006-02-11 15:55:22 +00:00
Neal Norwitz
4f702c49bc
Find bdb4 correctly on gentoo systems (this matches head)
2006-01-25 08:18:43 +00:00
Gregory P. Smith
88f669a757
backport of commit 42169
...
adds support for compiling against BerkeleyDB 4.4.x
2006-01-24 10:02:02 +00:00
Georg Brandl
2043472c8d
Bug #999767 : make setup.py obey Setup.local wrt shared modules
2005-12-27 18:24:30 +00:00
Andrew MacIntyre
2ad5848e50
backport v1.216: add support for another DB library naming convention \n(FreeBSD ports) - patch #1146231
2005-03-09 22:27:24 +00:00
Martin v. Löwis
ad80c6bb2a
Build with --disable-unicode again. Fixes #1158607 .
2005-03-08 15:05:18 +00:00
Gregory P. Smith
a5debf7732
* reworked berkeleydb include and library detection code in setup.py
...
to make sure the library version that matches the header file is used.
* update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support
2004-12-19 22:25:32 +00:00
Martin v. Löwis
fba7369824
Patch #1050475 : Fix various x86_64 build issues
...
regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems.
_tkinter.c: replace %.8x with %p for printing pointers.
setup.py: add lib64 into the library directories.
2004-11-13 11:13:35 +00:00
Anthony Baxter
22dcf66f84
Patch 983206: distutils obeys LDSHARED env var. Removed the code in
...
Python's own setup.py that did the same thing (and tested on Solaris,
where LDSHARED is needed...)
2004-10-13 15:54:17 +00:00
Brett Cannon
35b93d9720
Add the directories where DarwinPorts installs library and include files to
...
the proper path directories for compiling extension modules.
2004-09-28 03:49:52 +00:00
Andrew M. Kuchling
57269d0c7c
Remove mpz, rotor, xreadlines modules
2004-08-31 13:37:25 +00:00
Tim Peters
66cb018c96
Whitespace normalization.
2004-08-26 05:23:19 +00:00
Brett Cannon
cc8a4f6563
When building with --disable-toolbox-glue under Darwin, skip building any
...
Mac-specific modules. Before all modules were compiled but would fail thanks
to a dependence on the code included when Python was built without the compiler
flag.
Closes bug #991962 .
2004-08-26 01:44:07 +00:00
Hye-Shik Chang
f64700a512
Add support for FreeBSD 6.
2004-08-18 15:13:41 +00:00
Tim Peters
f9cbf21157
Whitespace normalization.
2004-07-23 02:50:10 +00:00
Hye-Shik Chang
ad00913cf0
ossaudiodev is available on FreeBSD 5 too.
2004-07-20 01:42:06 +00:00
Neal Norwitz
5e4a3b86b3
Move comment that goes along with audioop
2004-07-19 16:55:07 +00:00
Martin v. Löwis
8fbefe2874
Patch #993173 : Enable audioop on 64-bit platforms.
2004-07-19 16:42:20 +00:00
Tim Peters
e6ddc8b20b
Whitespace normalization. Ran reindent.py over the entire source tree.
2004-07-18 05:56:09 +00:00
Hye-Shik Chang
2bb146f2f4
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
...
and installed layouts to make maintenance simple and easy. And it
also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004
and iso2022-jp-2004.
2004-07-18 03:06:29 +00:00
Jack Jansen
84b7447752
_localemodule now needs to be linked with CoreFoundation on darwin.
2004-07-15 19:56:25 +00:00
Skip Montanaro
852f79993f
Install Barry's smtpd.py daemon.
2004-06-26 22:29:42 +00:00