[issue3872] Python 2.6rc2: Tix ComboBox error

2010-02-01 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue3872>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4485] fast swap of "default" Windows python versions

2009-09-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue4485>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1475692] replacing obj.__dict__ with a subclass of dict

2009-09-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe
versions: +Python 2.4, Python 2.5

___
Python tracker 
<http://bugs.python.org/issue1475692>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1475692] replacing obj.__dict__ with a subclass of dict

2009-09-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
type: feature request -> behavior

___
Python tracker 
<http://bugs.python.org/issue1475692>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5397] PEP 372: OrderedDict

2009-09-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue5397>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1524639] Fix Tkinter Tcl-commands memory-leaks

2010-07-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue1524639>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2010-07-08 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue3485>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue506100] commands.getstatusoutput(): cmd.exe support

2010-07-16 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue506100>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5808] Subprocess.getstatusoutput Fails Executing 'dir' Command on Windows

2010-07-16 Thread Matthieu Labbé

Matthieu Labbé  added the comment:

I think this is a bug: The doc says "Availability: UNIX." but it is *available* 
under Windows and gives an unexpected error message.

I see several way to fix this:
1) Fix the doc: "Supported only on UNIX. Behavior on other platforms is 
undefined."
2) Make subprocess.getstatusoutput (and subprocess.getoutput) unavailable on 
non-supported platforms. (Same behavior as the 'os' module.) 
3) Make these convenience functions multiplatform using subprocess.Popen.

I think the best thing to do is #3. What do you think?

--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue5808>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4697] Clarification needed for subprocess convenience functions in Python 3.0 documentation

2010-07-16 Thread Matthieu Labbé

Matthieu Labbé  added the comment:

I think "Availability: UNIX" is incorrect: it is *available* under Windows and 
gives an unexpected error message.

See http://bugs.python.org/issue5808#msg110424

--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue4697>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue459007] Document sys.path on Windows

2010-07-16 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue459007>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5673] Add timeout option to subprocess.Popen

2010-07-22 Thread Matthieu Labbé

Changes by Matthieu Labbé :


--
nosy: +matthieu.labbe

___
Python tracker 
<http://bugs.python.org/issue5673>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com