Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e616c53aecd539d2f1c6022a281c0fe4c5c336aa
/
Lib
/
distutils
/
command
e616c53
improved test coverage for distutils.command.install and cleaned it up
by Tarek Ziadé
· 16 years ago
53b578e
Issue #6065: Do not try to build a version-independent
by Martin v. Löwis
· 16 years ago
aafd6b8
fixed encoding
by Tarek Ziadé
· 16 years ago
7d7127d
fixed the 'package' option of build_ext
by Tarek Ziadé
· 16 years ago
fcc7f03
Fixed the library extension when distutils build_ext is used inplace
by Tarek Ziadé
· 16 years ago
cb76804
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
by Tarek Ziadé
· 16 years ago
8953913
pep8-fied distutils.command.sdist + more tests
by Tarek Ziadé
· 16 years ago
064a768
more test coverage for distutils sdist command
by Tarek Ziadé
· 16 years ago
e9a2b8a
the compiler attribute is used in setup.py; can't rename
by Benjamin Peterson
· 16 years ago
972480d
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
by Tarek Ziadé
· 16 years ago
4ba25c2
removing the assert statement so the code works when Python is run with -O
by Tarek Ziadé
· 16 years ago
234ab8f
Added tests form install_lib and pep8-fied the module
by Tarek Ziadé
· 16 years ago
d5d8342
fixed #5984 and improved test coverage
by Tarek Ziadé
· 16 years ago
ff748cd
removed remaining spaces
by Tarek Ziadé
· 16 years ago
56342d5
removed string.split usage
by Tarek Ziadé
· 16 years ago
ccf608c
more build_clib cleanup + test coverage
by Tarek Ziadé
· 16 years ago
b04a057
pep8-fied build_clib module : it is now similar to the one in 3.x
by Tarek Ziadé
· 16 years ago
d2bb1a5
Added a test and cleaned check_library_list to be ready to fix #5940
by Tarek Ziadé
· 16 years ago
ab538fc
Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
by Steven Bethard
· 16 years ago
783f493
DistutilsSetupError was not raised when one single warning occured
by Tarek Ziadé
· 16 years ago
3295eed
removed string usage and added a test for _clean
by Tarek Ziadé
· 16 years ago
e643bed
added a test for finalize_options
by Tarek Ziadé
· 16 years ago
f6f4b30
added a simple test for search_cpp
by Tarek Ziadé
· 16 years ago
7bea344
pep8-fied the module before adding tests
by Tarek Ziadé
· 16 years ago
aa48798
removed the print statements and added a test
by Tarek Ziadé
· 16 years ago
c2936b7
testing a full check case
by Tarek Ziadé
· 16 years ago
942825f
#5732: added the check command into Distutils
by Tarek Ziadé
· 16 years ago
ad95826
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
by Tarek Ziadé
· 16 years ago
fdda68e
pep8-fied method names
by Tarek Ziadé
· 16 years ago
64408fb
Fixed #5095: msi missing from Distutils bdist formats
by Tarek Ziadé
· 16 years ago
63959bb
#5631: add upload to list of possible commands, which is presented in --help-commands.
by Georg Brandl
· 16 years ago
2bdefb3
catching msvc9compiler error as well
by Tarek Ziadé
· 16 years ago
9e47ce4
#5583 Added optional Extensions in Distutils
by Tarek Ziadé
· 16 years ago
899dd12
added tests to the install_headers command
by Tarek Ziadé
· 16 years ago
a961a04
added test to the install_data command
by Tarek Ziadé
· 16 years ago
e899b71
more tests for the upload command
by Tarek Ziadé
· 16 years ago
ca2b8d2
more tests for the register command
by Tarek Ziadé
· 16 years ago
0238628
added tests for the clean command
by Tarek Ziadé
· 16 years ago
ce45a96
removing the force-optimized option as discussed in #1533164
by Tarek Ziadé
· 16 years ago
7334735
Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command
by Tarek Ziadé
· 16 years ago
dda92f7
Issue #5052: make Distutils compatible with 2.3 again.
by Tarek Ziadé
· 16 years ago
b5fc89e
removed unused import
by Tarek Ziadé
· 16 years ago
0e5001e
fixed the data_files inclusion behavior
by Tarek Ziadé
· 16 years ago
f68b5b8
#2279 added the plain path case for data_files
by Tarek Ziadé
· 16 years ago
7dd5339
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
by Tarek Ziadé
· 16 years ago
2432b0b
Fixed #4524: distutils build_script command failed with --with-suffix=3
by Tarek Ziadé
· 17 years ago
0d4fd34
Fixed #5132: enable extensions to link on Solaris
by Tarek Ziadé
· 17 years ago
6ed1cb0
Fix issue5075: bdist_wininst should not depend on the vc runtime?
by Mark Hammond
· 17 years ago
aaedcef
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
by Tarek Ziadé
· 17 years ago
7c28be8
added missing module docstring
by Tarek Ziadé
· 17 years ago
9f369e9
Issue #5052: removed backward compatibility information (out of date)
by Tarek Ziadé
· 17 years ago
1a240fb
fixed #4394 make the storage of the password optional in .pypirc
by Tarek Ziadé
· 17 years ago
d81780b
using clearer syntax
by Tarek Ziadé
· 17 years ago
85d6fb5
fixed #1702551: distutils sdist was not pruning VCS directories under win32
by Tarek Ziadé
· 17 years ago
e4c75bb
fixed #4400 : distutils .pypirc default generated file was broken.
by Tarek Ziadé
· 17 years ago
047e4a9
Update distutils so that it triggers no warnings when run under -3.
by Brett Cannon
· 17 years ago
41a4f46
Fixed test_distutils error (test_build_ext) on VC6.
by Hirokazu Yamamoto
· 17 years ago
5bd8833
Fix bdist_wininst --user-access-control for win2k
by Mark Hammond
· 17 years ago
88eeef3
bdist_wininst now works correctly when both --skip-build and --plat-name are specified.
by Mark Hammond
· 17 years ago
392c6fc
ConfigParser renaming reversal part 3: move module into place and adapt imports.
by Georg Brandl
· 17 years ago
eb8cef2
Fixed import of configparser in the distutils module.
by Alexandre Vassalotti
· 17 years ago
7663f9e
Revert distutils changes done in r63248.
by Alexandre Vassalotti
· 17 years ago
e2514c6
Updated import statements to use the new `configparser` module name.
by Alexandre Vassalotti
· 17 years ago
aac5c86
#1858: re-apply patch for this, adding the missing files
by Andrew M. Kuchling
· 17 years ago
10f5db6
Revert r62998 as it broke the build (seems distutils.config is missing).
by Brett Cannon
· 17 years ago
cd8001c
#1858 from Tarek Ziade:
by Andrew M. Kuchling
· 17 years ago
17433d2
Add --user option to build_ext
by Christian Heimes
· 17 years ago
af748c3
Implemented PEP 370
by Christian Heimes
· 17 years ago
7c5c8e6
#2581: Vista UAC/elevation support for bdist_wininst
by Mark Hammond
· 17 years ago
495cf99
Issue #2513: enable 64bit cross compilation on windows.
by Mark Hammond
· 17 years ago
1df0340
#1725737: ignore other VC directories other than CVS and SVN's too.
by Georg Brandl
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
8bc0965
Removed uses of dict.has_key() from distutils, and uses of
by Guido van Rossum
· 17 years ago
2d6c13e
Close manifest file.
by Andrew M. Kuchling
· 17 years ago
3af3ecc
Fixed paths to Windows build directories in build_ext.py
by Christian Heimes
· 18 years ago
5016015
#1530959: change distutils build dir for --with-pydebug python builds.
by Georg Brandl
· 18 years ago
27edd82
Patch #1696. Don't attempt to close None in dry-run mode.
by Guido van Rossum
· 18 years ago
cdaa2cb
Added wininst-9.0.exe executable for VS 2008
by Christian Heimes
· 18 years ago
3305c52
Applied my patch #1455 with some extra fixes for VS 2005
by Christian Heimes
· 18 years ago
aef205d
#1120: put explicit version in the shebang lines of pydoc, idle
by Georg Brandl
· 18 years ago
1bb124a
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
by Mark Hammond
· 18 years ago
254b8f9
Change location of the package index to pypi.python.org/pypi
by Martin v. Löwis
· 18 years ago
4a700bb
SF 1668596/1720897: distutils now copies data files
by Neal Norwitz
· 18 years ago
fb4b3b7
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
by Georg Brandl
· 18 years ago
18c47f6
Patch #1569798: fix a bug in distutils when building Python from a
by Georg Brandl
· 18 years ago
0a20326
Bug #1600860: Search for shared python library in LIBDIR, not
by Martin v. Löwis
· 19 years ago
d149d0c
- Fix build failure on kfreebsd and on the hurd.
by Matthias Klose
· 19 years ago
45cd4ff
Patch #1360200: Use unmangled_version RPM spec field to deal with
by Martin v. Löwis
· 19 years ago
305e778
Fix SF#1566719: not creating site-packages (or other target directory) when
by Phillip J. Eby
· 19 years ago
5310e50
- Patch #1060577: Extract list of RPM files from spec file in
by Martin v. Löwis
· 19 years ago
9d57e53
[Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport.
by Andrew M. Kuchling
· 19 years ago
8b27426
Add MSVC8 project files to create wininst-8.exe.
by Martin v. Löwis
· 19 years ago
137ff79
Fix SF#1457312: bad socket error handling in distutils "upload" command.
by Phillip J. Eby
· 19 years ago
4548239
Bug #1267547: Put proper recursive setup.py call into the
by Martin v. Löwis
· 19 years ago
58f8eba
Disable linking extensions with -lpython2.5 for darwin. This should fix bug
by Ronald Oussoren
· 19 years ago
a07fbce
Rename parameters to match the documentation (which
by Martin v. Löwis
· 19 years ago
bffb0bc
In stdlib, use hashlib instead of deprecated md5 and sha modules.
by Georg Brandl
· 19 years ago
10acfd0
Patch #1429775: Link Python modules to libpython on linux if
by Martin v. Löwis
· 19 years ago
4ef3a23
whitespace normalisation
by Anthony Baxter
· 19 years ago
2e550b3
Implementation for patch request #1457316: support --identity option
by Phillip J. Eby
· 19 years ago
Next »