[issue15295] Document PEP 420 namespace packages

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Ping. Barry? (It's not strictly necessary to have the docs for b2, but could you give me a rough estimate when you'll do this?) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Damn, I don't have clang on this machine. Will install and test. -- ___ Python tracker <http://bugs.python.org/is

[issue15298] _sysconfigdata is generated in srcdir, not builddir

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: The bug certainly is a valid annoyance, but I won't hold up beta2 for it. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: IIUC only docs are missing now? That's not a b2 blocker then. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Docs issues won't block b2. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: OK, test passes here now with clang installed. -- ___ Python tracker <http://bugs.python.org/issue15184> ___ ___ Python-bug

[issue10652] test___all_ + test_tcl fails (Windows installed binary)

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: It would be much better to have an actual patch to review. Then, we need someone who can test it on Windows. -- ___ Python tracker <http://bugs.python.org/issue10

[issue15413] os.times() disappeared under Windows

2012-07-24 Thread Georg Brandl
Georg Brandl added the comment: Larry? -- ___ Python tracker <http://bugs.python.org/issue15413> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15295] Document PEP 420 namespace packages

2012-07-24 Thread Georg Brandl
Changes by Georg Brandl : -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue15295> ___ ___ Python-bugs-list mai

[issue14330] don't use host python, use host search paths for host compiler

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

[issue15458] Add python-config --configdir option

2012-07-26 Thread Georg Brandl
Georg Brandl added the comment: I guess we can do this, looks fine to me. -- ___ Python tracker <http://bugs.python.org/issue15458> ___ ___ Python-bugs-list m

[issue14578] importlib doesn't check Windows registry for paths

2012-07-26 Thread Georg Brandl
Georg Brandl added the comment: I would really like to release beta2 this weekend. Is it possible to get this resolved by then? -- ___ Python tracker <http://bugs.python.org/issue14

[issue14330] don't use host python, use host search paths for host compiler

2012-07-26 Thread Georg Brandl
Georg Brandl added the comment: I would really like to release beta2 this weekend. Is it possible to get this resolved by then? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14

[issue12834] PyBuffer_ToContiguous() incorrect for non-contiguous arrays

2012-07-28 Thread Georg Brandl
Georg Brandl added the comment: With the beta delayed as you say, I'm okay with this going in now. -- ___ Python tracker <http://bugs.python.org/is

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2012-07-28 Thread Georg Brandl
Georg Brandl added the comment: OK, finally I think this can go in. -- ___ Python tracker <http://bugs.python.org/issue1692335> ___ ___ Python-bugs-list mailin

[issue14578] importlib doesn't check Windows registry for paths

2012-07-28 Thread Georg Brandl
Georg Brandl added the comment: OK, demoting. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue14578> ___ _

[issue15425] Another strange Tracebacks with importlib

2012-07-28 Thread Georg Brandl
Changes by Georg Brandl : -- priority: high -> release blocker ___ Python tracker <http://bugs.python.org/issue15425> ___ ___ Python-bugs-list mailing list Un

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2012-07-28 Thread Georg Brandl
Georg Brandl added the comment: Richard, can the issue be closed? -- priority: release blocker -> critical ___ Python tracker <http://bugs.python.org/issue1

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2012-07-29 Thread Georg Brandl
Georg Brandl added the comment: Please reopen if you think it should be backported. -- ___ Python tracker <http://bugs.python.org/issue1692335> ___ ___ Python-bug

[issue8847] crash appending list and namedtuple

2012-07-30 Thread Georg Brandl
Georg Brandl added the comment: Raising priority. This should be investigated properly before 3.3 final. -- nosy: +georg.brandl priority: high -> deferred blocker ___ Python tracker <http://bugs.python.org/iss

[issue15486] Standardised mechanism for stripping importlib frames from tracebacks

2012-07-30 Thread Georg Brandl
Georg Brandl added the comment: Looks good and simplifies things. Green light :) -- ___ Python tracker <http://bugs.python.org/issue15486> ___ ___ Python-bug

[issue14330] don't use host python, use host search paths for host compiler

2012-08-02 Thread Georg Brandl
Georg Brandl added the comment: Matthias, any comments? -- ___ Python tracker <http://bugs.python.org/issue14330> ___ ___ Python-bugs-list mailing list Unsub

[issue15548] Mention all new os functions in What's New in Python 3.3

2012-08-03 Thread Georg Brandl
Georg Brandl added the comment: Victor: try "make changes". -- ___ Python tracker <http://bugs.python.org/issue15548> ___ ___ Python-bugs-list mailing

[issue15550] Trailing white spaces

2012-08-04 Thread Georg Brandl
Georg Brandl added the comment: Well, I'm -0 on extending the hook to C files. -- ___ Python tracker <http://bugs.python.org/issue15550> ___ ___ Python-bugs-l

[issue14330] don't use host python, use host search paths for host compiler

2012-08-04 Thread Georg Brandl
Georg Brandl added the comment: Matthias: ping. I don't want to hold up beta2 indefinitely. In order to resolve this blocker, we will revert the batch of cross-compiling patches in a few days if there is no progress here. -- ___ Python tr

[issue15471] importlib's __import__() argument style nit

2012-08-05 Thread Georg Brandl
Georg Brandl added the comment: Looks good and safe to me. +1. -- assignee: georg.brandl -> brett.cannon ___ Python tracker <http://bugs.python.org/issu

[issue13072] Getting a buffer from a Unicode array uses invalid format

2012-08-05 Thread Georg Brandl
Georg Brandl added the comment: Victor: the revert commit brought back "Python's Unicode character type" into the docs. This needs to be fixed to say "legacy" somewhere, as the characters in a normal Unicode string are

[issue15163] pydoc displays __loader__ as module data

2012-08-06 Thread Georg Brandl
Georg Brandl added the comment: Great to review such patches, where I have to take out a notepad and write the names down to check a 1-item addition. But it seems it does what's on the label, so go ahead. -- ___ Python tracker

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Georg Brandl
Georg Brandl added the comment: Ezio? -- ___ Python tracker <http://bugs.python.org/issue14330> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15580] fix True/False/None reST markup

2012-08-07 Thread Georg Brandl
Georg Brandl added the comment: Agreed with David. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15424] __sizeof__ of array should include size of items

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

[issue15580] fix True/False/None reST markup

2012-08-07 Thread Georg Brandl
Georg Brandl added the comment: We have to draw the line somewhere. Otherwise there will be dozens of issues like this, introducing potential breakage and costing developer time that can better be spent elsewhere. The rule in the devguide is mostly there so that developers don't b

[issue15589] Bus error on Debian sparc

2012-08-08 Thread Georg Brandl
Georg Brandl added the comment: >From the position of the bus error, it would seem that calling a subprocess >during platform.platform() is the culprit. But if test_subprocess passes without any bus errors, that would be strange. -- ___

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: These commit hashes don't seem to match this issue. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue15527> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15527] Double parens in functions references

2012-08-09 Thread Georg Brandl
Georg Brandl added the comment: The markup you mentioned will not be changed: these are two different usecases. Either you link to the function itself (:func:`blah`), or you show a piece of code (``blah(n)``). -- ___ Python tracker <h

[issue15619] set.pop() documentation is confusing

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Sorry, I don't see how "arbitrary" implies "random". So I'm -1 on making the docs more verbose for no apparent gain. -- nosy: +georg.brandl ___ Python tracker <

[issue15527] Double parens in functions references

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: 1) is correct. (And cmacro works because it's only for non-function macros anyway.) -- ___ Python tracker <http://bugs.python.org/is

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- ___ Python tracker <http://bugs.python.org/issue15607> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15619] set.pop() documentation is confusing

2012-08-10 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue15619> ___ ___ Python-bugs-

[issue15527] Double parens in functions references

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Is anyone even reading my messages...? -- ___ Python tracker <http://bugs.python.org/issue15527> ___ ___ Python-bugs-list mailin

[issue13072] Getting a buffer from a Unicode array uses invalid format

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: Deferring. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue13072> ___ ___ Py

[issue15239] Abandoned Tools/unicode/mkstringprep.py

2012-08-11 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.4 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue15239> ___ ___ Python-bugs-list mailin

[issue15623] Init time relative imports no longer work from __init__.so modules

2012-08-12 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> deferred blocker ___ Python tracker <http://bugs.python.org/issue15623> ___ ___ Python-bugs-list mai

[issue15629] Run doctests in Doc/*.rst as part of regrtest

2012-08-12 Thread Georg Brandl
Georg Brandl added the comment: One possibility to avoid tons and tons of failures that have to be fixed is to convert working doctests to the explicit syntax .. doctest:: blah and set doctest_test_doctest_blocks to False in the Sphinx conf.py. -- nosy: +georg.brandl

[issue15629] Run doctests in Doc/*.rst as part of regrtest

2012-08-12 Thread Georg Brandl
Georg Brandl added the comment: Yeah, once we switch around to using the build Python for this... -- ___ Python tracker <http://bugs.python.org/issue15

[issue15623] Init time relative imports no longer work from __init__.so modules

2012-08-12 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue15623> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue15631> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2012-08-15 Thread Georg Brandl
Georg Brandl added the comment: Would be nice to be a bit more specific *where* that line comes from. -- ___ Python tracker <http://bugs.python.org/issue13

[issue15715] __import__ now raises with non-existing items in fromlist in 3.3

2012-08-16 Thread Georg Brandl
Georg Brandl added the comment: I agree that we should match 3.2 behavior here. -- ___ Python tracker <http://bugs.python.org/issue15715> ___ ___ Python-bug

[issue15298] _sysconfigdata is generated in srcdir, not builddir

2012-08-19 Thread Georg Brandl
Georg Brandl added the comment: It seems there is no urge to fix this before 3.3 -- fine with me. -- priority: deferred blocker -> critical ___ Python tracker <http://bugs.python.org/issu

[issue15037] curses.unget_wch and test_curses fail when linked with ncurses 5.7 and earlier

2012-08-19 Thread Georg Brandl
Georg Brandl added the comment: Anything left to do here? -- ___ Python tracker <http://bugs.python.org/issue15037> ___ ___ Python-bugs-list mailing list Unsub

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-08-19 Thread Georg Brandl
Georg Brandl added the comment: Please keep in mind that this should be committed before next weekend if it is to make 3.3. -- ___ Python tracker <http://bugs.python.org/issue14

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-19 Thread Georg Brandl
Georg Brandl added the comment: > The main question: can be fix applied to 3.3 or it can wait for 3.4? > 3.2 has the same problem BTW. I don't see any fix attached :) If it is a bug, it can be fixed before 3.3rc1, no need for release blocker status. -- priority: rele

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-08-19 Thread Georg Brandl
Changes by Georg Brandl : -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issue14814> ___ ___ Python-bugs-list mai

[issue13072] Getting a buffer from a Unicode array uses invalid format

2012-08-19 Thread Georg Brandl
Changes by Georg Brandl : -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issue13072> ___ ___ Python-bugs-list mai

[issue15573] Support unknown formats in memoryview comparisons

2012-08-19 Thread Georg Brandl
Changes by Georg Brandl : -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issue15573> ___ ___ Python-bugs-list mai

[issue15037] curses.unget_wch and test_curses fail when linked with ncurses 5.7 and earlier

2012-08-19 Thread Georg Brandl
Changes by Georg Brandl : -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issue15037> ___ ___ Python-bugs-list mai

[issue15573] Support unknown formats in memoryview comparisons

2012-08-19 Thread Georg Brandl
Georg Brandl added the comment: Small nit: when you put "versionchanged:: 3.3" there should be a hint of *what* changed exactly :) -- ___ Python tracker <http://bugs.python.o

[issue15748] Various symlink test failures in test_shutil on FreeBSD

2012-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +larry ___ Python tracker <http://bugs.python.org/issue15748> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14674] Link to & explain deviations from RFC 4627 in json module docs

2012-08-23 Thread Georg Brandl
Georg Brandl added the comment: Neither json.org nor RFC 4627 mention "scalar". I don't think we should introduce that term, with the necessary ambiguity given the context, needlessly. -- nosy: +georg.brandl ___ Python

[issue15776] Allow pyvenv to work in existing directory

2012-08-24 Thread Georg Brandl
Georg Brandl added the comment: LGTM, please apply. -- ___ Python tracker <http://bugs.python.org/issue15776> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15316] runpy swallows ImportError information with relative imports

2012-08-24 Thread Georg Brandl
Georg Brandl added the comment: I don't agree that this is a blocker; would be nice to fix it, of course. -- priority: release blocker -> critical ___ Python tracker <http://bugs.python.org

[issue15776] Allow pyvenv to work in existing directory

2012-08-24 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue15776> ___ ___ Python-bugs-list mailing list Un

[issue15776] Allow pyvenv to work in existing directory

2012-08-24 Thread Georg Brandl
Georg Brandl added the comment: Another *perfect* example how even the most innocuous-seeming patch can be wrong. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15573] Support unknown formats in memoryview comparisons

2012-08-24 Thread Georg Brandl
Georg Brandl added the comment: I'm not very keen to hold up the release for long times again, especially for a patch of this size and lots of potential breakage. -- ___ Python tracker <http://bugs.python.org/is

[issue15573] Support unknown formats in memoryview comparisons

2012-08-25 Thread Georg Brandl
Georg Brandl added the comment: Well, I'm not against you committing it as long as you commit it *right now*. I'm about to cut the tag. -- ___ Python tracker <http://bugs.python.o

[issue15720] move __import__() out of the default lookup chain

2012-08-26 Thread Georg Brandl
Georg Brandl added the comment: I agree with David. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue15720> ___ ___ Python-bugs-list mailin

[issue15792] Fix compiler options for x64 builds on Windows

2012-08-27 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue15792> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15785] curses.get_wch() returns keypad codes incorrectly

2012-08-27 Thread Georg Brandl
Georg Brandl added the comment: Please get a review from another developer before I consider this for rc2. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15781] test_threaded_import fails with -j4

2012-08-27 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. Please commit to default and I'll cherry-pick to rc2. -- ___ Python tracker <http://bugs.python.org/is

[issue15781] test_threaded_import fails with -j4

2012-08-27 Thread Georg Brandl
Georg Brandl added the comment: Sure. -- ___ Python tracker <http://bugs.python.org/issue15781> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15784] OSError.__str__() should distinguish between errno and winerror

2012-08-27 Thread Georg Brandl
Georg Brandl added the comment: Uh, currently it's "Errno" or "Error", so there is a way to tell which. I'll leave to Antoine to decide what to do here; it's not like changing it a big deal. "W

[issue15831] comma after leading optional argument is after bracket in docs

2012-09-01 Thread Georg Brandl
Georg Brandl added the comment: +1 for multiple signatures. -- ___ Python tracker <http://bugs.python.org/issue15831> ___ ___ Python-bugs-list mailing list Unsub

[issue15847] parse_args stopped accepting tuples

2012-09-02 Thread Georg Brandl
Georg Brandl added the comment: I agree this is a regression and should be fixed. -- ___ Python tracker <http://bugs.python.org/issue15847> ___ ___ Python-bug

[issue15340] OSError with "import random" when /dev/urandom doesn't exist (regression from 2.6)

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Now picked into the 3.3.0 release clone as 6a782496f90a. -- ___ Python tracker <http://bugs.python.org/issue15340> ___ ___ Pytho

[issue15781] test_threaded_import fails with -j4

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Now picked into 3.3.0 release clone as 85070f284fd2. -- ___ Python tracker <http://bugs.python.org/issue15781> ___ ___ Python-bug

[issue15784] OSError.__str__() should distinguish between errno and winerror

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Done in 4e941113e4fa. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15784> ___ ___ Python-bugs-lis

[issue15785] curses.get_wch() returns keypad codes incorrectly

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Now picked into 3.3.0 release clone in 23377e88487b. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15828] imp.load_module doesn't support C_EXTENSION type

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Picked as 4f6f59303146 and a4a9c5717204. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue14223] curses addch broken on Python3.3a1

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Done in d6d632f254ee. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15847] parse_args stopped accepting tuples

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Committed in release clone as 8c2e87aeb707. Please apply to the main branches as usual. -- priority: release blocker -> high ___ Python tracker <http://bugs.python.org/issu

[issue13992] Segfault in PyTrash_destroy_chain

2012-09-07 Thread Georg Brandl
Georg Brandl added the comment: Picked as 5aa1bc2f00ad. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue13992> ___ ___ Python-bugs-lis

[issue15822] installed python may fail incorrectly trying to rebuild lib2to3 grammar pickles

2012-09-08 Thread Georg Brandl
Georg Brandl added the comment: Picked to release clone as 411d500e56a1. -- priority: release blocker -> high ___ Python tracker <http://bugs.python.org/issu

[issue15906] argparse add_argument() confusing behavior when type=str, default=[], action='append'

2012-09-10 Thread Georg Brandl
Georg Brandl added the comment: I don't see how this affects 3.3: you seem to be saying the behavior is fine there. -- versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/is

[issue15906] argparse add_argument() confusing behavior when type=str, default=

2012-09-10 Thread Georg Brandl
Georg Brandl added the comment: But it's not a release blocker for 3.3 then. -- priority: release blocker -> high ___ Python tracker <http://bugs.python.org

[issue15475] Correct __sizeof__ support for itertools

2012-09-16 Thread Georg Brandl
Georg Brandl added the comment: Certainly not for 3.3.0. I'm also not sure this counts as a bugfix in any case. -- ___ Python tracker <http://bugs.python.org/is

[issue15475] Correct __sizeof__ support for itertools

2012-09-16 Thread Georg Brandl
Georg Brandl added the comment: Ah, sorry, that was unclear. I meant "this is certainly not going into 3.3.0." -- ___ Python tracker <http://bugs.python.o

[issue15972] wrong error message for os.path.getsize

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: This certainly isn't a release blocker. Check it into default, and it will go into 3.3.1. -- priority: release blocker -> normal ___ Python tracker <http://bugs.python.org

[issue15949] docs.python.org not getting updated

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: When the docs don't update, there's usually an error in running Sphinx. In this case, the recently committed patch for #78982 (in the Unicode howto) prevents the LaTeX build (or more exact, the pdflatex run) from completing. Please revert that

[issue15759] "make suspicious" doesn't display instructions in case of failure

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: The error exit code should be preserved though. -- ___ Python tracker <http://bugs.python.org/issue15759> ___ ___ Python-bug

[issue15882] _decimal.Decimal constructed from tuple

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: Done. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15882> ___ ___ Python-bugs-list mailing list Un

[issue15973] Segmentation fault on timezone comparison

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: Which commit(s) do I have to pick? -- ___ Python tracker <http://bugs.python.org/issue15973> ___ ___ Python-bugs-list mailin

[issue15895] PyRun_SimpleFileExFlags() can leak a FILE pointer

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: Now transplanted to release clone. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15895> ___ ___ Py

[issue15977] Memory leak in _ssl.c

2012-09-21 Thread Georg Brandl
Georg Brandl added the comment: Picked. -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue15977> ___ ___ Python-bugs-list mai

[issue15926] Segmentation fault after multiple reinitializations

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: Picked as 6708224f8bee. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15926> ___ ___ Python-bugs-lis

[issue15973] Segmentation fault on timezone comparison

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: Done as ec77f8fb9958. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15973> ___ ___ Python-bugs-lis

[issue15900] Memory leak in PyUnicode_TranslateCharmap()

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: Done as 89f62f143920. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue15900> ___ ___ Python-bugs-lis

[issue15949] docs.python.org not getting updated

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: I usually get the result of the cronjob via email if there's a failure; for a few weeks now this went to my spam folder, so I didn't immediately see something was wrong. -- ___ Python tracker <http://bu

[issue15925] email.utils.parsedate() and email.utils.parsedate_tz() should return None when date cannot be parsed

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: This was committed to the release clone as c1e9a1fc6931. -- ___ Python tracker <http://bugs.python.org/issue15925> ___ ___ Pytho

<    27   28   29   30   31   32   33   34   35   36   >