Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Python symtable module depends on .h files that setup.py doesn't track. | Jeremy Hylton | 2001-10-17 | 1 | -0/+3 |
| | |||||
* | Merge changes from r22a2-branch back into trunk. Also, change patch | Barry Warsaw | 2001-08-22 | 1 | -5/+1 |
| | | | | level to 2.2a2+ | ||||
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+2 |
| | |||||
* | Update the Tix version (long overdue :-). | Guido van Rossum | 2001-03-22 | 1 | -4/+4 |
| | | | | | This is SF patch # #409044, by Internet Discovery: "Update tcl/tk/tix versions". | ||||
* | Mention setup.py in the instructions | Andrew M. Kuchling | 2001-02-27 | 1 | -2/+5 |
| | | | | Add note about linuxaudiodev possibly working on BSD | ||||
* | Remove soundex module, as stated by GvR. | Andrew M. Kuchling | 2001-02-22 | 1 | -3/+0 |
| | | | | | | | (Fred, I'll leave the doc changes to you, because I don't know if you want to delete libsoundex.tex or leave it in. Someone else will have to tweak PC/os2vacpp/{config.c,makefile} and PCbuild/pythoncore.dsp, both of which refer to soundex.c) | ||||
* | Move the signal module back into Setup.config.in so it can be enabled | Andrew M. Kuchling | 2001-02-21 | 1 | -3/+0 |
| | | | | and disabled from the configure script. | ||||
* | Support older PYTHON_API_VERSIONs for backwards compatibility. | Martin v. Löwis | 2001-02-06 | 1 | -3/+1 |
| | |||||
* | Another _testXXX -> _testcapiXXX renaming. | Tim Peters | 2001-02-04 | 1 | -1/+1 |
| | |||||
* | Added new Python C API _test module to the build mechanism on Unix. | Marc-André Lemburg | 2001-02-02 | 1 | -0/+1 |
| | |||||
* | Add entries for the weakref module to the build control. | Fred Drake | 2001-02-01 | 1 | -0/+1 |
| | |||||
* | Add back most of the old contents of Setup.dist, with all the modules | Andrew M. Kuchling | 2001-01-29 | 1 | -2/+368 |
| | | | | commented out. | ||||
* | Bug #129904: Put back the path component for the Tkinter modules | Andrew M. Kuchling | 2001-01-27 | 1 | -0/+3 |
| | |||||
* | The signal module has to be compiled statically, so add it to Setup.dist | Andrew M. Kuchling | 2001-01-17 | 1 | -0/+3 |
| | | | | and remove support for it from setup.py | ||||
* | strop doesn't actually seem to be needed | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+0 |
| | |||||
* | Patch #102588 / PEP 229: | Andrew M. Kuchling | 2001-01-17 | 1 | -366/+5 |
| | | | | | | | The final piece of this change... Strip down Setup.config.in and Setup.dist to the minimal sets required to get a working Python; setup.py will handle the rest | ||||
* | Eric the half-a-wit, driven to berserk rage after repeatedly doing | Eric S. Raymond | 2001-01-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | builds during which he forgot to uncomment crucial library lines in Setup, walks into Guido's East End nightclub with a tactical nuclear weapon on his shoulder. Said nuclear weapon is promptly deployed exactly where it will do the most good, right in the middle of configure.in. With this patch, the set of libraries autoconfigured in is extended to include ndbm, gdbm, and crypt. This essentially eliminates any need to tweak Setup for a normal Linux build. "'E was a fair man. Cruel, but fair." | ||||
* | Committing patch #103216, autodetect of dbmmodule support and building | Barry Warsaw | 2001-01-15 | 1 | -1/+4 |
| | | | | | | of dbmmodule dynamically by default (otherwise it can pull in dependencies with libdb that croak pybsddb3). This change moves the Setup line for dbmmodule to Setup.config.in. | ||||
* | Move the _socket module closer to the SSL-_socket line (mmap and | Thomas Wouters | 2001-01-11 | 1 | -2/+5 |
| | | | | | | xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.) | ||||
* | Adapted version of Eric Raymond's patches to automatically configure | Guido van Rossum | 2001-01-10 | 1 | -0/+4 |
| | | | | | | | curses and readline (for Linux, at least). These are done as shared libraries by default, and so is bsddb -- that seems to make the most sense. | ||||
* | Jeff Epler's xreadlines module, with slight reformatting and some | Guido van Rossum | 2001-01-09 | 1 | -0/+3 |
| | | | | changes for safety and tuning. | ||||
* | Add _curses_panel to Setup | Andrew M. Kuchling | 2000-12-22 | 1 | -1/+2 |
| | |||||
* | Add URL with info for PIL. | Guido van Rossum | 2000-12-12 | 1 | -0/+1 |
| | |||||
* | Rename Setup.in to Setup.dist, and assume that configure will create | Fred Drake | 2000-10-26 | 1 | -0/+437 |
Setup (instead of creating it from the Makefile). |