[issue13661] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
maniram maniram maniandra...@gmail.com added the comment: Sorry, accident. Please delete. -- nosy: +maniram.maniram ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13661 ___

[issue13660] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
Changes by maniram maniram maniandra...@gmail.com: -- nosy: +maniram.maniram ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13660 ___ ___

[issue13660] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
maniram maniram maniandra...@gmail.com added the comment: Sorry, accident. Please delete. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13660 ___

[issue13661] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
maniram maniram maniandra...@gmail.com added the comment: Please close this bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13661 ___ ___

[issue13660] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
maniram maniram maniandra...@gmail.com added the comment: Please close this bug as invalid. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13660 ___

[issue13660] maniandram maniandram wants to chat

2011-12-24 Thread maniram maniram
maniram maniram maniandra...@gmail.com added the comment: I can't edit this bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13660 ___ ___

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Why? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13644 ___ ___ Python-bugs-list mailing list

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- Removed message: http://bugs.python.org/msg150226 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13644 ___

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Nothing, but that would be pointless; the recursion would just start again. Why? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13644 ___

[issue13660] maniandram maniandram wants to chat

2011-12-24 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13660 ___

[issue13661] maniandram maniandram wants to chat

2011-12-24 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13661 ___

[issue13639] UnicodeDecodeError when creating tar.gz with unicode name

2011-12-24 Thread Lars Gustäbel
Lars Gustäbel l...@gustaebel.de added the comment: I thought about that myself, too. It is clearly no new feature, it is really more some kind of a fix. Unicode pathnames given to tarfile.open() are just passed through to the open() function, which is why this always has been working, except

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2011/12/24 Georg Brandl rep...@bugs.python.org: Georg Brandl ge...@python.org added the comment: Nothing, but that would be pointless; the recursion would just start again. Because it would be caught in the function call above in the

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Basically forget my last 3 messages. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13644 ___

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Would it? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13644 ___ ___ Python-bugs-list mailing

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2011/12/24 Georg Brandl rep...@bugs.python.org: Georg Brandl ge...@python.org added the comment: Would it? (class 'Exception',) -- ___ Python tracker rep...@bugs.python.org

[issue11105] Compiling evil ast crashes interpreter

2011-12-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- components: +None stage: - test needed versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11105 ___

[issue7338] recursive __attribute__ - Fatal Python error: Cannot recover from stack overflow.

2011-12-24 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: This is normal. Can this be closed then? -- nosy: +ezio.melotti versions: +Python 3.2, Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7338

[issue1953] Compact int and float freelists

2011-12-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: -BreamoreBoy versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1953 ___

[issue13413] time.daylight incorrect behavior in linux glibc

2011-12-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13413 ___ ___

[issue11977] Document int.conjugate, .denominator, ...

2011-12-24 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Isn't there a way to specify multiple targets for the same entry? The doc could say that int, float and complex all share some methods/attributes and then either list e.g. int.conjugate, float.conjugate, complex.conjugate with a single

[issue7098] g formatting for decimal types should always strip trailing zeros.

2011-12-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- versions: +Python 3.3 -Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7098 ___

[issue7098] g formatting for decimal types should always strip trailing zeros.

2011-12-24 Thread Raymond Hettinger
Raymond Hettinger raymond.hettin...@gmail.com added the comment: I would like to think about this one for a bit before it moves forward. -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7098

[issue7338] recursive __attribute__ - Fatal Python error: Cannot recover from stack overflow.

2011-12-24 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: This is related to #13644. -- nosy: +serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7338 ___

[issue13639] UnicodeDecodeError when creating tar.gz with unicode name

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: With that explanation, that it is one case out of six that fails, for whatever reason, I agree. That leaves the issue of whether the fix is the right one. I currently agree with Victor that we should do what the rest of Python does and what

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: @maniram I know what IDLE does. For the tracker, a 'bug' is a discrepancy between doc and behavior. According to the doc, a recursion loop should continue forever, just like an iteration loop ;=). Anyway, Roger is right, this is a duplicate

[issue7338] recursive __attribute__ - Fatal Python error: Cannot recover from stack overflow.

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: This seems to be a duplicate of 3555 and 6028. I am redirecting to the latter because is has a proposed patch. -- nosy: +terry.reedy resolution: - duplicate status: open - closed superseder: - Interpreter crashes when chaining an

[issue3555] Regression: nested exceptions crash (Cannot recover from stack overflow)

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: This is one of four essentially duplicate issues #6028, #7338, #13644. #6028 has a proposed patch. -- nosy: +terry.reedy resolution: - duplicate status: open - closed versions: +Python 3.3 -Python 3.0

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I believe #3555, #7338, and *13644 are basically duplicates of this issue. I have left this one open because it has a try at a patch. I think any patch should be tested with the other examples. I agree with Antoine that an intentional exit is

[issue2134] Add new attribute to TokenInfo to report specific token IDs

2011-12-24 Thread Meador Inge
Meador Inge mead...@gmail.com added the comment: The cmdoption directive should be used with a program directive. Ah, nice. Thanks for the tip Éric. Updated patch attached along with a patch for the 2.7/3.2 doc update attached. -- Added file:

[issue2134] Add new attribute to TokenInfo to report specific token IDs

2011-12-24 Thread Meador Inge
Changes by Meador Inge mead...@gmail.com: Added file: http://bugs.python.org/file24089/tokenize-docs-2.7-3.2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2134 ___

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Yury
Yury yury.sobo...@gmail.com added the comment: Rather than aborting with a stack overflow, I feel it is more natural to raise an exception. If it is not too difficult to implement, perhaps another type of exception should be raised. Since chained exceptions are new to 3.x, there should be a

[issue13294] http.server: minor code style changes.

2011-12-24 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: The first chunk of the patch (the use of strip) changes the behavior as discussed in the previous comments, so it should probably be reverted. The rest of the changes are OK. -- status: closed - open

[issue6028] Interpreter aborts when chaining an infinite number of exceptions

2011-12-24 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6028 ___

[issue13642] urllib incorrectly quotes username and password in https basic auth

2011-12-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Joonas, this issue seems easy to solve. Do you want to try to post a patch?. Extra credits for patching testsuite too :). If you work in 2.7, I promise to up-port the patch to 3.x. -- nosy: +jcea ___

[issue13294] http.server: minor code style changes.

2011-12-24 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: The concern here is if the request line had something like this. Method SP Request-URI SP HTTP-Version ANY_\r_\n_\r\n_Combination\r\n The previous behavior would have resulted in Method SP Request-URI SP HTTP-Version