[issue5030] Typo in class tkinter.filedialog.Directory prevents compilation

2009-01-21 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Duplicate of #4406. -- nosy: +benjamin.peterson resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5030

[issue5028] tokenize.generate_tokens doesn't always return logical line

2009-01-21 Thread David W. Lambert
Changes by David W. Lambert lamber...@corning.com: -- nosy: +LambertDW ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5028 ___ ___ Python-bugs-list

[issue5029] Odd slicing behaviour

2009-01-21 Thread David W. Lambert
Changes by David W. Lambert lamber...@corning.com: -- nosy: +LambertDW ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5029 ___ ___ Python-bugs-list

[issue1048820] Only Overwrite mode possible with curses.textpad.Textbox

2009-01-21 Thread dashing
dashing dash...@hushmail.com added the comment: I am getting RuntimeError: maximum recursion depth exceeded as soon as I type a character in a textbox made with insert_mode=True. -- nosy: +dashing type: - crash ___ Python tracker

[issue5022] doctest should allow running tests with python -m doctest

2009-01-21 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5022 ___

[issue4944] os.fsync() doesn't work as expect in Windows

2009-01-21 Thread Javen Wang
Javen Wang jave...@gmail.com added the comment: I'm using Python2.5 in which close_fds is not available in Windows. And I cannot use Python2.6 because I need to redirect the stdout and stderr and there's performance concern. I have questions on the root cause: a. why doesn't fopen() has

<    1   2   3