[issue11054] OS X installer build script for 3.2 can no longer build with system Python on OS X 10.5

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: Looks okay to me (and any bugs are likely to become apparent when the installers are built...) -- ___ Python tracker ___ ___

[issue10989] ssl.SSLContext(True).load_verify_locations(None, True) segfault

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: It's reviewed by Antoine, so you can commit. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: I think the canonical message is "expected X, not Y". Otherwise, fine to commit. -- ___ Python tracker ___

[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue10940] IDLE 3.2 hangs with Cmd-M hotkey on OS X 10.6 with 64-bit installer and A/S Tk 8.5

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: If this helps with hanging, okay to commit. (It doesn't have any effect on non-OSX anyway.) -- ___ Python tracker ___ __

[issue11037] State of PEP 382 or How does distutils2 handle namespaces?

2011-01-29 Thread Łukasz Langa
Łukasz Langa added the comment: Martin, could you shed some light on the state of that PEP? -- nosy: +lukasz.langa title: How distutils2 handle namespaces -> State of PEP 382 or How does distutils2 handle namespaces? ___ Python tracker

[issue11053] OS X IDLE 3 with Tk 8.4 appears to hang with syntax error

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: Good to go. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: I'd really like someone else to throw a pair of eyes at the code changes before it is committed. But yes, I will allow this into rc2, and we'll buy some stabilizing time by adding an rc3 to the cycle. -- ___ Python

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg127391 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: I'd really like someone else to throw a pair of eyes at the code changes before it is committed. But yes, I will allow this into rc2, since a completely broken module isn't really what a minor release is about. -- _

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: The new test is faulty; it appears to be specific to the timezone of the patch submitter. The library fix should go in nevertheless, if you could add a correct test, Alexander, it would be great. -- priority: normal -> release blocker

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread nw
New submission from nw : The attached code is not converted properly. No warning either. Eventually it may be a good idea to reintroduce the old more versatile method. -- components: 2to3 (2.x to 3.0 conversion tool) files: test.py messages: 127394 nosy: Nils.Winter priority: normal sev

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: RDM: it seems i was too tired to get your messages right last evening! Indeed it's now completely my fault, i should inspect the content further in respect to the str/bytes etc. stuff! Thus - i will now need three or four days to cleanup my hacky code

[issue11057] Missing DistutilsOptionError

2011-01-29 Thread Kelsey
New submission from Kelsey : Missing DistutilsOptionError import in distutil2.config causes the following error: Traceback (most recent call last): File "/opt/OpenPython-2.7.1/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/opt/Open

[issue11057] Missing DistutilsOptionError

2011-01-29 Thread Kelsey
Kelsey added the comment: Link to patch: https://bitbucket.org/khightower/distutils2/changeset/22f336b467b8 -- ___ Python tracker ___ __

[issue11057] Missing import of DistutilsOptionError

2011-01-29 Thread Kelsey
Changes by Kelsey : -- title: Missing DistutilsOptionError -> Missing import of DistutilsOptionError ___ Python tracker ___ ___ Python

[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: Let me summarize this thread: - For darwin/MacOS X there exists an undocumented MACOSX_DEPLOYMENT_TARGET switch, which makes its way all through the build-system and the 'sysconfig' module. Even though 'configure' auto-detects checking for OSX 10.

[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso
Changes by Steffen Daode Nurpmeso : Removed file: http://bugs.python.org/file20575/DIFF ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue11046] setup.py/configure [darwin]

2011-01-29 Thread Steffen Daode Nurpmeso
Changes by Steffen Daode Nurpmeso : Removed file: http://bugs.python.org/file20582/DIFF ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue10826] pass_fds sometimes fails

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch to ignore door files when running the fd_status script. It seems to eradicate the intermittent failures on the solaris buildbots. -- keywords: +patch Added file: http://bugs.python.org/file20600/spdoors.patch __

[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

2011-01-29 Thread Eric Smith
Eric Smith added the comment: It looks like the canonical message is "expected X, got Y". With that change I've checked it in in r88226. I'll backport. -- assignee: haypo -> eric.smith ___ Python tracker

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
New submission from Kelsey : When trying to create a source distribution, I get the following error and no stack trace: [openpython:yamlconfig]$ /opt/OpenPython-2.7.1/bin/python -m distutils2.run sdist WARNING:root:warning: no files found matching 's' WARNING:root:warning: no files found matc

[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

2011-01-29 Thread Eric Smith
Eric Smith added the comment: Actually this error doesn't exist on older versions because these used to be methods on a string. The error was introduced in r85456 (issue 9418) when these became functions in the _string module. No need to backport. -- resolution: -> accepted stage:

[issue9418] Move _formatter_* methods from string type into _string module

2011-01-29 Thread Eric Smith
Eric Smith added the comment: No further action required. I'm not going to remove format() and friends from stringlib as long as there's chatter about adding a .format() for bytes. -- resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Kelsey
Kelsey added the comment: Link to patch: https://bitbucket.org/khightower/distutils2/changeset/6ef86fa5236b -- ___ Python tracker ___ ___

[issue10989] ssl.SSLContext(True).load_verify_locations(None, True) segfault

2011-01-29 Thread STINNER Victor
STINNER Victor added the comment: Ok, fixed in r88228. Not backport needed, SSLContext was introduced in Python 3.2. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread STINNER Victor
STINNER Victor added the comment: +if isinstance(message, io.TextIOWrapper): +# Backward compatibility hack. +message = message.buffer Is it a good thing to parse a mailbox using a text file? If not, we should emit a warning and maybe remove this fea

[issue11049] add tests for test.support

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: test_warnings actually includes sanity checks for import_fresh_module - they could be adapted into a separate unit test easily enough. -- ___ Python tracker ___

[issue11059] code.python.org repo failures introduced!

2011-01-29 Thread Steffen Daode Nurpmeso
New submission from Steffen Daode Nurpmeso : ... because i don't know where to place this message, i do place it here. Whatever has happened in the last 90 minutes, cloning from code.python.org/hg results in mercurial panics! Please see http://mercurial.selenic.com/bts/issue2239 for more on that

[issue11049] add tests for test.support

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: +os.mkdir(os.path.join(TESTFN, TESTFN)) Please don't. This will break the day TESTFN becomes a non-trivial path. +def test_make_bad_fd(self): +fd = support.make_bad_fd() +self.assertRaises(OSError, os.write, fd, b"foo") You should

[issue11059] code.python.org repo failures introduced!

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: MAN!! Forget it - it's ok again; it's maybe really a mercurial non-atomicity failure. -- ___ Python tracker ___ __

[issue11059] code.python.org repo failures introduced!

2011-01-29 Thread Steffen Daode Nurpmeso
Changes by Steffen Daode Nurpmeso : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue11059] code.python.org repo failures introduced!

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Works fine here. -- nosy: +pitrou resolution: -> works for me ___ Python tracker ___ ___ Python-bu

[issue11059] code.python.org repo failures introduced!

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: Nope. In the meanwhile i've accomplished to clone py3k once again, but branches/release2.7-maint fails over and over again. I've added another message to http://mercurial.selenic.com/bts/issue2239. Have a nice weekend. -- __

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Nick, a more problematic issue is that __main__ is always called __main__, regardless of whether it is actually imported as the real "main module" or through a regular import. This means that it is impossible to discriminate between both uses by using "if __n

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, forget that (!). The following patch seems to work: Index: Lib/multiprocessing/forking.py === --- Lib/multiprocessing/forking.py (révision 88224) +++ Lib/multiprocessing/forking.py

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Jesse Noller
Jesse Noller added the comment: I'm fine with that tweak antoine -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue11022] locale.setlocale() doesn't change I/O codec, os.environ does

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: Also in respect to Issue 6203 i could talk about a project which did not link against anything in the end, only ld(1) and syscalls and the undocumented third 'char **envp' arg to UNIX main()s. Thus: all of you should be *very* happy about the warm and

[issue6203] 3.x locale does not default to C, contrary to the documentation and to 2.x behavior

2011-01-29 Thread Steffen Daode Nurpmeso
Steffen Daode Nurpmeso added the comment: User lemburg pointed me to this, but no, i've posted msg127416 to Issue 11022. -- nosy: +sdaoden ___ Python tracker ___

[issue11015] Bring test.support docs up to date

2011-01-29 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread R. David Murray
R. David Murray added the comment: Victor: yes, I was thinking that when I added that comment but forgot to come back to it. Thanks for spotting that. Another thing I forgot about yesterday is that I activated the commented out statements that do linesep transformations on the binary file da

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: "Useless" is a rather strong word. Every change we've made to the import system (or, more accurately, the main module identification system) has been backed up with decent use cases - nearly all of the subsequent problems can be traced back to the information t

[issue11049] add tests for test.support

2011-01-29 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: > * class TestCase(unittest.TestCase): -> why not give the test class a > more useful name? done > * import_fresh_module is tested similarly to import_module - can't a > test be added that it indeed performs its "special sauce"? Even by reading the sourc

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: (Replaced patch file to fix a typo in a comment) -- Added file: http://bugs.python.org/file20603/issue10845_mitigation.diff ___ Python tracker __

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Changes by Nick Coghlan : Removed file: http://bugs.python.org/file20601/issue10845_mitigation.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: Georg, it would be very good to have this fix in for RC2. Otherwise any use of multiprocessing in conjunction with zipfile, package or directory execution will fail on Windows in 3.2. -- assignee: -> georg.brandl priority: critical -> release blocker

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: With issue10845_mitigation.diff applied, Antoine's patch is no longer necessary? -- ___ Python tracker ___ __

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: > (Replaced patch file to fix a typo in a comment) Does that patch still work if the objects marshalled between parent and child refer to classes living in the __main__.py module? -- ___ Python tracker

[issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant

2011-01-29 Thread Godefroid Chapelle
New submission from Godefroid Chapelle : sdist does not complain about version = 0.4.5dev which is not PEP 386 compliant -- assignee: tarek components: Distutils2 messages: 127425 nosy: eric.araujo, gotcha, tarek priority: normal severity: normal status: open title: distutils2 sdist d

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: __main__.py files aren't like ordinary modules - they should *not* be defining classes or anything like that. Instead, they should be treated as if the entire file was implicitly inside an "if __name__ == '__main__':" clause - when "imported" they don't do anyt

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: To answer Antoine's question directly: With the patch, it works just as well as multiprocessing on Windows currently does if the objects marshalled between parent and child refer to classes defined inside a "if __name__ == '__main__':" clause in the main module

[issue11037] State of PEP 382 or How does distutils2 handle namespaces?

2011-01-29 Thread Sebastien Douche
Sebastien Douche added the comment: Thanks Martin for the response, but I cannot understand how implement it after reading the PEP. -- ___ Python tracker ___ __

[issue11037] How does distutils2 handle namespaces?

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Hi Sébastien. How does d2 handle namespaces? It does not, because such a thing does not exist yet. We don’t support setuptools’ namespace packages, but wait for the cleaned-up standardization thanks to to PEP 382. That PEP hasn’t reached consensus yet, so it

[issue11037] How does distutils2 handle namespaces?

2011-01-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: Yes me neither. The PEP is hard to understand, maybe a pseudo-code example could shed some light -- ___ Python tracker ___ __

[issue11037] How does distutils2 handle namespaces?

2011-01-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: Eric: the PEP was accepted already IIRC, and its status is not up-to-date. So it's just a matter of adding the implementation now. This bug can be a placeholder for its implementation if no other bug was opened for this yet -- __

[issue11037] Implementing PEP 382

2011-01-29 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- title: How does distutils2 handle namespaces? -> Implementing PEP 382 ___ Python tracker ___ ___ Python-bu

[issue11061] Verify command option before parsing config file

2011-01-29 Thread Sebastien Douche
New submission from Sebastien Douche : Distutils2 verify command (like sdist) when he use it. A small optimization is add the verification step at launch. -- assignee: tarek components: Distutils2 messages: 127432 nosy: eric.araujo, sdouche, tarek priority: normal severity: normal statu

[issue11057] Missing import of DistutilsOptionError

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Fixed two NameErrors in that file in 801c90825cc1, thanks. -- assignee: tarek -> eric.araujo resolution: -> fixed stage: -> committed/rejected versions: +3rd party -Python 2.7 ___ Python tracker

[issue11062] mailbox fails to round-trip a file to a Babyl mailbox

2011-01-29 Thread R. David Murray
New submission from R. David Murray : One of the new tests introduced for #9124 fails for the Bably mailbox format. The failing tests pass a file to the add method (test_add_binary_file, test_add_nonascii_binary_file, test_add_text_file_warns). The failing part of the tests have been tempora

[issue10932] distutils.core.setup - data_files misbehaviour ?

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. Would you like to complete it? It lacks tests, and I think the fix may be in the wrong place: You fixed sdist but not bdists. I think the root of the problem is in the manifest (distutils2) / filelist (distutils1) module. (We want to fi

[issue11042] [PyPI CSS] Adding project urls onto a project page using register, apparition of an overhead over the title

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: This tracker is for bugs found in the CPython distribution (or distutils2, which is temporarily developed outside of it), not other codebases like PyPI or the tracker itself. Your bug report will be welcome on the catalog-...@python.org mailing list, especially

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Attached patch fixes the test (hopefully we don't have to support systems with non-POSIX epoch) and cleans up whitespace. -- resolution: -> accepted stage: patch review -> commit review Added file: http://bugs.python.org/file20604/issue10939.dif

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file20604/issue10939.diff ___ Python tracker ___ ___ Python-bugs-list m

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file20605/issue10939.diff ___ Python tracker ___ ___ Python-bugs-list mai

[issue11044] The description-file isn't handled by distutils2

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Probably fixed by Gaël in changeset c8dfb3c63894. (BTW, please never use local revision numbers for Mercurial, they’re confusing.) -- resolution: out of date -> fixed stage: -> committed/rejected ___ Python tracker

[issue11040] After registering a project to PyPI, classifiers fields aren't displayed.

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Please report this to catalog-sig. -- assignee: tarek -> components: -Distutils2 nosy: +eric.araujo resolution: -> invalid stage: -> committed/rejected status: open -> closed type: behavior -> versions: -3rd party ___

[issue11038] Some commands should stop if Name and Version are missing

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and fix (da2f3527ef02). I think you wanted to use a global object to list required fields, but you defined it without using it: _345_REQUIRED = ('Name', 'Version') [...] -for attr in ('Name', 'Version', 'Home-page'): + +for

[issue2193] Cookie Colon Name Bug

2011-01-29 Thread And Clover
And Clover added the comment: @carsten.klein: there is no such thing as an “original RFC”. The RFCs that have been produced on the subject of cookies, 2109 and 2965, were drawn up long after user-agents implemented cookies. Their attempts to clean up the warts of cookies and implement new fea

[issue11063] uuid.py module import has heavy side effects

2011-01-29 Thread Keith Dart
New submission from Keith Dart : When the uuid.py module is simply imported it has the side effect of forking a subprocess (/sbin/ldconfig) and doing a lot of stuff find a uuid implementation by ctypes. This is undesirable in many contexts. It would be better to perform those tasks on demand,

[issue11037] Implementing PEP 382

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: This message makes me think it is not accepted: http://mail.python.org/pipermail/python-dev/2010-May/100457.html -- ___ Python tracker ___ __

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed in revision 88231. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: Looks like Antoine agreed, so this should be fine to go in. -- ___ Python tracker ___ ___ Python-bugs

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread R. David Murray
R. David Murray added the comment: OK, I've added deprecation warnings for using StringIO or text mode files as input. I found one bug thereby, but it is a bug that pre-existed the patch (see issue 11062). I've completed my code review. To address Victor's question about the mh-sequences

[issue11036] Allow multiple files in the description-file metadata

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: +1, this was agreed upon last summer: https://bitbucket.org/Merwok/sample-distutils2-project/src/tip/new-config-file.rst#cl-255 (see also fellowship archive). Fixed by Gaël in c8dfb3c63894. -- resolution: -> fixed stage: -> committed/rejected status:

[issue11025] Distutils2 install command without setup.py or setup.cfg create an UNKNOWN-UNKNOWN.dist-info distribution

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Closing as duplicate, please comment on the other bug report if the unwanted behavior is still here. -- nosy: -tarek, tarek-ziade resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Some commands should stop if

[issue10639] reindent.py converts newlines to platform default

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: I’m not opposed to reindent normalizing EOLs, given that our VCS hooks will translate them to the right thing (for example, making sure that files specific to the Windows build use CRLF, not LF, even if edited on POSIX). -- _

[issue11048] "import ctypes" causes segfault on read-only filesystem

2011-01-29 Thread Pavel Labushev
Pavel Labushev added the comment: How to reproduce: # mkdir /mnt/readonly # mount --bind / /mnt/readonly # mount -o remount,ro /mnt/readonly # mount -t proc proc /mnt/readonly/proc # chroot /mnt/readonly python3.2 -c "import ctypes" Segmentation fault If your python build expected to have this

[issue11045] shutil._make_tarball

2011-01-29 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11047] Bad description for an entry in whatsnew/2.7

2011-01-29 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +barry, brett.cannon, flox, gangesmaster, loewis, meador.inge title: Bad description for a change -> Bad description for an entry in whatsnew/2.7 ___ Python tracker __

[issue11023] pep 227 missing text

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: This tracker is for reporting bugs found in the CPython distribution, not PEPs, PyPI or other websites. You can write to the python-dev mailing list if the XXX bother you. -- assignee: docs@python -> components: -Documentation nosy: +eric.araujo -docs

[issue11057] Missing import of DistutilsOptionError

2011-01-29 Thread Éric Araujo
Changes by Éric Araujo : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11063] uuid.py module import has heavy side effects

2011-01-29 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11058] dist directory not created when running sdist command

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: The warnings mean that some code is iterating over the string 'setup.py' instead of a list like ['setup.py']. This message comes from the manifest module, but I don’t know more. Regarding the bug and proposed patch, I wonder. This was not needed previously, s

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
New submission from Dustin Farris : Running help(abc) in Python 2.6.1 displays syntax for Py3k. -- assignee: docs@python components: Documentation messages: 127453 nosy: docs@python, dustin.farris priority: normal severity: normal status: open title: abc documentation version conflict ty

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Not for me: | class C: | __metaclass__ = ABCMeta | @abstractproperty -- nosy: +eric.araujo ___ Python tracker __

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris added the comment: This is what I get: Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import abc >>> help(abc) NAME abc - Abstract Base Classes (ABCs)

[issue11061] Verify command option before parsing config file

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: I’m afraid I don’t understand your report. -- versions: +3rd party ___ Python tracker ___ ___ Python-b

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: Can you reproduce with 2.6.6? -- assignee: docs@python -> components: +Library (Lib) -Documentation nosy: -docs@python versions: -Python 2.6, Python 3.1 ___ Python tracker ___

[issue11064] abc documentation version conflict

2011-01-29 Thread Dustin Farris
Dustin Farris added the comment: Negative. 2.6.6 is correct. Apologies. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ _

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread STINNER Victor
STINNER Victor added the comment: > The last step is running the tests on Windows. > Attached is the updated patch. mailbox4.patch doesn't pass on Windows, Raymond is working on a patch. -- ___ Python tracker

[issue11064] abc documentation version conflict

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: No problem, thanks for wanting to help. Don’t hesitate to report other bugs you may find in the future, if you find them in the latest versions :) -- resolution: rejected -> out of date stage: -> committed/rejected _

[issue11063] uuid.py module import has heavy side effects

2011-01-29 Thread Keith Dart
Changes by Keith Dart : -- nosy: +kdart ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue10940] IDLE 3.2 hangs with Cmd-M hotkey on OS X 10.6 with 64-bit installer and A/S Tk 8.5

2011-01-29 Thread Ned Deily
Ned Deily added the comment: Committed in r88232 for 3.2rc2. Pending 2.7 backport, if necessary. -- priority: release blocker -> resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> pending ___ Python tracker

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread nw
Changes by nw : -- keywords: +patch Added file: http://bugs.python.org/file20607/fix.patch ___ Python tracker ___ ___ Python-bugs-list

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Merged to 3.1 in r88233. -- nosy: +benjamin.peterson resolution: accepted -> fixed stage: commit review -> committed/rejected versions: +Python 3.1 ___ Python tracker __

[issue11053] OS X IDLE 3 with Tk 8.4 appears to hang with syntax error

2011-01-29 Thread Ned Deily
Ned Deily added the comment: Committed in r88234 for 3.2rc2. Pending backport to 3.1. -- priority: release blocker -> resolution: -> fixed stage: commit review -> committed/rejected status: open -> pending ___ Python tracker

[issue11054] OS X installer build script for 3.2 can no longer build with system Python on OS X 10.5

2011-01-29 Thread Ned Deily
Ned Deily added the comment: Committed in r88235 for 3.2rc2 with release manager approval. Pending 2.7 backport. -- priority: release blocker -> resolution: -> fixed stage: patch review -> committed/rejected status: open -> pending versions: +Python 2.7 __

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mail

[issue2193] Cookie Colon Name Bug

2011-01-29 Thread karl
karl added the comment: @aclover see my comment http://bugs.python.org/issue2193#msg125423 Adam Barth is working for Google on Chrome. The RFC being written is made in cooperation with other browser developers. If you have comments about this RFC you are welcome to add comment on freenode at

[issue10975] #10961: Pydoc touchups in new 3.2 Web server (issue4090042)

2011-01-29 Thread Éric Araujo
Éric Araujo added the comment: XP. I think Firefox 3.5 is still widely used, maybe older version too. For Windows, I guess IE 7 and 8 are used too. Opera seems to be compliant, so a good test; on Mac OS X, I understand other browsers are used. clear="all"> ' > at the end of the header. I thi

  1   2   >