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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #619493: Prefer rpmbuild over rpm if available.
Martin v. Löwis
2002-10-07
1
-0/+3
*
backport akuchling's checkin of
Michael W. Hudson
2002-09-24
1
-1/+2
*
corrected backport. 'patch' made me sad, it got it horribly wrong
Anthony Baxter
2002-04-18
2
-2/+2
*
backport tim_one's patch:
Anthony Baxter
2002-04-18
2
-0/+2
*
backport akuchling's checkin of
Michael W. Hudson
2002-03-25
1
-1/+1
*
backport akuchling's checkin of
Michael W. Hudson
2002-03-25
1
-3/+2
*
Thomas said this was OK.
Michael W. Hudson
2002-03-25
1
-1/+2
*
backport akuchling's checkin of
Michael W. Hudson
2002-03-25
1
-1/+1
*
backport akuchling's checkin of
Michael W. Hudson
2002-02-22
1
-1/+1
*
Backport theller's checkin of revision 1.35:
Michael W. Hudson
2002-02-19
1
-1/+5
*
Recreated after source changes.
Thomas Heller
2001-12-18
1
-284/+284
*
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst
Thomas Heller
2001-12-18
1
-3/+6
*
Joe VanAndel wrote:
Marc-André Lemburg
2001-12-11
1
-1/+1
*
Fix for
Michael W. Hudson
2001-12-10
1
-2/+11
*
Fix for
Michael W. Hudson
2001-12-10
1
-1/+2
*
Visious hackery to solve a build-control problem related to our use of
Fred Drake
2001-12-06
1
-0/+11
*
[Bug #475009] Tighten the pattern for the first line, so we don't
Andrew M. Kuchling
2001-12-06
1
-1/+1
*
Whitespace normalization.
Fred Drake
2001-12-06
11
-48/+48
*
Explicitely list the metadata attributes to show
Thomas Heller
2001-10-05
1
-295/+304
*
Implement PEP250: Use Lib/site-packages under windows.
Thomas Heller
2001-09-05
1
-311/+306
*
[Bug #444589] Record empty directories in the install_data command
Andrew M. Kuchling
2001-09-04
1
-4/+12
*
[Bug #436732] install.py does not record a created *.pth file in the
Andrew M. Kuchling
2001-09-04
1
-2/+5
*
Patch #449054 to implement PEP 250. The standard install directory for
Greg Ward
2001-08-23
1
-7/+18
*
[Patch #444854 from twburton]
Andrew M. Kuchling
2001-08-16
1
-1/+4
*
[Patch #442530 from twburton]
Andrew M. Kuchling
2001-08-16
1
-4/+4
*
Fix for NameError caught by PyChecker.
Andrew M. Kuchling
2001-08-13
1
-2/+2
*
[Bug #414032] Make the 'sdist' command work when the distribution contains
Andrew M. Kuchling
2001-08-10
1
-2/+18
*
Remove unused variable
Andrew M. Kuchling
2001-08-10
1
-1/+0
*
Fix typo caught by PyChecker
Andrew M. Kuchling
2001-08-10
1
-1/+1
*
Add forgotten import
Andrew M. Kuchling
2001-08-10
1
-0/+1
*
Use .get_license()
Andrew M. Kuchling
2001-08-10
1
-1/+1
*
Do convert_path() on script paths (now PyXML builds out of the box
Just van Rossum
2001-07-29
1
-0/+2
*
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis
2001-07-26
1
-2/+2
*
Undo revision 1.7: always mangle a #! line containing "python" to point
Greg Ward
2001-07-25
1
-4/+2
*
dummy checkin for testing, please ignore
unknown
2001-07-04
1
-1/+0
*
Fix bug #418369: typo in bdist_rpm
Andrew M. Kuchling
2001-05-21
1
-1/+1
*
Since bdist_wininst.py contains the installer executable, it had to be
Thomas Heller
2001-04-10
1
-262/+262
*
Call the write_pkg_info method
Andrew M. Kuchling
2001-03-22
1
-2/+2
*
Fix bug #233253: the --define and --undef options didn't work, whether
Andrew M. Kuchling
2001-03-17
1
-0/+15
*
The bdist_wininst.py command has been recreated after wininst.exe
Thomas Heller
2001-03-16
1
-272/+308
*
Make docstrings raw, since they contain literal backslashes.
Ka-Ping Yee
2001-03-10
1
-1/+1
*
When not copying a file because the output is up to date, make the message
Fred Drake
2001-03-02
1
-2/+2
*
Leave #! lines featuring /usr/bin/env alone
Andrew M. Kuchling
2001-02-28
1
-2/+4
*
Enhancements to the bdist_wininst command:
Thomas Heller
2001-02-19
1
-265/+282
*
Split the rpath argument into multiple paths, turning it into a list.
Andrew M. Kuchling
2001-02-17
1
-0/+3
*
Patch #103587: Fix typo that broke the install_data command; caught by
Andrew M. Kuchling
2001-02-05
1
-1/+1
*
Data pathnames were not converted from URL-style to local style. Fixed.
Jack Jansen
2001-01-28
1
-2/+4
*
Added an execution layer to be able to customize per-extension
Marc-André Lemburg
2001-01-26
1
-91/+92
*
Part of patch #102409: special cases for Cygwin:
Andrew M. Kuchling
2001-01-24
1
-0/+18
*
Modified version of a patch from Jeremy Kloth, to make .get_outputs()
Andrew M. Kuchling
2001-01-16
1
-1/+5
[next]