[issue10516] Add list.clear() and list.copy()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Because they got added *after* 3.2 was released? -- ___ Python tracker <http://bugs.python.org/issue10516> ___ ___ Python-bug

[issue11232] asyncore - don't throw a traceback when a client disconnects in echo server example

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Please add the revision number when fixing. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11232> ___ ___

[issue10882] Add os.sendfile()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Three comments: * When changing configure.in, you also should regenerate configure. (Now done in r88584). * PyParse_off_t is a bad name for this function. It is not a new C API, so it should be static, and therefore there is no need for the Py prefix

[issue11318] Python 3.2 FAQ example code typo?

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Now it's clear that David is right -- what "c" refers to is defined in this very sentence. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <http://bu

[issue10516] Add list.clear() and list.copy()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: No -- but the question is if copy() and clear() mightn't be added to the (mutable) sequence ABC if we make all builtin such sequences implement them. -- ___ Python tracker <http://bugs.python.org/is

[issue11282] 3.3 unittest document not kept consist with code

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Removed things are also removed from the doc. I just committed as much as was necessary to stop buildbot breakage, and notified Michael to take care of the rest (which he did, by explaining I removed the wrong thing

[issue11347] libpython3.so: Broken soname and linking

2011-02-27 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis ___ Python tracker <http://bugs.python.org/issue11347> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11347] libpython3.so: Broken soname and linking

2011-02-27 Thread Georg Brandl
Georg Brandl added the comment: The -hl -> -h part seems correct though. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11347> ___ _

[issue10516] Add list.clear() and list.copy()

2011-02-28 Thread Georg Brandl
Georg Brandl added the comment: Hmm, shouldn't self.__class__(self) be a good default implementation of copy()? I'd expect any sequence to support this way of creation from another sequence, even if it's inefficient. -- ___ Python

[issue11356] Include module name on ImportError

2011-02-28 Thread Georg Brandl
Georg Brandl added the comment: This is a dupe of #1559549. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> ImportError needs attributes for module and file name ___ Python tracker <http://bug

[issue11381] pretending the "not" operator is a function behaves surprisingly

2011-03-02 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is wise, or necessary. I'm not sure why you would treat an operator as callable; the tutorial hopefully doesn't tell you such things. -- nosy: +georg.brandl resolution: -> rejected stat

[issue11388] Implement MutableSequence.clear()

2011-03-03 Thread Georg Brandl
Georg Brandl added the comment: +1. -- ___ Python tracker <http://bugs.python.org/issue11388> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11388] Implement MutableSequence.clear()

2011-03-03 Thread Georg Brandl
Georg Brandl added the comment: Creating a minimal concrete subclass and testing with that would be the obvious thing. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11368] xml.etree.ElementTree.Element should have a reference to parent

2011-03-03 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> docs@python components: +Documentation -XML nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue11368] Document why xml.etree.ElementTree.Element has no reference to parent

2011-03-03 Thread Georg Brandl
Changes by Georg Brandl : -- title: xml.etree.ElementTree.Element should have a reference to parent -> Document why xml.etree.ElementTree.Element has no reference to parent ___ Python tracker <http://bugs.python.org/issu

[issue11400] Remove reference to pre 1.5 assignment behavior

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in f7e04a9566c4. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11337] Nothing refers to footnote [1] on page "6. Simple Statements" in Language Reference

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 949a099a87ca. The detection of unused footnotes would be a docutils thing, not a Sphinx thing. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11338] No list of Python hg repositories

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Does this need any more action? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11338> ___ ___ Python-bug

[issue11392] Turtle - better explain 'chaos' demo

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Applied in e6d9a8e38cc8. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11405] Wrong reference to string module in tutorial/inputoutput.rst

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 59e464a1bbf0. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11373] Fix 2 new typos in the docs

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed the built-in spelling in 13bc0511b3d3. I did not do the other change; having two-level relative clauses is not really readable. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___

[issue11412] Section numbers in the Library Reference have a trailing period

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: This looks fine to me -- isn't it a mere stylistic issue? -- ___ Python tracker <http://bugs.python.org/issue11412> ___ ___

[issue11227] [DOC] asyncore - use 'Host' header in HTTP example

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in b630a135a86c. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11239] regexp-howto - add missing } to metachars

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 3ec0a764ab5c. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11292] Curses - add A_REVERSE to attributes table

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in d9292abe80da. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11294] Locale - update & uniform ERA_*_FMT doc

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 6f861f98a3c5. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11239] regexp-howto - add missing } to metachars

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Since ] was in the list, I've added } as well. (It's never a bad idea to quote ] and } unconditionally.) -- ___ Python tracker <http://bugs.python.o

[issue11425] Cleanup sample codes in tutorial.

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: I made the c -> cls change in 88fe1ac48460. Some other fixes have already been made in py3k (like removing the duplicate index keyword), and for the others I completely agree with Raymond. -- nosy: +georg.brandl resolution: rejected ->

[issue11428] with statement looks up __exit__ incorrectly

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: The bug is actually in 3.1 and fixed in 3.2: special methods (those with __underscore__ names) are supposed to be looked up on the class, not the instance. -- nosy: +georg.brandl resolution: -> invalid status: open ->

[issue11427] ctypes from_buffer no longer accepts bytes

2011-03-06 Thread Georg Brandl
Changes by Georg Brandl : -- keywords: +3.2regression ___ Python tracker <http://bugs.python.org/issue11427> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11428] with statement looks up __exit__ incorrectly

2011-03-07 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue11428> ___ ___ Python-

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook http://hg.python.org/cpythonb48aeb097432 -- nosy: +georg.brandl title: test issue -> new commit ___ Python tracker <http://bugs.python.org/iss

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook again http://hg.python.org/cpython/dfc4a58fc2d4 -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- title: new commit -> Test issue ___ Python tracker <http://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Un

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/65f5077e877b -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/8f21aec26226 -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/cf074b297bf9 -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/502f0683b161 -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: : test the refactored roundup hook. http://hg.python.org/cpython/cd21195d07ca -- ___ Python tracker <http://bugs.python.org/issue2

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- status: closed -> open ___ Python tracker <http://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsubscri

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: finally fixing issue 2271: yay! http://hg.python.org/cpython/add991f6527a -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue2

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg130321 ___ Python tracker <http://bugs.python.org/issue2271> ___ ___ Python-bugs-list m

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -ezio.melotti, pitrou ___ Python tracker <http://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: finally fixing issue 2771: yay! http://hg.python.org/cpython/440238c16a7a -- resolution: invalid -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue10665] Expand unicodedata module documentation

2011-03-14 Thread Georg Brandl
Georg Brandl added the comment: The "PDF generator" is PDFLaTeX, whose range of Unicode characters is very limited, so no, I can't fix it. -- ___ Python tracker <http://bugs.pyt

[issue11597] Can't get ConfigParser.write to write unicode strings

2011-03-18 Thread Georg Brandl
Georg Brandl added the comment: My vote would be that this is a new feature and therefore uneligible for 2.x. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11

[issue11549] Rewrite peephole to work on AST

2011-03-19 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11549> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11412] Section numbers in the Library Reference have a trailing period

2011-03-19 Thread Georg Brandl
Georg Brandl added the comment: WFM then. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue11412> ___ __

[issue11575] addresses.txt file leaks into search engines

2011-03-19 Thread Georg Brandl
Georg Brandl added the comment: Sure, the repo can go private if deemed necessary. I still think this is not a big deal anyway. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11575] addresses.txt file leaks into search engines

2011-03-19 Thread Georg Brandl
Georg Brandl added the comment: As I said, I'm not opposed to make the repo private. I don't need to convince anyone. You sound like you're trying to change my opinion here. -- ___ Python tracker <http://bugs.pyt

[issue11575] addresses.txt file leaks into search engines

2011-03-19 Thread Georg Brandl
Georg Brandl added the comment: Your interpretation was correct indeed. It's an email address we're talking about here, which is necessarily a public bit of information, not a private one like a Social Security or credit card number. Anyway, the repo is now private, so nobody wi

[issue10617] Collections ABCs can’t be linked to

2011-03-20 Thread Georg Brandl
Georg Brandl added the comment: I would recommend to document the classes like all other classes. It may take a bit more space, but it will be a) standard and b) linkable. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10617] Collections ABCs can’t be linked to

2011-03-21 Thread Georg Brandl
Georg Brandl added the comment: Yes; then the table entries will link to the descriptions below. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10617] Collections ABCs can’t be linked to

2011-03-21 Thread Georg Brandl
Georg Brandl added the comment: BTW: :meth:`x ` should not do anything different from :meth:`x`. -- ___ Python tracker <http://bugs.python.org/issue10

[issue11629] Reference implementation for PEP 397

2011-03-23 Thread Georg Brandl
Georg Brandl added the comment: Now there is :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11629> ___ ___ Python-bugs-list mailin

[issue11627] segfault raising an arbitrary object as an exception

2011-03-23 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11627> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-23 Thread Georg Brandl
Georg Brandl added the comment: Now that keyword support was introduced, I'd rather fix the documentation to use the new name. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python, georg.brandl __

[issue11549] Rewrite peephole to work on AST

2011-03-27 Thread Georg Brandl
Georg Brandl added the comment: I would provide this via another compile flag a la PyCF_ONLY_AST. If you give only this flag, you get the original AST. If you give (e.g.) PyCF_OPTIMIZED_AST, you get the resulting AST after the optimization stage (or the same, if optimization has been

[issue11692] subprocess demo functions

2011-03-27 Thread Georg Brandl
Georg Brandl added the comment: Yeah, +1. I can't think of anything useful for "python -m subprocess" to do, so let's just get rid of the "demo"s. -- nosy: +georg.brandl ___ Python tracker <

[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-04-02 Thread Georg Brandl
Georg Brandl added the comment: And we all laughed :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11678> ___ ___ Python-bugs-list m

[issue11762] Ast doc: warning and version number

2011-04-07 Thread Georg Brandl
Georg Brandl added the comment: Sounds good to me, except for "Use *ast.__version__* to work across versions." which is not quite clear. While talking about version numbers, we should probably also document *what changed* between those versions. -- nosy: +ge

[issue11789] Extend upon metaclass/type class documentation, here: zope.interface and usage of instances of classes as base classes

2011-04-07 Thread Georg Brandl
Georg Brandl added the comment: This doesn't work as you show. What you probably meant was something like this: class InterfaceBase(type): ... Interface = InterfaceBase('Interface', (), {}) class IFoo(Interface): ... which you can just as well do by using normal m

[issue11776] types.MethodType() params and usage is not documented

2011-04-09 Thread Georg Brandl
Georg Brandl added the comment: When we do document types, their constructors and methods should also be documented. This is a valid request. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11

[issue11809] Rietveld Code Review Tool can't handle well-known controls

2011-04-09 Thread Georg Brandl
Georg Brandl added the comment: This should go to the meta-tracker, http://psf.upfronthosting.co.za/roundup/meta/. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11707] Create C version of functools.cmp_to_key()

2011-04-09 Thread Georg Brandl
Georg Brandl added the comment: I would have to say that this looks hardly a trivial speed patch, and chances are we cannot guarantee 100% behavior compatibility with the pure-Python version. If you disagree with these two points, then I'm okay with it goi

[issue11819] 'unittest -m' should not pretend it works on Python 2.5/2.6

2011-04-10 Thread Georg Brandl
Georg Brandl added the comment: Yes, this is a duplicate. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> "python -m unittest " does not run any tests ___ Python tracker <http://bugs

[issue11832] Add option to pause regrtest to attach a debugger

2011-04-11 Thread Georg Brandl
Georg Brandl added the comment: I can't judge if the functionality is needed, but I don't think the option should be called "attach" if all it does is input() somewhere... -- nosy: +georg.brandl ___ Python tracker <

[issue10665] Expand unicodedata module documentation

2011-04-15 Thread Georg Brandl
Georg Brandl added the comment: Can y'all please accept the limitation to latin-1? Like Marc-Andre says, the more "exotic" the examples, the less likely it is that users reading the HTML can display it anyway. -- ___ Python

[issue11946] 2.7.1 'test_commands' build test fails

2011-04-29 Thread Georg Brandl
Georg Brandl added the comment: Jason, that the dl module requires sizeof(int) == sizeof(char *) does not mean that it (or we) thinks this to be true on every platform. Rather, the module is written in a way that requires this equality, and rather than crashing it does this check beforehand

[issue11946] 2.7.1 'test_commands' build test fails

2011-04-30 Thread Georg Brandl
Georg Brandl added the comment: Not sure why you would prefer an unstable, unreleased hg trunk version to a stable, released one. And as you've seen, Python 2 and Python 3 are quite different things. As for dl failing on build, you've already stated that it does *not* build, tog

[issue11786] ConfigParser.[Raw]ConfigParser optionxform()

2011-04-30 Thread Georg Brandl
Georg Brandl added the comment: The point is, all gratuitous changes to such branches are a nuisance to the release manager who decides what needs to go into a security release. Also, doc changes in 2.6 are almost completely gratuitous, since the docs are never again built and put online

[issue11946] 2.7.1 'test_commands' build test fails

2011-04-30 Thread Georg Brandl
Georg Brandl added the comment: I'm going to state this one again: missing modules are *NOT* a build failure. It is pretty common to not install a certain library (or headers for them), if you don't need/want the Python module using it. (And editing Modules/Setup to add mo

[issue11976] Provide proper documentation for list data type

2011-05-01 Thread Georg Brandl
Georg Brandl added the comment: I'd go as far and say it is a duplicate. :) -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Fix intersphinx-ing of built-in types (list, int, ...) ___ Python

[issue11974] Class definition gotcha.. should this be documented somewhere?

2011-05-01 Thread Georg Brandl
Georg Brandl added the comment: Reclassifying as documentation issue. I was certain we had something about this in the tutorial, but couldn't find it with a quick look. It is in the FAQ ("how do I create static class data"), but that's not an obvious place to look.

[issue11335] Memory leak after key function failure in sort

2011-05-02 Thread Georg Brandl
Georg Brandl added the comment: Sure, Wednesday will be fine. -- ___ Python tracker <http://bugs.python.org/issue11335> ___ ___ Python-bugs-list mailin

[issue11988] special method lookup docs don't address some important details

2011-05-03 Thread Georg Brandl
Georg Brandl added the comment: Not sure I understand your issue here. How should "1 in y" get at X.__contains__ given the special method lookup rules? The __getattr__ is not called since y.__contains__ isn't looked up. -- nosy

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

2011-05-06 Thread Georg Brandl
Georg Brandl added the comment: Reopening, it makes sense to have everything available for linking. (Even if they are quite obscure attributes.) -- nosy: +georg.brandl status: closed -> open ___ Python tracker <http://bugs.python.org/issu

[issue12025] strangely missing separator in "resource" table

2011-05-06 Thread Georg Brandl
Georg Brandl added the comment: Sorry, I can't see anything wrong here (with FF 4.0 too). Can you attach a screenshot? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue12027] Optimize import this (patch to make it 10x faster)

2011-05-07 Thread Georg Brandl
Georg Brandl added the comment: (And subsequently cc10b010f40b. I agree with Benjamin.) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12

[issue11347] libpython3.so: Broken soname and linking

2011-05-07 Thread Georg Brandl
Georg Brandl added the comment: Martin? -- ___ Python tracker <http://bugs.python.org/issue11347> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11347] libpython3.so: Broken soname and linking

2011-05-07 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue11347> ___ ___ Python-bugs-list mailing list Un

[issue11164] xml shouldn't use _xmlplus

2011-05-07 Thread Georg Brandl
Georg Brandl added the comment: In MinidomTest.tearDown, the majority of the code seems to be for the stdlib version, yet you remove the whole method. Can you elaborate? -- ___ Python tracker <http://bugs.python.org/issue11

[issue11948] Tutorial/Modules - small fix to better clarify the modules search path

2011-05-09 Thread Georg Brandl
Georg Brandl added the comment: +1 to the guidance, and to adding it to the doc style chapter. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11

[issue12047] Expand the style guide

2011-05-09 Thread Georg Brandl
New submission from Georg Brandl : Sounds very good to me. One small thing: in the first para of "Audience", there's a "talk down them" which looks funny to me in this word order. One question: I could imagine wording like "this is rarely needed" instead

[issue12047] Expand the style guide

2011-05-10 Thread Georg Brandl
Georg Brandl added the comment: And I sincerely hope we don't have any docs that say "if you don't know what this is, you don't need it" instead of an explanation :) -- ___ Python tracker <http:

[issue12061] Remove duplicate 'key functions' entry in Glossary

2011-05-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11614] import __hello__ is broken in Python 3

2011-05-12 Thread Georg Brandl
Georg Brandl added the comment: Why is this still open, and more importantly, why is it a release blocker? -- ___ Python tracker <http://bugs.python.org/issue11

[issue12046] Windows build identification incomplete

2011-05-12 Thread Georg Brandl
Georg Brandl added the comment: Martin, you're probably the only one who can fix this in reasonable time anyway. So I'd not let it block 3.2.1. (If all else fails, you can give the Windows build the correct identification manually, right?) -- priority: release blocker -

[issue9516] sysconfig: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

2011-05-12 Thread Georg Brandl
Georg Brandl added the comment: I trust this patch does the right thing -- can you apply it before the rc this weekend? -- ___ Python tracker <http://bugs.python.org/issue9

[issue11802] filecmp.cmp needs a documented way to clear cache

2011-05-14 Thread Georg Brandl
Georg Brandl added the comment: -1 on backporting. -- ___ Python tracker <http://bugs.python.org/issue11802> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10756] Error in atexit._run_exitfuncs [...] Exception expected for value, str found

2011-05-15 Thread Georg Brandl
Georg Brandl added the comment: Well, Victor still wanted to backport it. -- ___ Python tracker <http://bugs.python.org/issue10756> ___ ___ Python-bugs-list m

[issue11614] import __hello__ is broken in Python 3

2011-05-15 Thread Georg Brandl
Changes by Georg Brandl : -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue11614> ___ ___ Python-bugs-list mai

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Georg Brandl
Georg Brandl added the comment: Sounds reasonable. How will this work on Windows? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12

[issue12084] os.stat() on windows doesn't consider relative symlink

2011-05-15 Thread Georg Brandl
Georg Brandl added the comment: It's quite a large patch... :) I now own a new laptop that had Windows 7 preinstalled, so I'll try to get set up VC++ Express, and then test the patch. Still I'm nosying Martin as well. For the future, it's much easier to just attach bot

[issue12086] Tutorial doesn't discourage name mangling

2011-05-16 Thread Georg Brandl
Georg Brandl added the comment: No warnings, please. See http://docs.python.org/documenting/style.html#affirmative-tone and related sections. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12

[issue12101] PEPs should have consecutive revision numbers

2011-05-18 Thread Georg Brandl
Georg Brandl added the comment: The Last-Modified date should tell you just the same, without any arbitrary version numbers that don't have a meaning in hg. And behold, the Last-Modified date already links to the hg page for this PEP, from where you can select the "file log"

[issue12084] os.stat() on windows doesn't consider relative symlink

2011-05-18 Thread Georg Brandl
Georg Brandl added the comment: Brian, do you think you'll be able to finish this for 3.2.1? If we do fix it, we'd need a second rc (not a problem for me). -- ___ Python tracker <http://bugs.python.o

[issue12097] python.exe crashes if it is unable to find its .dll

2011-05-18 Thread Georg Brandl
Georg Brandl added the comment: And most importantly, what would it do if the .dll is not found? What can it do, other than present a message box "Cannot find pythonXY.dll, exiting." -- nosy: +georg.brandl ___ Python trac

[issue12090] 3.2: build --without-threads fails

2011-05-21 Thread Georg Brandl
Georg Brandl added the comment: No, it's not too late -- rc2 is shifted to next weekend. -- ___ Python tracker <http://bugs.python.org/issue12090> ___ ___

[issue9965] Loading malicious pickle may cause excessive memory usage

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Closing as "won't fix". -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://b

<    4   5   6   7   8   9   10   11   12   13   >