aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-1/+1
|\
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-1/+6
| |\
| * \ Merge with upstreamJason R. Coombs2013-06-181-10/+66
| |\ \
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-1/+1
* | | | Merge setuptools/command/*Jason R. Coombs2013-05-041-21/+12
|\ \ \ \
| * | | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-21/+62
* | | | | Move where add_defaults is defined to align with setuptoolsJason R. Coombs2013-05-031-21/+21
| |_|_|/ |/| | |
* | | | Add comments.Stefan H. Holek2012-11-101-0/+1
* | | | Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-011-2/+5
* | | | Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in...Stefan H. Holek2012-10-261-1/+2
* | | | When writing the manifest under Python 3, skip filenames that cannot be encod...Stefan H. Holek2012-10-251-1/+1
* | | | Use surrogateescape error handler when reading and writing the manifest. Refs...Stefan H. Holek2012-10-171-1/+1
| |_|/ |/| |
* | | Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-081-0/+27
* | | Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-051-0/+8
|\ \ \
| * | | This allows the sdist command to ensure that any files listed in package_data...Erik Bray2012-02-131-0/+8
* | | | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-221-1/+11
* | | | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | | | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
* | | | README.rst is now a standardAlex Clark2012-04-221-1/+1
|/ / /
* | / Remove grody hack for later versions of Python where it is no longer necessar...Jason R. Coombs2012-01-201-4/+14
| |/ |/|
* | Open svn externals file in text mode.Martin v. Löwis2009-09-131-1/+1
* | #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* | #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-161-1/+2
|/
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
* Should've used distutils.log.warn instead of warnings.warnPJ Eby2006-09-261-2/+2
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-171-21/+21
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-181-12/+12
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-101-2/+43
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-8/+8
* Prevent failed attempts at removing MANIFEST.in from masking errors thatPJ Eby2006-02-211-10/+10
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-181-8/+49
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-061-5/+5
* Include ``svn:externals`` directories in source distributions as well asPJ Eby2005-07-091-42/+42
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-1/+1
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-071-0/+41
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-0/+82