Serhiy Storchaka
e4ad8aacd1
Issue #4591 : Uid and gid values larger than 2**31 are supported now.
14 years ago
Serhiy Storchaka
008deb7f04
Clean trailing whitespaces in Makefile.pre.in.
14 years ago
Serhiy Storchaka
7cf5599346
Issue #4591 : Uid and gid values larger than 2**31 are supported now.
14 years ago
Ned Deily
a48b61f8f2
Issue #17161 : make install now also installs a python3 man page.
14 years ago
doko@python.org
a10e4a9afb
- Issue #17031 : Fix running regen in cross builds.
14 years ago
doko@python.org
3e6e2ac31d
- Issue #17029 : Let h2py search the multiarch system include directory.
14 years ago
Christian Heimes
4fc0082602
- Issue #16593 : Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
14 years ago
Christian Heimes
8ca1d5f762
- Issue #16593 : Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
14 years ago
Matthias Klose
c4c4842d86
- Issue #16262 : fix out-of-src-tree builds, if mercurial is not installed.
14 years ago
Trent Nelson
739fc541b1
Issue #15819 : use standard autoconf preset output variables.
Reported by: Roumen Petrov
14 years ago
Trent Nelson
abf205149c
Issue #15819 : use standard autoconf preset output variables.
Reported by: Roumen Petrov
14 years ago
Trent Nelson
d86ceecf21
Issue #15819 : additional fixes for out-of-tree builds from read-only src.
Unlike 3.2, 3.3 and 3.x, which add "-IObjects -IPython -IInclude" to
BASECPPFLAGS when building out-of-tree, 2.7 only needs to add -IInclude
(for Python-ast.h and graminit.h).
14 years ago
Trent Nelson
9effe699b7
Issue #15819 : additional fixes for out-of-tree builds from read-only src.
Specifically, make sure the 'Object', 'Python' and 'Include' directories
in the build directory take precedence over the source directory if we're
an out-of-tree build.
Fix typeslots.inc so that it gets generated into the build directory.
14 years ago
Trent Nelson
c101bf32c4
Issue #15298 : ensure _sysconfigdata is generated in build directory,
not source directory.
Patch by Richard Oudkerk (sbt).
14 years ago
Ned Deily
4725b13ab3
Issue #15822 : Fix installation of lib2to3 grammar pickles to ensure
they are created in the install locations and with the proper timestamp.
(Solution suggested by MvL)
14 years ago
Ned Deily
47bcfff26b
Issue #15822 : Fix installation of lib2to3 grammar pickles to ensure
they are created in the install locations and with the proper timestamp.
(Solution suggested by MvL)
14 years ago
Ned Deily
10fc104fed
Issue #15822 : Fix installation of lib2to3 grammar pickles to ensure
they are created in the install locations and with the proper timestamp.
(Solution suggested by MvL)
14 years ago
Christian Heimes
f84dcffcb9
Fix for fcc629208842
BSD's make doesn't support some of the features.
14 years ago
Christian Heimes
5f381210c4
Fix for fcc629208842
BSD's make doesn't support some of the features.
14 years ago
Christian Heimes
f2acf63487
Issue #15591 and Issue #11715 : silence output of setup.py when make is run with -s option.
14 years ago
Christian Heimes
0897683381
Issue #15591 and Issue #11715 : silence output of setup.py when make is run with -s option.
14 years ago
Ned Deily
24ec054ea1
Issue #15822 : Fix installation of lib2to3 grammar pickles to ensure
they are created in the install locations and with the proper timestamp.
(Solution suggested by MvL)
14 years ago
Trent Nelson
f6407a184d
Issue #15819 : Fix out-of-tree builds from a readonly source.
14 years ago
Trent Nelson
e60ee2985c
Issue #15819 : Fix out-of-tree builds from a readonly source.
14 years ago
Trent Nelson
a45afcada3
Issue #15819 : Fix out-of-tree builds from a readonly source.
14 years ago
Matthias Klose
25cf30faf9
- fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64
14 years ago
Matthias Klose
2412c93a60
- fix paste error (whitespace) from previous commit
14 years ago
Matthias Klose
555b9e07ed
- fix paste error (whitespace) from previous commit
14 years ago
Matthias Klose
25b10a28f5
- Issue #15591 : Fix parsing MAKEFLAGS in the sharedmods target.
14 years ago
Matthias Klose
63c6f511c3
- Issue #15591 : Fix parsing MAKEFLAGS in the sharedmods target.
14 years ago
Ned Deily
6fc81d7eec
Issue #15645 : Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)
14 years ago
Ned Deily
01d183732e
Issue #15645 : Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)
14 years ago
Ned Deily
8622f09d98
Issue #15645 : Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)
14 years ago
Ned Deily
ecd4e9de5a
Issue #14197 : For OS X framework builds, ensure links to the shared
library are created with the proper ABI suffix.
14 years ago
Ned Deily
cc409f4ecc
Issue #15168 : Ensure test_importlib subdirectories are installed.
14 years ago
doko@ubuntu.com
1abe1c5fe1
- Issue #14330 : For cross builds, don't use host python, use host search paths
for host compiler.
14 years ago
doko@ubuntu.com
5884449539
- Issue #3754 : Use readelf instead of ldd for the cross build readline check
14 years ago
Matthias Klose
39b1e5dff3
build_all_use_profile: Build using -fprofile-correction to automatically
correct inconsistent profiles for multi-threaded programs.
14 years ago
Eric V. Smith
714370fad1
Give test directory a more reasonable name.
14 years ago
Eric V. Smith
e51a36922f
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
14 years ago
Ned Deily
99ac2f1d06
Packaging removal: remove pysetup3 install from Makefile.
14 years ago
Éric Araujo
ec177c14d3
Packaging removal: also revert introduction of sysconfig.cfg.
We need a discussion to define what should be customized how; this new
config file is premature. It was added to serve the needs of the
resources system in install_data / packaging.database, so it can be
removed alongside packaging for 3.3.
14 years ago
Éric Araujo
859aad6a36
Remove packaging from the standard library.
Distutils2 will live on on PyPI and be included in the stdlib when it
is ready. See discussion starting at
http://mail.python.org/pipermail/python-dev/2012-June/120430.html
14 years ago
Antoine Pitrou
e67f48ce5e
Issue #14928 : Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
14 years ago
Antoine Pitrou
2d9db1dfce
Try to fix issue #15086 : build failure on Ubuntu shared buildbot.
14 years ago
Barry Warsaw
409da157d7
Eric Snow's implementation of PEP 421.
Issue 14673: Add sys.implementation
14 years ago
Ned Deily
7e18f43ec8
Issue #14660 : Install namespace_pkgs test directories and files.
14 years ago
Vinay Sajip
7ded1f0f69
Implemented PEP 405 (Python virtual environments).
14 years ago
Martin v. Loewis
cfc1cc2996
Issue #14642 : Add "hg touch" extension, and "make touch" target.
14 years ago
Marc-Andre Lemburg
aed97733df
Issue #14605 and #14642 : Issue a warning in case Python\importlib.h needs to
be rebuilt, but there's no Python interpreter around to freeze the bootstrap
script.
Forgot to include Makefile.pre.in in changeset 76549:acfdf46b8de1.
14 years ago