[issue2142] difflib.unified_diff(...) produces invalid patches

2011-03-14 Thread Ray.Allen
Ray.Allen added the comment: Yes there may be. Here is the updated patch: Add a new keyword argument to context_diff() and unified_diff() named "warn_no_newline_at_end". If true, emit "\ No newline etc". It defaults to True, set it to false to get the old behavior. I'm not sure if this name

[issue11552] Confusing error message when hook module cannot be loaded

2011-03-14 Thread cournapeau david
New submission from cournapeau david : The following simple example: setup.cfg [global] setup_hook = hooks.foo and the following hooks.py file def foo(content): pass Traceback (most recent call last): File "../distutils2/distutils2/pysetup", line 5, in main() File "/Users/david

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : Added file: http://bugs.python.org/file21206/test_dummy_thread_test_coverage_improvement_v2.patch ___ Python tracker ___ _

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
Changes by Ben Hayden : -- versions: -Python 3.3, Python 3.4 Added file: http://bugs.python.org/file21205/test_pulldom_resource_warning.patch ___ Python tracker ___

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
Changes by Ben Hayden : Removed file: http://bugs.python.org/file21203/test_pulldom_resource_warning.patch ___ Python tracker ___ ___ Python-

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
New submission from Denver Coneybeare : The attached patch increases the test coverage of the module _dummy_thread from 78% to 100%. -- components: Tests files: test_dummy_thread_test_coverage_improvement.patch keywords: patch messages: 130957 nosy: brian.curtin, denversc priority: norm

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11550] Fix ResourceWarning in test_pulldom

2011-03-14 Thread Ben Hayden
New submission from Ben Hayden : When running the test_pulldom test with a latest checkout of cpython from hg.python.org on Ubuntu 10.10 x64, the following ResourceWarning is thrown: test_parse (test.test_pulldom.PullDOMTestCase) Minimal test of DOMEventStream.parse() ... /home/benhayden/Docum

[issue11549] Rewrite peephole to work on AST

2011-03-14 Thread Santoso Wijaya
Changes by Santoso Wijaya : -- nosy: +santa4nt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[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

[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 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 : 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/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/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 : -- 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
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

[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 ___ _

[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

[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

[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

[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

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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:

[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

[issue11537] Misspelled arguments

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

[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 ___ ___

[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 ___ __

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[issue11514] Misspelled access

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

[issue11547] Misspelled builtin

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

[issue11547] Misspelled builtin

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

[issue11514] Misspelled access

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

[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. --

[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

[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

[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 Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[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

[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 __

[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 _

[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

[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

[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 ___

[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
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +dmalcolm, pitrou, rhettinger priority: normal -> high ___ Python tracker ___ ___

[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

[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
Piotr Kasprzyk added the comment: I will connect everything in one file. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 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

[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

[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

[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 ___ __

[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 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

[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

[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

[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

[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

[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

[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

[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_

[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?

[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

[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.

[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 _

[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 ___ ___

[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

[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

[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

[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

[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_

  1   2   3   4   >