Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
curses
/
textpad.py
17f2e4a
Issue #3239. Differentiate the ascii call from the curses one and
by Facundo Batista
· 17 years ago
4a2762d
Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.
by Andrew M. Kuchling
· 17 years ago
7627617
[Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box
by Andrew M. Kuchling
· 20 years ago
8520b94
Display helpful message; print repr() of return value so the whitespace is clearer
by Andrew M. Kuchling
· 21 years ago
ccab001
[Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann
by Andrew M. Kuchling
· 21 years ago
a13ea55
Make magic coordinates more readable
by Andrew M. Kuchling
· 21 years ago
bffa52f
Whitespace normalization (get rid of tabs).
by Guido van Rossum
· 23 years ago
9d51fc8
Patch #521670: Remove unused sys import.
by Martin v. Löwis
· 23 years ago
fee3126
Catch curses.error instead of a non-existent global (PyChecker) Edit comment
by Andrew M. Kuchling
· 24 years ago
5af256d
Corrected a bug in handling of ^N and ^P with stripspaces on.
by Eric S. Raymond
· 25 years ago
38f7441
Remove extra argument to method call
by Andrew M. Kuchling
· 25 years ago
e0d0090
Docstring changes.
by Andrew M. Kuchling
· 25 years ago
e8d7dbf
Sync to ESR's current version
by Andrew M. Kuchling
· 25 years ago
2b9d0bc
Added two modules for ASCII characters and a simple editing form (ESR)
by Andrew M. Kuchling
· 25 years ago