Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a regrtest option to re-run in verbose mode immediately after a test ↵ | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
| | | | | fails, and use that option on the buildbots. | ||||
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+2 |
| | | | | | | | Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile. | ||||
* | Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. | Mark Dickinson | 2009-09-24 | 1 | -1/+2 |
| | | | | Thanks egreen. | ||||
* | Fix build issues on OSX 10.6 (issue 6802) | Ronald Oussoren | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ↵ | Mark Dickinson | 2009-08-31 | 1 | -1/+2 |
| | | | | Thanks Jerry Chen. | ||||
* | install unittest as a package | Benjamin Peterson | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | put downloaded test support files in Lib/test/data instead of the cwd | Benjamin Peterson | 2009-07-11 | 1 | -0/+1 |
| | |||||
* | make ast.c depend on the grammar | Benjamin Peterson | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | This checkin adds a symlink to the lib directory of a framework install | Ronald Oussoren | 2009-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version). | ||||
* | Issue #3585: Add pkg-config support. | Antoine Pitrou | 2009-05-24 | 1 | -1/+8 |
| | | | | | It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy. | ||||
* | support building with subversion 1.7 #6094 | Benjamin Peterson | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | This patch ensures that the pydoc_data package gets installed. This is needed | Ronald Oussoren | 2009-05-19 | 1 | -1/+1 |
| | | | | | | | | to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if') | ||||
* | Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ↵ | Tarek Ziadé | 2009-05-09 | 1 | -0/+2 |
| | | | | extension modules with RPATH if GNU ld is used | ||||
* | Fixed #5941: added ARFLAGS for the archiver command. | Tarek Ziadé | 2009-05-07 | 1 | -6/+7 |
| | |||||
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵ | Eric Smith | 2009-04-27 | 1 | -0/+2 |
| | | | | py3k. Should fix Windows buildbot errors. | ||||
* | Issue #5161: wrong paths for ctypes cleanup when Python is built in a | Thomas Heller | 2009-04-24 | 1 | -2/+2 |
| | | | | directory other than the source directory. | ||||
* | fix typo | Benjamin Peterson | 2009-04-19 | 1 | -1/+1 |
| | |||||
* | ignore py3_test_grammar when compiling the library | Benjamin Peterson | 2009-04-11 | 1 | -2/+4 |
| | |||||
* | fix syntax | Benjamin Peterson | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | these must be installed to correctly run tests | Benjamin Peterson | 2009-04-08 | 1 | -1/+2 |
| | |||||
* | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -0/+2 |
| | |||||
* | Update quicktest to match Python 3 branch | Jeremy Hylton | 2009-03-31 | 1 | -3/+4 |
| | |||||
* | - Link the shared python library with $(MODLIBS). | Matthias Klose | 2009-02-22 | 1 | -3/+3 |
| | |||||
* | Make importlib a package. This allows using svn:externals in the sandbox to | Brett Cannon | 2009-02-03 | 1 | -1/+1 |
| | | | | package up the code for separate distribution. | ||||
* | de-spacify | Benjamin Peterson | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | add bytearrayobject.h to PYTHON_HEADERS | Benjamin Peterson | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | make bytearrayobject.o depend on the stringlib #4936 | Benjamin Peterson | 2009-01-13 | 1 | -0/+3 |
| | |||||
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 1 | -1/+0 |
| | |||||
* | Fix for issue 4472 is incompatible with Cygwin, this patch | Ronald Oussoren | 2009-01-02 | 1 | -2/+2 |
| | | | | should fix that. | ||||
* | Fix for issue4780 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Fix for issue4472: "configure --enable-shared doesn't work on OSX" | Ronald Oussoren | 2009-01-02 | 1 | -6/+10 |
| | |||||
* | Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'. | Mark Dickinson | 2008-12-18 | 1 | -1/+1 |
| | | | | Thanks Ned Deily. | ||||
* | - install versioned manpage | Matthias Klose | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | - Makefile.pre.in(PROFILE_TASK): search files in srcdir | Matthias Klose | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | Add the 'patchcheck' build target to .PHONY. | Brett Cannon | 2008-10-06 | 1 | -1/+1 |
| | | | | Re-closes issue 3758. Thanks to Ralph Corderoy for the catch. | ||||
* | GNU coding guidelines say that ``make check`` should verify the build. That | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
| | | | | | | | | clashes with what Python's build target did. Rename the target to 'patchcheck' to avoid the culture clash. Closes issue 3758. Reviewed by Benjamin Peterson. | ||||
* | Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared | Gregory P. Smith | 2008-09-02 | 1 | -5/+5 |
| | | | | library targets in the Makefile. | ||||
* | Generate the PatternGrammar pickle during "make install". | Martin v. Löwis | 2008-08-01 | 1 | -1/+1 |
| | | | | Fixes part of #3131. | ||||
* | 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 |
| | | | | Part of reverting most of r63675 per the mailing list discussion. | ||||
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+0 |
| | | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread. | ||||
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils. | ||||
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
| | | | | | Renamed stringobject.c to bytesobject.c Fixed Windows builds | ||||
* | 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 |
| | | | | | | so the tests work when run from an install directory. They are currently skipped on the daily runs (not from the buildbots) for checking refleaks, etc. | ||||
* | Remove leftovers from reverted setuptools checkin (they were added in r45525). | Marc-André Lemburg | 2008-05-13 | 1 | -2/+0 |
| |