FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/distutils/command - pylee/python · GitHub
pylee
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Lib
distutils
command
on
master
User selector
Datepicker
Commit history
Commits on Feb 5, 2009
Fixed #5132: enable extensions to link on Solaris
Show description for 5985ddc
tarek.ziade
committed
5985ddc
View commit details
Copy full SHA for 5985ddc
View code at this point
Browse repository at this point
Commits on Jan 29, 2009
Fix issue5075: bdist_wininst should not depend on the vc runtime?
Show description for 189cfab
mark.hammond
committed
189cfab
View commit details
Copy full SHA for 189cfab
View code at this point
Browse repository at this point
Commits on Jan 25, 2009
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Show description for 843308e
tarek.ziade
committed
843308e
View commit details
Copy full SHA for 843308e
View code at this point
Browse repository at this point
added missing module docstring
Show description for a08b48e
tarek.ziade
committed
a08b48e
View commit details
Copy full SHA for a08b48e
View code at this point
Browse repository at this point
Issue #5052: removed backward compatibility information (out of date)
Show description for 56841fb
tarek.ziade
committed
56841fb
View commit details
Copy full SHA for 56841fb
View code at this point
Browse repository at this point
Commits on Jan 8, 2009
fixed #4394 make the storage of the password optional in .pypirc
Show description for d691ec3
tarek.ziade
committed
d691ec3
View commit details
Copy full SHA for d691ec3
View code at this point
Browse repository at this point
Commits on Jan 4, 2009
using clearer syntax
Show description for 7f872c5
tarek.ziade
committed
7f872c5
View commit details
Copy full SHA for 7f872c5
View code at this point
Browse repository at this point
fixed #1702551: distutils sdist was not pruning VCS directories under win32
Show description for 2a49c7f
tarek.ziade
committed
2a49c7f
View commit details
Copy full SHA for 2a49c7f
View code at this point
Browse repository at this point
Commits on Dec 24, 2008
fixed #4400 : distutils .pypirc default generated file was broken.
Show description for f3ab734
tarek.ziade
committed
f3ab734
View commit details
Copy full SHA for f3ab734
View code at this point
Browse repository at this point
Commits on Aug 17, 2008
Update distutils so that it triggers no warnings when run under -3.
Show description for 3c2cfcf
brett.cannon
committed
3c2cfcf
View commit details
Copy full SHA for 3c2cfcf
View code at this point
Browse repository at this point
Commits on Aug 14, 2008
Fixed test_distutils error (test_build_ext) on VC6.
Show description for a71b8a0
hirokazu.yamamoto
committed
a71b8a0
View commit details
Copy full SHA for a71b8a0
View code at this point
Browse repository at this point
Commits on May 31, 2008
Fix bdist_wininst --user-access-control for win2k
Show description for 782aa0c
mark.hammond
committed
782aa0c
View commit details
Copy full SHA for 782aa0c
View code at this point
Browse repository at this point
Commits on May 28, 2008
bdist_wininst now works correctly when both --skip-build and --plat-name are specified.
Show description for 8d4a806
mark.hammond
committed
8d4a806
View commit details
Copy full SHA for 8d4a806
View code at this point
Browse repository at this point
Commits on May 25, 2008
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Show description for f5006ab
georg.brandl
committed
f5006ab
View commit details
Copy full SHA for f5006ab
View code at this point
Browse repository at this point
Commits on May 16, 2008
Fixed import of configparser in the distutils module.
Show description for b74c325
alexandre.vassalotti
committed
b74c325
View commit details
Copy full SHA for b74c325
View code at this point
Browse repository at this point
Commits on May 15, 2008
Revert distutils changes done in r63248.
Show description for 0c23ed7
alexandre.vassalotti
committed
0c23ed7
View commit details
Copy full SHA for 0c23ed7
View code at this point
Browse repository at this point
Commits on May 14, 2008
Updated import statements to use the new `configparser` module name.
Show description for a8cab66
alexandre.vassalotti
committed
a8cab66
View commit details
Copy full SHA for a8cab66
View code at this point
Browse repository at this point
Commits on May 11, 2008
#1858: re-apply patch for this, adding the missing files
Show description for d626658
andrew.kuchling
committed
d626658
View commit details
Copy full SHA for d626658
View code at this point
Browse repository at this point
Commits on May 10, 2008
Revert r62998 as it broke the build (seems distutils.config is missing).
Show description for a1f0aa2
brett.cannon
committed
a1f0aa2
View commit details
Copy full SHA for a1f0aa2
View code at this point
Browse repository at this point
#1858 from Tarek Ziade:
Show description for 05433d5
andrew.kuchling
committed
05433d5
View commit details
Copy full SHA for 05433d5
View code at this point
Browse repository at this point
Commits on May 9, 2008
Add --user option to build_ext
Show description for 29dbf34
christian.heimes
committed
29dbf34
View commit details
Copy full SHA for 29dbf34
View code at this point
Browse repository at this point
Commits on May 6, 2008
Implemented PEP 370
Show description for e812d83
christian.heimes
committed
e812d83
View commit details
Copy full SHA for e812d83
View code at this point
Browse repository at this point
Commits on May 2, 2008
#2581: Vista UAC/elevation support for bdist_wininst
Show description for aa96c23
mark.hammond
committed
aa96c23
View commit details
Copy full SHA for aa96c23
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Issue #2513: enable 64bit cross compilation on windows.
Show description for dd9a1a1
mark.hammond
committed
dd9a1a1
View commit details
Copy full SHA for dd9a1a1
View code at this point
Browse repository at this point
Commits on Mar 6, 2008
#1725737: ignore other VC directories other than CVS and SVN's too.
Show description for 298c589
georg.brandl
committed
298c589
View commit details
Copy full SHA for 298c589
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Patch #2167 from calvin: Remove unused imports
Show description for 88a9f75
christian.heimes
committed
88a9f75
View commit details
Copy full SHA for 88a9f75
View code at this point
Browse repository at this point
Commits on Feb 21, 2008
Removed uses of dict.has_key() from distutils, and uses of
Show description for 94da9e7
guido.van.rossum
committed
94da9e7
View commit details
Copy full SHA for 94da9e7
View code at this point
Browse repository at this point
Close manifest file.
Show description for ea9d0b1
andrew.kuchling
committed
ea9d0b1
View commit details
Copy full SHA for ea9d0b1
View code at this point
Browse repository at this point
Commits on Feb 3, 2008
Fixed paths to Windows build directories in build_ext.py
Show description for e01867d
christian.heimes
committed
e01867d
View commit details
Copy full SHA for e01867d
View code at this point
Browse repository at this point
Commits on Jan 21, 2008
#1530959: change distutils build dir for --with-pydebug python builds.
Show description for 53f0030
georg.brandl
committed
53f0030
View commit details
Copy full SHA for 53f0030
View code at this point
Browse repository at this point
Commits on Jan 2, 2008
Patch #1696. Don't attempt to close None in dry-run mode.
Show description for ff9bf27
guido.van.rossum
committed
ff9bf27
View commit details
Copy full SHA for ff9bf27
View code at this point
Browse repository at this point
Commits on Dec 31, 2007
Added wininst-9.0.exe executable for VS 2008
Show description for f9e2107
christian.heimes
committed
f9e2107
View commit details
Copy full SHA for f9e2107
View code at this point
Browse repository at this point
Commits on Dec 3, 2007
Applied my patch #1455 with some extra fixes for VS 2005
Show description for 1a4126d
christian.heimes
committed
1a4126d
View commit details
Copy full SHA for 1a4126d
View code at this point
Browse repository at this point
Commits on Sep 12, 2007
#1120: put explicit version in the shebang lines of pydoc, idle
Show description for f73748f
georg.brandl
committed
f73748f
View commit details
Copy full SHA for f73748f
View code at this point
Browse repository at this point
Commits on Aug 21, 2007
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
Show description for eec6dbe
mark.hammond
committed
eec6dbe
View commit details
Copy full SHA for eec6dbe
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL