| Commit message (Expand) | Author | Age | Files | Lines |
* | GNU coding guidelines say that ``make check`` should verify the build. That | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
|
|
* | Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared | Gregory P. Smith | 2008-09-02 | 1 | -5/+5 |
|
|
* | Generate the PatternGrammar pickle during "make install". | Martin v. Löwis | 2008-08-01 | 1 | -1/+1 |
|
|
* | add multiprocessing to the Makefile | Benjamin Peterson | 2008-06-20 | 1 | -0/+1 |
|
|
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -4/+2 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+0 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -2/+11 |
|
|
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -0/+1 |
|
|
* | Remove directories that no longer exist. | Georg Brandl | 2008-05-20 | 1 | -2/+2 |
|
|
* | Add html package so it gets installed and more tests work (from installed copy) | Neal Norwitz | 2008-05-20 | 1 | -1/+1 |
|
|
* | GHOP #217: add support for compiling Python with coverage checking enabled. | Georg Brandl | 2008-05-18 | 1 | -0/+6 |
|
|
* | Add "tkinter" to the list of directories to install. | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
|
|
* | Install the json package and tests as well as the lib2to3 tests | Neal Norwitz | 2008-05-14 | 1 | -1/+2 |
|
|
* | Remove leftovers from reverted setuptools checkin (they were added in r45525). | Marc-André Lemburg | 2008-05-13 | 1 | -2/+0 |
|
|
* | make message slightly more informative, so there's no chance of misunderstand... | Benjamin Peterson | 2008-05-12 | 1 | -1/+1 |
|
|
* | Put Lib/lib-old back on to sys.path for module renames. | Brett Cannon | 2008-05-11 | 1 | -1/+3 |
|
|
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 1 | -1/+2 |
|
|
* | Fix for issue #2573: Can't change the framework name on OS X builds | Ronald Oussoren | 2008-05-02 | 1 | -15/+6 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 1 | -0/+2 |
|
|
* | 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 |
|
|