summaryrefslogtreecommitdiff
path: root/paramiko/win_pageant.py
Commit message (Expand)AuthorAgeFilesLines
* No more (object)ionsJeff Forcier2023-01-161-1/+1
* s/%/fstrings/gJeff Forcier2023-01-161-1/+1
* Update a bunch of no/low impact python2/3 references/commentsJeff Forcier2023-01-121-4/+1
* blackenJeff Forcier2023-01-111-1/+1
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+1
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Bump black up to 18.6b4Jeff Forcier2018-08-221-0/+1
* Blacken Paramiko on 2.4Chris Rose2018-05-171-16/+18
* Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-161-1/+1
* cleanup unused and star importsPierce Lopez2017-06-011-1/+1
* Additional PEP8 fixes.Dorian Pula2017-05-311-5/+8
* Make sure we pass parameters as binary on windows.Olle Lundberg2014-10-011-2/+3
* One last obvious missing bitJeff Forcier2014-03-071-2/+0
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-1/+2
|\
| * Remove `from __future__ import with_statement`Scott Maxwell2013-11-191-2/+0
| * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-1/+2
* | Clean up thread ident import/exec a bit.Jeff Forcier2014-01-211-12/+7
* | Try Py2.5 compatibility as last fallback for thread identity.Aarni Koskela2014-01-211-3/+5
* | Support Py2.5 to Py3.4 for thread identity (thanks @lndbrg)Aarni Koskela2014-01-211-3/+16
* | Fix agent auth on Windows/Python 2.5) (with thanks to @lndbrg)Aarni Koskela2014-01-211-4/+4
|/
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | Restore Python 2.5 compatibility w.r.t with statement.Jason R. Coombs2012-11-301-0/+2
* | Copied code from jaraco.windows rather than requiring it as a dependency.Jason R. Coombs2012-11-231-4/+3
* | Create the memory map with the security attributes for the current user (rath...Jason R. Coombs2012-11-231-1/+4
* | Use MemoryMap from jaraco.windows in lieu of mmap.mmap.Jason R. Coombs2012-11-231-9/+9
* | Simplify pageant implementation by using an anonymous mmap instead of an expl...Jason R. Coombs2012-11-231-17/+13
* | Remove dependency on pywin32. Just use ctypes for simplicity.Jason R. Coombs2012-11-011-25/+2
* | Remove test for presence of ctypes (assumed present in global imports).Jason R. Coombs2012-11-011-15/+5
|/
* Fixes #4, thanks again to @jaracoJeff Forcier2012-09-231-5/+16
* Whitespace tweaks, thanks @jaracoJeff Forcier2012-09-231-4/+3
* [project @ robey@lag.net-20080706223221-k0hzhvsayzmw6w3e]Robey Pointer2008-07-061-4/+7
* [project @ robey@lag.net-20070521023545-8a36vex4ewgdxcwk]Robey Pointer2007-05-201-12/+31
* [project @ robey@lag.net-20060829012231-328fee7de77036be]Robey Pointer2006-08-281-1/+2
* [project @ robey@lag.net-20060409073938-bcbb9a13a6f311c2]Robey Pointer2006-04-091-44/+41
* [project @ robey@lag.net-20060324174423-1d310608680dd29b]Robey Pointer2006-03-241-0/+128