Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setuptools no longer installs a site.py file during easy_install or develop ↵ | Jason R. Coombs | 2020-05-29 | 1 | -76/+0 |
| | | | | installs. Ref #2165. | ||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -4/+6 |
| | |||||
* | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Fix spacing after comment hash. | stepshal | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | Fix spacing after comment hash. | stepshal | 2016-10-19 | 1 | -3/+3 |
| | |||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #644 from stepshal/spacing-comment-hash | Jason R. Coombs | 2016-07-20 | 1 | -2/+2 |
|\ | | | | | Fix spacing after comment hash. | ||||
| * | Fix spacing after comment hash. | stepshal | 2016-07-14 | 1 | -2/+2 |
| | | |||||
* | | Fix missing whitespace around operator. | stepshal | 2016-07-14 | 1 | -4/+4 |
|/ | |||||
* | Remove commented code | Jason R. Coombs | 2016-07-14 | 1 | -3/+0 |
| | |||||
* | Merge pull request #639 from stepshal/block-comment | Jason R. Coombs | 2016-07-13 | 1 | -2/+2 |
|\ | | | | | Format block comments. | ||||
| * | Format block comments. | stepshal | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | Add missing whitespace. | stepshal | 2016-07-14 | 1 | -5/+5 |
|/ | |||||
* | Delint site-patch | Jason R. Coombs | 2014-02-11 | 1 | -14/+7 |
| | |||||
* | First round of prepping setuptools for inclusion in Python 2.5: move | PJ Eby | 2006-04-14 | 1 | -0/+83 |
site.py to setuptools/site-patch.py; reinstate 'python -m easy_install' support; use distutils' "upload" command when running under 2.5. --HG-- branch : distribute extra : source : fbb6c89a74aa47a556a936202d2e50051b067940 extra : histedit_source : 778122fc56bcca6f5a1dbd5a475df11d29028730 |