| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 84068,87558 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -3/+6 |
|
|
* | Merged revisions 85472 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | Merged revisions 85353 via svnmerge from | Antoine Pitrou | 2010-10-10 | 1 | -8/+8 |
|
|
* | Merged revisions 84803 via svnmerge from | Alexander Belopolsky | 2010-09-14 | 1 | -0/+1 |
|
|
* | Merged revisions 84680 via svnmerge from | Antoine Pitrou | 2010-09-10 | 1 | -3/+3 |
|
|
* | Merged revisions 83479 via svnmerge from | Mark Dickinson | 2010-08-01 | 1 | -1/+3 |
|
|
* | Merged revisions 83370,83372-83374,83384 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+2 |
|
|
* | Merged revisions 82934 via svnmerge from | Benjamin Peterson | 2010-07-17 | 1 | -1/+1 |
|
|
* | It is possible to add extra testing options using EXTRATESTOPTS. | Antoine Pitrou | 2010-04-12 | 1 | -6/+6 |
|
|
* | Ensure that the gdb hooks can be installed when | Ronald Oussoren | 2010-04-05 | 1 | -1/+1 |
|
|
* | Issue 8287: try to fix the gdb-python install errors on Solaris | R. David Murray | 2010-04-05 | 1 | -2/+3 |
|
|
* | tabify | Benjamin Peterson | 2010-04-04 | 1 | -1/+1 |
|
|
* | use our own locale independent ctype macros | Benjamin Peterson | 2010-04-03 | 1 | -0/+1 |
|
|
* | Don't install python-gdb.py as an executable. | Martin v. Löwis | 2010-04-03 | 1 | -1/+1 |
|
|
* | Issue #1222585: Added LDCXXSHARED for C++ support | Tarek Ziadé | 2010-04-03 | 1 | -0/+1 |
|
|
* | Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. | Mark Dickinson | 2010-04-02 | 1 | -0/+1 |
|
|
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 1 | -1/+12 |
|
|
* | Add -Wd and -3 to the flags used to run the tests. | Ezio Melotti | 2010-03-31 | 1 | -2/+2 |
|
|
* | Makefile.pre.in for the unittest/test directory | Michael Foord | 2010-03-26 | 1 | -1/+1 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+2 |
|
|
* | Issue #1628484: The Makefile doesn't ignore the CFLAGS environment | Antoine Pitrou | 2010-03-21 | 1 | -5/+5 |
|
|
* | Add a separate python-config make target, useful for testing changes to Misc/... | Collin Winter | 2010-03-19 | 1 | -4/+6 |
|
|
* | reignore bad_coding | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
|
|
* | install tkinter and ttk tests | Benjamin Peterson | 2010-03-18 | 1 | -1/+2 |
|
|
* | remove installation of deleted test/output dir | Benjamin Peterson | 2010-03-18 | 1 | -1/+1 |
|
|
* | don't try to compile anything in lib2to3/tests/data #8169 | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
|
|
* | Move the xml test data to their own directory. | Florent Xicluna | 2010-03-13 | 1 | -1/+1 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -1/+1 |
|
|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -0/+1 |
|
|
* | use pkg-config to find the libffi headers when --with-system-ffi is used #6943 | Benjamin Peterson | 2010-01-01 | 1 | -0/+2 |
|
|
* | Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a | Ronald Oussoren | 2009-12-24 | 1 | -0/+1 |
|
|
* | Issue #6834: replace the implementation for the 'python' and 'pythonw' execut... | Ronald Oussoren | 2009-12-24 | 1 | -9/+0 |
|
|
* | Add a regrtest option to re-run in verbose mode immediately after a test fail... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+2 |
|
|
* | Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. | Mark Dickinson | 2009-09-24 | 1 | -1/+2 |
|
|
* | Fix build issues on OSX 10.6 (issue 6802) | Ronald Oussoren | 2009-09-06 | 1 | -0/+1 |
|
|
* | Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ... | Mark Dickinson | 2009-08-31 | 1 | -1/+2 |
|
|
* | install unittest as a package | Benjamin Peterson | 2009-07-21 | 1 | -0/+1 |
|
|
* | put downloaded test support files in Lib/test/data instead of the cwd | Benjamin Peterson | 2009-07-11 | 1 | -0/+1 |
|
|
* | make ast.c depend on the grammar | Benjamin Peterson | 2009-06-09 | 1 | -1/+1 |
|
|
* | This checkin adds a symlink to the lib directory of a framework install | Ronald Oussoren | 2009-06-08 | 1 | -0/+1 |
|
|
* | Issue #3585: Add pkg-config support. | Antoine Pitrou | 2009-05-24 | 1 | -1/+8 |
|
|
* | support building with subversion 1.7 #6094 | Benjamin Peterson | 2009-05-23 | 1 | -1/+1 |
|
|
* | This patch ensures that the pydoc_data package gets installed. This is needed | Ronald Oussoren | 2009-05-19 | 1 | -1/+1 |
|
|
* | Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex... | Tarek Ziadé | 2009-05-09 | 1 | -0/+2 |
|
|
* | Fixed #5941: added ARFLAGS for the archiver command. | Tarek Ziadé | 2009-05-07 | 1 | -6/+7 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -0/+2 |
|
|
* | Issue #5161: wrong paths for ctypes cleanup when Python is built in a | Thomas Heller | 2009-04-24 | 1 | -2/+2 |
|
|
* | fix typo | Benjamin Peterson | 2009-04-19 | 1 | -1/+1 |
|
|
* | ignore py3_test_grammar when compiling the library | Benjamin Peterson | 2009-04-11 | 1 | -2/+4 |
|
|