Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -4/+2 |
| | |||||
* | Remove detect_encoding, no longer used. | Jason R. Coombs | 2019-04-05 | 1 | -13/+0 |
| | |||||
* | Given that the config file parsing functionality is unlikely to change ↵ | Jason R. Coombs | 2019-01-25 | 1 | -0/+13 |
| | | | | upstream, just incorporate the functionality directly. | ||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Add missing blank line. | stepshal | 2016-07-14 | 1 | -0/+1 |
| | |||||
* | Avoid TypeError when getfilesystemencoding returns None. Fixes #486. | Jason R. Coombs | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Extract variable for candidate encodings | Jason R. Coombs | 2016-01-23 | 1 | -2/+4 |
| | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -7/+1 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+7 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -3/+3 |
| | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
* | Starting a unicode_utils module. | Philip Thiem | 2014-05-17 | 1 | -0/+41 |
--HG-- extra : source : 2e47fa11a272ed61f7c1bbf88aae27e81040fe93 |