[issue11526] Misspelled alignment

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : Removed file: http://bugs.python.org/file21168/misspelled_alignment.patch ___ Python tracker ___ ___ Python-bugs-l

[issue11526] Misspelled along

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: +Library (Lib) -Extension Modules title: Misspelled alignment -> Misspelled along Added file: http://bugs.python.org/file21169/misspelled_along.patch ___ Python tracker __

[issue11527] Misspelled ambiguous

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Installation files: misspelled_ambiguous.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled ambiguous type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21170/misspelled_a

[issue11528] Misspelled anonymously

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_anonymously.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled anonymously type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21171/misspel

[issue11529] Misspelled application 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_application2.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled application 2 type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21172/miss

[issue11530] Misspelled application

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_application.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled application type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21173/misspel

[issue11531] Misspelled applications

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_applications.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled applications type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21174/missp

[issue11532] Misspelled arbitrary 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Interpreter Core files: misspelled_arbitrary2.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled arbitrary 2 type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21175/missp

[issue11533] Misspelled arbitrary

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Interpreter Core files: misspelled_arbitrary.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled arbitrary type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21176/misspell

[issue11534] Misspelled architecture, control

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- assignee: ronaldoussoren components: Macintosh files: misspelled_architecture_control.patch keywords: patch nosy: kwadrat, ronaldoussoren priority: normal severity: normal status: open title: Misspelled architecture, control type: behavior versions: Python

[issue11535] Misspelled architecture

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Windows files: misspelled_architecture.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled architecture type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21178/misspelled_

[issue11536] Misspelled arguments 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_arguments2.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled arguments 2 type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21179/misspell

[issue11537] Misspelled arguments

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Extension Modules files: misspelled_arguments.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled arguments type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21180/misspel

[issue3080] Full unicode import system

2011-03-14 Thread STINNER Victor
STINNER Victor added the comment: I finished to split the huge patch into smaller commits. You can now test the unicode_import Mercurial branch. Especially, it should be tested on Windows. I don't know if I should merge the branch as an unique commit or as multiple commits. Some of them can b

[issue11538] Misspelled assign

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_assign.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled assign type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21181/misspelled_assign

[issue11539] Misspelled associated

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- nosy: kwadrat priority: normal severity: normal status: open title: Misspelled associated type: behavior ___ Python tracker ___ ___

[issue11539] Misspelled associated

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: +Extension Modules keywords: +patch versions: +Python 3.3 Added file: http://bugs.python.org/file21182/misspelled_associated.patch ___ Python tracker _

[issue11515] Misspelled actually

2011-03-14 Thread DSM
New submission from DSM : Rather than submitting a thousand patches each with one or two typo fixes, wouldn't it make more sense to collect them? It'll be important to run tests after the patches, and running tests a thousand times will take a while. It's worked okay for me in the past, e.g.

[issue11540] Misspelled assume

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- assignee: ronaldoussoren components: Macintosh files: misspelled_assume.patch keywords: patch nosy: kwadrat, ronaldoussoren priority: normal severity: normal status: open title: Misspelled assume type: behavior versions: Python 3.3 Added file: http://bugs.p

[issue10785] parser: store the filename as an unicode object

2011-03-14 Thread STINNER Victor
STINNER Victor added the comment: @Benjamin: You told me that you don't want two versions of pgen, but I don't remember why. As my work on #3080 is mostly done, I now plan to patch the Python parser to store the filename as Unicode. So could you please review the patch attached to this issue?

[issue11541] Misspelled attribute

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_attribute.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled attribute type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21184/misspelled_

[issue11542] Misspelled augmented

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Extension Modules files: misspelled_augmented.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled augmented type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21185/misspel

[issue11543] Misspelled available, instances

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_available_instances.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled available, instances type: behavior versions: Python 3.3 Added file: http://bugs.python.org

[issue11544] Misspelled avoid

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_avoid.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled avoid type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21187/misspelled_avoid.pa

[issue6818] remove/delete method for zipfile/tarfile objects

2011-03-14 Thread Yuval Greenfield
Yuval Greenfield added the comment: Fixed the bugs Martin pointed out and added the relevant tests. Sadly I had to move some stuff around, but I think the changes are all for the better. I wasn't sure about the right convention for the 2 constants I added btw. -- Added file: http://bu

[issue11545] Misspelled backtracking

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Interpreter Core files: misspelled_backtracking.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled backtracking type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21189/mi

[issue11546] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_between.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled between type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21190/misspelled_betw

[issue11547] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- components: Library (Lib) files: misspelled_between.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled between type: behavior versions: Python 3.3 Added file: http://bugs.python.org/file21191/misspelled_betw

[issue11547] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : Removed file: http://bugs.python.org/file21191/misspelled_between.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue11547] Misspelled builtin

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : -- title: Misspelled between -> Misspelled builtin Added file: http://bugs.python.org/file21192/misspelled_builtin.patch ___ Python tracker ___ __

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : Added file: http://bugs.python.org/file21193/fileinput_unittests_v12.patch ___ Python tracker ___ ___ Python-bu

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Piotr Kasprzyk added the comment: Good idea, I will try to group the rest of comments. -- ___ Python tracker ___ ___ Python-bugs-list

[issue11515] Misspelled actually

2011-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: If you can easily make a single patch out of all the issues, please do it and submit it here, otherwise I'll apply all the patches and make a single commit. -- nosy: +ezio.melotti ___ Python tracker

[issue9667] NetBSD curses KEY_* constants

2011-03-14 Thread R. David Murray
R. David Murray added the comment: I don't think we have any committers who run NetBDS. Can you attach your patch here? I take it the other NetBSD checks are still required? -- nosy: +r.david.murray ___ Python tracker

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Piotr Kasprzyk added the comment: I will connect everything in one file. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : Added file: http://bugs.python.org/file21194/misspelled_together.patch ___ Python tracker ___ ___ Python-bugs-list

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk : Removed file: http://bugs.python.org/file21156/misspelled_actually.patch ___ Python tracker ___ ___ Python-bugs-li

[issue11510] Peephole breaks set unpacking

2011-03-14 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +dmalcolm, pitrou, rhettinger priority: normal -> high ___ Python tracker ___ ___

[issue5673] Add timeout option to subprocess.Popen

2011-03-14 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar : Removed file: http://bugs.python.org/file21121/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11510] Peephole breaks set unpacking

2011-03-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: It looks like the steps for UNPACK_SEQUENCE should be skipped when following a BUILD_SET. I'll post a patch tomorrow (probably a one-liner). -- ___ Python tracker ___

[issue10775] assertRaises as a context manager should accept a 'msg' keyword argument.

2011-03-14 Thread Winston Ewert
Winston Ewert added the comment: robquad mentions having left a comment on the review, but I'm not seeing how to view it. Can somebody explain? It wasn't necessary to change the callable_obj bit, but both form were being used so I thought it best to standardize. Neither version of the paramet

[issue11513] Infinite recursion around raising an exception in tarfile

2011-03-14 Thread Andreas Stührk
Andreas Stührk added the comment: The infinite recursion happens because `open` in tarfile is really `TarFile.open` (see last line in the module). The builtin `open` is imported as `_open`. I also think that explicitly checking for "fileobj" being None is a cleaner solution. With your curren

[issue11512] adding test suite for cgitb

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin keywords: +needs review stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker _

[issue9362] Make exit/quit hint more novice friendly

2011-03-14 Thread Jeff Ramnani
Jeff Ramnani added the comment: I've checked Lib/site.py and it tells the user to use 'Ctrl-Z' to exit the prompt when they are running Windows. Perhaps this means we can close the ticket, since discussion on this issue seems to have dissipated? -- nosy: +jramnani __

[issue9362] Make exit/quit hint more novice friendly

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue11515] Misspelled actually

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : Added file: http://bugs.python.org/file21195/fileinput_unittests_v13.patch ___ Python tracker ___ ___ Python-bu

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0991b40e895d by Ezio Melotti in branch '3.1': #11515: fix several typos. Patch by Piotr Kasprzyk. http://hg.python.org/cpython/rev/0991b40e895d -- nosy: +python-dev ___ Python tracker

[issue11548] Passing format= to unpack_archive fails

2011-03-14 Thread Evan Dandrea
New submission from Evan Dandrea : Passing the format keyword parameter to shutil.unpack_archive triggers an exception: Traceback (most recent call last): File "Lib/test/test_shutil.py", line 650, in test_unpack_archive unpack_archive(filename, tmpdir2, format=format) File "/home/evan/h

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Denver Coneybeare added the comment: fileinput_unittests_v13.patch is the final patch. Test coverage increased from 65% to 93% with this patch. The only code left untested is fileinput._test(), which by its name suggests that testing is not required. --

[issue11514] Misspelled access

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue11547] Misspelled builtin

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue11547] Misspelled builtin

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- superseder: -> Misspelled actually ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11514] Misspelled access

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- superseder: -> Misspelled actually ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11546] Misspelled between

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11545] Misspelled backtracking

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11544] Misspelled avoid

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11543] Misspelled available, instances

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11542] Misspelled augmented

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11540] Misspelled assume

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11541] Misspelled attribute

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11539] Misspelled associated

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue1038909] pydoc method documentation lookup enhancement

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11538] Misspelled assign

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11537] Misspelled arguments

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue11536] Misspelled arguments 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue11536] Misspelled arguments 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- superseder: -> Misspelled actually ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11535] Misspelled architecture

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11534] Misspelled architecture, control

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11533] Misspelled arbitrary

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11532] Misspelled arbitrary 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11531] Misspelled applications

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11530] Misspelled application

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11529] Misspelled application 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11528] Misspelled anonymously

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11527] Misspelled ambiguous

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11526] Misspelled along

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11525] Misspelled alignment

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11524] Misspelled alignment 6

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11523] Misspelled alignment 5

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11522] Misspelled alignment 4

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11521] Misspelled alignment3

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11520] Misspelled alignment 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11519] Misspelled algorithm

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11518] Misspelled algorithm 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11517] Misspelled aforementioned

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue11516] Misspelled additionally

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Misspelled actually ___ Python tracker ___ ___

[issue1559549] ImportError needs attributes for module and file name

2011-03-14 Thread Andreas Stührk
Andreas Stührk added the comment: > I am sorry again for those mistakes, it's all completely new to me. No worries! >I have fixed those issues and created new patch. Using hg export, that now >spans over two commits. Is it the way those patches should be provided, or >should I gather all cha

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81d7f78a633a by Ezio Melotti in branch '3.2': #11515: Merge with 3.1. http://hg.python.org/cpython/rev/81d7f78a633a -- ___ Python tracker

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c1a15ebebe5 by Ezio Melotti in branch 'default': #11515: Merge with 3.2. http://hg.python.org/cpython/rev/4c1a15ebebe5 -- ___ Python tracker

[issue11243] email/message.py str conversion

2011-03-14 Thread R. David Murray
R. David Murray added the comment: Here is a patch that adds tests for the methods I didn't previous have test for. There may still be some headers that I'm not testing for the 'contains binary' case, but this is certainly more comprehensive than we had before. Please test and let me know if

[issue10237] failure in Barrier tests

2011-03-14 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Closing this as fixed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
New submission from Eugene Toder : As pointed out by Raymond, constant folding should be done on AST rather than on generated bytecode. Here's a patch to do that. It's rather long, so overview first. The patch replaces existing peephole pass with a folding pass on AST and a few changes in com

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : -- keywords: +patch Added file: http://bugs.python.org/file21198/0_ast.patch ___ Python tracker ___ ___ Pyth

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : Added file: http://bugs.python.org/file21199/0_fold.patch ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : Added file: http://bugs.python.org/file21200/0_compile.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : Added file: http://bugs.python.org/file21201/0_generated.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : Added file: http://bugs.python.org/file21202/0_tests.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder : -- nosy: +pitrou, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Andreas Stührk
Changes by Andreas Stührk : -- nosy: +Trundle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

<    1   2   3   4   >