| Commit message (Expand) | Author | Age | Files | Lines |
* | When running regen for the plat directories we should use the BUILDEXT | Jack Jansen | 2001-12-19 | 1 | -1/+1 |
|
|
* | Test wether we are building on a case-insensitive filesystem (such | Jack Jansen | 2001-12-06 | 1 | -16/+18 |
|
|
* | The parser now also needs to link with mysnprintf.o. | Guido van Rossum | 2001-12-04 | 1 | -0/+1 |
|
|
* | The parser doesn't need its own implementation of assert, and having its | Tim Peters | 2001-12-04 | 1 | -1/+0 |
|
|
* | LIBSUBDIRS: Add test/data so it gets installed and test_email.py can | Barry Warsaw | 2001-12-03 | 1 | -2/+2 |
|
|
* | Compute thread headers through shell expansion in configure. | Martin v. Löwis | 2001-12-02 | 1 | -1/+1 |
|
|
* | Add hotshot to LIBSUBDIRS. Fixes #484642. | Martin v. Löwis | 2001-11-24 | 1 | -1/+1 |
|
|
* | Now that Misc/Makefile.pre.in is gone, do not attempt to install it. | Fred Drake | 2001-10-26 | 1 | -1/+0 |
|
|
* | Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski) | Guido van Rossum | 2001-10-20 | 1 | -2/+2 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 1 | -0/+2 |
|
|
* | SF patch #471894: Makefile installs pydoc incorrectly | Guido van Rossum | 2001-10-17 | 1 | -0/+1 |
|
|
* | Add dependencies for the weakref object. | Fred Drake | 2001-10-05 | 1 | -0/+2 |
|
|
* | Clarify the warning about the relative dates of Setup.dist and Setup; | Guido van Rossum | 2001-09-29 | 1 | -0/+1 |
|
|
* | Install the new compiler and email packages | Andrew M. Kuchling | 2001-09-28 | 1 | -0/+1 |
|
|
* | Sort the headers in PYTHON_HEADERS alphabetically. Add | Guido van Rossum | 2001-09-18 | 1 | -31/+32 |
|
|
* | When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silence | Guido van Rossum | 2001-09-12 | 1 | -1/+4 |
|
|
* | When frameworks are not enabled don't put an empty target in the Makefile. | Jack Jansen | 2001-09-11 | 1 | -5/+5 |
|
|
* | Always compile gcmodule. | Neil Schemenauer | 2001-08-29 | 1 | -1/+2 |
|
|
* | Add dependencies for Python/thread.c on all of the header files that | Guido van Rossum | 2001-08-18 | 1 | -0/+4 |
|
|
* | The OSX framework Headers symlink pointed the wrong way. Fixed. | Jack Jansen | 2001-08-17 | 1 | -1/+1 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -2/+2 |
|
|
* | Strip trailing whitespace, including two lines containing only one or | Guido van Rossum | 2001-08-17 | 1 | -11/+11 |
|
|
* | Lots of changes in the framework support: | Jack Jansen | 2001-08-15 | 1 | -4/+75 |
|
|
* | Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. | Martin v. Löwis | 2001-08-10 | 1 | -1/+1 |
|
|
* | Removed special rule for Mac/Python/macglue.o, it is not needed anymore. | Jack Jansen | 2001-08-08 | 1 | -3/+0 |
|
|
* | Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671. | Martin v. Löwis | 2001-08-02 | 1 | -2/+2 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+2 |
|
|
* | This patch turns the Python API mismatch notice into a standard | Marc-André Lemburg | 2001-07-31 | 1 | -0/+1 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -5/+5 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -10/+10 |
|
|
* | Thomas, I don't care about unset either, but setting PYTHONHOME= | Guido van Rossum | 2001-07-19 | 1 | -2/+1 |
|
|
* | Patch #418659: Fixes for UnixWare and ReliantUnix. | Martin v. Löwis | 2001-07-19 | 1 | -4/+1 |
|
|
* | Avoid the use of 'unset', which isn't available on all platforms. Fixes SF | Thomas Wouters | 2001-07-19 | 1 | -1/+1 |
|
|
* | Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include | Jack Jansen | 2001-06-19 | 1 | -0/+4 |
|
|
* | Acknowledge the existence of the 'platform' file, generated by the | Guido van Rossum | 2001-06-06 | 1 | -1/+1 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 1 | -5/+7 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -0/+2 |
|
|
* | Fix compileall.py so that it fails on SyntaxErrors | Jeremy Hylton | 2001-04-18 | 1 | -2/+3 |
|
|
* | Remove shared libraries as part of "make clean" rather than in "make | Guido van Rossum | 2001-04-14 | 1 | -1/+2 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -1/+4 |
|
|
* | Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to | Neil Schemenauer | 2001-04-10 | 1 | -10/+11 |
|
|
* | Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't | Guido van Rossum | 2001-04-09 | 1 | -1/+1 |
|
|
* | - Remove WITH makefile variable. Its not used for anything. | Neil Schemenauer | 2001-03-22 | 1 | -13/+4 |
|
|
* | Install the Python DLL with execute priviledge set. This is required for | Neil Schemenauer | 2001-03-16 | 1 | -1/+1 |
|
|
* | Move all knowledge that $(MAINOBJ) is built in the Modules/ directory | Fred Drake | 2001-03-06 | 1 | -4/+5 |
|
|
* | Added `memtest' target which excludes the quicktest modules plus | Barry Warsaw | 2001-03-03 | 1 | -0/+7 |
|
|
* | Use | Guido van Rossum | 2001-03-01 | 1 | -2/+2 |
|
|
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 1 | -0/+1 |
|
|
* | Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name. | Neil Schemenauer | 2001-02-27 | 1 | -8/+8 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+1 |
|
|