[issue1755179] Deadlocks with fork() and multithreading

2007-11-27 Thread Georg Brandl
Georg Brandl added the comment: Will it be backported? -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1755179> _ ___ Pyth

[issue1513] object.c do_compare comparison ordering error

2007-11-28 Thread Georg Brandl
Georg Brandl added the comment: Well, the cmp() docs say that cmp(x, y) is "zero if ``x == y``", so at least the docs must be changed to explain the new behavior (which I can't specify). -- nosy: +georg.brandl __ Tracker <[EMAIL

[issue1522] pyvm module patch

2007-11-29 Thread Georg Brandl
Georg Brandl added the comment: If there's a new "pyvm" module, there are a few things in sys that should be moved there, I expect. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://b

[issue1524] os.system() fails for commands with multiple quoted file names

2007-11-29 Thread Georg Brandl
Georg Brandl added the comment: Are you sure that the exact command line works in a Windows shell? Python does no processing on the string, it just hands it to the platform system() function, so if MS decided that to work different from a command prompt there's nothing we can do

[issue1269] Exception in pstats print_callers()

2007-11-29 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1269> __ ___ Python-bugs-li

[issue1705362] cannot change cursor color in IDLE

2007-11-29 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> fixed status: open -> closed superseder: -> IDLE - cursor color configuration bug _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1774369] Unify __builtins__ -> __builtin__

2007-11-29 Thread Georg Brandl
Changes by Georg Brandl: -- superseder: -> Rename __builtins__ to __root_namespace__? _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1774369> _ ___

[issue12301] Use :role:`sys.thing` instead of ``sys.thing`` throughout

2011-09-12 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- ___ Python tracker <http://bugs.python.org/issue12301> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12301] Use :role:`sys.thing` instead of ``sys.thing`` throughout

2011-09-13 Thread Georg Brandl
Georg Brandl added the comment: Basically, :class:`!Foo` has no advantage over ``Foo``. The no-linking syntax is really only there for completeness, but I would prefer the plainer and easier to read (in source) ``Foo``. For files, :file: really only has an advantage if you do something with

[issue13000] unhandled exception at install

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: Can you please give ANY information on what exactly you were installing, and what the exception was? Otherwise this report is useless. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13000] unhandled exception at install

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: And which version, exactly? Which file, downloaded from where? -- ___ Python tracker <http://bugs.python.org/issue13000> ___ ___

[issue12961] itertools: unlabelled balls in boxes

2011-09-17 Thread Georg Brandl
Changes by Georg Brandl : -- title: unlabelled balls in boxes -> itertools: unlabelled balls in boxes ___ Python tracker <http://bugs.python.org/issu

[issue12987] Demo/scripts/newslist.py has non-free licensing terms

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: The only resonable fix to make would be removal from the distribution. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12

[issue12943] tokenize: add python -m tokenize support back

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. Did you get commit rights already? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12

[issue12960] threading.Condition is not a class

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is important enough. It's now a class anyway in 3.3+. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue12977] socket.socket.setblocking does not raise exception if no data available

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: I think you're mistaking a closed connection with "no data available". Small demo that this works as intended: >>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) >>> s.connect(('localhost', 1234)) >&g

[issue13003] Bug in equivalent code for itertools.izip_longest

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: I had forwarded this to Raymond, and he replied: The itertools module code is correct. The "equivalent" is only approximately correct I don't consider it to be a bug -- it is an implementation detail in an illustration. -- nosy

[issue13000] unhandled exception at install

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- assignee: -> brian.curtin nosy: +brian.curtin, loewis ___ Python tracker <http://bugs.python.org/issue13000> ___ _

[issue13003] Bug in equivalent code for itertools.izip_longest

2011-09-17 Thread Georg Brandl
Georg Brandl added the comment: Well, this is for Raymond to decide. -- nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue13003> ___ ___ Pytho

[issue12943] tokenize: add python -m tokenize support back

2011-09-22 Thread Georg Brandl
Georg Brandl added the comment: I don't think the help option needs to be documented, it will document itself. An additional suggestion is to catch errors on tokenizing and exiting with a non-zero exit status in these cases. -- ___ Python tr

[issue12943] tokenize: add python -m tokenize support back

2011-09-22 Thread Georg Brandl
Georg Brandl added the comment: I would say this looks good now. -- ___ Python tracker <http://bugs.python.org/issue12943> ___ ___ Python-bugs-list mailin

[issue13008] syntax error when pasting valid snippet into console without empty string after the function def

2011-09-24 Thread Georg Brandl
Georg Brandl added the comment: Closing as per python-dev discussion. -- nosy: +georg.brandl status: languishing -> closed ___ Python tracker <http://bugs.python.org/issu

[issue13013] _ctypes.c: refleak

2011-09-24 Thread Georg Brandl
Georg Brandl added the comment: I vote for plugging the refleak and keeping the function non-static. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13019] bytearrayobject.c: refleak

2011-09-24 Thread Georg Brandl
Georg Brandl added the comment: Both hunks look reasonable. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13019> ___ ___ Python-bug

[issue13015] _collectionsmodule.c: refleak

2011-09-24 Thread Georg Brandl
Georg Brandl added the comment: Looks correct but awkwardly indented. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13015> ___ ___ Pytho

[issue13057] Thread not working for python 2.7.1 built with HP Compiler on HP-UX 11.31 ia64

2011-09-29 Thread Georg Brandl
Georg Brandl added the comment: Could you please stop putting these unrelated links into your posts? It is really annoying. Thanks. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13086] Update howto/cporting.rst so it talks about 3.x instead of 3.0

2011-10-01 Thread Georg Brandl
Georg Brandl added the comment: 3.1 because it won't have any effect; it's in security-fix mode. For 2.7 go ahead. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue13076] Bad links to 'time' in datetime documentation

2011-10-02 Thread Georg Brandl
Georg Brandl added the comment: No, it's not, it's how Sphinx works. Use :class:`.time` to refer to the datetime class. -- ___ Python tracker <http://bugs.python.o

[issue11085] expose _abcoll as collections.abc

2011-10-07 Thread Georg Brandl
Georg Brandl added the comment: You also have to think about command-line apps like Mercurial that need to be snappy. For those guys, a lot of added startup time is a big deal -- one of the reasons Matt Mackall hates thinking about a Python 3 port is that Python 3(.2) startup time is

[issue13122] Out of date links in the sidebar of the documentation index of versions 3.1 and 3.2

2011-10-08 Thread Georg Brandl
Georg Brandl added the comment: Nobody said 3.2 was not stable... -- ___ Python tracker <http://bugs.python.org/issue13122> ___ ___ Python-bugs-list mailin

[issue13183] pdb skips frames after hitting a breakpoint and running step

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

[issue13203] Doc: say id() is only useful for existing objects

2011-10-17 Thread Georg Brandl
Georg Brandl added the comment: If we add something at all, it should be much shorter. After all, the current doc already states "unique during its lifetime". -- nosy: +georg.brandl, rhettinger priority: normal -> low ___ Python t

[issue13144] Global Module Index link in the offline documentation is incorrect

2011-10-17 Thread Georg Brandl
Georg Brandl added the comment: 2.x docs are supposed to be built with Sphinx 0.6.x -- there the link is correct. If Ubuntu chooses to ignore this and build with 1.0.x, they will have to include a patch fixing the link. -- nosy: +georg.brandl resolution: -> invalid status: o

[issue1548891] shlex (or perhaps cStringIO) and unicode strings

2011-10-22 Thread Georg Brandl
Georg Brandl added the comment: If you think it's fine to change this behavior, then yes :) -- ___ Python tracker <http://bugs.python.org/issue1548891> ___ ___

[issue13246] Py_UCS4_strlen and friends needn't be public

2011-10-22 Thread Georg Brandl
Georg Brandl added the comment: If they aren't public, they should get an underscore. All our API functions are either public or private; all public ones should be documented. -- ___ Python tracker <http://bugs.python.org/is

[issue13246] Py_UCS4_strlen and friends needn't be public

2011-10-23 Thread Georg Brandl
Georg Brandl added the comment: Making sure we don't forget that :) -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org

[issue13301] the script Tools/i18n/msgfmt.py allows arbitrary code execution via po files

2011-10-31 Thread Georg Brandl
Georg Brandl added the comment: This should be fixed; the patch doesn't seem correct though, it doesn't handle escapes like eval() would. -- ___ Python tracker <http://bugs.python.o

[issue13152] textwrap: support custom tabsize

2011-11-01 Thread Georg Brandl
Georg Brandl added the comment: Two comments: * The new parameter to __init__ should be added at the end of the parameter list. * A documentation update would be nice. -- ___ Python tracker <http://bugs.python.org/issue13

[issue12875] backport re.compile flags default value documentation

2011-11-11 Thread Georg Brandl
Georg Brandl added the comment: No, it's not. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12875> ___ ___ Python-bugs-list m

[issue13421] PyCFunction_* are not documented anywhere

2011-11-17 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> docs@python nosy: +docs@python ___ Python tracker <http://bugs.python.org/issue13421> ___ ___ Python-

[issue13432] Encoding alias "unicode"

2011-11-19 Thread Georg Brandl
Georg Brandl added the comment: Definitely; this will just serve to create more confusion for beginners over what a Unicode string is: unicodestring.encode('unicode') <- WTF? -- nosy: +georg.brandl resolution: -> rejected status

[issue12277] Missing comma in os.walk docs

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

[issue13432] Encoding alias "unicode"

2011-11-25 Thread Georg Brandl
Georg Brandl added the comment: The mapping "unicode" -> "utf-8" is simply not defined unambiguously, in addition to being factually wrong. For example, when Microsoft talks about Unicode they mean UTF-16. -- __

[issue13481] Use an accurate clock in timeit

2011-11-25 Thread Georg Brandl
Georg Brandl added the comment: So does the accuracy outweigh using a Python function to call the actual clock function? (and usuable -> usable) -- ___ Python tracker <http://bugs.python.org/issu

[issue13120] Default nosigint option to pdb.Pdb() prevents use in non-main thread

2011-11-27 Thread Georg Brandl
Georg Brandl added the comment: Patch seems fine to me. -- ___ Python tracker <http://bugs.python.org/issue13120> ___ ___ Python-bugs-list mailing list Unsub

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-02 Thread Georg Brandl
Georg Brandl added the comment: Please propose a concrete new styling for the warnings; I think that should be done regardless of the other points. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13526] Deprecate the old Unicode API

2011-12-04 Thread Georg Brandl
Georg Brandl added the comment: I agree with Benjamin. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13526> ___ ___ Python-bugs-list m

[issue13536] ast.literal_eval fails on sets

2011-12-06 Thread Georg Brandl
Georg Brandl added the comment: Alex: IMO the operator support is only required for complex "literals". -- ___ Python tracker <http://bugs.python.o

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-10 Thread Georg Brandl
Georg Brandl added the comment: I don't really like the combination of the left bar and the background color. What about making the left bar thicker, and leaving out the background color? -- ___ Python tracker <http://bugs.python.org/is

[issue13610] On Python parsing numbers.

2011-12-17 Thread Georg Brandl
Georg Brandl added the comment: I don't see a good reason to change this. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13610> ___ ___

[issue13644] Python 3 aborts with this code.

2011-12-23 Thread Georg Brandl
Georg Brandl added the comment: @OP: As you yourself wrote, this is an abort, not a segfault. It is not a crash; it is a controlled exit of the Python executable. @Benjamin: I don't really understand your reasoning: what is preventing Python to raise the error during the except c

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl added the comment: Why? -- ___ Python tracker <http://bugs.python.org/issue13644> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg150226 ___ Python tracker <http://bugs.python.org/issue13644> ___ ___ Python-bugs-list m

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl added the comment: > Nothing, but that would be pointless; the recursion would just start again. Why? -- ___ Python tracker <http://bugs.python.org/issu

[issue13644] Python 3 aborts with this code.

2011-12-24 Thread Georg Brandl
Georg Brandl added the comment: Would it? -- ___ Python tracker <http://bugs.python.org/issue13644> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13667] __contains__ method behavior

2011-12-28 Thread Georg Brandl
Georg Brandl added the comment: "an object is true" is a short way of saying "bool(obj) is True". So the docs match the behavior. Returning the actual object instead of True/False from the "in" operator is a feature request. -- assignee: docs@pytho

[issue13667] __contains__ method behavior

2011-12-28 Thread Georg Brandl
Georg Brandl added the comment: Well, usually what you want *is* a boolean indicating whether the element is in the collection or not. Being able to overload "in", mostly for metaprogramming purposes, is a request that probably nobody thought of when implementing "in&quo

[issue13670] Increase test coverage for pstats.py

2011-12-28 Thread Georg Brandl
Georg Brandl added the comment: I don't understand this comment: +#TODO: add more complicated tests, which might almost compile Also, please don't use docstrings for the test methods because of unittest's "feature" to display them instead of the test metho

[issue13667] __contains__ method behavior

2011-12-28 Thread Georg Brandl
Georg Brandl added the comment: It's defined that way because it's a slot returning a bool, so it doesn't need to return anything except for 0 or 1. Changing this to return a PyObject would mean that every extension module (i.e. module written in C) that defines a custom __c

[issue13663] pootle.python.org is outdated.

2011-12-31 Thread Georg Brandl
Georg Brandl added the comment: I've never really had a hand in pootle.python.org; it was set up by Martin and Robert Lehmann, and Sandro Tosi also wanted to lend a hand... -- nosy: +lehmannro, sandro.tosi ___ Python tracker

[issue8416] python 2.6.5 documentation can't search

2012-01-04 Thread Georg Brandl
Georg Brandl added the comment: The continually updated docs are built from the stable branches, whose version remains at (e.g.) 2.7.2 until 2.7.3a1 is released, at which point the continuous updating stops until 2.7.3 is final. I don't think presenting docs with an alpha version o

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Georg Brandl
Georg Brandl added the comment: I would make comments out of the XXX, and if a whole section is just that XXX, remove the section as well. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- ___ Python tracker <http://bugs.python.org/issue13716> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13737] bugs.python.org/review's Django settings file DEBUG=True

2012-01-08 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis nosy: +loewis priority: normal -> high title: bugs.python.org's Django settings file DEBUG=True -> bugs.python.org/review's Django settings file DEBUG=True ___ Python tracker <

[issue13122] Out of date links in the sidebar of the documentation index of versions 3.1 and 3.2

2012-01-08 Thread Georg Brandl
Georg Brandl added the comment: Sounds good. -- ___ Python tracker <http://bugs.python.org/issue13122> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13748] Allow rb"" literals as an equivalent to br""

2012-01-11 Thread Georg Brandl
Georg Brandl added the comment: +1 for "raw bytes", which reads much nicer to me than "bytes raw". -- nosy: +georg.brandl ___ Python tracker <http://bug

[issue13752] add a unicode.casefold() method

2012-01-11 Thread Georg Brandl
Changes by Georg Brandl : -- stage: -> needs patch title: add a casefold() method -> add a unicode.casefold() method ___ Python tracker <http://bugs.python.org/i

[issue13761] Add flush keyword to print()

2012-01-11 Thread Georg Brandl
New submission from Georg Brandl : Add a flush keyword argument to print(), defaulting to False. If true, output will be flushed immediately. See http://mail.python.org/pipermail/python-ideas/2012-January/013340.html -- assignee: georg.brandl components: Interpreter Core keywords

[issue13761] Add flush keyword to print()

2012-01-11 Thread Georg Brandl
Georg Brandl added the comment: There is a reason: we don't usually check the type of flag arguments; just their truth value is used. -- ___ Python tracker <http://bugs.python.org/is

[issue13761] Add flush keyword to print()

2012-01-11 Thread Georg Brandl
Georg Brandl added the comment: Here is a patch. One open question is whether failure in flush() should be reraised (as implemented in the patch), or ignored (as in input()). -- keywords: +patch Added file: http://bugs.python.org/file24203/flush.patch

[issue12105] open() does not able to set flags, such as O_CLOEXEC

2011-05-22 Thread Georg Brandl
Georg Brandl added the comment: One moment -- adding a new value to the os module looks like a new feature to me. Is there any convincing reason why this needs to go to 3.2? (And it most definitely shouldn't go to 3.1.) -- ___ Python tr

[issue10801] zipfile.ZipFile().extractall() header mismatch for non-ASCII characters

2011-05-23 Thread Georg Brandl
Georg Brandl added the comment: Victor: you should have a look at <http://bitbucket.org/birkenfeld/hgcodesmell>. -- ___ Python tracker <http://bugs.python.org/i

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-05-30 Thread Georg Brandl
Georg Brandl added the comment: Well (speaking as the Sphinx developer here), I view it as legacy behavior that type does not matter for non-intersphinx linking. So the intersphinx behavior is the "correct" one, but we can't change the other now because of compatibility. But

[issue12244] cStringIO inconsistencies

2011-06-02 Thread Georg Brandl
Georg Brandl added the comment: 1. The class for read-only objects is called "StringI" (the one for read-write objects is "StringO"). 2./3. This is documented: http://docs.python.org/library/stringio#cStringIO.StringIO These differences between StringIO and cStringIO

[issue12243] getpass.getuser works on OSX

2011-06-03 Thread Georg Brandl
Georg Brandl added the comment: Well, let's make it clear then. What about replacing the text-only "Availability" with a directive that renders into a link that displays what the individual values mean? -- nosy: +georg.brandl ___

[issue12249] add missing command

2011-06-03 Thread Georg Brandl
Georg Brandl added the comment: I actually like the "cd Doc" inclusion; it makes it very clear what is going on. -- ___ Python tracker <http://bugs.python.o

[issue12249] Document working dir for “make html”

2011-06-03 Thread Georg Brandl
Georg Brandl added the comment: It's fine, yes. -- ___ Python tracker <http://bugs.python.org/issue12249> ___ ___ Python-bugs-list mailing list Unsubsc

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

2011-06-07 Thread Georg Brandl
Georg Brandl added the comment: Any Windows person going to review this one? -- ___ Python tracker <http://bugs.python.org/issue12084> ___ ___ Python-bugs-list m

[issue12019] Dead or buggy code in importlib.test.__main__

2011-06-07 Thread Georg Brandl
Georg Brandl added the comment: If it's a minor cleanup and not a bugfix, why should it go into a branch that receives bugfixes only? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue12019] Dead or buggy code in importlib.test.__main__

2011-06-07 Thread Georg Brandl
Georg Brandl added the comment: I don't think our policy is that strict, i.e. I wouldn't revert the change if it was already committed. But it's a bit slippery, and I'd rather have no behavior-changing "cleanups" end up in 3.2 originating in good intention

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-09 Thread Georg Brandl
Georg Brandl added the comment: Same here. -- ___ Python tracker <http://bugs.python.org/issue11975> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12291] file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3

2011-06-09 Thread Georg Brandl
Georg Brandl added the comment: Sounds blocker-ish enough to me. -- ___ Python tracker <http://bugs.python.org/issue12291> ___ ___ Python-bugs-list mailin

[issue12298] Sphinx glitch in library/functions

2011-06-09 Thread Georg Brandl
Georg Brandl added the comment: This is not a Sphinx glitch: that's where these classes are defined. (Plus, dependencies work the other way round.) -- dependencies: -Fix referencing of built-in types (list, int, ...) nosy: +georg.brandl ___ P

[issue12298] Sphinx glitch in library/functions

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

[issue11975] Fix referencing of built-in types (list, int, ...)

2011-06-10 Thread Georg Brandl
Georg Brandl added the comment: Why is any module directive needed anyway? -- ___ Python tracker <http://bugs.python.org/issue11975> ___ ___ Python-bugs-list m

[issue12298] Sphinx glitch in library/functions

2011-06-10 Thread Georg Brandl
Georg Brandl added the comment: Well, then a different way of linking to them must be used. -- ___ Python tracker <http://bugs.python.org/issue12298> ___ ___

[issue12298] Sphinx glitch in library/functions

2011-06-10 Thread Georg Brandl
Georg Brandl added the comment: You can put an anchor and use :ref:. -- ___ Python tracker <http://bugs.python.org/issue12298> ___ ___ Python-bugs-list mailin

[issue12345] Add math.tau

2011-06-17 Thread Georg Brandl
Georg Brandl added the comment: > http://tauday.com/ And I thought putting "dx" directly next to the integral sign was audacious... -- nosy: +georg.brandl ___ Python tracker <http://bugs.pytho

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

2011-06-18 Thread Georg Brandl
Georg Brandl added the comment: Is this done then? -- ___ Python tracker <http://bugs.python.org/issue12090> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12291] file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3

2011-06-18 Thread Georg Brandl
Georg Brandl added the comment: Any reviewers? -- ___ Python tracker <http://bugs.python.org/issue12291> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2011-06-18 Thread Georg Brandl
Georg Brandl added the comment: Can the 3.2 part of this be resolved this weekend? -- ___ Python tracker <http://bugs.python.org/issue9516> ___ ___ Python-bug

[issue12290] __setstate__ is called for false values

2011-06-18 Thread Georg Brandl
Georg Brandl added the comment: Well, this looks correct then. -- ___ Python tracker <http://bugs.python.org/issue12290> ___ ___ Python-bugs-list mailin

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

2011-06-20 Thread Georg Brandl
Georg Brandl added the comment: It doesn't need to; this branch is inactive at the moment. -- status: open -> closed ___ Python tracker <http://bugs.python.org

[issue12400] regrtest: always run tests in verbose mode, but hide the output on success

2011-06-29 Thread Georg Brandl
Georg Brandl added the comment: Eric is right. I don't see the patch when reading "hg log" output, or looking up revisions given by "hg annotate". -- ___ Python tracker <http:

[issue12291] file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3

2011-07-02 Thread Georg Brandl
Georg Brandl added the comment: Can we get this committed for 3.2.1 then? -- ___ Python tracker <http://bugs.python.org/issue12291> ___ ___ Python-bugs-list m

[issue12291] file written using marshal in 3.2 can be read by 2.7, but not 3.2 or 3.3

2011-07-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue12291> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12346] Python source code build fails with old mercurial

2011-07-03 Thread Georg Brandl
Georg Brandl added the comment: 435eec7b41f0 transplanted to 3.2 in 4e0c1128cda2. -- versions: -Python 3.2 ___ Python tracker <http://bugs.python.org/issue12

[issue12475] Generator bug allows you to chain arbitrary tracebacks to the next raised exception

2011-07-03 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue12475> ___ ___ Python-bugs-list mailing list Un

[issue12465] gc.get_referents can be used to crash Python

2011-07-03 Thread Georg Brandl
Georg Brandl added the comment: Yep. It's no surprise that you can crash Python by abusing the gc module, or the ctypes module, or ... -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tra

[issue12477] input() does'nt strip CR

2011-07-03 Thread Georg Brandl
Georg Brandl added the comment: This is a duplicate of #11272, which will be fixed in 3.2.1. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> input() has trailing carriage return on windows ___ Pytho

<    1   2   3   4   5   6   7   8   9   10   >