Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6e08d22b1a7dabb5456460f152cc5e102cf44ea5
/
Lib
/
distutils
6e08d22
Add a default implementation of compile() to the base class.
by Jeremy Hylton
· 22 years ago
c01b350
Only import msvccompiler on win32 platforms.
by Jeremy Hylton
· 22 years ago
c18fde5
Extend dependency tracking so that .o files are rebuilt.
by Jeremy Hylton
· 22 years ago
1bba31d
Refactor compile() method implementations.
by Jeremy Hylton
· 22 years ago
6864d30
Add depends=None to the arglist for compile().
by Jeremy Hylton
· 22 years ago
59b103c
Extend compiler() method with optional depends argument.
by Jeremy Hylton
· 22 years ago
129b17d
More style changes and little cleanups.
by Jeremy Hylton
· 22 years ago
022640d
Some more style improvements
by Jeremy Hylton
· 22 years ago
28f46e1
Python style conformance: Delete spaces between name of function and arglist.
by Jeremy Hylton
· 22 years ago
09e532b
Add a new definition to Extension objects: depends.
by Jeremy Hylton
· 22 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 22 years ago
a683233
Change warning to debug level; it's a very minor issue.
by Jeremy Hylton
· 22 years ago
dc8412e
Move warning about directory not on sys.path to debug level.
by Jeremy Hylton
· 22 years ago
8f787bf
Test changes before checking them in.
by Jeremy Hylton
· 22 years ago
40ebbef
Track extra arg to option_table to all uses of it
by Jeremy Hylton
· 22 years ago
6b3996b
Replace bogus bare variables with attribute access.
by Jeremy Hylton
· 22 years ago
115fdc6
Define DEBUG as early as possible to avoid import problems.
by Jeremy Hylton
· 22 years ago
4f2f133
Add missing import of log.
by Jeremy Hylton
· 22 years ago
7146073
Use module-level import of DEBUG instead of many function-level imports.
by Jeremy Hylton
· 22 years ago
fc861ba
Remove unused imports
by Jeremy Hylton
· 22 years ago
11a5270
Make None return explicit
by Jeremy Hylton
· 22 years ago
c58e984
import base64 at the top to avoid two different imports at other times
by Jeremy Hylton
· 22 years ago
ec77274
ensure_filename() only takes one argument.
by Jeremy Hylton
· 22 years ago
adb2b38
Reindent lines to improve readability
by Jeremy Hylton
· 22 years ago
711f91c
Remove (commented out) options that have moved into the distribution.
by Jeremy Hylton
· 22 years ago
d003abc
get_script() implicitly returned None and also had explicit returns.
by Jeremy Hylton
· 22 years ago
d53f6e4
global _option_order is not used
by Jeremy Hylton
· 22 years ago
e6f40ea
Fix bug in recent change to logging code.
by Jeremy Hylton
· 22 years ago
a2f9989
Fix unused local variables caught by pychecker.
by Jeremy Hylton
· 22 years ago
a181ec0
Set repeat metadata for an option based on repeat local var not constant.
by Jeremy Hylton
· 22 years ago
332a146
Remove unused imports caught by pychecker
by Jeremy Hylton
· 22 years ago
cd8a114
Make setup.py less chatty by default.
by Jeremy Hylton
· 22 years ago
6fa82a3
A simple log mechanism styled after the proposed std library module
by Jeremy Hylton
· 22 years ago
e22bc1e
The comment said:
by Jeremy Hylton
· 22 years ago
16c8d70
When using a Python that has not been installed to build 3rd-party
by Fred Drake
· 22 years ago
8c20916
Remove unneeded import
by Andrew M. Kuchling
· 22 years ago
0b5c112
Prevent convert_path from crashing if the path is an empty string. Bugfix candidate.
by Andrew M. Kuchling
· 23 years ago
69d31b7
Pass the full pathname to MSVC when compiling a debug version. This
by Thomas Heller
· 23 years ago
378498d
Append the PC specific include 'PC' and library 'PCBuild' directories
by Thomas Heller
· 23 years ago
e650080
Fix trivial typo.
by Thomas Heller
· 23 years ago
8570013
Whitespace normalization. Unka Timmy would be proud.
by Barry Warsaw
· 23 years ago
0538f1f
Patch #531901 by Mark W. Alexander: adds a new distutils packager
by Marc-André Lemburg
· 23 years ago
4c7fb96
Remove unconditional debugging prints.
by Thomas Heller
· 23 years ago
fd0e82a
Set the warn_dir option to 0 before running the install command.
by Thomas Heller
· 23 years ago
a863270
Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
by Tim Peters
· 23 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
f4a4fb9
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
by Andrew M. Kuchling
· 23 years ago
b26ca9d
Revert part of previous patch: several install_* subcommands expect
by Andrew M. Kuchling
· 23 years ago
3f1822b
Add missing Boolean options
by Andrew M. Kuchling
· 23 years ago
da9f0bf
Add unlisted Boolean options. Thomas H., can you please check that I
by Andrew M. Kuchling
· 23 years ago
5de82a8
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
by Andrew M. Kuchling
· 23 years ago
bbea471
Allow shebang's which use versioned Python binaries. Fixes bug #521526.
by Marc-André Lemburg
· 23 years ago
d2d58e0
First version which runs an install-script (specified by the
by Thomas Heller
· 23 years ago
005dbb2
on MacOSX/Darwin, use ranlib when building static libs.
by Just van Rossum
· 23 years ago
745b460
Make it 1.5.2 compatible again.
by Thomas Heller
· 23 years ago
9273ec7
Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's
by Marc-André Lemburg
· 23 years ago
3b388ec
[Bug #220993; may also fix bug #479469] Fix flakiness when old
by Andrew M. Kuchling
· 23 years ago
0c350bf
package_dir must be converted from the distutils path conventions to
by Thomas Heller
· 23 years ago
b24231e
Restrict the mode to the lowest four octal positions; higher positions
by Andrew M. Kuchling
· 23 years ago
2544f51
OS/2 patches by Andrew I MacIntyre for distutils.
by Marc-André Lemburg
· 23 years ago
9635d0b
Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.
by Martin v. Löwis
· 23 years ago
5cba76d
SWIGing a source file <name>.i silently overwrites <name>.c if it is
by Thomas Heller
· 23 years ago
9668b93
Patch #414775: Add --skip-build option to bdist command.
by Martin v. Löwis
· 23 years ago
3d2d980
Suggested by Pete Shinners: treat .m and .mm files as source code.
by Andrew M. Kuchling
· 23 years ago
f499b03
Recreated after source changes.
by Thomas Heller
· 23 years ago
c7cb9ed
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes.
by Thomas Heller
· 23 years ago
90294d0
Joe VanAndel wrote:
by Marc-André Lemburg
· 23 years ago
d15db5c
When using GCC, use the right option to add a directory to the list of dirs
by Fred Drake
· 23 years ago
fb173cd
Fix for
by Michael W. Hudson
· 23 years ago
49bdaed
Fix for
by Michael W. Hudson
· 23 years ago
9028d0a
Visious hackery to solve a build-control problem related to our use of
by Fred Drake
· 23 years ago
3ecc1ce
[Bug #475009] Tighten the pattern for the first line, so we don't
by Andrew M. Kuchling
· 23 years ago
21d4535
Whitespace normalization.
by Fred Drake
· 23 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
bcd8975
Use a version number of 0.0.0 instead of ???. The latter leads to
by Thomas Heller
· 23 years ago
d303b61
[Bug #459270] Fix incorrect docstring
by Andrew M. Kuchling
· 23 years ago
92c2ebf
The libraries argument was completely ignored, fixed. Reported by Tom Loredo.
by Jack Jansen
· 23 years ago
be63884
With Andrew's blessing: distutils version number is now 1.0.3.
by Thomas Heller
· 23 years ago
e138f36
Explicitely list the metadata attributes to show
by Thomas Heller
· 23 years ago
c010c17
Implement PEP250: Use Lib/site-packages under windows.
by Thomas Heller
· 23 years ago
045af6f
[Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.
by Andrew M. Kuchling
· 23 years ago
4d335b3
[Bug #444589] Record empty directories in the install_data command
by Andrew M. Kuchling
· 23 years ago
a8ea5ba
[Bug #436732] install.py does not record a created *.pth file in the
by Andrew M. Kuchling
· 23 years ago
212a2e1
On the mac some library paths returned were outdated, some were outright funny.
by Jack Jansen
· 23 years ago
a8aefe5
Don't use dir() to find instance attribute names.
by Neil Schemenauer
· 23 years ago
69374e4
Flush output more aggressively. This makes things look better if
by Neil Schemenauer
· 23 years ago
e259e59
Patch by Bill Noon: added 'dylib' as a library type along with
by Jack Jansen
· 23 years ago
f17efb9
Patch #449054 to implement PEP 250. The standard install directory for
by Greg Ward
· 23 years ago
db7aed5
[Patch #441691] preprocess() method for Borland C compiler.
by Andrew M. Kuchling
· 23 years ago
b1d6029
[Patch #444854 from twburton]
by Andrew M. Kuchling
· 23 years ago
6fb8d3a
[Patch #442530 from twburton]
by Andrew M. Kuchling
· 23 years ago
246c425
Fix for NameError caught by PyChecker.
by Andrew M. Kuchling
· 23 years ago
f4aa684
[Bug #414032] Make the 'sdist' command work when the distribution contains
by Andrew M. Kuchling
· 23 years ago
13f4ea2
Remove unused variable
by Andrew M. Kuchling
· 23 years ago
5079fe0
Fix typo caught by PyChecker
by Andrew M. Kuchling
· 23 years ago
665f248
Add forgotten import
by Andrew M. Kuchling
· 23 years ago
981a178
Wrap a comment to fit in 80 columns.
by Fred Drake
· 23 years ago
db988b1
Use .get_license()
by Andrew M. Kuchling
· 23 years ago
fa7dc57
[Bug #412271, bug #449009] Use 'license' as the attribute name,
by Andrew M. Kuchling
· 23 years ago
6386a4c
Import UnknownFileError
by Andrew M. Kuchling
· 23 years ago
Next »