0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-57] simplify a line of debug output in demo_simple that bothered me one day More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-56] patch from nathaniel smith: fix SFTPClient.open() 'a' flag, and guard against multiple close() of the same file More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-55] fix the loading of known_hosts in the demos to work on winodws/cygwin More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-54] smooth BaseTransport and Transport together, and move the auth stuff into AuthHandler -- an improvement i made in jaramiko and decided deserved to be backported More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-53] more todo... More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-52] rework init so classes all appear in the right package in docs (yaaaay) More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-51] rename 3 globals so they're not exposed in docs More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-50] add docs to Message More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-49] dumb tiny tweaks More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-48] can use up to 32k buffers here More... almost 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-47] bump version number to 1.4 oddish More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-46] add SFTPFile.check and server support (and test) -- it's an sftp extension that allows a client to retrieve the hash of part or all of a file without downloading it. we're probably the only ones who implement it yet More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-45] yeah! figured out the last things that were causing GC cycles and got rid of them: Channels, Transports, SFTPClients, and SFTPFiles can all have __del__ methods now, which auto-close themselves :) More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-44] try to handle utf8 paths in a sane way in SFTPClient: assume incoming strings are already utf8, and encode incoming unicodes -- for return values, use str if an ascii encoding will work, otherwise return a unicode More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-43] allow start_client and start_server to be passed no event object for synchronous behavior More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-42] don't forget to export Agent More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-41] pull in tiny changes from ralph Patches applied: More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-40] anal tweak of docs More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-39] bulletproof the select test in test_transport more More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-38] fix util docs a bit More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-37] remove debug print More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-36] move load_host_keys into util where others can use it More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-35] oooooops, didn't mean to leave posix commented out More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-34] fix a comment claiming that channels are closed automatically when GC'd (they aren't and can't be); don't close the pipe until the app explicitly calls close(); signal EOF via the pipe More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-33] add SFTPClient.put and SFTPClient.get, and make sftp file objects auto-close on del More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-32] add the concept of a cwd to SFTPClient, and add a unit test for it More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-31] fix whitespace on a line that bugged me More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-30] fix stupid line that broke dss's unit test... that'll teach me to fuss over pychecker warnings More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-29] a bunch of silly changes where i was trying to fix pychecker warnings before i decided it wasnt worth the effort More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-28] forgot to import server More... about 20 years ago