[issue9218] pop multiple elements of a list at once

2010-07-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: -1 on multi-popping. The semantics aren't obvious -- is the order the same as s[-n:] or the same as a [s.pop() for i in range(n)] ? Also, this is an unnecessary extension of the list API, one that has not been previously requested, nor is the extension so

[issue6643] Throw away more radioactive locks that could be held across a fork in threading.py

2010-07-11 Thread Adam Olsen
Adam Olsen added the comment: I don't have any direct opinions on this, as it is just a bandaid. fork, as defined by POSIX, doesn't allow what we do with it, so we're reliant on great deal of OS and library implementation details. The only portable and robust solution would be to replace it

[issue9164] 2.7 sysconfig should handle arch duplicates while building universal on OS X

2010-07-11 Thread Jyrki Wahlstedt
Jyrki Wahlstedt added the comment: Ok, here's a bit of the missing information: - as per the first message, I'm not using command line to build, I use MacPorts (having been able to build 2.5, 2.6, and 3.1 with no problems) - I checked some of internal workings (by asking), and MacPorts gives th

[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

2010-07-11 Thread Ronald Oussoren
Ronald Oussoren added the comment: Mark nails the issue: there is no 64-bit version of Tk on OSX 10.5. I'm -1 on creating a 10.6 specific installer, two installers is confusing enough. IDLE.app somewhat works because the Makefile makes sure it gets started using a 32-bit version of the inter

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Changes by Jan Killian : Added file: http://bugs.python.org/file17958/which.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Changes by Jan Killian : Removed file: http://bugs.python.org/file17947/shutil_which_82778.patch ___ Python tracker ___ ___ Python-bugs-list

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Jan Killian added the comment: * updated docs in the patch @ Éric: Thanks, that works nicely :) @ Michael: You don't need cygwin to use which and many gnu tools on windows. See http://gnuwin32.sourceforge.net/packages.html. After installation you can take the ,exe and .dll files in GnuWin32/

[issue3058] Let SimpleXMLRPCServer pass client_address to called functions.

2010-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am taking your comment as a suggestion to close this. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue3058] Let SimpleXMLRPCServer pass client_address to called functions.

2010-07-11 Thread samwyse
samwyse added the comment: More importantly, the dispatch method is now part of the SimpleXMLRPCDispatcher, which (as a mix-in class) has no direct access to the RequestHandler instance that comprises the request. This breaks Victor's and my idea, unless one is willing to subclass SimpleXMLRPCR

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Changes by Jan Killian : Removed file: http://bugs.python.org/file17948/which.py ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue9230] pdb.Pdb.checkline() throws AttributeError if called before starting a debug session

2010-07-11 Thread Ivan Pozdeev
New submission from Ivan Pozdeev : pdb.Pdb.checkline() throws AttributeError at pdb.py:470 if invoked before starting a debugging session because self.curframe doesn't exist at that time. This breaks IPython's %run magic command (v0.10, Magic.py:1663). The command sets a breakpoint before runn

[issue845560] imaplib: traceback from _checkquote with empty string

2010-07-11 Thread Tony Meyer
Tony Meyer added the comment: Why does the patch being very small make it more trouble? -- ___ Python tracker ___ ___ Python-bugs-li

[issue9229] memoryview of mmap object not working in 2.7

2010-07-11 Thread Matt Gattis
New submission from Matt Gattis : This code works in 3.1.2 but not in 2.7: >>> import mmap >>> m = mmap.mmap(-1,20) >>> v = memoryview(m) Traceback (most recent call last): File "", line 1, in TypeError: cannot make memory view because object does not have the buffer interface -- co

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue9124] Mailbox module demonstrates infeasibly slow performance

2010-07-11 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: +akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue7696] Improve Memoryview/Buffer documentation

2010-07-11 Thread Craig McQueen
Craig McQueen added the comment: My previous comment was referring to Python 3.x, by the way. Python 2.7 has not implemented the buffer protocol for `array`. -- ___ Python tracker _

[issue7696] Improve Memoryview/Buffer documentation

2010-07-11 Thread Craig McQueen
Craig McQueen added the comment: The documentation implies that memoryview always accesses bytes: * "len(view) returns the total number of bytes in the memoryview, view." * "Taking a single index will return a single byte." But, the following example shows this is misleading: >>> from arra

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

2010-07-11 Thread ipatrol
ipatrol added the comment: Actually, I forgot the 64 bit directions X-? It will take some time for everything to download. But I did apply the patch and it did give me the "64 bit SDK not installed" error. Also, I think the tow ValueErrors should be changed to DistutilsPlatformError and Distu

[issue5950] Make zipimport work with zipfile containing comments

2010-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: "the line from the docs about comments not being supported." answers your question. Current behavior is documented behavior and therefor changing it is not a bugfix. -- ___ Python tracker

[issue4968] Clarify inspect.is method docs

2010-07-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2190] MozillaCookieJar ignore HttpOnly cookies

2010-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Would you suggest removing MozillaCookieJar from the module? (Through the normal warn-deprecate-remove process.) -- ___ Python tracker ___ _

[issue9222] IDLE: Fix open/saveas 'Files of type' choices

2010-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: The upload still needed is a .diff patch file. This is most easily done with a VCS, in particular svn or possibly hg. I have asked someone with the proper setup to make one. -- ___ Python tracker

[issue9228] Make changes in the path and pathext on installation

2010-07-11 Thread ipatrol
New submission from ipatrol : I was fiddling around with easier ways to run python scripts in the Windows shell. I'll represent these as hypothetical AUTOEXEC.BAT entries (I used the UI for this): ;Add python to the search path so "python script.py" works set path="%path%;C:\Python27" ;Add .py

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

2010-07-11 Thread Martin v . Löwis
Martin v. Löwis added the comment: ipatrol: have you actually tested the patch? If so, which specific version, and on what specific Python version? -- ___ Python tracker ___ ___

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

2010-07-11 Thread ipatrol
ipatrol added the comment: May I request we resolve this by folding this patch into the main source tree for the next bugfix release? -- components: +Windows ___ Python tracker

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Benjamin Peterson
Changes by Benjamin Peterson : Added file: http://bugs.python.org/file17954/obscure_corner_cases2.patch ___ Python tracker ___ ___ Python-bugs-

[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

2010-07-11 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

2010-07-11 Thread Michael Foord
Michael Foord added the comment: Mark Dickinson confirms the problem and offers this diagnosis: The python.org binary links to Tcl 8.4 (which doesn't seem to have a 64-bit version). Perhaps this means having to have a separate installer for OS X 10.6. --

[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

2010-07-11 Thread Michael Foord
Michael Foord added the comment: As a further oddity, if I run IDLE.app I get an IDLE shell (weird as from the command line Tkinter can't even be imported) - but I also get an error dialog that the subprocess can't be connected to and then IDLE shuts down. --

[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

2010-07-11 Thread Michael Foord
New submission from Michael Foord : After installing Python 2.7 for Mac OS X from the Python.org binary I can't use Tkinter or IDLE. I installed the following, on Snow Leopard: * Python 2.7 PPC/i386/x86-64 Max OS X Installer Disk Image >>> import Tkinter Traceback (most recent call last):

[issue1076790] test test_codecs failed

2010-07-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The OP compiled python with --with-wctype-functions, and the libc wctype functions work differently depending on the locale. I suggest closing this issue as "won't fix", and favor the removal of the "--with-wctype-functions" option proposed in issue9210.

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue9225] Replace DUP_TOPX with DUP_TOP_TWO

2010-07-11 Thread Demur Rumed
Changes by Demur Rumed : -- versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Éric Araujo
Éric Araujo added the comment: Jan, have you tried this: $ ./python -m test.test_shutil This uninstalled Python will import the shutil module from the checkout. -- ___ Python tracker

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: I think it would be worth bringing this up on python-dev, especially since it affects alternative Python implementations. It would also be good to have a documentation fix to the reference manual that clearly explains whatever behaviour is decided on; it's n

[issue8988] import + coding = failure (3.1.2/win32)

2010-07-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: > Just fine! > It's either another bug in python or 3.1.1 specifics. What do you mean? what is 'it'? The error I in the session above shows the bug we described first (strange letters in the path makes the program unusable), and shows that the file's en

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: Here's a patch. It raises a NameError in that case. -- keywords: +patch Added file: http://bugs.python.org/file17953/obscure_corner_cases.patch ___ Python tracker __

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread R. David Murray
R. David Murray added the comment: I agree with Mark, I'd expect an UnboundLocalError. I remembered this thread on Python-dev that may or may not be relevant, but is certainly analogous: http://www.mail-archive.com/python-...@python.org/msg37576.html -- nosy: +r.david.murray __

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

2010-07-11 Thread Stefan Krah
Changes by Stefan Krah : Removed file: http://bugs.python.org/file17952/vcvars3.diff ___ Python tracker ___ ___ Python-bugs-list mailing list U

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

2010-07-11 Thread Stefan Krah
Changes by Stefan Krah : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/optio

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

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: New version of the patch with a default value for arch. -- Added file: http://bugs.python.org/file17952/vcvars3.diff ___ Python tracker ___ ___

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

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: New version for the patch with a default value for arch. -- Added file: http://bugs.python.org/file17951/vcvars3.diff ___ Python tracker ___ __

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

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: I've been looking at this again because of new duplicate reports. I think we need to distinguish between amd64 and x86_amd64/x86_ia64. But using arch="x86" as the default parameter would do fine. Re unit test: The test will only work if 64-bit tools from the S

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: Jython 2.5.1 gives the same results as Python: newton:~ dickinsm$ cat test.py x = "error" def test(x): class Test(object): x = x print("x: ", x) print("Test.x: ", Test.x) test("success") newton:~ dickinsm$ jython2.5.1/jython test.py ('x: '

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: I don't see anything in http://docs.python.org/reference/executionmodel.html#naming-and-binding to suggest that the class should behave differently from a nested function here; that is, I'd expect UnboundLocalError. -- nosy: +mark.dickinson ___

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: I'm not sure what I correct behavior is in this case. Consider the function equivalent: x = 3 def f(x): def m(): x = x print x m() f(4) which gives: Traceback (most recent call last): File "x.py", line 7, in f(4) File "x.p

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Mark Dickinson
Changes by Mark Dickinson : -- components: +Interpreter Core stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Chris Monsanto
Changes by Chris Monsanto : -- versions: +Python 2.6, Python 3.1 -3rd party ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Chris Monsanto
Chris Monsanto added the comment: A friend confirmed that this was the case on 3.1.2 as well. -- versions: +3rd party -Python 2.6 ___ Python tracker ___ _

[issue9226] erroneous behavior when creating classes inside a closure

2010-07-11 Thread Chris Monsanto
New submission from Chris Monsanto : I have a function whose closure contains a local variable that shadows a global variable (lets call it x). If I create a class as follows: class Test(object): x = x Test.x will contain the value of the global x, not the local x. This ONLY happens when the

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

2010-07-11 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue9137] x.update(red=5, blue=6, other=7) doesn't work, where x is a MutableMapping

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r82821 (py3k), r82823 (release27-maint) and r82824 (release31-maint). -- stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue9225] Replace DUP_TOPX with DUP_TOP_TWO

2010-07-11 Thread Demur Rumed
New submission from Demur Rumed : DUP_TOPX(3) is never used, nor is ROT_FOUR. This patch removes the opcodes, replacing DUP_TOPX with DUP_TOP_TWO Oddly, at least with pybench, use of PREDICT(BINARY_SUBSCR) in DUP_TOP_TWO seems to show an always right PREDICT as slower than FAST_DISPATCH -

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Michael Foord
Michael Foord added the comment: which is useful for discovering *if* a program is available (I sorely miss it on Windows when I don't have cygwin installed). +1 for adding it to shutil. -- nosy: +michael.foord ___ Python tracker

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Changes by Jan Killian : Added file: http://bugs.python.org/file17948/which.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue444582] Finding programs in PATH, adding shutil.which

2010-07-11 Thread Jan Killian
Jan Killian added the comment: * hardcoded deafult PATHEXT values for different versions of Windows (confirmed the W2K, W2008 values via google) * code+tests+docs cleanup Just one question: is there some std proc how to run the test suite on the updated stdlib in a working repo? For now, I j

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : -- nosy: +srid ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9222] IDLE: Fix open/saveas 'Files of type' choices

2010-07-11 Thread Marco Donato Torsello
Marco Donato Torsello added the comment: My fix for IDLE of Python3.1 . This is the first time for me, so I didn't know what i have to do , sorry -- nosy: +md1512 Added file: http://bugs.python.org/file17946/IOBinding.py ___ Python tracker

[issue8974] svnmerge errors in msgfmt.py

2010-07-11 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch. Committed as r82819. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue9165] Add math.isfinite()

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: Applied in r82818 (with issue number added to Misc/NEWS; thanks, Eric!). -- resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue1076790] test test_codecs failed

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any point in leaving this open as the patch is against Python 2.4? How many times has test_codecs been successfully run against various Python versions since the patch was produced 6 1/2 years ago? -- nosy: +BreamoreBoy _

[issue1076790] test test_codecs failed

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue9218] pop multiple elements of a list at once

2010-07-11 Thread Éric Araujo
Éric Araujo added the comment: python.org → community → mailing lists http://mail.python.org/mailman/listinfo/python-ideas -- ___ Python tracker ___ _

[issue9218] pop multiple elements of a list at once

2010-07-11 Thread Diego
Diego added the comment: Help me. I cant find this list. I guessed that it would be a part of the issue tracker and someone would label it right. 2010/7/11 Éric Araujo : > > Changes by Éric Araujo : > > > -- > nosy: +merwok > > ___ > Python tracker >

[issue7096] test_curses fails on 3.1 when run under regrtest

2010-07-11 Thread R. David Murray
R. David Murray added the comment: This still fails for me in the same way if I uncomment the skip. It works fine in py3k trunk, though, so unless someone wants to figure out what fix that wasn't backported fixed this, we could probably just close it as out of date. -- _

[issue9217] 2to3 crashes with some doctests

2010-07-11 Thread Tiago Antao
Tiago Antao added the comment: Another example >>> records = (record for record in \ SeqIO.parse("Roche/E3MFGYR02_random_10_reads.sff","sff") \ if record.seq[record.annotations["cli [...] Note that ... does not apply here (it will fail on python2 doctests) -

[issue1653457] Python misbehaves when installed in / (patch attached)

2010-07-11 Thread Chris Webb
Chris Webb added the comment: Fortunately reduce() is static within getpath.c, so it should only be necessary to check the handful of callers in there. I've done this, and am reasonably sure it doesn't break anything. In addition, I've given this patch quite a bit of empirical testing, at least

[issue9217] 2to3 crashes with some doctests

2010-07-11 Thread Tiago Antao
Tiago Antao added the comment: A few more problematic examples (hope it helps) >>> my_mseq = MutableSeq("MKQHKAMIVALIVICITAVVAAL", \ IUPAC.protein) Note the line continuation >>> rec.letter_annotations["secondary_structure"] = \ (The same pattern) Anoth

[issue8639] Allow callable objects in inspect.getargspec

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5950] Make zipimport work with zipfile containing comments

2010-07-11 Thread Georg Brandl
Changes by Georg Brandl : -- title: Make zimport work with zipfile containing comments -> Make zipimport work with zipfile containing comments ___ Python tracker ___

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-11 Thread R. David Murray
Changes by R. David Murray : -- resolution: works for me -> out of date ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-11 Thread R. David Murray
R. David Murray added the comment: Ah, OK, thanks for the clarification. 3.0 is no longer receiving bug fixes. I'll change the resolution to 'out of date', though. -- resolution: works for me -> out of date ___ Python tracker

[issue4047] test_run_abort triggers CrashReporter on MacOS X

2010-07-11 Thread Martina Oefelein
Martina Oefelein added the comment: Retested in Python 2.6.5, 2.7, 3.0.1, 3.1.2: same result -- versions: +Python 2.6, Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue6643] Throw away more radioactive locks that could be held across a fork in threading.py

2010-07-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +Rhamphoryncus, gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1690608] email.utils.formataddr() should be rfc2047 aware

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1210680] Split email headers near a space

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I'd have thought patching something that splits words into two should be treated as a bug, not a feature request, hence could this go into Python 2.7, 3.1 and 3.2? -- nosy: +BreamoreBoy ___ Python tracker

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-11 Thread Martina Oefelein
Martina Oefelein added the comment: Did you test it Python *3.0*? Apparently, the issue does not happen in Python 2.x, and also not in Python 3.1.2. Apparently it was introduced somewhere in Python 3.0, and later fixed. I retested the issue in Python 3.0.1 on Mac OS X 10.6.4, using a freshly

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: needs patch -> unit test needed ___ Python tracker ___ ___ Python-bugs-list mai

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-11 Thread Martina Oefelein
Martina Oefelein added the comment: Did you test it Python *3.0*? Apparently, the issue does not happen in Python 2.x, and also not in Python 3.1.2. Apparently it was introduced somewhere in Python 3.0, and later fixed. I retested the issue in Python 3.0.1 on Mac OS X 10.6.4, using a freshly

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Stefan Krah
Changes by Stefan Krah : -- stage: unit test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue7761] telnetlib Telnet.interact fails on Windows but not Linux

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: Confirmed with 3.1. Raising priority, since it seems to be one of those bytes/string issues that prevent people from using py3k. -- nosy: +skrah priority: normal -> high ___ Python tracker

[issue8492] Addition to readline module to get dictionary of keystrokes and commands

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5747] knowing the parent command

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue8150] urllib needs ability to set METHOD for HTTP requests

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil stage: -> unit test needed versions: -Python 3.1, Python 3.3 ___ Python tracker ___ __

[issue8974] svnmerge errors in msgfmt.py

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue8078] add more baud constants to termios

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +d...@python stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue5843] Possible normalization error in urlparse.urlunparse

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> orsenthil nosy: +orsenthil type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mai

[issue5842] Move test outside of urlparse module

2010-07-11 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue5950] Make zimport work with zipfile containing comments

2010-07-11 Thread Ryan Kelly
Changes by Ryan Kelly : Removed file: http://bugs.python.org/file17943/zipimport_with_comments.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue5950] Make zimport work with zipfile containing comments

2010-07-11 Thread Ryan Kelly
Ryan Kelly added the comment: Whoops, forgot to remove the line from the docs about comments not being supported. Updated the patch accordingly. -- Added file: http://bugs.python.org/file17944/zipimport_with_comments.patch ___ Python tracker

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Shouldn't this be assigned to d...@python? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bu

[issue5950] Make zimport work with zipfile containing comments

2010-07-11 Thread Ryan Kelly
Ryan Kelly added the comment: Attached is my attempt at a patch for this functionality, along with some simple tests. This basically mirrors what's done in zipfile.py, searching backwards through the file until it finds the end-of-central-directory marker. It tries to be memory conscious by

[issue7982] extend captured_output to simulate different stdout.encoding

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2010-07-11 Thread Mark Dickinson
Mark Dickinson added the comment: Closed issue 9224 as a duplicate of this one; merging nosy lists. -- nosy: +ipatrol, mark.dickinson ___ Python tracker ___

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread Mark Dickinson
Changes by Mark Dickinson : -- resolution: -> duplicate status: open -> closed superseder: -> msvc9compiler.py: ValueError: [u'path'] ___ Python tracker ___

[issue6807] No such file or directory: 'msisupport.dll' in msi.py

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: I didn't realise that I had, sorry!!! -- assignee: larry -> nosy: +BreamoreBoy -larry ___ Python tracker ___ ___

[issue7365] grp and pwd should treat uid and gid as unsigned

2010-07-11 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Extension Modules -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue9224] Distutls fails with MSVC++ 2008on Windows Vista 64bit

2010-07-11 Thread Stefan Krah
Stefan Krah added the comment: Duplicate of issue 7511. -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

  1   2   >