- e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
- fc8dca2 remove plat-mac references by Benjamin Peterson · 16 years ago
- 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
- 35af8d4 Add the new packages to the Makefile for installation. by Brett Cannon · 16 years ago
- a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
- 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
- b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
- 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
- e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
- eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
- 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
- 6d4df9b Don't echo the echo commands added to "make install". Fix a typo. by Guido van Rossum · 17 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago
- 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
- 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 17 years ago
- dc21db3 "make install" is now an alias for "make altinstall", to prevent by Guido van Rossum · 17 years ago
- 22c6542 Add missing closing paren by Neal Norwitz · 17 years ago
- da99683 Replace spaces by tabs, added by Christian Heimes · 17 years ago
- 3faa84f Merged revisions 61724-61725 via svnmerge from by Martin v. Löwis · 17 years ago
- ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 17 years ago
- 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 17 years ago
- fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
- d2d2915 Make the testall target work again when building in a separate directory by Thomas Wouters · 17 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
- 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
- a9de06d Removed doubledigit from Makefile by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- 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
- 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
- 905a904 Final fix for #1403 by Christian Heimes · 17 years ago
- 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
- 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
- be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
- bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- 8188e63 When clobbering, also clean the docs. by Guido van Rossum · 17 years ago
- 5420bc3 Don't delete test output when "make clean" is run -- only when "make by Guido van Rossum · 17 years ago
- 77b5e33 Modernize clean and funny targets. by Guido van Rossum · 17 years ago
- 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
- 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
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- 2220122 Oops. I killed a bit too much and not enough when I deleted intobject.c. by Guido van Rossum · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
- 827bfd0 Don't stop installing if compileall fails -- ever. by Guido van Rossum · 17 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
- 452bf51 Essential changes for print function changes. by Guido van Rossum · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
- bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
- cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 19 years ago
- df43165 Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. by Neal Norwitz · 19 years ago
- c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
- dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
- f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
- 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
- 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
- ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
- a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
- 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
- adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
- d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
- f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 19 years ago
- 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 20 years ago
- 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
- e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 20 years ago
- 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
- 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
- b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
- 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
- 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
- 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
- e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
- 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 21 years ago
- 48e02e4 forward port of 1.136.6.2: by Jack Jansen · 21 years ago
- e3be860 Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 21 years ago
- a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
- 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
- 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
- 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
- 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
- 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
- a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
- bc12262 Properly bracket variables. Fixes part of #749911. by Martin v. Löwis · 21 years ago