summaryrefslogtreecommitdiff
path: root/tests/loop.py
Commit message (Collapse)AuthorAgeFilesLines
* No more (object)ionsJeff Forcier2023-01-161-1/+1
|
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-1/+1
| | | | | I feel like we should be able to just nuke byte_chr and friends at this point, but it's not entirely obvious, so let's rock that boat later.
* Merge branch '2.10'Jeff Forcier2022-04-251-1/+1
|\
| * threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-251-1/+1
| |
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/ | | | They moved from Temple Place to Franklin Street in 2005.
* Blacken Paramiko on 2.4Chris Rose2018-05-171-5/+3
|
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-231-4/+2
|
* Update fake test socket objects to exhibit Python 3 socket-closed flagJeff Forcier2016-06-121-0/+2
| | | | Re #520
* Start in on star import eradicationJeff Forcier2014-03-071-1/+1
|
* Changes inspired by the nischu7 branchScott Maxwell2013-11-011-1/+1
|
* More type conversionScott Maxwell2013-10-311-1/+2
|
* Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-2/+2
|
* Fix importsScott Maxwell2013-10-301-0/+1
|
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | Conflicts: paramiko/proxy.py
* Remove comparison between int and strBobby Impollonia2012-09-231-6/+2
| | | | | | | | | | | | | | The code had been doing 'n < self.__in_buffer' when it wanted to be doing 'n < len(self.__in_buffer)' In Python 2.x, this comparison (int < str) is always True. I found this while porting to Python 3 where it raises an error. The code has been working without complaints because always taking the true branch of this conditional is actually fine. We don't need the false branch, so drop the check entirely. (cherry picked from commit 0a013f829e9eb20fb037a2ac06c230d9074fbe90)
* 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-3/+1
| | | | bump copyright year to 2007
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154]Robey Pointer2005-02-281-1/+1
| | | | | | | even better 1.2 lapras re-bump the version # to 1.2 (with a new date since i added more stuff). add 2005 to the copyright date in a bunch of files.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-152]Robey Pointer2005-02-281-1/+1
| | | | | little doc fixes stupid little doc fixups that didn't fit with the other patches.
* [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-94]Robey Pointer2004-10-201-0/+104
start testing Transport the beginnings of tests for Transport. only the bare minimum is there right now. also started doc'ing things up to ivysaur.