Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comments about mpz, pointing to gmpy and mxNumber rather than | Guido van Rossum | 2001-12-17 | 1 | -2/+4 |
| | | | | to the non-existing pympz (did that ever exist?). | ||||
* | build CoreGraphics under darwin | Just van Rossum | 2001-12-13 | 1 | -0/+3 |
| | |||||
* | Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings | Jack Jansen | 2001-12-12 | 1 | -0/+2 |
| | | | | but compiles OK. | ||||
* | Mods to make WASTE module compile and link for MachoPython. Not tested | Jack Jansen | 2001-12-09 | 1 | -1/+19 |
| | | | | any further, yet. | ||||
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 1 | -0/+7 |
| | | | | | | | distutils for the library modules built as shared objects. A better solution appears possible, but with the threat that the distutils becomes more magical ("complex"). This closes SF bug #458343. | ||||
* | Wrap some long lines. | Fred Drake | 2001-12-06 | 1 | -11/+21 |
| | |||||
* | [Bug #480882] Remove now-pointless check for existence for _curses_panel.c; | Andrew M. Kuchling | 2001-12-06 | 1 | -2/+1 |
| | | | | Bugfix candidate. | ||||
* | As of OS X 10.1.1 the version numbering scheme has changed. Convert all ↵ | Jack Jansen | 2001-12-05 | 1 | -4/+6 |
| | | | | "darwin*" to "darwin" and use that for testing. | ||||
* | Support bsddb 3.2. Fixes #483653. | Martin v. Löwis | 2001-11-24 | 1 | -1/+3 |
| | |||||
* | The import check in setup.py fails on Mac OS X for Carbon-based modules | Jack Jansen | 2001-11-01 | 1 | -0/+5 |
| | | | | | | | if you are not building while logged in to the console (you cannot connect to the window server, so the Carbon library doesn't initialize). Added a quick hack to skip the import test, with a warning, for modules linked against Carbon. | ||||
* | Link the core with CoreServices, not with Carbon, and don't use any Carbon | Jack Jansen | 2001-10-31 | 1 | -25/+45 |
| | | | | | | | | | | routines. As of 10.1 using Carbon will crash Python if no window server is available (ssh connection, console mode, MacOSX Server). This fixes bug #466907. A result of this mod is that the default 8bit encoding on OSX is now ASCII, for the time being. Also, the extension modules that need the Carbon framework now explicitly include it in setup.py. | ||||
* | - Build dbm module using libdb1 if it's available. This fixes SF bug "[ | Neil Schemenauer | 2001-10-21 | 1 | -0/+5 |
| | | | | | | | #230075 ] dbmmodule build fails on Debian GNU/Linux unstable (Sid)". - Build bsddb module with libdb3 if it's available. It also fixes a bug that causes the build of bsddb to fail on Debian if bsddb3-dev is installed. | ||||
* | The Python symtable module depends on .h files that setup.py doesn't track. | Jeremy Hylton | 2001-10-17 | 1 | -1/+0 |
| | |||||
* | Add entry for HotShot. | Fred Drake | 2001-10-12 | 1 | -0/+1 |
| | |||||
* | Do not add -shared to linker_so. Any necessary options should already be | Martin v. Löwis | 2001-10-08 | 1 | -4/+1 |
| | | | | in LDSHARED. | ||||
* | Fix a spelling error that has been bugging me for longer than I care to admit. | Greg Ward | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | [Patch #462258] On Cygwin, don't build Tkinter unless the X header files | Andrew M. Kuchling | 2001-09-18 | 1 | -0/+7 |
| | | | | can be found. | ||||
* | [Patch #462255, from Jason Tishler] Re-enables building the resouce | Andrew M. Kuchling | 2001-09-17 | 1 | -2/+1 |
| | | | | module on the Cygwin platform. | ||||
* | Comment tweak: point to Robin Dunn's pybsddb project on SourceForge. | Greg Ward | 2001-09-13 | 1 | -2/+2 |
| | |||||
* | On MacOSX built the toolbox extension modules iff we're building with | Jack Jansen | 2001-09-04 | 1 | -25/+31 |
| | | | | | | --enable-framework. Some modules that are also useful outside a fullblown application are always built. | ||||
* | Disabled _curses modules on MacOSX. The curses version is a 1994 BSD | Jack Jansen | 2001-09-04 | 1 | -1/+2 |
| | | | | curses, far too old for _cursesmodule.c. | ||||
* | Merge changes from r22a2-branch back into trunk. Also, change patch | Barry Warsaw | 2001-08-22 | 1 | -4/+0 |
| | | | | level to 2.2a2+ | ||||
* | This is supposed to help configure better sort out the various libdb | Skip Montanaro | 2001-08-21 | 1 | -1/+7 |
| | | | | | incarnations. It's probably not quite sufficient, but should be better than the status quo... | ||||
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+7 |
| | | | | | | | | - Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled - check for Py_USING_UNICODE in all places that use Unicode functions - disables unicode literals, and the builtin functions - add the types.StringTypes list - remove Unicode literals from most tests. | ||||
* | Link readline module with ncurses in preference to termcap. [Bug ##441580] | Andrew M. Kuchling | 2001-08-16 | 1 | -3/+5 |
| | | | | Remove pointless comment | ||||
* | On OSX we should not pass the -shared option to ld: it make the build | Jack Jansen | 2001-08-15 | 1 | -1/+4 |
| | | | | | | of audioop and cmath fail. Removing it seems to have no adverse consequences. Closes bug #450510. | ||||
* | Get OPT from the environment to build the CCSHARED command. | Martin v. Löwis | 2001-08-10 | 1 | -2/+2 |
| | | | | Fixes the problem reported in bug #438786. | ||||
* | Commented out most of the MacPython modules. There is a discussion on the | Jack Jansen | 2001-08-08 | 1 | -25/+25 |
| | | | | | | pythonmac-sig about turning this all into a package, so in the mean time there is no reason to scribble all over people's disks. Interested parties can uncomment them. | ||||
* | Replace moddir and incdir by | Jack Jansen | 2001-08-05 | 1 | -5/+62 |
| | | | | | | | | | moddirlist and incdirlist, lists of source and include directories that are searched for modules. This is needed because the Mac modules and include files live in the Mac subtree. In addition (and that's actually what the mod is all about) on OSX we build all the Mac extension modules. | ||||
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Patch #443669: Permit _tkinter to build on cygwin32. | Martin v. Löwis | 2001-07-24 | 1 | -3/+7 |
| | |||||
* | Fix bug #437487: "2.1 build on Solaris fails if CC is set" | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+2 |
| | | | | by adding the contents of CCSHARED to the compiler specified by CC | ||||
* | Patch #411055 from MvL: import each extension after building it, and | Andrew M. Kuchling | 2001-05-21 | 1 | -0/+14 |
| | | | | | delete ones that can't be imported due to missing symbols or other causes. | ||||
* | Trim out some cruft | Andrew M. Kuchling | 2001-05-21 | 1 | -6/+0 |
| | |||||
* | Fix bug #232619: fix misleading warning on installing to lib-dynload | Andrew M. Kuchling | 2001-05-21 | 1 | -1/+10 |
| | |||||
* | Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or | Guido van Rossum | 2001-04-15 | 1 | -3/+17 |
| | | | | | | | | | | later. This assumes that zlib.h has a line of the form #define ZLIB_VERSION "1.1.3" This solves the problem where a zlib installation is found but it is an older version -- this would break the build, while a better solution is to simply ignore that zlib installation. | ||||
* | Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix | Martin v. Löwis | 2001-03-21 | 1 | -15/+1 |
| | | | | | by requiring it. Also remove commentary from Setup.dist about commenting in and out stuff. | ||||
* | Tidy up the ordering of include and library directories, putting | Andrew M. Kuchling | 2001-03-17 | 1 | -4/+4 |
| | | | | | /usr/local first and leaving /usr/include at the end. This addresses the comments in bug #232609. | ||||
* | Disable the dl module | Andrew M. Kuchling | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Fix for bug #405007: prefix subdir to scripts in order to build in | Andrew M. Kuchling | 2001-02-28 | 1 | -0/+4 |
| | | | | a subdirectory. | ||||
* | Install the pydoc script | Andrew M. Kuchling | 2001-02-28 | 1 | -1/+4 |
| | |||||
* | Fix for bug #404875: fix typo in setup.py | Andrew M. Kuchling | 2001-02-28 | 1 | -1/+1 |
| | |||||
* | Patch #404680: disables the nis module and enables the dl module when | Andrew M. Kuchling | 2001-02-27 | 1 | -6/+7 |
| | | | | | building under Cygwin. Makes some fixes to the dlmodule in order to compile with Cygwin. | ||||
* | Patch #103899: Don't compile modules configured in Setup. This seems much | Andrew M. Kuchling | 2001-02-23 | 1 | -0/+16 |
| | | | | | simpler than adding a bazillion switches, but means that the makesetup method probably can't ever go away completely. Oh well... | ||||
* | Patch #103937: Attempt to get the BSDDB autodetection right (or at least | Andrew M. Kuchling | 2001-02-23 | 1 | -10/+15 |
| | | | | less wrong) | ||||
* | Patch #103544: always compile the dl and nis modules on Unix; let's see | Andrew M. Kuchling | 2001-02-21 | 1 | -2/+9 |
| | | | | where they break. | ||||
* | BeOS doesn't have a libm.a, either; noted by Donn Cave | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+3 |
| | |||||
* | Part of patch #103544: fix detection of BSDDB on BSD systems | Andrew M. Kuchling | 2001-02-06 | 1 | -6/+5 |
| | |||||
* | Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3 | Andrew M. Kuchling | 2001-02-06 | 1 | -8/+4 |
| | | | | packages | ||||
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -1/+1 |
| |