1. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  2. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  3. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  4. a9de06d Removed doubledigit from Makefile by Christian Heimes · 17 years ago
  5. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  6. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
  7. f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 17 years ago
  8. 905a904 Final fix for #1403 by Christian Heimes · 17 years ago
  9. 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
  10. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  11. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  12. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  13. be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
  14. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  15. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  16. 8188e63 When clobbering, also clean the docs. by Guido van Rossum · 17 years ago
  17. 5420bc3 Don't delete test output when "make clean" is run -- only when "make by Guido van Rossum · 17 years ago
  18. 77b5e33 Modernize clean and funny targets. by Guido van Rossum · 17 years ago
  19. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  20. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  21. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  22. 2220122 Oops. I killed a bit too much and not enough when I deleted intobject.c. by Guido van Rossum · 17 years ago
  23. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  24. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  25. 827bfd0 Don't stop installing if compileall fails -- ever. by Guido van Rossum · 17 years ago
  26. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  27. 452bf51 Essential changes for print function changes. by Guido van Rossum · 18 years ago
  28. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  29. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  30. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  31. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  32. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  33. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  34. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  37. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
  38. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 19 years ago
  39. df43165 Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. by Neal Norwitz · 19 years ago
  40. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  41. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  42. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  43. 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
  44. 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
  45. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
  46. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
  47. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  48. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  49. d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
  50. f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
  51. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  52. 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 19 years ago
  53. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  54. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
  55. e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 20 years ago
  56. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  57. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
  58. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  59. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  60. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  61. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  62. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  63. 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 21 years ago
  64. 48e02e4 forward port of 1.136.6.2: by Jack Jansen · 21 years ago
  65. e3be860 Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 21 years ago
  66. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  67. 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
  68. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  69. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  70. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  71. 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
  72. 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
  73. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  74. bc12262 Properly bracket variables. Fixes part of #749911. by Martin v. Löwis · 21 years ago
  75. d321efd Install idlelib and idlelib/Icons as well. by Guido van Rossum · 21 years ago
  76. b1ab4d9 Don't install Tools/idle any more. We now install Tools/scripts/idle by Guido van Rossum · 21 years ago
  77. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  78. ac826aa Patch #738325: Install optimized idlelib files. by Martin v. Löwis · 21 years ago
  79. 8f51526 Patch #735613: Pass install-purelib to idleinstall. by Martin v. Löwis · 21 years ago
  80. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  81. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  82. c9803ab add Guido's reasoning behind running all tests twice by Skip Montanaro · 21 years ago
  83. 446ad71 add testall target - just adds -uall to the regrtest runs by Skip Montanaro · 21 years ago
  84. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  85. 1fff697 Lib/plat-mac/lib-scriptpackages/SystemEvents added. by Jack Jansen · 22 years ago
  86. 45ec95d Use soname option when building a shared libpython. Fixes #701823. by Martin v. Löwis · 22 years ago
  87. 0ed2ae4 include the csv package during installation by Skip Montanaro · 22 years ago
  88. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 22 years ago
  89. b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 22 years ago
  90. c609689 In make clobber also clean out the Python.framework. by Jack Jansen · 22 years ago
  91. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 22 years ago
  92. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 22 years ago
  93. f2c84d0 Compile site-packages with -t, not -tt. by Jack Jansen · 22 years ago
  94. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 22 years ago
  95. 2c71ad3 Install email/test, email/test/data and bsddb/test subdirectories. by Barry Warsaw · 22 years ago
  96. 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
  97. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  98. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
  99. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  100. acd738f SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config env. by Guido van Rossum · 22 years ago