- 10 Sep, 2011 1 commit
-
-
Éric Araujo authored
-
- 06 Nov, 2010 1 commit
-
-
Éric Araujo authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines Always close files in distutils code and tests (#10252). ........ r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines Add missing entry for r86223. ........ r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines Of course, I forgot one file in r86223. ........ r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines Also close file descriptors from os.popen and subprocess.Popen ........
-
- 24 Jan, 2010 2 commits
-
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77717 | tarek.ziade | 2010-01-24 01:33:32 +0100 (Sun, 24 Jan 2010) | 1 line Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings ........
-
Tarek Ziadé authored
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
-
- 21 Dec, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 08 Dec, 2009 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
-
- 27 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 09 Oct, 2009 1 commit
-
-
Benjamin Peterson authored
-
- 21 Sep, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 04 Jul, 2009 2 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 01 Jun, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 17 May, 2009 1 commit
-
-
Tarek Ziadé authored
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
-
- 16 May, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 15 May, 2009 1 commit
-
-
Antoine Pitrou authored
-
- 22 Feb, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 25 Jan, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 08 Jan, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 29 Dec, 2008 2 commits
-
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68033 | tarek.ziade | 2008-12-29 23:23:53 +0100 (Mon, 29 Dec 2008) | 1 line fixed #4646 : distutils was choking on empty options arg in the setup function. ........
-
Tarek Ziadé authored
-
- 03 Sep, 2008 1 commit
-
-
Marc-André Lemburg authored
non-ascii characters and Unicode in setup.py meta-data.
-
- 25 May, 2008 1 commit
-
-
Georg Brandl authored
-
- 16 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
If configparser is unavailable, try to import configparser using its old name. This is required for backward-compatibility with older Python versions.
-
- 15 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
As explained by Marc-Andre Lemburg, distutils needs to stay backward-compatible. Therefore, it should use the old ConfigParser module name.
-
- 14 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k.
-
- 11 May, 2008 1 commit
-
-
Andrew M. Kuchling authored
-
- 10 May, 2008 2 commits
-
-
Brett Cannon authored
-
Andrew M. Kuchling authored
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass.
-
- 21 Feb, 2008 1 commit
-
-
Guido van Rossum authored
callable() from copy_reg.py, so the interpreter now starts up without warnings when '-3' is given. More work like this needs to be done in the rest of the stdlib.
-
- 23 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
so that bdist_wininst can specify 'any'.
-
- 21 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
outputs with the distribution object.
-
Fred Drake authored
- fix indentation to conform to the Python style guide - add more tests and documentation
-
- 20 Mar, 2005 1 commit
-
-
Fred Drake authored
added support for the provides, requires, and obsoletes metadata fields
-
- 03 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 10 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 13 Oct, 2004 2 commits
-
-
Anthony Baxter authored
-
Anthony Baxter authored
This support was only a first cut, and doesn't deserve to be in a released version (where we have to support it in an ongoing manner)
-
- 03 Aug, 2004 1 commit
-
-
Fred Drake authored
scripts without modifying either the distutils installation or the setup.py scripts of packages with which the new commands will be used. Specifically, an option is added to distutils that allows additional packages to be searched for command implementations in addition to distutils.command. The additional packages can be specified on the command line or via the installation or personal configuration files already loaded by distutils. For discussion, see the thread starting with: http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html This closes SF patch #102241.
-
- 18 Jul, 2004 1 commit
-
-
Tim Peters authored
-