[issue11526] Misspelled alignment

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- components: Extension Modules files: misspelled_alignment.patch keywords: patch nosy: kwadrat priority: normal severity: normal status: open title: Misspelled alignment type: behavior versions: Python 3.3 Added file:

[issue11526] Misspelled alignment

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: Removed file: http://bugs.python.org/file21168/misspelled_alignment.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11526 ___

[issue11526] Misspelled along

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

[issue11527] Misspelled ambiguous

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11528] Misspelled anonymously

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11529] Misspelled application 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11530] Misspelled application

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11532] Misspelled arbitrary 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11533] Misspelled arbitrary

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11534] Misspelled architecture, control

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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

[issue11535] Misspelled architecture

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11536] Misspelled arguments 2

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11537] Misspelled arguments

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue3080] Full unicode import system

2011-03-14 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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

[issue11538] Misspelled assign

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11539] Misspelled associated

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- nosy: kwadrat priority: normal severity: normal status: open title: Misspelled associated type: behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11539

[issue11539] Misspelled associated

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

[issue11515] Misspelled actually

2011-03-14 Thread DSM
New submission from DSM dsm...@users.sourceforge.net: 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

[issue11540] Misspelled assume

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

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

2011-03-14 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com 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

[issue11541] Misspelled attribute

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11542] Misspelled augmented

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11543] Misspelled available, instances

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11544] Misspelled avoid

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

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

2011-03-14 Thread Yuval Greenfield
Yuval Greenfield ubershme...@gmail.com 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. --

[issue11545] Misspelled backtracking

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11546] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11547] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- 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:

[issue11547] Misspelled between

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: Removed file: http://bugs.python.org/file21191/misspelled_between.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11547 ___

[issue11547] Misspelled builtin

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: -- title: Misspelled between - Misspelled builtin Added file: http://bugs.python.org/file21192/misspelled_builtin.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11547

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare denver.coneybe...@gmail.com: Added file: http://bugs.python.org/file21193/fileinput_unittests_v12.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11509 ___

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Piotr Kasprzyk c...@ciri.pl added the comment: Good idea, I will try to group the rest of comments. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11515 ___

[issue11515] Misspelled actually

2011-03-14 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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

[issue9667] NetBSD curses KEY_* constants

2011-03-14 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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 c...@ciri.pl added the comment: I will connect everything in one file. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11515 ___

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: Added file: http://bugs.python.org/file21194/misspelled_together.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11515 ___

[issue11515] Misspelled actually

2011-03-14 Thread Piotr Kasprzyk
Changes by Piotr Kasprzyk c...@ciri.pl: Removed file: http://bugs.python.org/file21156/misspelled_actually.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11515 ___

[issue11510] Peephole breaks set unpacking

2011-03-14 Thread Raymond Hettinger
Changes by Raymond Hettinger rhettin...@users.sourceforge.net: -- assignee: - rhettinger nosy: +dmalcolm, pitrou, rhettinger priority: normal - high ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11510

[issue5673] Add timeout option to subprocess.Popen

2011-03-14 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar sridh...@activestate.com: Removed file: http://bugs.python.org/file21121/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5673 ___

[issue11510] Peephole breaks set unpacking

2011-03-14 Thread Raymond Hettinger
Raymond Hettinger rhettin...@users.sourceforge.net 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 winstonew...@gmail.com 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

[issue11512] adding test suite for cgitb

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- assignee: - brian.curtin keywords: +needs review stage: - patch review versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org

[issue9362] Make exit/quit hint more novice friendly

2011-03-14 Thread Jeff Ramnani
Jeff Ramnani j...@jefframnani.com 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:

[issue9362] Make exit/quit hint more novice friendly

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- resolution: - rejected stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9362 ___

[issue11515] Misspelled actually

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: - ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11515 ___ ___

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare denver.coneybe...@gmail.com: Added file: http://bugs.python.org/file21195/fileinput_unittests_v13.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11509 ___

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot devnull@devnull 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 e...@ubuntu.com: 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

[issue11509] fileinput module unit test coverage improvements

2011-03-14 Thread Denver Coneybeare
Denver Coneybeare denver.coneybe...@gmail.com 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 ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11514 ___

[issue11547] Misspelled builtin

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11547 ___

[issue11547] Misspelled builtin

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11547 ___ ___

[issue11514] Misspelled access

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11514 ___ ___

[issue11546] Misspelled between

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11546

[issue11545] Misspelled backtracking

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11545

[issue11544] Misspelled avoid

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11544

[issue11543] Misspelled available, instances

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11543

[issue11542] Misspelled augmented

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11542

[issue11540] Misspelled assume

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11540

[issue11541] Misspelled attribute

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11541

[issue11539] Misspelled associated

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11539

[issue1038909] pydoc method documentation lookup enhancement

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- resolution: - rejected stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1038909 ___

[issue11538] Misspelled assign

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11538

[issue11537] Misspelled arguments

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11537 ___

[issue11536] Misspelled arguments 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11536 ___

[issue11536] Misspelled arguments 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11536 ___ ___

[issue11535] Misspelled architecture

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11535

[issue11534] Misspelled architecture, control

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11534

[issue11533] Misspelled arbitrary

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11533

[issue11532] Misspelled arbitrary 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11532

[issue11531] Misspelled applications

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11531

[issue11530] Misspelled application

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11530

[issue11529] Misspelled application 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11529

[issue11528] Misspelled anonymously

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11528

[issue11527] Misspelled ambiguous

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11527

[issue11526] Misspelled along

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11526

[issue11525] Misspelled alignment

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11525

[issue11524] Misspelled alignment 6

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11524

[issue11523] Misspelled alignment 5

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11523

[issue11522] Misspelled alignment 4

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11522

[issue11521] Misspelled alignment3

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11521

[issue11520] Misspelled alignment 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11520

[issue11519] Misspelled algorithm

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11519

[issue11518] Misspelled algorithm 2

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11518

[issue11517] Misspelled aforementioned

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11517

[issue11516] Misspelled additionally

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - fixed stage: - committed/rejected status: open - closed superseder: - Misspelled actually ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11516

[issue1559549] ImportError needs attributes for module and file name

2011-03-14 Thread Andreas Stührk
Andreas Stührk andy-pyt...@hammerhartes.de 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

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

[issue11515] Misspelled actually

2011-03-14 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

[issue11243] email/message.py str conversion

2011-03-14 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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

[issue10237] failure in Barrier tests

2011-03-14 Thread Kristján Valur Jónsson
Kristján Valur Jónsson krist...@ccpgames.com added the comment: Closing this as fixed. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10237 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
New submission from Eugene Toder elto...@gmail.com: 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

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file21198/0_ast.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: Added file: http://bugs.python.org/file21199/0_fold.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: Added file: http://bugs.python.org/file21200/0_compile.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: Added file: http://bugs.python.org/file21201/0_generated.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: Added file: http://bugs.python.org/file21202/0_tests.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Eugene Toder
Changes by Eugene Toder elto...@gmail.com: -- nosy: +pitrou, rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___ ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Andreas Stührk
Changes by Andreas Stührk andy-pyt...@hammerhartes.de: -- nosy: +Trundle ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___ ___

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Santoso Wijaya
Changes by Santoso Wijaya santoso.wij...@gmail.com: -- nosy: +santa4nt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___ ___

<    1   2   3   4   >