1. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  3. b1527ab Remove directories that no longer exist. by Georg Brandl · 16 years ago
  4. 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
  5. 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago
  6. 7363445 Add "tkinter" to the list of directories to install. by Georg Brandl · 16 years ago
  7. 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
  8. cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
  9. ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 16 years ago
  10. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  11. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
  12. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  13. 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 · 16 years ago
  14. b2693e0 Adds a profile-opt target for easy compilation of a python binary using by Gregory P. Smith · 16 years ago
  15. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  16. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  17. 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 · 16 years ago
  18. 3e838dd Install lib2to3. by Martin v. Löwis · 16 years ago
  19. a8b09fd Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does by Brett Cannon · 16 years ago
  20. 3376d64 Added dependency rules for Objects/stringlib/*.h by Christian Heimes · 16 years ago
  21. ba486c5 Added dependencies for stringobject.o. This should fix failing tests in test_unicode.py. by Eric Smith · 16 years ago
  22. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 16 years ago
  23. 870d0c2 Fix the reindent rule to use $(BUILDPYTHON). by Brett Cannon · 16 years ago
  24. 00417a3 Make 'testall' work again when building in a separate directory. by Thomas Wouters · 16 years ago
  25. 19d3afc Make's MAKEFLAGS variable is set to a string containing the single-letter by Brett Cannon · 16 years ago
  26. 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 · 16 years ago
  27. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  28. 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
  29. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  30. cc7f26b Final fix for #1403 by Christian Heimes · 17 years ago
  31. 63bf149 Patch #1418: Make the AC_REPLACE_FUNCS object files actually work. by Martin v. Löwis · 17 years ago
  32. e77d103 Get rid of warning about not being able to create an existing directory. by Neal Norwitz · 17 years ago
  33. aaad0d6 Issue1704287: "make install" fails unless you do "make" first. Make by Sean Reifscheider · 17 years ago
  34. 9bc2dd6 Newer autoconf versions (from 2.60) want a 'datarootdir' definition in by Ronald Oussoren · 17 years ago
  35. bd9d544 #1095: ln -f doesn't work portably, fix in Makefile. by Georg Brandl · 17 years ago
  36. d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  37. 4f2ba55 - Makefile.pre.in(buildbottest): Remove whitespace at eol. by Matthias Klose · 17 years ago
  38. 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  39. 9cca918 Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  40. 2464087 add parsetok.h as a dependency - previously, changing this file doesn't by Anthony Baxter · 18 years ago
  41. 66fab42 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  42. 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
  43. 644dddc Move peephole optimizer to separate file. by Jeremy Hylton · 18 years ago
  44. b142c63 Fix makefile changes for python-config. by Georg Brandl · 18 years ago
  45. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  46. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  47. 518b95c Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead by Ronald Oussoren · 18 years ago
  48. ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
  49. 0350f81 macosx: Install a libpython2.5.a inside the framework as a symlink to the actual by Ronald Oussoren · 18 years ago
  50. c315a0f Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in) by Neal Norwitz · 18 years ago
  51. 3b6b801 Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3. by Neal Norwitz · 18 years ago
  52. fb322cd Also install the .egg-info files in Lib. This will cause wsgiref.egg-info to by Ronald Oussoren · 18 years ago
  53. 60373cd Copy the wsgiref package during make install. by Neal Norwitz · 18 years ago
  54. e0cfb16 Remove message about using make frameworkinstall, that's no longer necesssary by Ronald Oussoren · 18 years ago
  55. 66a0dbb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 18 years ago
  56. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  57. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  58. 377f54e Revert last checkin, it is better to do make distclean by Neal Norwitz · 18 years ago
  59. 5b72cd3 I'm impatient. I think this will fix a few more problems with the buildbots. by Neal Norwitz · 18 years ago
  60. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  61. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  62. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  63. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  64. ab012af Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. by Brett Cannon · 18 years ago
  65. cea434c It's probably a good idea to actually *install* setuptools, too. ;) by Phillip J. Eby · 18 years ago
  66. 4be4e65 Add reindent target. by Martin v. Löwis · 18 years ago
  67. c90b17e Patch #1161914: Add python-config. by Martin v. Löwis · 18 years ago
  68. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  69. 0f48d98 Patch #1324762: Change --with-cxx to --with-cxx-main. by Martin v. Löwis · 18 years ago
  70. fc9fc47 ctypes.macholib is needed. by Thomas Heller · 18 years ago
  71. 353aa87 Make needs to be told to install sqlite by Skip Montanaro · 18 years ago
  72. efb6e75 add the ctypes.test subpackage to a normal Unix installation -- by Armin Rigo · 18 years ago
  73. dfbd34c Cosmetic improvement for r43247 by Hye-Shik Chang · 18 years ago
  74. 55f316c Skip to install files for empty directories; to name it, Lib/lib-old. by Hye-Shik Chang · 18 years ago
  75. d6316a9 Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. by Barry Warsaw · 18 years ago
  76. 922ff4a Don't delete non-autogenerated source files when cleaning up. by Thomas Heller · 18 years ago
  77. d77eb1f In 'make clean', delete some files that are generated by the _ctypes/libffi by Thomas Heller · 18 years ago
  78. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  79. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  80. df43165 Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. by Neal Norwitz · 18 years ago
  81. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  82. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  83. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  84. 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
  85. 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
  86. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
  87. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
  88. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  89. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  90. d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
  91. f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
  92. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  93. 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 19 years ago
  94. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  95. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 19 years ago
  96. e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 19 years ago
  97. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  98. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
  99. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  100. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago