- 02 Jun, 2014 2 commits
-
-
Jason R. Coombs authored
-
Matthew Iversen authored
https://bitbucket.org/pypa/setuptools/issue/213/regression-setuptools-37-installation --HG-- extra : source : 182f68beacf5e436609fb7d1064a18279cbbd24a
-
- 01 Jun, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 28 May, 2014 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : amend_source : e41a2567b4174ef2eff09f3aa3f2a7faf214e054
-
Jurko Gospodnetić authored
ContextualZipFile tried to be smart and have its __new__ method return zipfile.ZipFile instances on Python versions supporting the zipfile.ZipFile context manager interface (i.e. only on Python [2.7, 3.0> & 3.2+) while on others it would return an actual ContextualZipFile instance. The new implementation seems much simpler and avoids a DeprecationWarning on Python [3.0, 3.2>. There zipFile.ZipFile's __new__ method implementation is actually inherited from object, and calling object.__new__ with extra parameters has been deprecated since Python 2.6 (it has even been converted to an error since Python 3.3). Notes on why there were no related problems in other Python versions: * Python versions prior to 2.5 were not affected because they did not yet deprecate passing extra parameters to object.__new__. * Python version 2.6 was not affected because there zipfile.ZipFile was implemented as an old-style class and therefore did not get its __new__ method called in the first place. * Python [2.7, 3.0> & 3.2+ - explained above. --HG-- extra : source : 9388cc525f1919672fb916b0e62f80ca581072b7
-
- 27 May, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 23 May, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 22 May, 2014 1 commit
-
-
Jason R. Coombs authored
Include the build launcher script in setuptools sdist. This helps address the requirement that all sources be included.
-
- 18 May, 2014 17 commits
-
-
Jason R. Coombs authored
--HG-- extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
-
Jason R. Coombs authored
Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.
-
Jason R. Coombs authored
--HG-- extra : amend_source : 4361459883522692c4d70715135439819d981d7a
-
Jason R. Coombs authored
--HG-- extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 17 May, 2014 13 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Use StringIO to write out requirements. Use more common convention of adding newline to each line of the file, not just intervening lines.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Philip Thiem authored
--HG-- extra : rebase_source : c22b55cde69bbf7fc6a075bcd8797017797c6225
-
Philip Thiem authored
est_manifest_is_written_with_utf8_encoding should use the filelist's append, NOT filelist.files.append --HG-- extra : rebase_source : cdf0df0a11b96a60c29c10483579e6e043a7fcd1
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Convert quiet to a context manager, so its comment is no longer complaining and to simplify the code.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-