[issue6741] Garbage collector release method

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> unit test needed versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-lis

[issue6728] To avoid hang up in using CGIXMLRPCRequestHandler under IIS 7.x

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

[issue8040] It would be nice if documentation pages linked to other versions of the same document

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: The link does not currently work. I think this effectively impossible for volunteers. Microsoft has 1000s of paid employees. Chapter and Sections numbers do not match from version to version. How many other versions would you link to? Multiple links could get a

[issue1865] Bytes alias for 2.6

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Still not in 2.7: 2.4.1. String literals include not in the grammar section. -- nosy: +tjreedy stage: -> needs patch ___ Python tracker ___ ___

[issue7136] Idle File Menu Option Improvement

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> needs patch versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

[issue2053] IDLE - standardize dialogs

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

[issue1376292] Write user's version of the reference guide

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5888] mmap ehancement - resize with sequence notation

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Library (Lib) stage: -> unit test needed versions: +Python 3.2 -Python 2.6 ___ Python tracker ___

[issue1349732] urllib.urlencode provides two features in one param

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: "put something somewhere" will not get action. Please suggest specific wording and a specific place to put it and mark it TEXT or PATCH or something so a doc person can find it. I am assuming that this does not apply to 3.x. -- assignee: georg.brandl

[issue1720250] PyGILState_Ensure does not acquires GIL

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please check whether this is still an issue in 3.1, so that there is still an issue for 3.2. -- nosy: +tjreedy versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker

[issue1539925] warnings in interactive sessions

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1643712] Emphasize buffering issues when sys.stdin is used

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> d...@python keywords: +patch nosy: +d...@python stage: unit test needed -> versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker __

[issue1626300] 'Installing Python Modules' does not work for Windows

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1554133] PyOS_InputHook() and related API funcs. not documented

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1977] Python reinitialization test

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1887] distutils doesn't support out-of-source builds

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Roumen's comments suggest that this should be closed. Monty, do you disagree? -- nosy: +tjreedy versions: +Python 3.2 -Python 2.6 ___ Python tracker ___

[issue813453] restrictions in _tkinter built with threaded tk undocumented

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Is this still valid (or has something already been added)? If so, do you still think it is needed (we seem to have gotten along without it for 7 years)? If so, will you rewrite the snippet (it starts with with a dangling 'this') and specify where you would put

[issue4805] Make python code compilable with a C++ compiler

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue4805] Make python code compilable with a C++ compiler

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

[issue4558] with_stdc89

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Python-

[issue4246] execution model - clear and complete example in documentation

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

[issue3647] urlparse - relative url parsing and joins to be RFC3986 compliance

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2007] cookielib lacks FileCookieJar class for Internet Explorer

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Removed file was a dup of msg62113 Jansen 2008-02-06 13:34 FileCookieJars are now in http.cookiejar. Doc says "The following CookieJar subclasses are provided for reading and writing . Further CookieJar subclasses, including one that reads Microsoft Internet

[issue2007] cookielib lacks FileCookieJar class for Internet Explorer

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file9362/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue2190] MozillaCookieJar ignore HttpOnly cookies

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: MozillaCookieJar is now a class in http.cookiejar, so patch would need update. Is this still used enough to bother? -- nosy: +tjreedy versions: +Python 3.2 -Python 2.6 ___ Python tracker

[issue3865] explain that profilers should be used for profiling, not benchmarking

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list ma

[issue648658] xmlrpc can't do proxied HTTP

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

[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

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

[issue2850] Augmenting the Windows build to support code signing.

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> rejected status: open -> closed versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___

[issue2843] New methods for existing Tkinter widgets

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> duplicate status: open -> closed superseder: -> ConfigParser: accept leading whitespace on options+comments versions: +Python 3.2 -Python 2.6 ___ Python tracker __

[issue1524825] ConfigParser: accept leading whitespace on options+comments

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I closed #1714 as a duplicate of this. It also has a patch attached. -- nosy: +akuchling, christian.heimes, msuchy, schmir, tjreedy versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker

[issue2008] cookielib lacks FileCookieJar class for Safari

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2405] Drop w9xpopen and all dependencies

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1953] Compact int and float freelists

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1962] ctypes feature request: Automatic type conversion of input arguments to C functions

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

[issue6058] Add cp65001 to encodings/aliases.py

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.6, Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9150] IDLE should not save trailing whitespace after strip trailing whitespace has been used

2010-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please explain " after strip trailing whitespace has been used". I use IDLE but do not understand. Give a simple, reproducible example of something you do, the result, what you expected different, and why you expected different. Also, use a shorter title and

[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

2010-07-09 Thread R. David Murray
Changes by R. David Murray : -- nosy: +jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9132] Documentation for comparing dictionaries is out of date

2010-07-09 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue4304] build mode which fails for build failures in extensions

2010-07-09 Thread R. David Murray
R. David Murray added the comment: One reasonably easy possibility would be to add an option to regrtest to exit with a non-zero return code if there are unexpected skips. This might not cover 100% of Mathias's cases (but it might), and the configurability would be limited to changing the ex

[issue9110] contextlib.ContextDecorator

2010-07-09 Thread Jack Diederich
Jack Diederich added the comment: Raymond, Short version: This isn't theoretical because I use context managers and function decorators interchangeably and constantly. Long Version: Function decorators and context managers have very similar use cases. They both go something like: 1) add o

[issue9110] contextlib.ContextDecorator

2010-07-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: I can shake the feeling that this is going to end-up being rarely used cruft that causes more confusion than its worth. The use case and motivation isn't clear (why do context managers need to be both context managers and decorators)? Has this decorator/c

[issue9110] contextlib.ContextDecorator

2010-07-09 Thread Jack Diederich
Jack Diederich added the comment: Hey Frood, I'll take another look at it tomorrow when I am less addled. But as to context managers that are actual classes - I've not written a single one; they are always generator functions with a simple try/yield/except/finally in the body. After all s

[issue9110] contextlib.ContextDecorator

2010-07-09 Thread Michael Foord
Michael Foord added the comment: Hey Jack. The point of ContextDecorator is that when you are implementing a context manager, which you will usually do as a class anyway, you can just inherit from it and get the decorator functionality for free. If you like the contextmanager style of creatin

[issue9110] contextlib.ContextDecorator

2010-07-09 Thread Jack Diederich
Jack Diederich added the comment: I like it, but I think it would help to give it the same interface as contextlib.contextmanager (the single function, single yield). Like your mock library 'patch' both function decorators and context managers have an interface that reads like "do this befor

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: 2010/7/9 Kristján Valur Jónsson > Your message was classified as spam, I have no idea why, but this is why I > only noticed it now. > Yes, I just noticed that tonight as well. I filed a bug on the meta-tracker in the hopes that someone can dig into the u

[issue9146] Segfault in hashlib in OpenSSL FIPS mode using non-FIPS-compliant hashes, if "ssl" imported before "hashlib"

2010-07-09 Thread Dave Malcolm
Dave Malcolm added the comment: I've filed issue 9216 to discuss this at a higher level, with an API proposal -- ___ Python tracker ___ __

[issue9216] FIPS support for hashlib

2010-07-09 Thread Dave Malcolm
New submission from Dave Malcolm : (taking the liberty of adding gregory.p.smith to the "nosy" list; hope that's OK) This is a higher-level take on issue 9146. Some versions of OpenSSL have a FIPS mode that can refuse the use of non-certified hashes. The idea is that FIPS mode should prevent

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I'm merely providing a way for objects to signal > that they _have_ (or don't have) non-trivial finalizers. +1 This is useful and non-hackish way to communicate with GC and solves a problem that doesn't otherwise have a clean solution. -- nosy: +r

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Daniel Stutzbach
Changes by Daniel Stutzbach : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: I posted some of this earlier in the week, but for some reason the bug tracker marked my message as spam. Hopefully this message will survive. ;-) Can you compare and contrast your approach with calling PyObject_GC_UnTrack and PyObject_GC_Track to mark the

[issue9214] Most Set methods of KeysView and ItemsView do not work right

2010-07-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: > To solve the problem, KeysView and ItemsView need > to override _from_iterable to return a set instead > of a new view. Thanks for the good analysis and suggested fix. I believe both are correct and they match the behavior of real dictionaries. def

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: > The particular case is this: I have objects (tasklets) that depending > on their runtime state, need to run a finalizer or not. If not, they > can be collected. If they do, then they end up on gc.garbage. But why don't you try using tp_dealloc as I sugges

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Hi Daniel. Your message was classified as spam, I have no idea why, but this is why I only noticed it now. Your suggestion is interesting, I hadn't thought of that. Yes, it is possible to use the track/untrack functions (I think), but that would mean

[issue9141] Allow objects to decide if they can be collected by GC

2010-07-09 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Hi Antoine. I am not adding another traversal pass. I am modifying the function that gets called for every object about to be collected, to call the object's traversal function. This is hardly an extra "pass" and is done only for objects that are ab

[issue9215] test_float crashes with assertion failure on Ubuntu buildbot.

2010-07-09 Thread Mark Dickinson
Mark Dickinson added the comment: Reverted the temporary debugging commits in r82755, so test_float is now crashing again on that buildbot. I've made yet another temporary commit (r82756) to get the configure script to tell me what gcc version is being used on that machine. Once I've got tha

[issue2009] Grammar change to prevent shift/reduce problem with varargslist

2010-07-09 Thread Mark Dickinson
Mark Dickinson added the comment: > Good point - I just wouldn't worry about it in that case. Ah, now I have to apologise: after some discussion on #python-dev IRC, I'm afraid I've (perhaps foolishly) rejected this advice. :) See python-dev discussion starting at http://mail.python.org/pi

[issue4297] Add error_log attribute to optparse.OptionParser

2010-07-09 Thread R. David Murray
R. David Murray added the comment: Having an easy way to control where output goes makes sense. This is a new feature, however, and thus only a candidate for 3.2, and in 3.2 it would be better to target it at argparse. I think argarse makes this easier to do via subclassing, but doing so th

[issue9215] test_float crashes with assertion failure on Ubuntu buildbot.

2010-07-09 Thread Mark Dickinson
Mark Dickinson added the comment: I've just noticed that the 3.1 buildbot is compiling with -O2, while the 2.7 and 3.2 bots are using -O0; this would explain the different results. The possibility that this might be a compiler optimization bug makes me a little happier. Matthias, you wouldn

[issue9215] test_float crashes with assertion failure on Ubuntu buildbot.

2010-07-09 Thread Mark Dickinson
Mark Dickinson added the comment: The py3k branch on the same machine seems fine, as does the release27-maint branch. -- ___ Python tracker ___ _

[issue9215] test_float crashes with assertion failure on Ubuntu buildbot.

2010-07-09 Thread Mark Dickinson
New submission from Mark Dickinson : The Ubuntu i386 buildbot was crashing in test_float in the 3.1 branch; it looks as though _Py_dg_dtoa is producing invalid results. I've made a couple of checkins to try to diagnose the failure (r82752 and r82754); here's some of the resulting output from

[issue5127] Use Py_UCS4 instead of Py_UNICODE in unicodectype.c

2010-07-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: In this 6th patch, the wctype part was changed as suggested. there is one more condition, Py_UNICODE_WIDE: -#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS) +#if defined(WANT_WCTYPE_FUNCTIONS) && defined(HAVE_USABLE_WCHAR_T) && defined(

[issue1250] Building external modules using Sun Studio 12

2010-07-09 Thread Anil Jangity
Anil Jangity added the comment: Not sure. This had happened such a long time ago, not sure now. I do not have an environment now to re-test this. Sorry. -- nosy: +Anil.Jangity ___ Python tracker _

[issue4690] asyncore calls handle_write() on closed sockets when use_poll=True

2010-07-09 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- assignee: -> giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9214] Most Set methods of KeysView and ItemsView do not work right

2010-07-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue5321] I/O error during one-liner gives no (!) diagnostic (and fails to return OS error status)

2010-07-09 Thread Stefan Krah
Stefan Krah added the comment: It looks like the error is cleared in Python/pythonrun.c, line 321: if (fout != NULL && fout != Py_None) { tmp = PyObject_CallMethod(fout, "flush", ""); if (tmp == NULL) PyErr_Clear(); else Py_DECREF(tmp); }

[issue5556] interactive interpreter, source encoding

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

[issue5556] interactive interpreter, source encoding

2010-07-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I fail to see the issue. runsource() takes a (unicode) string because a Python script is a text; you cannot pass a bytes object, it must be decoded before. -- ___ Python tracker

[issue9189] Improve CFLAGS handling

2010-07-09 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Oops. Thanks for telling me. Fixed in r82753. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue9214] Most Set methods of KeysView and ItemsView do not work right

2010-07-09 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: I guess roundup is deleting my linefeed? I'm sure I didn't do it that time. I'm not sure what's going on there, but the "x['blue'] = 7" should be on a line by itself. -- ___ Python tracker

[issue9214] Most Set methods of KeysView and ItemsView do not work right

2010-07-09 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Oops. Somehow deleted a linefeed in there. The example should read: x = MySimpleMapping(red=5) y = x.keys() z = x.keys() | {'orange'} x['blue'] = 7 print(list(z)) print(list(z)) -- ___

[issue9214] Most Set methods of KeysView and ItemsView do not work right

2010-07-09 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : Attached is a simple Python 3 example script that defines a minimalist MutableMapping that simply wraps a dict, followed by: x = MySimpleMapping(red=5) y = x.keys() z = x.keys() | {'orange'} x['blue'] = 7 print(list

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-09 Thread R. David Murray
R. David Murray added the comment: As mentioned in #4045, I believe this is a problem with the user's local Python setup and not a Python bug. -- status: pending -> closed ___ Python tracker __

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2010-07-09 Thread R. David Murray
R. David Murray added the comment: After testing 4044, I suspect this has more to do with the specific user environment than it does with Python. My guess would be that someone is setting the locale in site.py, or some module is getting imported on startup that is setting the locale. Closin

[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

2010-07-09 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: In Python 2.6 and 2.7, the same problem applies to xrange objects. -- versions: +Python 2.6, Python 2.7 ___ Python tracker ___ ___

[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

2010-07-09 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : >>> isinstance(range, collections.Sequence) True >>> [method for method in set(dir(collections.Sequence)) - set(dir(range(1))) >>> if not method.startswith('_')] ['index', 'count'] -- assignee: stutzbach components: Interpreter Core messages: 10978

[issue9212] dict_keys purports to implement the Set ABC, but is missing the isdisjoint method

2010-07-09 Thread Daniel Stutzbach
Changes by Daniel Stutzbach : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue9212] dict_keys purports to implement the Set ABC, but is missing the isdisjoint method

2010-07-09 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : >>> isinstance({}.keys(), collections.Set) True >>> [method for method in set(dir(collections.Set)) - set(dir({}.keys())) ... if not method.startswith('_')] ['isdisjoint'] (in Python 2.7, use "viewkeys()" instead of "keys") dict_items has the same problem

[issue9189] Improve CFLAGS handling

2010-07-09 Thread Mark Dickinson
Mark Dickinson added the comment: Jeffrey, the Linux buildbots are showing some distutils failures that look like they might be related to this change. For example: http://www.python.org/dev/buildbot/all/builders/amd64%20gentoo%203.x/builds/1351 test output contains: ===

[issue5321] I/O error during one-liner gives no (!) diagnostic (and fails to return OS error status)

2010-07-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: > The issue is that when close() calls flush(), errors are silently > discarded This has been fixed in 3.1 and 3.2: $ ./python -c "with open('/dev/full', 'w') as f: print('a', file=f)" Traceback (most recent call last): File "", line 1, in IOError: [Errno 2

[issue877904] freeze: problems excluding site

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

[issue877904] freeze: problems excluding site

2010-07-09 Thread Brett Cannon
Brett Cannon added the comment: It sounds reasonable. Just requires someone to write a patch. -- nosy: +brett.cannon ___ Python tracker ___

[issue5346] mailbox._singlefileMailbox.flush doesn't preserve file rights

2010-07-09 Thread Andrey Rahmatullin
Andrey Rahmatullin added the comment: Linux -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue877904] freeze: problems excluding site

2010-07-09 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon versions: +Python 3.2 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list maili

[issue5347] SocketIO redefines RawIOBase.__del__

2010-07-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: r82748 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

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

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

2010-07-09 Thread Stefan Krah
Stefan Krah added the comment: I'm almost certain that this has been fixed in issue 1544279. Setting to pending. Brian, if you disagree, you can still respond to this issue. -- nosy: +skrah resolution: -> duplicate stage: unit test needed -> committed/rejected superseder: -> Socket mo

[issue7268] 2to3 execfile conversion changes behavior

2010-07-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: Closing since compile() will work properly now. -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___

[issue5556] interactive interpreter, source encoding

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +amaury.forgeotdarc stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker ___ __

[issue4690] asyncore calls handle_write() on closed sockets when use_poll=True

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

[issue5550] urllib2 use of opener.addheaders

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +orsenthil stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker ___ ___

[issue2382] [Py3k] SyntaxError cursor shifted if multibyte character is in line.

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

[issue9200] str.isprintable() is always False for large code points

2010-07-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: A "proof of concept" patch, which shows the macros used to walk a unicode string and uses them in unicode_repr() (should not change behaviour) and in unicode_isprintable() (should fix the issue). Other functions should be changed the same way, of course

[issue1471985] mimetools module getencoding error

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: As mimetools has been deprecated since 2.3 and removed from py3k can this be closed as won't fix? -- nosy: +BreamoreBoy ___ Python tracker __

[issue1465554] Cygwin installer should create a link to libpythonX.Y.dll.a

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: I've no idea if this has already been covered by the intensive work that I understand has been going on with distutils. -- nosy: +BreamoreBoy title: Cygwin installer should create a link to libpython2.5.dll.a -> Cygwin installer should create a link to

[issue5321] I/O error during one-liner gives no (!) diagnostic (and fails to return OS error status)

2010-07-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The issue is that when close() calls flush(), errors are silently discarded. I'm sure a similar issue was already filed, but could not find it. -- nosy: +pitrou ___ Python tracker

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Brian to get this going forward could you provide a unit test for this? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___

[issue1434090] DOM tree inconsistency in expat XML parser

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: A one line change against expatbuilder.py, could anyone with XML skills provide a unit test for this please? -- nosy: +BreamoreBoy, loewis versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue7268] 2to3 execfile conversion changes behavior

2010-07-09 Thread Éric Araujo
Éric Araujo added the comment: Not sure if this merits a new bug report: The conversion currently promotes the open().read() anti-pattern, which is not guaranteed to release file handles as soon as possible in all VMs. Using a with block would fix that. -- nosy: +merwok _

  1   2   >