summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README py3 updatepython3Jeff Forcier2014-03-131-1/+2
* Update copyright in README to be more accurateJeff Forcier2014-03-131-1/+1
* Update docs to reflect Python 2.6+, 3.3+ compatJeff Forcier2014-03-132-32/+4
* New Alabaster for improved py2/3 + changelog style tweakJeff Forcier2014-03-131-1/+1
* Merge remote-tracking branch 'scottkmaxwell/python3-with-import-fix' into pyt...Jeff Forcier2014-03-1343-475/+385
|\
| * Remove dead Py2.2 code and fix a bunch of PEP8 formattingScott Maxwell2014-03-081-18/+26
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-0743-457/+359
* | Fix accidental Markdown formatting miss for an older entryJeff Forcier2014-03-131-4/+4
* | Add changelog re #16Jeff Forcier2014-03-131-0/+7
|/
* Attempt to fix docs for py3Jeff Forcier2014-03-071-2/+2
* Remove race condition regression re #276Jeff Forcier2014-03-071-1/+0
* Start in on star import eradicationJeff Forcier2014-03-0710-10/+11
* Remove an old Py2.5-ismJeff Forcier2014-03-071-1/+1
* Skip failing test on Py3Jeff Forcier2014-03-071-0/+5
* Make `byte_ord` gentlerpy3-test-parityJeff Forcier2014-03-071-1/+3
* Fix some Py2-isms in constant_time_bytes_eqJeff Forcier2014-03-071-2/+2
* Another fix that looked important but wasn'tJeff Forcier2014-03-071-1/+1
* This doesn't really matter, but whateverJeff Forcier2014-03-071-1/+1
* One spot newer than scott's changes which prob needed a py3-ismJeff Forcier2014-03-071-1/+1
* More minor whitespacey bitsJeff Forcier2014-03-072-2/+2
* Tabs to spacesJeff Forcier2014-03-071-207/+207
* Some whitespacey bitsJeff Forcier2014-03-072-5/+5
* One last obvious missing bitJeff Forcier2014-03-071-2/+0
* Another indentation fix that isn't helping (tho in this case, obvious why)Jeff Forcier2014-03-071-7/+7
* I was really hoping this was causing a lot of the test errors :(Jeff Forcier2014-03-071-2/+2
* Some Epydoc->Sphinx stuff that came from the mergeJeff Forcier2014-03-071-5/+1
* A missed line from the merge.Jeff Forcier2014-03-071-0/+1
* Found a dumb typo.Jeff Forcier2014-03-071-1/+1
* Missed a spotJeff Forcier2014-03-061-1/+1
* Fix a bunch of indentation errors.Jeff Forcier2014-03-057-29/+29
* Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-0564-1601/+1978
|\
| * Fix new test for Py3 and start server in tests instead of in setUp so we can ...Scott Maxwell2014-01-161-9/+10
| * Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell2014-01-165-5/+60
| |\
| * | Add getcwd testScott Maxwell2014-01-161-2/+21
| * | Fix getcwd when _cwd is NoneScott Maxwell2014-01-161-1/+1
| * | Fix import of win_pageantScott Maxwell2013-12-051-1/+1
| * | Fix deprecation warning in array conversionScott Maxwell2013-12-041-4/+18
| * | Bump version to 1.13.0 in initScott Maxwell2013-11-191-1/+1
| * | Remove Python 2.5 from travis and fix minimum required version in init and RE...Scott Maxwell2013-11-193-6/+5
| * | Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-1915-84/+80
| * | Remove `from __future__ import with_statement`Scott Maxwell2013-11-194-7/+0
| * | Remove unnecessary vars for openScott Maxwell2013-11-191-17/+9
| * | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-1/+2
| * | Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-1912-363/+281
| * | Remove eval that was required for Py25 supportScott Maxwell2013-11-191-1/+3
| * | Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-1923-113/+68
| * | Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell2013-11-197-82/+96
| * | Bump version to 1.13.0Scott Maxwell2013-11-021-1/+1
| * | More type conversionsScott Maxwell2013-11-021-2/+2
| * | Fix message to handle long properly, even on Py3Scott Maxwell2013-11-024-9/+10