| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1099: Fix the build on MacOSX when building a framework with pydebug | Ronald Oussoren | 2011-03-14 | 1 | -12/+6 |
|\ |
|
| * | Issue #1099: Fix the build on MacOSX when building a framework with pydebug u... | Ronald Oussoren | 2011-03-14 | 1 | -12/+6 |
| |\ |
|
| | * | Fixes #1099: Mac compile fails with pydebug and framework enabled | Ronald Oussoren | 2011-03-14 | 1 | -12/+6 |
|
|
* | | | Merge 3.2. | Thomas Wouters | 2011-03-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 3.1. | Thomas Wouters | 2011-03-06 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from | Thomas Wouters | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -3/+0 |
|
|
* | | | Merge build identification to default branch. | Georg Brandl | 2011-03-06 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -1/+9 |
| |\ \
| | |/ |
|
| | * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -1/+9 |
|
|
| | * | Merged revisions 88426 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| | * | 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 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| | * | 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 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 |
|
|
| | * | Merged revisions 79983 via svnmerge from | Antoine Pitrou | 2010-04-12 | 1 | -6/+6 |
|
|
| | * | Merged revisions 79221 via svnmerge from | Antoine Pitrou | 2010-03-21 | 1 | -5/+5 |
|
|
| | * | Merged revisions 79075 via svnmerge from | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
|
|
| | * | Merged revisions 79057 via svnmerge from | Benjamin Peterson | 2010-03-18 | 1 | -1/+2 |
|
|
| | * | Merged revisions 79052 via svnmerge from | Benjamin Peterson | 2010-03-18 | 1 | -2/+2 |
|
|
| | * | Merged revisions 77035 via svnmerge from | Ronald Oussoren | 2009-12-24 | 1 | -0/+1 |
|
|
| | * | Merged revisions 75049 via svnmerge from | Mark Dickinson | 2009-09-24 | 1 | -1/+2 |
|
|
| | * | Merged revisions 74605 via svnmerge from | Mark Dickinson | 2009-08-31 | 1 | -1/+2 |
|
|
* | | | Add new subdirectory to LIBSUBDIRS. | Georg Brandl | 2011-02-23 | 1 | -1/+1 |
|/ / |
|
* | | #11222: fix non-framework shared library build on Mac, patch by Ned Deily. | Georg Brandl | 2011-02-19 | 1 | -2/+2 |
|
|
* | | #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re... | Georg Brandl | 2011-02-15 | 1 | -1/+1 |
|
|
* | | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 1 | -2/+2 |
|
|
* | | Build and install libpython3.so. | Martin v. Löwis | 2010-12-30 | 1 | -1/+8 |
|
|
* | | Don't ignore pgen error (on "make Parser/pgen.stamp") | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
|
|
* | | #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall... | Georg Brandl | 2010-12-28 | 1 | -0/+6 |
|
|
* | | Issue 10687. When --without-pymalloc is given, $VERSION is the same as | Barry Warsaw | 2010-12-13 | 1 | -8/+14 |
|
|
* | | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -1/+1 |
|
|
* | | Create the hardlink between python-3.2m and python-3.2 in altbininstall target | Barry Warsaw | 2010-12-11 | 1 | -5/+5 |
|
|
* | | Two small changes to adjust framework builds to the new stable ABI | Ronald Oussoren | 2010-12-07 | 1 | -4/+3 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+3 |
|
|
* | | Issue #10572: Moved json tests to Lib/test/json_tests. | Alexander Belopolsky | 2010-11-30 | 1 | -1/+1 |
|
|
* | | Final patch for issue 9807. | Barry Warsaw | 2010-11-24 | 1 | -8/+16 |
|
|
* | | Remove traces of setuptools (#10341) | Éric Araujo | 2010-11-06 | 1 | -1/+0 |
|
|
* | | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 1 | -0/+1 |
|
|
* | | Fixes issue 10120 (concurrent.futures module is not installed properly), patc... | Brian Quinlan | 2010-10-16 | 1 | -1/+1 |
|
|
* | | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -1/+8 |
|
|
* | | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -1/+1 |
|
|
* | | Add make variable to allow testing of different interpreter flags in buildbot... | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | | Issue #9437: Fix building C extensions with non-default LDFLAGS. | Antoine Pitrou | 2010-10-10 | 1 | -8/+8 |
|
|
* | | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -3/+5 |
|
|
* | | Add "concurrent" subdir to Makefile. | Georg Brandl | 2010-09-19 | 1 | -1/+1 |
|
|
* | | Issue 9315: Added test/tracedmodules to LIBSUBDIRS | Alexander Belopolsky | 2010-09-14 | 1 | -0/+1 |
|
|