| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds a profile-opt target for easy compilation of a python binary using | Gregory P. Smith | 2008-04-13 | 1 | -1/+29 |
|
|
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 | 1 | -0/+2 |
|
|
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -2/+0 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+9 |
|
|
* | Install lib2to3. | Martin v. Löwis | 2008-03-22 | 1 | -0/+3 |
|
|
* | Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does | Brett Cannon | 2008-03-18 | 1 | -0/+4 |
|
|
* | Added dependency rules for Objects/stringlib/*.h | Christian Heimes | 2008-02-24 | 1 | -14/+14 |
|
|
* | Added dependencies for stringobject.o. This should fix failing tests in test... | Eric Smith | 2008-02-19 | 1 | -0/+8 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+16 |
|
|
* | Fix the reindent rule to use $(BUILDPYTHON). | Brett Cannon | 2008-01-29 | 1 | -1/+1 |
|
|
* | Make 'testall' work again when building in a separate directory. | Thomas Wouters | 2008-01-26 | 1 | -1/+1 |
|
|
* | Make's MAKEFLAGS variable is set to a string containing the single-letter | Brett Cannon | 2008-01-21 | 1 | -1/+1 |
|
|
* | A bunch of header files were not listed as dependencies for object files. Cha... | Christian Heimes | 2008-01-21 | 1 | -7/+29 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -0/+3 |
|
|
* | The new float repr causes too much trouble and pain. I'm disabling the featur... | Christian Heimes | 2007-12-11 | 1 | -1/+0 |
|
|
* | Backport of r59456:59458 from py3k to trunk | Christian Heimes | 2007-12-10 | 1 | -0/+1 |
|
|
* | Final fix for #1403 | Christian Heimes | 2007-11-21 | 1 | -0/+2 |
|
|
* | Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. | Martin v. Löwis | 2007-11-12 | 1 | -0/+3 |
|
|
* | Get rid of warning about not being able to create an existing directory. | Neal Norwitz | 2007-10-12 | 1 | -1/+1 |
|
|
* | Issue1704287: "make install" fails unless you do "make" first. Make | Sean Reifscheider | 2007-09-21 | 1 | -3/+4 |
|
|
* | Newer autoconf versions (from 2.60) want a 'datarootdir' definition in | Ronald Oussoren | 2007-09-09 | 1 | -0/+3 |
|
|
* | #1095: ln -f doesn't work portably, fix in Makefile. | Georg Brandl | 2007-09-07 | 1 | -1/+2 |
|
|
* | Patch #786737: Allow building in a tree of symlinks pointing to | Martin v. Löwis | 2007-09-05 | 1 | -1/+2 |
|
|
* | - Makefile.pre.in(buildbottest): Remove whitespace at eol. | Matthias Klose | 2007-09-04 | 1 | -3/+3 |
|
|
* | - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify | Matthias Klose | 2007-09-04 | 1 | -0/+4 |
|
|
* | Patch 1673122: be explicit about which libtool to use, to avoid name clashes | Ronald Oussoren | 2007-07-09 | 1 | -1/+1 |
|
|
* | add parsetok.h as a dependency - previously, changing this file doesn't | Anthony Baxter | 2007-01-12 | 1 | -0/+3 |
|
|
* | #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force | Georg Brandl | 2006-12-08 | 1 | -1/+1 |
|
|
* | [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from bein... | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
|
|
* | Move peephole optimizer to separate file. | Jeremy Hylton | 2006-08-21 | 1 | -0/+1 |
|
|
* | Fix makefile changes for python-config. | Georg Brandl | 2006-07-30 | 1 | -2/+2 |
|
|
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -1/+1 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 1 | -1/+3 |
|
|
* | Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead | Ronald Oussoren | 2006-07-25 | 1 | -1/+1 |
|
|
* | Patch #1523356: fix determining include dirs in python-config. | Georg Brandl | 2006-07-24 | 1 | -2/+3 |
|
|
* | macosx: Install a libpython2.5.a inside the framework as a symlink to the actual | Ronald Oussoren | 2006-06-27 | 1 | -0/+3 |
|
|
* | Verify buildbot picks up these changes (really needs testing after last chang... | Neal Norwitz | 2006-06-27 | 1 | -1/+1 |
|
|
* | Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. | Neal Norwitz | 2006-06-27 | 1 | -1/+1 |
|
|
* | Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to | Ronald Oussoren | 2006-06-25 | 1 | -1/+1 |
|
|
* | Copy the wsgiref package during make install. | Neal Norwitz | 2006-06-22 | 1 | -1/+1 |
|
|
* | Remove message about using make frameworkinstall, that's no longer necesssary | Ronald Oussoren | 2006-06-11 | 1 | -6/+0 |
|
|
* | Bug #1502728: Correctly link against librt library on HP-UX. | Georg Brandl | 2006-06-08 | 1 | -1/+1 |
|
|
* | And the last bit: move IDLE one level up and adjust makefiles | Ronald Oussoren | 2006-06-07 | 1 | -9/+7 |
|
|
* | * Ensure that "make altinstall" works when the tree was configured | Ronald Oussoren | 2006-06-06 | 1 | -3/+7 |
|
|
* | Revert last checkin, it is better to do make distclean | Neal Norwitz | 2006-05-31 | 1 | -10/+1 |
|
|
* | I'm impatient. I think this will fix a few more problems with the buildbots. | Neal Norwitz | 2006-05-30 | 1 | -1/+10 |
|
|
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -1/+1 |
|
|
* | Integrate installing a framework in the 'make install' | Ronald Oussoren | 2006-05-26 | 1 | -3/+5 |
|
|
* | Rework the build system for osx applications: | Ronald Oussoren | 2006-05-14 | 1 | -12/+5 |
|
|
* | Patch 1471883: --enable-universalsdk on Mac OS X | Ronald Oussoren | 2006-04-29 | 1 | -4/+30 |
|
|