[issue2988] Invalid cookies crash web applications

2012-08-30 Thread Shish
Shish added the comment: I'm having problems with this too -- a third party app on the same domain as me has set an invalid cookie, and now my app crashes horribly :( (And even if cherrypy handled the exception and didn't crash completely, it would still not be able to use a

[issue3949] curses' sigwinch handler isn't visible from python

2009-05-18 Thread Shish
Shish added the comment: in its simplest form, this shows the bug -- signal.getsignal does not return the original signal handler (the "tell the app to resize itself" one that curses installs), and so, the original signal handler cannot be re-activated after being temporaril

[issue3949] curses' sigwinch handler isn't visible from python

2008-09-23 Thread Shish
New submission from Shish <[EMAIL PROTECTED]>: after the first initscr() sigwinch is handled as expected, but then my app needs to ignore sigwinch, leave curses to view the output from something, come back into curses, and start listening for sigwinch again. The signal(SIGWINCH, SIG_IGN

[issue3948] readline steals sigwinch

2008-09-23 Thread Shish
New submission from Shish <[EMAIL PROTECTED]>: I have an app which wants to use a mostly curses interface with some parts readline, however, doing so much as "import readline" causes readline to claim ownership of sigwinch, thus breaking the ability of the app to resize. Wo

[issue2732] curses.textpad loses characters at the end of lines

2008-05-05 Thread Shish
Shish <[EMAIL PROTECTED]> added the comment: Also present in 2.5 -- components: +Library (Lib) -Extension Modules versions: +Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2732] curses.textpad loses characters at the end of lines

2008-05-01 Thread Shish
Changes by Shish <[EMAIL PROTECTED]>: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2732> __ ___ Python-bugs-list mai

[issue2732] curses.textpad loses characters at the end of lines

2008-05-01 Thread Shish
New submission from Shish <[EMAIL PROTECTED]>: Even in the self-test suite, the bug appears, run: python /usr/lib/python2.4/curses/textpad.py then type so that the line wraps, eg 123456789123456789 to fill two lines, and then ctrl-g to return -- the result has had the end characters o