Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5633a8048fd8d59c9b23c98fb7e6419689b06316
/
Lib
/
distutils
/
command
5633a80
taking sysconfig out of distutils
by Tarek Ziadé
· 16 years ago
2b66da7
massive import cleaning in Distutils
by Tarek Ziadé
· 16 years ago
2421d56
Fixed #7552: fixed distutils.command.upload failure on very long passwords
by Tarek Ziadé
· 16 years ago
c0680e2
cleaned up the module (PEP 8 + old fashion test removal)
by Tarek Ziadé
· 16 years ago
1733c93
fixed warning and error message
by Tarek Ziadé
· 16 years ago
b9c1cfc
Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
by Tarek Ziadé
· 16 years ago
b6f0128
Use standard comma punctuation; reword some sentences in the docs
by Andrew M. Kuchling
· 16 years ago
1b48671
#6516 added owner/group support for tarfiles in Distutils
by Tarek Ziadé
· 16 years ago
51f32c0
reverted changes for #6459 (doesn't apply on 2.x)
by Tarek Ziadé
· 16 years ago
23a3775
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
by Tarek Ziadé
· 16 years ago
51c045d
cleaned up distutils.build_ext module
by Tarek Ziadé
· 16 years ago
1c6ebc2
cleaned up distutils.command.build
by Tarek Ziadé
· 16 years ago
00490f2
PendingDeprecationWarning -> DeprecationWarning in build_ext
by Tarek Ziadé
· 16 years ago
42b145d
Sets the compiler attribute to keep the old behavior for third-party packages.
by Tarek Ziadé
· 16 years ago
e670e5a
Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
by Tarek Ziadé
· 16 years ago
fe97ebb
cleaned up distutils.command.build_py
by Tarek Ziadé
· 16 years ago
65ec61e
Fixed #6403 : package path usage for build_ext
by Tarek Ziadé
· 16 years ago
85bb628
cleaned up the bdist_dumb module
by Tarek Ziadé
· 16 years ago
3fbcc60
Fixed 6365: wrong inplace location for build_ext if the extension had dots
by Tarek Ziadé
· 16 years ago
35fad2f
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
by Steven Bethard
· 16 years ago
a1cc040
Issue #6286: distutils upload command now uses urllib2
by Tarek Ziadé
· 16 years ago
d7c5cee
code cleanup
by Tarek Ziadé
· 16 years ago
2dcd7a0
Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258.
by Martin v. Löwis
· 16 years ago
3b5d5fb
reverting r72823 : Python trunk has to use latin-1 encoding
by Tarek Ziadé
· 16 years ago
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
Next »