File python3-curtsies.changes of Package python3-curtsies
-------------------------------------------------------------------
Wed Dec 7 05:35:50 UTC 2016 - arun@gmx.de
- update to version 0.2.11:
(no changelog available)
- changes from version 0.2.10:
* add sequences for home and end keys
-------------------------------------------------------------------
Sun Oct 2 16:57:17 UTC 2016 - arun@gmx.de
- update to version 0.2.9:
* fix #90 again
* strip ansi escape sequences if parsing fmtstr input fails
* prevent invalid negative cursor positions in CursorAwareWindow
(fixes bpython #607)
* '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython
#621)
* alternate codes for F1-F4 (fixes bpython #626)
- changes from version 0.2.8:
* Prevent negative cursor row.
* Change bad arrow key binding
* update changelog
* add parsing fallback of stripping ansi seqs
* fix #90 again, test this time
- changes from version 0.2.7:
* fix link in readme
* add changelog
* add codes for F1-F4
* add python 3.5 to testing matrix
* skip stdin tests on Travis
* Added support for the shorthand ESC[m, which is equivalent to
ESC[0m
* fix spelling in docs amound -> amount
* fix Blessings example t -> term
* add some docs
-------------------------------------------------------------------
Sun May 8 07:09:26 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Jan 30 18:55:54 UTC 2016 - arun@gmx.de
- update to version 0.2.6:
* version bump after fixing debian tests again
* Check isatty instead
- changes from version 0.2.5:
* bump version for bpython0.15rc1
* detect notatty the right way
* skip tests when blessings Terminal can't be made
* add a doctest to peel_off_esc_code
* fix unicode -> bytes
* shorter comment
* add keys
-------------------------------------------------------------------
Sat Jan 2 19:11:51 UTC 2016 - arun@gmx.de
- update to version 0.2.4:
* bump version for FmtStr equality fix
* fix #84 equality of FmtStr objects and nonstrings
* fix #76
* added keys, fixes #78
* Fix arguments given to split
* fix example broken in main example
* disable ctrl-y (dsusp) on OSX
* Allow empty reads when interrupted
* fix travis irc announce link
-------------------------------------------------------------------
Fri Feb 27 21:25:49 UTC 2015 - arun@gmx.de
- update to version 0.2.3:
* add home and enter keys as reported by @amorozov
* add travis notification
* fix Python 3 test
* fix saving initial input
* add failing test for losing initial input
-------------------------------------------------------------------
Fri Feb 20 06:31:42 UTC 2015 - arun@gmx.de
- update to version 0.2.2:
* start doing wheels
- changes from version 0.2.1:
* Linting
* fixes some formatting
* fixed various formatting issues
* write bytes to stdout in Python 2
* add ljust and rjust
* bpython is no longer needef for tests
* fix bad docstring test
* Remove curtsies-bpythonparse (fixes #44)
* docs fix
* use official wcwidth because changes were pushed upstream!
* fix gameexample
* Remove Nick's contribution - it was to bpython, not Curtsies
* fix docs link
* better realtime example
* remove index
* more docs text
* move examples down
* another example
* try adding toc back
* fix chat example
* move back to multiple page default
* another fmtstr example
* hackily describe sections for ReadTheDocs theme
* clarify keypress string docs
* workaround for weird doubled error message
* add missing examples
* fix py3 tests
* move to single page docs
* always cbreak, stub it in tests
* keep doc headings consistent
* input docs
* make wait_for_read_ready_or_timeout private
* more input documentation
* input docs
* make Input.Nonblocking private
* fix weird arrow keypresses (not tested)
* fix demo scroll regression from 50 commits ago
* fixes from quantifiedcode + docs fixes
* Showing the ESC message before any keypress
* strings to unicode
* made o and x strings into unicode
* Fixed link in about.rst by adding space
* Window documentation
* improve docs
* formatting
* readme docs badge
* fix links
* deeper TOC
* update readme
* doc formatting
* formatting in input
* improve input docs
* fix title of input
* fix docs build
* rewrite readme now that there are docs
* add docs requirements.txt file, fix builds
-------------------------------------------------------------------
Tue Feb 17 19:56:50 UTC 2015 - arun@gmx.de
- initial version