summaryrefslogtreecommitdiff
path: root/paramiko/_winapi.py
Commit message (Expand)AuthorAgeFilesLines
* well that's just super()!Jeff Forcier2023-01-161-2/+2
* No more (object)ionsJeff Forcier2023-01-161-1/+1
* s/%/fstrings/gJeff Forcier2023-01-161-1/+1
* flake8Jeff Forcier2023-01-111-1/+0
* Remove sys.version_info checksJeff Forcier2023-01-091-4/+1
* py3compat.builtins -> stdlib builtinsJeff Forcier2023-01-091-1/+1
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+2
* Bump black up to 18.6b4Jeff Forcier2018-08-221-0/+2
* Blacken under black 18.5b0Jeff Forcier2018-05-291-7/+10
* Blacken Paramiko on 2.4Chris Rose2018-05-171-66/+81
* Lots of flake8 fix.Dorian Pula2017-05-311-3/+15
* Update GlobalAlloc argtypes per jaraco.windows 3.6.2. Fixes #802.Jason R. Coombs2016-12-051-1/+1
* Add type declarations for Windows API calls as found in jaraco.windows 3.6.1....Jason R. Coombs2016-07-221-0/+19
* Update per jaraco.windows 3.4.1Jason R. Coombs2015-11-101-4/+4
* Remove references to other modulesJason R. Coombs2015-05-081-8/+8
* Replace use of six with imports from py3compatJason R. Coombs2015-05-081-3/+2
* Refresh vendored _winapi module.Jason R. Coombs2015-05-081-224/+321
* Copied code from jaraco.windows rather than requiring it as a dependency.Jason R. Coombs2012-11-231-0/+269