- 771e87b install unittest as a package by Benjamin Peterson · 15 years ago
- 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 15 years ago
- 80ce61c make ast.c depend on the grammar by Benjamin Peterson · 15 years ago
- 8e63125 This checkin adds a symlink to the lib directory of a framework install by Ronald Oussoren · 15 years ago
- f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
- e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
- f44c654 This patch ensures that the pydoc_data package gets installed. This is needed by Ronald Oussoren · 15 years ago
- e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
- 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 16 years ago
- cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
- addfe22 Issue #5161: wrong paths for ctypes cleanup when Python is built in a by Thomas Heller · 16 years ago
- 82d1cf1 fix typo by Benjamin Peterson · 16 years ago
- e753abd ignore py3_test_grammar when compiling the library by Benjamin Peterson · 16 years ago
- b3efcbc fix syntax by Benjamin Peterson · 16 years ago
- 487915c these must be installed to correctly run tests by Benjamin Peterson · 16 years ago
- 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
- 1e6da5c Update quicktest to match Python 3 branch by Jeremy Hylton · 16 years ago
- 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 16 years ago
- 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
- 3a5067c de-spacify by Benjamin Peterson · 16 years ago
- 3bf451a add bytearrayobject.h to PYTHON_HEADERS by Benjamin Peterson · 16 years ago
- fac1bc6 make bytearrayobject.o depend on the stringlib #4936 by Benjamin Peterson · 16 years ago
- 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
- 0bbebbb Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. by Ronald Oussoren · 16 years ago
- 5a5c739 Fix for issue4780 by Ronald Oussoren · 16 years ago
- 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 16 years ago
- d66c6d3 Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'. by Mark Dickinson · 16 years ago
- 015c84b - install versioned manpage by Matthias Klose · 16 years ago
- 922d1fd - Makefile.pre.in(PROFILE_TASK): search files in srcdir by Matthias Klose · 16 years ago
- 60b15d2 Add the 'patchcheck' build target to .PHONY. by Brett Cannon · 16 years ago
- cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 16 years ago
- 2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared by Gregory P. Smith · 16 years ago
- 8dbf364 Generate the PatternGrammar pickle during "make install". Fixes part of #3131. by Martin v. Löwis · 16 years ago
- e0f1244 add multiprocessing to the Makefile by Benjamin Peterson · 16 years ago
- b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
- 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
- 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- b1527ab Remove directories that no longer exist. by Georg Brandl · 16 years ago
- 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
- 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago
- 7363445 Add "tkinter" to the list of directories to install. by Georg Brandl · 16 years ago
- 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
- cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
- ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 16 years ago
- b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
- cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
- 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 17 years ago
- 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
- b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 17 years ago
- e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
- 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- 3e838dd Install lib2to3. by Martin v. Löwis · 17 years ago
- a8b09fd Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does by Brett Cannon · 17 years ago
- 3376d64 Added dependency rules for Objects/stringlib/*.h by Christian Heimes · 17 years ago
- ba486c5 Added dependencies for stringobject.o. This should fix failing tests in test_unicode.py. by Eric Smith · 17 years ago
- a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
- 870d0c2 Fix the reindent rule to use $(BUILDPYTHON). by Brett Cannon · 17 years ago
- 00417a3 Make 'testall' work again when building in a separate directory. by Thomas Wouters · 17 years ago
- 19d3afc Make's MAKEFLAGS variable is set to a string containing the single-letter by Brett Cannon · 17 years ago
- 3beae9b A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make. by Christian Heimes · 17 years ago
- 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
- f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
- 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
- cc7f26b Final fix for #1403 by Christian Heimes · 17 years ago
- 63bf149 Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. by Martin v. Löwis · 17 years ago
- e77d103 Get rid of warning about not being able to create an existing directory. by Neal Norwitz · 17 years ago
- aaad0d6 Issue1704287: "make install" fails unless you do "make" first. Make by Sean Reifscheider · 17 years ago
- 9bc2dd6 Newer autoconf versions (from 2.60) want a 'datarootdir' definition in by Ronald Oussoren · 17 years ago
- bd9d544 #1095: ln -f doesn't work portably, fix in Makefile. by Georg Brandl · 17 years ago
- d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
- 4f2ba55 - Makefile.pre.in(buildbottest): Remove whitespace at eol. by Matthias Klose · 17 years ago
- 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
- 9cca918 Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
- 2464087 add parsetok.h as a dependency - previously, changing this file doesn't by Anthony Baxter · 18 years ago
- 66fab42 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
- 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
- 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
- b142c63 Fix makefile changes for python-config. by Georg Brandl · 18 years ago
- fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
- 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
- 518b95c Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead by Ronald Oussoren · 18 years ago
- ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
- 0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual by Ronald Oussoren · 18 years ago
- c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) by Neal Norwitz · 18 years ago
- 3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. by Neal Norwitz · 18 years ago
- fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to by Ronald Oussoren · 18 years ago
- 60373cd Copy the wsgiref package during make install. by Neal Norwitz · 18 years ago
- e0cfb16 Remove message about using make frameworkinstall, that's no longer necesssary by Ronald Oussoren · 18 years ago
- 66a0dbb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 18 years ago
- 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
- 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
- 377f54e Revert last checkin, it is better to do make distclean by Neal Norwitz · 18 years ago
- 5b72cd3 I'm impatient. I think this will fix a few more problems with the buildbots. by Neal Norwitz · 18 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
- 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
- 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
- 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 19 years ago