index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
bdist_rpm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug "[#466200] ability to specify a 'verify' script".
Gustavo Niemeyer
2002-11-06
1
-0/+3
*
[Bug #570655] Fix misleading option text
Andrew M. Kuchling
2002-11-04
1
-1/+1
*
Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.
Martin v. Löwis
2002-10-07
1
-0/+3
*
Use distutils.debug.DEBUG instead of distutils.core.DEBUG.
Jeremy Hylton
2002-09-11
1
-1/+2
*
Patch #543498: Use License: field instead of Copyright:.
Martin v. Löwis
2002-07-28
1
-1/+1
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-1/+2
*
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
Andrew M. Kuchling
2002-03-21
1
-1/+1
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-11/+11
*
Fix typo caught by PyChecker
Andrew M. Kuchling
2001-08-10
1
-1/+1
*
Use .get_license()
Andrew M. Kuchling
2001-08-10
1
-1/+1
*
Fix bug #418369: typo in bdist_rpm
Andrew M. Kuchling
2001-05-21
1
-1/+1
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
1
-1/+1
*
Added a bunch of missing "=" signs in the option table.
Greg Ward
2000-09-25
1
-30/+14
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
1
-0/+2
*
Renamed --clean to --no-keep-temp and --noclean to --keep-temp.
Greg Ward
2000-09-16
1
-6/+6
*
Added --python and --fix-python options for better control over what
Greg Ward
2000-09-10
1
-16/+33
*
Typo fix.
Greg Ward
2000-09-07
1
-1/+1
*
Fixed the move-RPM-files hack so it knows about the '--binary-only' and
Greg Ward
2000-08-15
1
-8/+11
*
Added support for the '--dist-dir' option, including a mildly nasty
Greg Ward
2000-08-15
1
-4/+23
*
Fixed imports from '*util' modules to not just import everything from util.
Greg Ward
2000-08-05
1
-1/+2
*
Fixed a grab-bag of typos spotted by Rob Hooft.
Greg Ward
2000-07-27
1
-1/+1
*
Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if
Greg Ward
2000-06-08
1
-0/+2
*
Fixed syntax error.
Greg Ward
2000-06-04
1
-9/+14
*
Patch from Harry Henry Gebel:
Greg Ward
2000-06-04
1
-59/+103
*
Removed the 'ensure_*' methods -- they're just too handy too keep in one
Greg Ward
2000-06-04
1
-43/+1
*
Patch from Harry Henry Gebel: fixes a bit of code that slipped by my
Greg Ward
2000-06-03
1
-2/+1
*
Only print debugging output if DEBUG true.
Greg Ward
2000-06-02
1
-6/+7
*
Ditched the obsolete '_get_package_data()' method and its
Greg Ward
2000-06-02
1
-142/+3
*
Fairly massive overhaul to support getting RPM inputs (extra meta-data,
Greg Ward
2000-06-02
1
-32/+230
*
More tweaking to make this command act like other Distutils commands:
Greg Ward
2000-06-01
1
-26/+29
*
Regularize options a bit:
Greg Ward
2000-05-31
1
-12/+19
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-30/+19
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
1
-0/+2
*
Contribution from Harry Henry Gebel: the 'bdist_rpm' command.
Gregory P. Smith
2000-05-13
1
-0/+390