| Commit message (Expand) | Author | Age | Files | Lines |
* | In the altbininstall target, which is the first subtarget for "make install", | Jack Jansen | 2002-08-06 | 1 | -1/+7 |
|
|
* | Use the -n option of ln in stead of -h, as it also works with other ln's | Jack Jansen | 2002-08-04 | 1 | -9/+9 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -2/+4 |
|
|
* | Replaced python.app target with osxapps (it builds more than | Jack Jansen | 2002-08-02 | 1 | -3/+3 |
|
|
* | - Get _environ through the NSEnviron call in a MacOSX framework. This allows | Jack Jansen | 2002-08-01 | 1 | -28/+21 |
|
|
* | Get rid of the DEFS variable. The only thing this was used for was to | Guido van Rossum | 2002-07-30 | 1 | -2/+1 |
|
|
* | Patch #553702: Cygwin make install patch | Jason Tishler | 2002-07-29 | 1 | -7/+11 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -3/+3 |
|
|
* | Add test_zlib and test_struct to list of slow tests | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Patch #557719 by Tony Lownds, slightly massaged by me: streamline the | Jack Jansen | 2002-06-21 | 1 | -0/+6 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -1/+2 |
|
|
* | Patch #553678: Cygwin Makefile.pre.in vestige patch | Jason Tishler | 2002-05-15 | 1 | -1/+0 |
|
|
* | Patch #553230: Create LIBDIR if necessary. Bugfix candidate. | Martin v. Löwis | 2002-05-08 | 1 | -1/+1 |
|
|
* | - New builtin function enumerate(x), from PEP 279. Example: | Guido van Rossum | 2002-04-26 | 1 | -0/+2 |
|
|
* | pgen now needs pymalloc | Neil Schemenauer | 2002-04-22 | 1 | -0/+1 |
|
|
* | Eliminate use of LIBOBJS which is an error in autoconf 2.53. | Martin v. Löwis | 2002-04-05 | 1 | -2/+2 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -0/+2 |
|
|
* | Patch #527027: Allow building python as shared library. | Martin v. Löwis | 2002-03-29 | 1 | -28/+26 |
|
|
* | Build obmalloc.c directly instead of #include'ing from object.c. | Tim Peters | 2002-03-23 | 1 | -2/+1 |
|
|
* | SF patch #524005 by Paul Eggert. | Guido van Rossum | 2002-02-28 | 1 | -1/+1 |
|
|
* | Two OSX fixes related to switching Python versions in an existing sourcetree: | Jack Jansen | 2002-02-12 | 1 | -8/+9 |
|
|
* | Use BLDLIBRARY to build extension modules. Fixes #504252. | Martin v. Löwis | 2002-01-17 | 1 | -2/+2 |
|
|
* | 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 |
|
|