summaryrefslogtreecommitdiff
path: root/setup_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* s/%/fstrings/gJeff Forcier2023-01-161-1/+1
| | | | Except in one spot where it was too complicated to bother for now XD
* Update a bunch of no/low impact python2/3 references/commentsJeff Forcier2023-01-121-6/+1
|
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* Blacken under black 18.5b0Jeff Forcier2018-05-291-19/+29
|
* Fix flake8 for top-level modules.Dorian Pula2017-05-311-8/+9
|
* Restore Python 2.6 compatibility for `python setup.py {s,b}dist'Peter Odding2015-09-091-1/+6
|
* Try to fix `python setup.py bdist_dumb' on Mac OS X (paylogic/pip-accel#2)Peter Odding2015-09-051-5/+52
| | | | | | | | | Additions based on /usr/lib/python2.7/distutils/archive_util.py from the Ubuntu 12.04 package python2.7 (2.7.3-0ubuntu3.8). I have not looked into the compatibility of the software licenses of Paramiko vs distutils however the original setup_helper.py code in Paramiko was clearly also copied from distutils so to be honest it's not like I'm changing the status quo.
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | Conflicts: paramiko/proxy.py
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+5
| | | | bump copyright year to 2007
* [project @ robey@lag.net-20060912073153-4d8c5623d4c2aa7b]Robey Pointer2006-09-121-0/+98
merge patches from wouter van heyst and john arbash-meinel for fixing tarballs on os x, and fixing md5 on linux