[issue2651] Strings passed to KeyError do not round trip

2010-08-03 Thread Łukasz Langa
Łukasz Langa added the comment: Corrected patch attached. You're right, I left in ReST doc changes for configparser. Sorry for that. -- Added file: http://bugs.python.org/file18371/issue2651.diff ___ Python tracker

[issue2651] Strings passed to KeyError do not round trip

2010-08-03 Thread Łukasz Langa
Changes by Łukasz Langa : Removed file: http://bugs.python.org/file18356/issue2651.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue9502] Bus error on OS X while unittest'ing QT app

2010-08-03 Thread Ronald Oussoren
Ronald Oussoren added the comment: And more importantly: your report contains to little information to determine what's going on. Even a full crashreporter log is fairly useless unless you have access to the original binary and debugging symbols. Therefore: * Try to reproduce the crash in a

[issue588756] python should obey the FHS

2010-08-03 Thread Gerhard Häring
Changes by Gerhard Häring : -- nosy: -ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: python 3.2a1, out 2 days ago. Unless Martin says otherwise, I will assume it is the same. -- nosy: +loewis ___ Python tracker ___ _

[issue9502] Bus error on OS X while unittest'ing QT app

2010-08-03 Thread R. David Murray
R. David Murray added the comment: Please report this first to PyQt. If they determine that it is likely a Python bug (though that is unlikely) then a new ticket can be opened with more Python-specific information. (To be clear: that error message is not one that is generated by Python itse

[issue6672] Add Mingw recognition to pyport.h to allow building extensions

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue3262] re.split doesn't split with zero-width regex

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2010-08-03 Thread Aaron Thomas
Aaron Thomas added the comment: 3.1, yes, same problem 2.7, I'll check what's 2a? Aaron On Aug 3, 2010 10:00 PM, "Terry J. Reedy" wrote: Terry J. Reedy added the comment: Can either of you check 2.7/3.1 or 2a? -- nosy: +tjreedy versions: +Python 2.7 -Python 2.5, Python 2.6, Python

[issue5091] Segfault in PyObject_Malloc(), address out of bounds

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Is this reproducible? Has is occurred with 2.7 or 3.x? Or should be close this? -- nosy: +tjreedy status: open -> pending versions: +Python 2.7 -Python 2.5 ___ Python tracker _

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Can either of you check 2.7/3.1 or 2a? -- nosy: +tjreedy versions: +Python 2.7 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___ __

[issue1294032] Distutils writes keywords comma-separated

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Distutils2 -Distutils versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ ___ Pytho

[issue8267] Tutorial section on dictionary keys recommends sort instead of sorted

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: This amounts to backporting the 3.x change. -- assignee: georg.brandl -> d...@python keywords: +easy -patch nosy: +d...@python, tjreedy priority: normal -> low stage: -> commit review versions: -Python 2.5, Python 2.6

[issue754016] urlparse goes wrong with IP:port without scheme

2010-08-03 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in revision 83700 (release27-maint). r83701(py3k) and r83702(release31-maint). David, thanks for reworking on the patch. Couple of comments - I made change to the original patch where I checked 'https:' and 'http:' kind of url with url.endswith(':') i

[issue4376] Nested ctypes 'BigEndianStructure' fails

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The test could be build from the attached example. -- nosy: +tjreedy stage: -> unit test needed type: compile error -> feature request versions: +Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker

[issue2320] Race condition in subprocess using stdin

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___

[issue1230540] sys.excepthook doesn't work in threads

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___

[issue2134] function generate_tokens at tokenize.py yields wrong token for colon

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have not looked at this, but a new parameter would be a new feature. Its a moot point until there is an agreed on patch for a current version. -- nosy: +tjreedy type: behavior -> feature request versions: +Python 3.2 -Python 2.4, Python 2.5, Python 2

[issue8079] make install fails with -j8 with python2.6/config on FreeBSD

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1187] pipe fd handling issues in subprocess.py on POSIX

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am assuming 3.x has problem. Would be good to verify. 1187-dustin.patch has test + fix. -- nosy: +tjreedy stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tr

[issue1708316] doctest work with Windows PyReadline

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: While it could be argued that this is a bugfix, I think changing test modules in bugfix releases should be avoided. I would think that the simplest patch would be +encoding = sys.__stdout__.encoding in _Spoofout -- nosy: +tjreedy stage: -

[issue7504] Same name cookies

2010-08-03 Thread Andrey Chichak
Andrey Chichak added the comment: 1. Cookie.py.diff is fix for error, very rare error. 2. Cookie_multi.diff is extention for supporting same name cookies set for diferent pathes. Cookie.py contain error! -- ___ Python tracker

[issue5713] smtplib gets out of sync if server returns a 421 status

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Smptlib is documented as RFC821/1869 based. So this is a request for a new feature. I presume more would be required to bring it up to 2821/5321. Assuming so, what is the rationale for adding just one new feature. This would mean tacking something like "and R

[issue1449496] Python should use 3GB Address Space on Windows

2010-08-03 Thread Brian Curtin
Brian Curtin added the comment: Unless anyone plans on a patch I say we let this go. As of 2.5 we provide x64 installers, and with most users running on 64-bit OS'es I would say it's better to suggest they use a 64-bit compiled Python to obtain an even larger addressable space. Of course, no

[issue6040] bdist_msi does not deal with pre-release version

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> tarek components: +Distutils nosy: +tarek type: -> feature request versions: +Python 3.2 -Python 2.4, Python 2.5, Python 2.6 ___ Python tracker _

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

2010-08-03 Thread David Stanek
David Stanek added the comment: In issue #1673007 I submitted a patch that enables the programmer to create a Request instance and specify the method to use. -- nosy: +dstanek ___ Python tracker __

[issue7942] Inconsistent error types/messages for __len__ (and __nonzero__) between old and new-style classes

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The exceptions cannot change in 2.7. For 3.1.2 class C: def __len__(self): return 2**35 c = C() len(c) # gives OverflowError: cannot fit 'int' into an index-sized integer Maybe (#2690) that will change. So I do not see any valid bug or feature

[issue1673007] urllib2 requests history + HEAD support

2010-08-03 Thread David Stanek
David Stanek added the comment: I have attached a patch to add support for HEAD, PUT and DELETE methods. The code review is available here: http://codereview.appspot.com/1696061. I have started working on another patch that validates that the method is properly set. For instance, it doesn't m

[issue9496] Unittests for Lib/rlcompleter.py

2010-08-03 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file18368/testrlcompleter.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue9496] Unittests for Lib/rlcompleter.py

2010-08-03 Thread Michele Orrù
Changes by Michele Orrù : Removed file: http://bugs.python.org/file18347/testrlcompleter.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue3931] codecs.charmap_build is untested and undocumented

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: There are numerous undocumented implementation objects that are either private and probably should start with _ but do not, or are semi-private and perhaps left public for the expert user willing to read code. But, being undocumented, it is hard to tell. code

[issue7505] ctypes not converting None to Null in 64-bit system

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue6171] Class Browser selection in Ubuntu

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.1, Python 3.2 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-

[issue6978] compiler.transformer dict key bug d[1,] = 1

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: This can only be fixed in 2.7, where compiler is deprecated in favor of ast. Compiler is gone in 3.x. Kees, are you planning to update the patch (with no guarantee anyone will apply) or should we close this? -- nosy: +tjreedy status: open -> pending v

[issue6798] Argument for sys.settrace() callbacks documented incorrectly

2010-08-03 Thread Eli Bendersky
Eli Bendersky added the comment: I can confirm Robert's findings. 1) The documentation of C_RETURN and C_EXCEPTION indeed says None while the function object is passed. This is seen in the implementation of the C_TRACE macro in Python/ceval.c 2) The arg of RETURN can be indeed NULL when cau

[issue9500] urllib2: Content-Encoding

2010-08-03 Thread R. David Murray
R. David Murray added the comment: Thanks for the suggestion. New features can only go into Python3, where the urllib/urllib2 have been harmonized into the urllib package. So what we would need in order to consider this for acceptance is a patch against py3k trunk urllib. Please see http:/

[issue6978] compiler.transformer dict key bug d[1,] = 1

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file14958/compiler.transformer.patch ___ Python tracker ___ ___ Python-bugs-li

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

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: To be a tracker bug, as opposed to feature request, behavior must disagree with the manual or doc string, not personal expectation. In any case, OP declined to test on 2.6 and suggested closing, so I am. This still remains on tracker to be searched. Anyone w

[issue5898] Hang in Popen.wait() when another process has been created

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Closing because OP did not disagree with Wong's explanation of why not a bug. If someone disagreea and wants to reopen, this should be verified and marked for a current version (2.7+) -- nosy: +tjreedy resolution: -> invalid status: open -> closed _

[issue4366] cannot find -lpythonX.X when buinding Python on FreeBSD

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list ma

[issue917120] imaplib: incorrect quoting in commands

2010-08-03 Thread Dan Buch
Dan Buch added the comment: I'm attaching a patch which does exactly what dmbaggett recommended w.r.t. the mustquote regex. All current tests pass, but I'm not sure if the current tests even cover this code (how is coverage measured in the stdlib tests?) On a related note, the `_checkquote`

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue7611] shlex not posix compliant when parsing "foo#bar"

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Given that test_shlex.py tests for the current behavior, it is hard to call this a bug in the tracker sense of the term. I would only change with a new version. The manual just says "When operating in POSIX mode, shlex will try to be as close as possible to

[issue1759845] subprocess.call fails with unicode strings in command line

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I fail to see why subprocess.call(cmd.encode('whatever')) is not a general solution. Auto-encoding strikes me as wrong. Someone who wants that should write their own wrapper. In any case, 2.7 is out and closed to new features, while 3.x fixes this and numerou

[issue4491] email.Header.decode_header() doesn't work if encoded-word was separeted by CRLF

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1553375] Add traceback.print_full_exception()

2010-08-03 Thread R. David Murray
R. David Murray added the comment: Updated patch with unit tests and docs. I realized that I'd forgotten to test chained exceptions. It looks like when the Interpreter prints a traceback all the exceptions in the chain are printed fully, which makes sense. Adopting that strategy for this p

[issue7464] circular reference in HTTPResponse by urllib2

2010-08-03 Thread David Stanek
David Stanek added the comment: Does this issue still exist? I did a little poking around at could not find the quoted code. -- nosy: +dstanek ___ Python tracker ___ ___

[issue9452] configparser support for reading from strings and dictionaries

2010-08-03 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: I agree that the existing defaults={...} should never have been added to the stdlib. It made sense in the originating application, but should have been implemented differently to keep application-specific behavior out of what eventually was added to the

[issue8757] Race condition when checking for set in set

2010-08-03 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9421] configparser.ConfigParser's getint, getboolean and getfloat don't accept `vars`

2010-08-03 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: +1 to making support for `vars` consistent across the parser classes. This needs to include documentation (stand-alone + docstrings) that actually make sense; the current docs require reading the code to understand what is going on. (Generally, if you ha

[issue9502] Bus error on OS X while unittest'ing QT app

2010-08-03 Thread Ricky Huang
New submission from Ricky Huang : Not sure if this is the right place, please redirect me if this is the wrong place to log this bug. In my unittest I am testing a PyQt GUI app. It brings up the app window, runs a few tests, then quit. On quit I get a "Python quit unexpectedly while using t

[issue6602] BaseHTTPServer log_message should log to sys.stdout

2010-08-03 Thread David Stanek
David Stanek added the comment: I think this is the right thing to do. To help this along I've included a patch. The codereview is also available: http://codereview.appspot.com/1697062. -- keywords: +patch nosy: +dstanek Added file: http://bugs.python.org/file18365/6602.patch

[issue1758146] Crash in PyObject_Malloc

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: OK. If Graham or anyone has concrete suggestions for improving the current 3.2a1 doc for threading, open a fresh issue. -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue1758146] Crash in PyObject_Malloc

2010-08-03 Thread Graham Dumpleton
Graham Dumpleton added the comment: The actual reported problem was likely because of known issues with running subversion Python wrappers in a sub interpreter. The rest of the conversation was for a completely different issue which relates to mod_python not using thread APIs in Python in the

[issue3757] threading.local doesn't support cyclic garbage collecting

2010-08-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- keywords: -easy Added file: http://bugs.python.org/file18364/threadlocal.patch ___ Python tracker ___ _

[issue3757] threading.local doesn't support cyclic garbage collecting

2010-08-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file18363/threadlocal.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue6720] multiprocessing logging

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: As far as I know, the only 2.5 issues that will get fixed are security issues, and this is not marked as such. So the question for Christian is whether this is an exception. Or is this even an issue for this tracker? -- __

[issue3757] threading.local doesn't support cyclic garbage collecting

2010-08-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is a patch. It modifies the implementation to use intermediate dummy objects and various weakrefs. This allows to break reference cycles even when the thread state dict is still alive (because it isn't involved in the ref cycles anymore). This also has t

[issue3169] email/header.py doesn't handle Base64 headers that have been insufficiently padded.

2010-08-03 Thread R. David Murray
R. David Murray added the comment: Committed to py3k in r83690, 3.1 in r83694, and 2.7 in r83695. Thanks Jason. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: feature request -> behavior versions: +Python 2.7, Python 3.1 ___

[issue7504] Same name cookies

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Unless you can quote something in the manual that says or implies that cookie.py should already have this feature, it looks like a feature request. Is it possible to add a new unittest? Prepare any new patches against py3k branch, now 'trunk'. -- nos

[issue5027] xml namespace not understood by xml.sax.saxutils.XMLGenerator

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Can you add a unittest, based on the example, that fails before and passes after the patch? Assuming this applies to Py3, make patch against py3k branch (or at least 3.2a1 release), which is now 'trunk'. That aside, the patch is a simple 2-line addition. --

[issue754016] urlparse goes wrong with IP:port without scheme

2010-08-03 Thread David Stanek
David Stanek added the comment: I've reworked the patch so that it applied against the py3k branch. It's been attached to this issue and is also available here: http://codereview.appspot.com/1910044. -- nosy: +dstanek Added file: http://bugs.python.org/file18362/754016.patch

[issue1293741] doctest runner cannot handle non-ascii characters

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: OP: "The doctest module fails when the expected result string has non-ascii charcaters even if the # -*- coding: XXX -*- line is properly set." I believe the claim in msg70907 of #2811 is correct: the file encoding only affects the conversion of *unicode* lite

[issue2811] doctest doesn't treat unicode literals as specified by the file declared encoding

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: In 3.1.2, where the docstring is unicode, the doctest of normalize works fine, as Karen said. I think she is right: without the encoding being explicitly passed to doctest, it cannot affect how the sub-interpreter used by doctest compiles the strings as code.

[issue588756] python should obey the FHS

2010-08-03 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2377] Replace import.c with a pure Python implementation

2010-08-03 Thread Brett Cannon
Changes by Brett Cannon : -- stage: -> needs patch versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list maili

[issue2651] Strings passed to KeyError do not round trip

2010-08-03 Thread Éric Araujo
Éric Araujo added the comment: Looks like you didn’t narrow your diff command, since unrelated changes to configparser appear there. svn diff file1 path/file2 :) -- nosy: +merwok ___ Python tracker ___

[issue8280] urllib2 passes fragment identifier to server

2010-08-03 Thread David Stanek
David Stanek added the comment: I have also uploaded my patch to http://codereview.appspot.com/1918042 so easier viewing. -- ___ Python tracker ___ _

[issue9452] configparser support for reading from strings and dictionaries

2010-08-03 Thread Łukasz Langa
Łukasz Langa added the comment: Rietveld review link: http://codereview.appspot.com/1924042/edit -- ___ Python tracker ___ ___ Python-

[issue1488934] file.write + closed pipe = no error

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___

[issue7668] test_httpservers fails with non-ascii path

2010-08-03 Thread Florent Xicluna
Florent Xicluna added the comment: Confirmed on 2.6 and 3.1 PPC Tiger and PPC Leopard buildbots. Example (on PPC Leopard 2.6): test_httpservers 'import site' failed; use -v for traceback [16390 refs] 'import site' failed; use -v for traceback [16390 refs] 'import site' failed; use -v for traceb

[issue7182] For non-debug builds, the cygwinccompiler.py should define NDEBUG

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Roumen, were you suggesting that this is a user rather than build issue, or just suggesting a workaround until fixed? -- nosy: +tjreedy versions: -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker

[issue9501] Logging shutdown regressions with weakrefs

2010-08-03 Thread Martin
Martin added the comment: For the second case, just reverting the change to Handler.close may be best, I don't see why the module should be keeping responsibility for flushing and closing handlers it no longer has a strong reference to. -- Added file: http://bugs.python.org/file18361/

[issue9501] Logging shutdown regressions with weakrefs

2010-08-03 Thread Martin
Martin added the comment: This could be fixed in a similar way to was done for the shutdown function in r51206 (which incidentally seems both unnecessary and incomplete - the function runs atexit which precedes module teardown, but also uses the raiseExceptions module global which is not rebo

[issue6412] Titlecase as defined in Unicode Case Mappings not followed

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.1.2 >>> 'H\u0301ngh'.istitle() False >>> 'H\u0301ngh'=='H\u0301ngh'.title() False >>> 'H\u0301ngh'.title() 'H́Ngh' which suggest that initial False is correct, not a bug. In any case, behavior is changed. Is new behavior wrong? I disagrees with proposed new

[issue1303434] Please include pdb with windows distribution

2010-08-03 Thread James Lee
James Lee added the comment: Attached is a simple patch against msi.py from the py3k branch. It generates a .zip file containing all the PDB files (minus a select few) in the PCbuild directory. I imagine most people only want python31.pdb, but it is very frustrating when you have a crash with

[issue9501] Logging shutdown regressions with weakrefs

2010-08-03 Thread Martin
New submission from Martin : With the logging change to using weakrefs for handler cleanup done by the follow-on patch in issue 6615 exceptions may now be thrown during module teardown. There are two distinct problem cases: 1) The new `_removeHandlerRef` function may run during teardown (when

[issue8280] urllib2 passes fragment identifier to server

2010-08-03 Thread David Stanek
David Stanek added the comment: Added a patch to fix this behavior. -- keywords: +patch nosy: +dstanek Added file: http://bugs.python.org/file18358/fragment.patch ___ Python tracker

[issue3210] subprocess.Popen does not release process handles if process cannot be started

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Same problem in 3.1.2 -- nosy: +tjreedy stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___

[issue5931] Python runtime name hardcoded in wsgiref.simple_server

2010-08-03 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2010-08-03 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9500] urllib2: Content-Encoding

2010-08-03 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue6733] curses line wrap broken when mixing full- and half-width unicode characters

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker ___ ___ Pyt

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: When appropriate, patches should have new tests also. Patch looks simple, but I cannot review correctness or whether this could have a negative effect, like stopping too soon. This seems to be a rare need. -- nosy: +tjreedy stage: -> unit test needed

[issue8433] buildbot: test_curses failure, getmouse() returned ERR

2010-08-03 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Confirmed on Debian squeeze, ncurses 5.7+20100313-2 failed lenny, ncurses 5.7+20081213-1 succeeds So clearly something about the curses module is not compatible with the newer versions of ncurses. -- ___ Python t

[issue5931] Python runtime name hardcoded in wsgiref.simple_server

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: In the absence of doc claiming the requested behavior, this is a feature request. In principle, it seems sensible, but I do not use the module. Support from more than one person, perhaps from python-list or web-sig list (not sure of name) would be good. Asid

[issue9500] urllib2: Content-Encoding

2010-08-03 Thread guest
New submission from guest : urllib2 doesn't support any real-world Content-Encoding scheme. "gzip" and "deflate" are standard compression schemes for HTTP and expected to be implemented by all clients. None of the default urllib2 handlers implements it. Common workarounds are available on the

[issue9499] Python C/API Execution namespace undocumented. (patch included)

2010-08-03 Thread Campbell Barton
New submission from Campbell Barton : Some parts of the python api expect __main__ module dictionary to be the namespace when executing a script, this is true when running a python script from the python binary but NOT true when running a compiled script from the C/API which can lead to bugs w

[issue6988] shlex.split() converts unicode input to UCS-4 output

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The discussion pretty much says this was a feature request, which is obsolete for 2.x. Not an issue for 3.x: >>> import shlex >>> shlex.split('Hello, World!' ) ['Hello,', 'World!'] -- nosy: +tjreedy resolution: -> out of date status: open -> closed ty

[issue2944] asyncore doesn't handle connection refused correctly

2010-08-03 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Assigning this to me. The patch looks correct, it only needs tests assuming it is possible to write a reliable test for this. -- assignee: -> giampaolo.rodola ___ Python tracker

[issue6786] readline and zero based indexing

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: Changing to feature request: I'm fairly certain that this isn't a bug (i.e., it's working as designed). It's possible to use the readline module non-interactively, so it's probably a safe bet that there's at least some code out there that does so. I'd vote

[issue6983] Add specific get_platform() for freebsd

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.4, Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5114] 2.5.4.3 and 2.6.2 / test_threading hangs on Solaris

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Still an issue in 2.7 or 3.1/2? -- nosy: +tjreedy title: 2.5.4.3 and 2.6.2 / test_threading hangs -> 2.5.4.3 and 2.6.2 / test_threading hangs on Solaris versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python track

[issue4033] python search path - .pth recursion

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list ma

[issue6786] readline and zero based indexing

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I wonder if changing the base now would cause problems. Is readline only used interactively? -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker ___

[issue6739] IDLE window won't start or show up after assgining new key in options v2.5.2 and 3.1.1

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6798] Argument for sys.settrace() callbacks documented incorrectly

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Eli, any comment on this? -- nosy: +eli.bendersky, tjreedy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker

[issue2204] document ConfigParser behaviour when a file has same section multiple times

2010-08-03 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> configparser support for reading from strings and dictionaries ___ Python tracker

[issue9421] configparser.ConfigParser's getint, getboolean and getfloat don't accept `vars`

2010-08-03 Thread Łukasz Langa
Changes by Łukasz Langa : -- nosy: +fdrake ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue6706] asyncore's accept() is broken

2010-08-03 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Shame on me, it seems I totally forgot to attach the patch. Unfortunately the patch went lost but I'm going to try to rewrite it. As for tests, ECONN and EAGAIN error conditions are hardly reproducible unless you're using nmap. I'm assigning this to me for n

  1   2   3   >