[issue3356] some tests fail in debug mode (test_distutils, test_set)

2008-07-15 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: I can't reproduce the error using Windows. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3356 ___ ___

[issue643841] New class special method lookup change

2008-07-15 Thread kundeng
kundeng [EMAIL PROTECTED] added the comment: Hi, I was trying to implement a generic proxy class with some restricting behaviors and then I bumped into this complication. May I ask what the conclusion is going to be in the long run? I guess my question is that 1 is it just going to be a

[issue643841] New class special method lookup change

2008-07-15 Thread Nick Coghlan
Nick Coghlan [EMAIL PROTECTED] added the comment: There are both speed and correctness reasons for special methods being looked up the way they are, so the behaviour isn't going to change. Aside from providing additional details in the language reference on how special methods are looked up

[issue3360] Inconsistent type-deduction of decimal floating-point

2008-07-15 Thread Richard B. Kreckel
New submission from Richard B. Kreckel [EMAIL PROTECTED]: When constructing a floating-point value, literals are apparently sometimes interpreted as octal integral types, although they contain exponent marker or/and decimal point. The presence of exponent marker or/and decimal point should

[issue3208] function annotation for builtin and C function

2008-07-15 Thread Haoyu Bai
Haoyu Bai [EMAIL PROTECTED] added the comment: Sorry I haven't state the issue clearly. For this issue I mean the built-in function should able to define an __annotations__ attribute, just like the __doc__ attribute, but not to access it in extension module.

[issue3359] add 'rbU' mode to open()

2008-07-15 Thread Skip Montanaro
Skip Montanaro [EMAIL PROTECTED] added the comment: The whole idea of universal newline mode is that the various possible line endings ('\r', '\n' and '\r\n') are all mapped to '\n' precisely so the user doesn't have to detect and fiddle with them. Using 'b' and 'U' together makes no sense. *

[issue3321] _multiprocessing.Connection() doesn't check handle

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- assignee: - jnoller nosy: +jnoller ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3321 ___ ___

[issue3321] _multiprocessing.Connection() doesn't check handle

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- nosy: +roudkerk ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3321 ___ ___ Python-bugs-list mailing list

[issue3350] multiprocessing adds built-in types to the global copyreg.dispatch_table

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- nosy: +roudkerk ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3350 ___ ___ Python-bugs-list mailing list

[issue3112] implement PEP 3134 exception reporting

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Antonine, do you have a patch address the review comments? -- assignee: - benjamin.peterson ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3112

[issue3270] test_multiprocessing: test_listener_client flakiness

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: The connection patch was applied r64961 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3270 ___ ___

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
New submission from cfr [EMAIL PROTECTED]: Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type help, copyright, credits or license for more

[issue3112] implement PEP 3134 exception reporting

2008-07-15 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: Antonine, do you have a patch address the review comments? Yes, although I've forgotten to upload it here - you will find it at http://codereview.appspot.com/2448 PS: it is Antoine not Antonine :) ___

[issue3362] python version incorrectly reported in crash reports on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
cfr [EMAIL PROTECTED] added the comment: Although the active version of python on my machine is 2.5.2 and I have never had an alpha version installed, crash reports for python report the version as 2.5a0 (2.5alpha0). Version details: active version of python is from the current python.org dmg

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
Changes by cfr [EMAIL PROTECTED]: -- title: python version incorrectly reported in crash reports on Mac OS X 10.4.11 PPC - locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC type: behavior - crash ___ Python tracker [EMAIL

[issue3363] python version incorrectly reported in crash reports on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
New submission from cfr [EMAIL PROTECTED]: Although the active version of python on my machine is 2.5.2 and I have never had an alpha version installed, crash reports for python report the version as 2.5a0 (2.5alpha0). Version details: active version of python is from the current python.org dmg

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
cfr [EMAIL PROTECTED] added the comment: Please ignore the second message. I thought I was creating a second bug report and cannot figure out anyway to edit it now I realise my error. I've just copied that to a second report with an appropriate header as I am assuming the two issues I'm seeing

[issue3364] An ortographical typo in Zen of Python text

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: I'm sorry, but syntax is part of poetry, too. Please stop misusing the tracker. -- nosy: +benjamin.peterson resolution: - invalid status: open - closed ___ Python tracker [EMAIL PROTECTED]

[issue3112] implement PEP 3134 exception reporting

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Sorry, Antoine! The patch is in with r64965. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3112

[issue3113] Document exception chaining

2008-07-15 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- priority: high - critical ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3113 ___ ___

[issue3008] Let bin/oct/hex show floats

2008-07-15 Thread Mark Dickinson
Changes by Mark Dickinson [EMAIL PROTECTED]: ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3008 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2235] __eq__ / __hash__ check doesn't take inheritance into account

2008-07-15 Thread Nick Coghlan
Nick Coghlan [EMAIL PROTECTED] added the comment: Fixed for 2.6 in r64962 and the underlying PyObject_HashNotImplemented mechanic forward ported to 3.0 in r64967. Still need to update the C API documentation and the library reference, as well as implement the Py3k warning in 2.6, but I won't

[issue874900] threading module can deadlock after fork

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- priority: high - release blocker ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue874900 ___ ___

[issue3008] Let bin/oct/hex show floats

2008-07-15 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: Here's an updated patch that addresses Raymond's concerns. The patch looks good. I would coded hex_from_char() using a lookup into 0123456789abcdef which uses no unpredicatable branches. Likewise, I would done hex_from_char() with a

[issue3365] in module math, PI value seems to be wrong after digit 17th

2008-07-15 Thread TanaT
New submission from TanaT [EMAIL PROTECTED]: Hello, This is my first Issue creation (I looked for PI in issue tracker and found nothing): Please forgive any mistake. Here is the point : I typed the following commands : import math print '%1.26f' % math.pi 3.14159265358979311599796347 In fact,

[issue3365] in module math, PI value seems to be wrong after digit 17th

2008-07-15 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: This is not a bug (though it's commonly reported as such :-) ). Given that not all real numbers can be represented as floats, math.pi is necessarily an approximation to true Pi, and you're printing that approximation out to high precision.

[issue3360] Inconsistent type-deduction of decimal floating-point

2008-07-15 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: I get the same behavior in the trunk (on OS X 10.5), though it's not a problem in the py3k branch. I agree that this is undesirable behaviour, and I think it should be fixed. For me, the crossover seems to occur at 2*10**10:

[issue874900] threading module can deadlock after fork

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: I've been testing greg's latest patch and it seems to work for me - I'm not seeing any test_multiprocessing hangs. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue874900

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- dependencies: +threading module can deadlock after fork ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088 ___

[issue3258] ctypes assertion failure in trunk

2008-07-15 Thread Thomas Heller
Thomas Heller [EMAIL PROTECTED] added the comment: Thanks for the heads up. Fixed in trunk (rev 64971) and py3k (rev 64972). I used B (pointer to bytes) as the format string for pointer to incomplete structure, not P. -- resolution: - fixed status: open - closed

[issue3366] Add gamma and error functions to math module

2008-07-15 Thread Terry J. Reedy
New submission from Terry J. Reedy [EMAIL PROTECTED]: From Py3000 list: in C99 standard math library, but need code when not yet in particular implementation. Dickinson: open and assign to me Stutzbach: I suggest using the versions from newlib's libm. They contain extensive comments

[issue3366] Add gamma and error functions to math module

2008-07-15 Thread Daniel Stutzbach
Changes by Daniel Stutzbach [EMAIL PROTECTED]: -- nosy: +stutzbach ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3366 ___ ___ Python-bugs-list mailing

[issue3231] re.compile fails with some bytes patterns

2008-07-15 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: Can we make sure this is fixed for beta 3? (Beta 2 would be great too, but it's getting late.) -- nosy: +gvanrossum priority: - deferred blocker ___ Python tracker [EMAIL PROTECTED]

[issue3231] re.compile fails with some bytes patterns

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Antoine's patch (with a 3 character fix) looks just fine to me. Guido, I'm assigning this to you because svn annotate tells me, you made this change. -- assignee: - gvanrossum nosy: +benjamin.peterson

[issue3270] test_multiprocessing: test_listener_client flakiness

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: I made a mistake and reverted r64961 - self._address is used pretty heavily, and altering it the way outlined in the patch does not fix all instances. ___ Python tracker [EMAIL PROTECTED]

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- priority: - release blocker ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3316 ___ ___ Python-bugs-list

[issue874900] threading module can deadlock after fork

2008-07-15 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: I still don't like the _after_fork() implementation. Its O(n) where n == number of threads the parent process had. It may be O(n) but the inner loop looks very cheap. Even with n == 1000 I'm not sure it would make a difference. However,

[issue3313] dlopen() error with no error message from dlerror()

2008-07-15 Thread Thomas Heller
Thomas Heller [EMAIL PROTECTED] added the comment: I can confirm the problem on ubuntu linux. -- assignee: - theller nosy: +theller ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3313 ___

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: Nick, are you going to be able to get this cleaned up today for the beta release tomorrow? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3316 ___

[issue3008] Let bin/oct/hex show floats

2008-07-15 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: If you two can agree that this code is good, I'm ok with the API. I would emphasize in the docs and NEWS entry though that .hex() is an *instance* method while .fromhex() is a *class* method. ___ Python

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Nick Edds
Nick Edds [EMAIL PROTECTED] added the comment: I should be able to. What time would you need it by? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3316 ___ ___

[issue3008] Let bin/oct/hex show floats

2008-07-15 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: Mark, please go ahead and apply so the buildbots will have time to give it a run on all the platforms before beta 2 is cut. Be sure to make Guido's edits to the Misc/NEWS entry. ___ Python tracker

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Today or tomorrow. -- nosy: +benjamin.peterson ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3316 ___

[issue3359] add 'rbU' mode to open()

2008-07-15 Thread anatoly techtonik
anatoly techtonik [EMAIL PROTECTED] added the comment: If you open file with 'r' - all line endings will be mapped precisely to '\n' anyways, so it has nothing to do with 'U' mode. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3359

[issue3360] Inconsistent type-deduction of decimal floating-point

2008-07-15 Thread Richard B. Kreckel
Richard B. Kreckel [EMAIL PROTECTED] added the comment: Some additional information: My original report was with an x86 system. Now, I'm sitting in front of an x86_64 system running Python 2.4.4 (from Debian stable) and Python 2.5.2 (from Debian testing), both 64 bit userland. On these

[issue3364] An ortographical typo in Zen of Python text

2008-07-15 Thread Tim Peters
Tim Peters [EMAIL PROTECTED] added the comment: I'm afraid you missed the joke ;-) While you believe spaces are required on both sides of an em dash, there is no consensus on this point. For example, most (but not all) American authorities say /no/ spaces should be used. That's the joke. In

[issue3367] Uninitialized value read in parsetok.c

2008-07-15 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson [EMAIL PROTECTED]: If a PyTokenizer_FromString() is called with an empty string, the tokenizer's line_start member never gets initialized. Later, it is compared with the token pointer 'a' in parsetok.c:193 and that behavior can result in undefined

[issue3327] NULL member in modules_by_index

2008-07-15 Thread Kristján Valur Jónsson
Kristján Valur Jónsson [EMAIL PROTECTED] added the comment: Added a patch for this issue. Please comment. -- keywords: +easy, patch Added file: http://bugs.python.org/file10899/tmp2.patch ___ Python tracker [EMAIL PROTECTED]

[issue3361] pypi issue tracker link (python.org)

2008-07-15 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: The link on PyPI is correct. It doesn't point to the Python bug tracker, but the PyPI bug tracker, which is on SF. I have checked, and did not find any further links to the SF Python bug tracker. -- nosy: +loewis resolution: -

[issue3327] NULL member in modules_by_index

2008-07-15 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- assignee: - loewis nosy: +loewis ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3327 ___ ___

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-15 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: It would be good to find out what the code inside PyLocale_getdefaultlocale precisely is doing. I.e. what is the value of name at that point, and is that perhaps an illegal parameter for CFStringGetCStringPtr somehow? If the debugger can't

[issue3324] Broken link in online doc

2008-07-15 Thread ThomasH
ThomasH [EMAIL PROTECTED] added the comment: What? You have fixed it in some development version, and left the current online version broken? How much can it take to fix a broken link on a web page? If that's the net effect, I shouldn't have gone through all the efforts of filing this issue!

[issue3368] Memory leak in import.c

2008-07-15 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson [EMAIL PROTECTED]: Failure to deallocate a buffer returned by PyArg_ParseTuple. Patch is attached. Found using purify while running the testsuite. -- components: Interpreter Core files: tmp3.patch keywords: easy, patch, patch messages: 69719

[issue1503] test_xmlrpc is still flakey

2008-07-15 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: Does anybody still care about this? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1503 ___ ___

[issue3369] memory leak in floatobject.c

2008-07-15 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson [EMAIL PROTECTED]: -- type: - resource usage ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3369 ___ ___

[issue3367] Uninitialized value read in parsetok.c

2008-07-15 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson [EMAIL PROTECTED]: -- versions: +Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3367 ___ ___

[issue3360] Inconsistent type-deduction of decimal floating-point

2008-07-15 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: userland. On these systems, the behavior I described does not exist: Not even with really large values? What happens on 64-bit with x = 08.0 ? (that's 20 zeros between the 8 and the decimal point...)

[issue3370] importing with_statement causes exec to raise syntax error on block that doesn't end with a newline

2008-07-15 Thread Matt McCredie
New submission from Matt McCredie [EMAIL PROTECTED]: The following session demonstrates the issue: Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. exec def foo():\nreturn 0 # no ending

[issue1503] test_xmlrpc is still flakey

2008-07-15 Thread Ralf Schmitt
Ralf Schmitt [EMAIL PROTECTED] added the comment: I still think that blocking mode should be turned on in socket.accept. settimeout implicitly sets non-blocking mode (which might be a bit surprising). The sockets returned from accept() being in non-blocking mode is surprising (as this bug

[issue3368] Memory leak in import.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- nosy: +brett.cannon ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3368 ___ ___ Python-bugs-list mailing

[issue3367] Uninitialized value read in parsetok.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- nosy: +brett.cannon ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3367 ___ ___ Python-bugs-list mailing

[issue3369] memory leak in floatobject.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- nosy: +brett.cannon ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3369 ___ ___ Python-bugs-list mailing

[issue3369] memory leak in floatobject.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- priority: - normal ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3369 ___ ___ Python-bugs-list mailing

[issue3367] Uninitialized value read in parsetok.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- priority: - high ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3367 ___ ___ Python-bugs-list mailing

[issue3368] Memory leak in import.c

2008-07-15 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- priority: - high ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3368 ___ ___ Python-bugs-list mailing

[issue3369] memory leak in floatobject.c

2008-07-15 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: Does this also apply to 2.6? -- nosy: +marketdickinson ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3369 ___

[issue3324] Broken link in online doc

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: For Python 2.6 and 3.0, we have transitioned over from LaTex to a new document format, reST. For this reason, we are not backporting fixes to the docs. However, when 2.7 and 3.1 become the development focus, we will again backport fixes. I'm

[issue2271] msi installs to the incorrect location (C drive)

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: Apparent duplicates are at http://bugs.python.org/issue1298962 and http://bugs.python.org/issue1565468. This bug seems to have something to do with power user user privileges. I can duplicate this problem with the MSI installers for Python 2.4.4,

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: http://bugs.python.org/issue1298962 appears to be a duplicate, with some more recent activity. -- nosy: +music ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Ben Beasley [EMAIL PROTECTED] added the comment: http://bugs.python.org/issue2271 and http://bugs.python.org/issue1298962 appear to be duplicates of this issue, with the former having the most recent activity. -- nosy: +music ___ Python tracker

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- versions: +Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962 ___

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- versions: +Python 2.4, Python 2.6, Python 3.0 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468 ___

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- type: - behavior ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962 ___ ___ Python-bugs-list mailing

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- type: - behavior ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468 ___ ___ Python-bugs-list mailing

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: I would really like to get this in by beta2, but it's not quite enough to hold up the release. Please try to get this cleaned up and committed by July 16 for beta 2. -- nosy: +barry priority: release blocker - deferred blocker

[issue1298962] MSI installer does not pass values as SecureProperty from UI

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- components: +Windows ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1298962 ___ ___ Python-bugs-list

[issue1565468] Install on WinXP always goes to C:\

2008-07-15 Thread Ben Beasley
Changes by Ben Beasley [EMAIL PROTECTED]: -- components: +Windows ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1565468 ___ ___ Python-bugs-list

[issue3131] 2to3 can't find fixes_dir

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: I think we'll defer this as a blocker. It would be good to get 2to3 working right for the betas, but I don't think it should hold up beta2. -- nosy: +barry priority: release blocker - deferred blocker

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Nick Edds
Nick Edds [EMAIL PROTECTED] added the comment: I've got it finished, I just need to write some tests for it. It will all be done later tonight. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3316 ___

[issue3226] can't install on OSX 10.4

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: What's the plan to fix this? I'm not going to hold up beta2 for this. -- nosy: +barry priority: release blocker - deferred blocker ___ Python tracker [EMAIL PROTECTED]

[issue3316] Proposal for fix_urllib

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 15, 2008, at 8:10 PM, Nick Edds wrote: Nick Edds [EMAIL PROTECTED] added the comment: I've got it finished, I just need to write some tests for it. It will all be done later tonight.

[issue3083] Add alternate (#) formatting for bin, oct, hex output for str.format()

2008-07-15 Thread Eric Smith
Eric Smith [EMAIL PROTECTED] added the comment: Implemented in trunk in r64958 and r64984; in py3k in r64960 and r64985. -- resolution: - accepted status: open - closed type: - feature request ___ Python tracker [EMAIL PROTECTED]

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: Sadly _multiprocessing apparently doesn't even build on my Ubuntu 8.04 machine and it still hangs on my 10.5 machine. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088

[issue3371] 2to3 fails in 3.0

2008-07-15 Thread Benjamin Peterson
New submission from Benjamin Peterson [EMAIL PROTECTED]: I'm disabling lib2to3 in the trunk because it fails just for Python 2.6. (Python 2.5 and 3.0 are fine.) -- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) messages: 69739 nosy: benjamin.peterson, collinwinter

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: On Jul 15, 2008, at 8:38 PM, Barry A. Warsaw [EMAIL PROTECTED] wrote: Barry A. Warsaw [EMAIL PROTECTED] added the comment: Sadly _multiprocessing apparently doesn't even build on my Ubuntu 8.04 machine and it still hangs on my 10.5

[issue3371] 2to3 fails in Python 2.6

2008-07-15 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- title: 2to3 fails in 3.0 - 2to3 fails in Python 2.6 type: - crash ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3371 ___

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: Barry - can you email the compile errors? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088 ___ ___

[issue3359] add 'rbU' mode to open()

2008-07-15 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: If you open file with 'r' - all line endings will be mapped precisely to '\n' anyways, so it has nothing to do with 'U' mode. No they won't -- only the platform-specific newline will. On Unix, 'r' and 'rb' are the same. -- nosy:

[issue3372] socket.setsockopt() is broken for multicast TTL and Loop options

2008-07-15 Thread Niall O'Higgins
Niall O'Higgins [EMAIL PROTECTED] added the comment: This also appears to be a bug in Python 2.4. -- versions: +Python 2.4 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3372 ___

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-15 Thread cfr
cfr [EMAIL PROTECTED] added the comment: I downloaded the current source (2.5.2) and confirmed that (1) python will build as a framework (for me) and (2) that the problem occurs for my build, too. I did not build it as a universal binary just in case that helped but mostly to speed things up. I

[issue3324] Broken link in online doc

2008-07-15 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: In addition to what Benjamin said, the Python docs are released together with the source, so even if the issue was corrected in the 2.5 docs now, the correction would not show up until 2.5.3 is released, which is not even planned before 2.6.

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: Something's very strange. The first make after configure fails to build _multiprocessing, but a subsequent make succeeds. I'll see if I can capture the compilation error message. ___ Python tracker [EMAIL

[issue3090] ARCHFLAGS parsing/concatenation in unixccompiler.py breaks when set to a string

2008-07-15 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: I'd say go ahead. -- nosy: +georg.brandl resolution: - accepted ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3090 ___

[issue3336] datetime weekday() function

2008-07-15 Thread Georg Brandl
Changes by Georg Brandl [EMAIL PROTECTED]: -- resolution: - wont fix status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3336 ___ ___

[issue2271] msi installs to the incorrect location (C drive)

2008-07-15 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: I'd be happy to provide any more information that can help get this resolved. Contribution of a patch would be the best way to resolve this quickly. ___ Python tracker [EMAIL PROTECTED]

[issue3371] 2to3 fails in Python 2.6

2008-07-15 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: Reverting r64742 would have had the same effect (IMO, it shouldn't have been checked in in the first place, as it causes the test suite to fail). -- nosy: +loewis ___ Python tracker [EMAIL

[issue3371] 2to3 fails in Python 2.6

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: That revision caused the test suite to fail because it caused to be actually run. :) ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3371 ___

[issue3371] 2to3 fails in Python 2.6

2008-07-15 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: IOW, this is a duplicate of issue2969. and so it is. Well, it's disabled now, so no point in arguing how. -- resolution: - duplicate status: open - closed ___ Python tracker [EMAIL PROTECTED]

[issue2969] Test_imports fails in 2.6

2008-07-15 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: -- priority: - deferred blocker ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2969 ___ ___

[issue3338] cPickle segfault with deep recursion

2008-07-15 Thread Darryl Dixon
Darryl Dixon [EMAIL PROTECTED] added the comment: Hmm, looks like this dup's 2702... Funny how two people find the same thing within a short window of each other *sighs* so looks like it's probably fixed. I'll test /trunk against the failing testcase below and make sure all is OK. D

  1   2   >