Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dd98e04c5737554ebf6a3fe4ff0be304e8ec537a
/
Lib
/
curses
17f2e4a
Issue #3239. Differentiate the ascii call from the curses one and
by Facundo Batista
· 16 years ago
734451a
Use file descriptor for real stdout
by Andrew M. Kuchling
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
322349e
#1119331: ncurses will just call exit() if the terminal name isn't found.
by Andrew M. Kuchling
· 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
· 19 years ago
8520b94
Display helpful message; print repr() of return value so the whitespace is clearer
by Andrew M. Kuchling
· 20 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
· 20 years ago
a13ea55
Make magic coordinates more readable
by Andrew M. Kuchling
· 20 years ago
3fdd43e
Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.
by Michael W. Hudson
· 20 years ago
09ad235
This is patch
by Michael W. Hudson
· 20 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 20 years ago
f19f861
Modernize code a bit: use isinstance instead of type(); return True/False
by Andrew M. Kuchling
· 21 years ago
0ec5288
[Patch #759208] Fix has_key emulation to not raise KeyError
by Andrew M. Kuchling
· 21 years ago
b738041
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
by Andrew M. Kuchling
· 21 years ago
72cdb70
[Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege.
by Andrew M. Kuchling
· 21 years ago
ff41c48
SF patch #701494: more apply removals
by Raymond Hettinger
· 22 years ago
bffa52f
Whitespace normalization (get rid of tabs).
by Guido van Rossum
· 22 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
· 23 years ago
40ea617
Remove redundant import
by Andrew M. Kuchling
· 23 years ago
37f0263
Bug #412086, reported by Peter Wilson: The _curses module doesn't
by Andrew M. Kuchling
· 24 years ago
0cc87f3
Make isspace(chr(32)) return true
by Andrew M. Kuchling
· 24 years ago
9f5eeeb
Wrapper for _curses_panel module; currently this adds nothing extra
by Andrew M. Kuchling
· 24 years ago
1ebd3f6
Tweak curses.wrapper so it initializes colors if they are available.
by Eric S. Raymond
· 24 years ago
5af256d
Corrected a bug in handling of ^N and ^P with stripspaces on.
by Eric S. Raymond
· 24 years ago
b45bd32
Added Python function to emulate the ncurses has_key() function.
by Andrew M. Kuchling
· 24 years ago
38f7441
Remove extra argument to method call
by Andrew M. Kuchling
· 24 years ago
e0d0090
Docstring changes.
by Andrew M. Kuchling
· 24 years ago
2ea17fa
fix inconsistent use of tabs and spaces convert semicolons to newlines
by Jeremy Hylton
· 24 years ago
8628157
Fix comment typo noticed by Rob Hooft
by Andrew M. Kuchling
· 24 years ago
e8d7dbf
Sync to ESR's current version
by Andrew M. Kuchling
· 24 years ago
8f790fe
Drop back to old version of wrapper(); ESR reports that it broke things,
by Andrew M. Kuchling
· 24 years ago
2b9d0bc
Added two modules for ASCII characters and a simple editing form (ESR)
by Andrew M. Kuchling
· 24 years ago
289d9d4
Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindings
by Andrew M. Kuchling
· 24 years ago
5185a08
Applied simplifications suggested by Greg Stein.
by Andrew M. Kuchling
· 24 years ago
d0939fa
Add contents of curses package
by Andrew M. Kuchling
· 24 years ago