| Commit message (Expand) | Author | Age | Files | Lines |
* | Essential changes for print function changes. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -0/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -14/+14 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -12/+14 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -20/+41 |
|
|
* | Here is a bytes type. It's very minimal but it's a start. | Guido van Rossum | 2006-04-22 | 1 | -0/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -18/+38 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -0/+2 |
|
|
* | Let the buildbot make a single pass in the test suite only. | Martin v. Löwis | 2006-03-13 | 1 | -0/+4 |
|
|
* | Changes to build the _ctypes extension module. | Thomas Heller | 2006-03-08 | 1 | -1/+1 |
|
|
* | Allow buildbot to pass extra test flags to regrtest (specifically -r) via the... | Neal Norwitz | 2006-02-22 | 1 | -1/+1 |
|
|
* | Always set SVNVERSION to "exported" if it otherwise fails. | Martin v. Löwis | 2006-01-05 | 1 | -1/+1 |
|
|
* | Stop maintaining the buildno file. | Martin v. Löwis | 2006-01-05 | 1 | -18/+10 |
|
|
* | Try to make svnversion test more portable, based on Sjoerd's suggestion | Neal Norwitz | 2006-01-05 | 1 | -1/+1 |
|
|
* | SF bug #1395926: Also test for svnversion command on $PATH before using it to | Barry Warsaw | 2006-01-03 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, don't remove Python-ast.[ch] with distclean | Neal Norwitz | 2006-01-03 | 1 | -1/+1 |
|
|
* | Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the | Barry Warsaw | 2005-12-19 | 1 | -6/+5 |
|
|
* | Handle a couple of use cases discussed in python-dev w.r.t. calculating the | Barry Warsaw | 2005-12-18 | 1 | -7/+8 |
|
|
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 1 | -2/+4 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -0/+2 |
|
|
* | fixed installation of xmlcore libraries (including xmlcore.etree) | Fredrik Lundh | 2005-12-14 | 1 | -1/+1 |
|
|
* | delete Python-ast.[ch] in distclean | Skip Montanaro | 2005-11-13 | 1 | -0/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -1/+19 |
|
|
* | Get "make install" working again after adding Lib/test/bad_coding.py | Neal Norwitz | 2005-10-04 | 1 | -2/+2 |
|
|
* | Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant | Brett Cannon | 2005-04-24 | 1 | -1/+1 |
|
|
* | patch [1171735] - Darwin 8's headers disable functionality when | Bob Ippolito | 2005-03-28 | 1 | -3/+3 |
|
|
* | install distutils.tests on Unix (contributed patch) | Fred Drake | 2005-01-19 | 1 | -1/+2 |
|
|
* | setup.py now uses the library directories specified in LDFLAGS (``-L`` | Brett Cannon | 2004-12-07 | 1 | -1/+4 |
|
|
* | Replace -soname with -h for Solaris compatibility. Fixes #1034496. | Martin v. Löwis | 2004-09-26 | 1 | -1/+1 |
|
|
* | Don't hardcode "Python" as the framework name, we have a variable for it: | Jack Jansen | 2004-07-16 | 1 | -1/+1 |
|
|
* | install test/decimaltestdata as well | Anthony Baxter | 2004-07-12 | 1 | -0/+1 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -0/+1 |
|
|
* | Partial fix for #887242 (link extensions with dynamic_lookup in stead | Jack Jansen | 2004-06-03 | 1 | -0/+3 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+2 |
|
|
* | Ignore error status codes occurred while compiling site-packages | Hye-Shik Chang | 2004-03-18 | 1 | -2/+2 |
|
|
* | forward port of 1.136.6.2: | Jack Jansen | 2003-12-07 | 1 | -2/+2 |
|
|
* | Patch #841807: Check whether a versioned libpython.so symlink is needed | Martin v. Löwis | 2003-11-18 | 1 | -1/+3 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+2 |
|
|
* | Patch #805678: Add .so symlink during make install. Backported to 2.3. | Martin v. Löwis | 2003-09-20 | 1 | -0/+1 |
|
|
* | This patch enables the building of Cygwin Python with a static core | Jason Tishler | 2003-09-04 | 1 | -4/+8 |
|
|
* | Patch #770245: Pass LDFLAGS to pgen creation. | Martin v. Löwis | 2003-07-13 | 1 | -1/+1 |
|
|
* | Fixed two bugs in MacOSX framework handling spotted by Edward Moy: | Jack Jansen | 2003-07-04 | 1 | -3/+3 |
|
|
* | Set -d in compileall, to get proper path in case DESTDIR is not empty. | Martin v. Löwis | 2003-06-21 | 1 | -0/+4 |
|
|
* | Set the executable bits when installing the shared library in a MacOSX | Jack Jansen | 2003-06-20 | 1 | -1/+1 |
|
|
* | Added a target frameworkinstallextras (OSX framework build specific, | Jack Jansen | 2003-06-19 | 1 | -0/+7 |
|
|
* | Properly bracket variables. Fixes part of #749911. | Martin v. Löwis | 2003-06-14 | 1 | -1/+1 |
|
|
* | Install idlelib and idlelib/Icons as well. | Guido van Rossum | 2003-06-13 | 1 | -1/+1 |
|
|
* | Don't install Tools/idle any more. We now install Tools/scripts/idle | Guido van Rossum | 2003-06-13 | 1 | -13/+1 |
|
|