[issue1005895] curses for win32

2010-08-19 Thread Tim Golden
Tim Golden added the comment: It looks as though issue2889 has a better chance of getting into the VS build than this one, which appears to be MingW-based (at a quick glance). I'm loosely keen to see it in, although I have no knowledge of curses as such. I'll assign it to myself so it appears

[issue1103350] send/recv SEGMENT_SIZE should be used more in socketmodule

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any interest in this? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list m

[issue2889] curses for windows (alternative patch)

2010-08-19 Thread Tim Golden
Tim Golden added the comment: I'll pick it up for the moment to shepherd it along because I'm reasonably keen to see a Windows curses in the stdlib. However, I'm no expert in curses and I don't promise to do anything immediate with it. -- assignee: -> tim.golden

[issue9579] In 3.x, os.confstr() returns garbage if value is longer than 255 bytes

2010-08-19 Thread David Watson
David Watson added the comment: I've opened a separate issue for the changing-length problem (issue #9647; it affects 2.x as well). Here is a patch that fixes the 255-byte issue only, and has similar results to the 2.x code if the value changes length between calls (except that it could raise a

[issue1104021] wishlist: os.feed_urandom(input)

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Closed in response to comment in msg59331. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue9580] os.confstr() doesn't decode result according to PEP 383

2010-08-19 Thread David Watson
David Watson added the comment: I wrote this patch to make confstr() return bytes (with code similar to 2.x), and document the change in "Porting to Python 3.2" and elsewhere, but it then occurred to me that you might have been talking about making a separate bytes API like os.environb. Which d

[issue1055864] HTMLParser not compliant to XHTML spec

2010-08-19 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Indeed it is. Closing, won't fix. HTMLParser tries to deal with XHTML constructs only so much as HTML ends up with that stuff, not because it's trying to handle everything. (The claimed example appears not to have been attached, anyway.) -- reso

[issue1105770] null source chars handled oddly by tokenize

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: unit test needed -> needs patch title: null source chars handled oddly -> null source chars handled oddly by tokenize versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue1109658] distutils dry-run breaks when attempting to bytecompile

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

[issue1109963] bdist_wininst ignores build_lib from build command

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

[issue1111130] tkSimpleDialog broken on MacOS X (Aqua Tk)

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1112955] move_file()'s return value when dry_run=1 unclear

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1113244] Please add do-while guard to Py_DECREF etc.

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed now, do the committs need porting to other versions or what? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue9646] Mutable default function parameter warning

2010-08-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: Please post to python-ideas first. -- nosy: +benjamin.peterson resolution: -> rejected status: open -> closed ___ Python tracker ___ ___

[issue1113244] Please add do-while guard to Py_DECREF etc.

2010-08-19 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1117601] os.path.exists returns false negatives in MAC environments.

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Previous comments suggest there is no agreement as to whether or not this is an oustanding bug. -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker

[issue9606] logging filter is not applied to messages from descendant loggers

2010-08-19 Thread Vinay Sajip
Vinay Sajip added the comment: The following paragraph has been added to the documentation for Filter objects in py3k and release27-maint branches (r84212): "Note that filters attached to handlers are consulted whenever an event is emitted by the handler, whereas filters attached to loggers a

[issue6715] xz compressor support

2010-08-19 Thread John Reese
Changes by John Reese : -- nosy: +jreese ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue8622] Add PYTHONFSENCODING environment variable

2010-08-19 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: STINNER Victor wrote: > > STINNER Victor added the comment: > >>> Oh, I realized that PYTHONFSENCODING is ignored on Windows and Mac OS X. >>> r84201 and r84202 fix test_sys, and r84203 fixes the documentation and >>> Python usage (hide PYTHONFSENCODING v

[issue9632] Remove sys.setfilesystemencoding()

2010-08-19 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: While you're right that adjusting the FS encoding long after Python has already started is probably not such a good idea, I do think that we need to provide a way to set the FS encoding from within Python without having to rely on external settings. Thin

[issue843590] 'macintosh' encoding alias for 'mac_roman'

2010-08-19 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Mark Lawrence wrote: > > Mark Lawrence added the comment: > > @Marc-Andre as there's no comments since your last post would you like to > take this forward, cheers. I'm fine with adding the alias, but currently don't have any cycles left to actually do

[issue9642] #ifdef and mbcs: don't check for defined(HAVE_USABLE_WCHAR_T)

2010-08-19 Thread Martin v . Löwis
Martin v. Löwis added the comment: > mbcs functions don't use the wchar_t type. That's not true. MultiByteToWideChar use LPWSTR, which is a typedef for wchar_t*. These functions assume that Py_UNICODE is the same type as WCHAR. > We should just check that we are compiling under Windows: -1,

[issue1020188] Use Py_CLEAR where necessary to avoid crashes

2010-08-19 Thread Michael Hudson
Michael Hudson added the comment: I think it makes sense to close this; if problems remain they should be reported in more targeted tickets. -- status: open -> closed ___ Python tracker

[issue1054041] Python doesn't exit with proper resultcode on SIGINT

2010-08-19 Thread Stefan Krah
Changes by Stefan Krah : -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue7077] SysLogHandler can't handle Unicode

2010-08-19 Thread Vinay Sajip
Vinay Sajip added the comment: Updated implementation so that + BOM + message is sent, for py3k branch only (r84218). Please verify fix in your environment. -- status: open -> pending ___ Python tracker _

[issue1111130] tkSimpleDialog broken on MacOS X (Aqua Tk)

2010-08-19 Thread Ned Deily
Ned Deily added the comment: The test case supplied fails as described on OS 10.4 using a current 2.6 build (2.6.6rc1) when using the Apple-supplied Aqua Tk 8.4 in 10.4 but the same build and test case works correctly when used with a current ActiveState Tk 8.4.19 in /Library/Frameworks. The

[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

2010-08-19 Thread Fabio Zadrozny
Fabio Zadrozny added the comment: I agree that it'd be cleaner making the frame locals a dict-like object with write access, but I wouldn't be able to do that because of time constraints (and I'd have to research more how to do it and it'd be much more intrusive I guess). So, if it's guarant

[issue1524938] PEP MemoryError with a lot of available memory gc not called

2010-08-19 Thread Itai
Itai added the comment: You are right, ofcourse... I haven't got the time for doing the right thing, But I've found another workaround that helped me though and might be helpful to others. (not sure its for this thread though but...) Windows on default limits the amount of memory for 32 bit pro

[issue9648] 2to3 doesn't convert "file" usage to an "open" equivalent

2010-08-19 Thread Brian Curtin
New submission from Brian Curtin : """ with file("sample.py", "r") as f: pass """ The above code comes out of 2to3 with no modifications suggested. "file" is gone in 3.x and could be substituted with "open" usage in most cases. We would also have to handle or otherwise notify the user abou

[issue9199] distutils upload command crashes when displaying server response

2010-08-19 Thread Éric Araujo
Éric Araujo added the comment: Confirmed in 3.1, 3.2 and distutils2. I’ll fix it shortly. -- assignee: tarek -> eric.araujo components: +Distutils2 nosy: +eric.araujo title: distutil upload command crashes when displaying server response -> distutils upload command crashes when display

[issue7511] msvc9compiler.py: ValueError: [u'path']

2010-08-19 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg113641 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7511] msvc9compiler.py: ValueError: [u'path']

2010-08-19 Thread Éric Araujo
Éric Araujo added the comment: Stefan (sorry for the misattribution in my previous message), can you test with 3.2 and 3.1 and adjust versions if needed? -- ___ Python tracker _

<    1   2