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

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

[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-22 Thread Georg Brandl
Georg Brandl added the comment: Added to release clone as eede0bf3ceac. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in b8b5ef366bdc. -- ___ Python tracker <http://bugs.python.org/issue15969> ___ ___ Python-bugs-list mailin

[issue16012] pyexpat: Argument for UseForeignDTD should be optional

2012-09-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed in release clone as b907f99272c5. -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issu

[issue16022] Mistake in "What's New in Python 3.3"

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

[issue16035] Segmentation fault in test suite of apsw

2012-09-25 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou ___ Python tracker <http://bugs.python.org/issue16035> ___ ___ Python-bugs-list mailing list Unsubscri

[issue16035] Segmentation fault in test suite of apsw

2012-09-25 Thread Georg Brandl
Georg Brandl added the comment: Can you provide a stacktrace? -- ___ Python tracker <http://bugs.python.org/issue16035> ___ ___ Python-bugs-list mailing list Unsub

[issue16035] Segmentation fault in test suite of apsw

2012-09-25 Thread Georg Brandl
Georg Brandl added the comment: Not a blocker then. -- priority: release blocker -> normal resolution: -> invalid status: open -> pending ___ Python tracker <http://bugs.python.or

[issue16046] python -O does not find *.pyo files

2012-09-25 Thread Georg Brandl
Georg Brandl added the comment: Looks serious enough, yes. -- ___ Python tracker <http://bugs.python.org/issue16046> ___ ___ Python-bugs-list mailing list Unsub

[issue16046] python -O does not find *.pyo files

2012-09-25 Thread Georg Brandl
Georg Brandl added the comment: Transplanted to ff50579241cd. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue16052] Typo in "What's new in 3.3"

2012-09-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report. Note that we don't care for bundles instead of patches, since they are impossible to review online and clumsy to do so offline. Readable patches (as generated by e.g. hg export) are much preferred. -- nosy: +georg.b

[issue16075] incoming.cia hook error when pushing commits

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: Looking at http://cia.vc/, it seems like CIA is dead for now. I've disabled the CIA hook on all hg.p.org repos. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.

[issue9374] urlparse should parse query and fragment for arbitrary schemes

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: After encountering an instance of people relying on fragment not being parsed for "irc://" URLs, with resulting breakage, I don't think we should change this in point releases. IOW, it's fine for 3.3.0, but not for 2.7.x or 3.2.x. It may

[issue16060] Double decref and dereferencing after decref in int()

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: Applied: d23eb81bd482. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue9374] urlparse should parse query and fragment for arbitrary schemes

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: People make up URL schemes all the time, irc:// is not a special case. This change will mean breakage for them, unwarranted. -- ___ Python tracker <http://bugs.python.org/issue9

[issue16069] packaging shows up on docs.python.org/dev

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed now. The daily builds are just copied over to /dev, so removed pages don't get removed automatically. I could add an "rm -r" to the dailybuild steps, but that would cause a few moments of missing pages for everyone browsing /dev

[issue16069] packaging shows up on docs.python.org/dev

2012-09-28 Thread Georg Brandl
Georg Brandl added the comment: Ah yes, I missed those as well. -- ___ Python tracker <http://bugs.python.org/issue16069> ___ ___ Python-bugs-list mailin

[issue9374] urlparse should parse query and fragment for arbitrary schemes

2012-09-28 Thread Georg Brandl
Changes by Georg Brandl : -- versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/issue9374> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16090] but is needed somewhere in http://www.python.org/dev/peps/pep-3138/

2012-09-29 Thread Georg Brandl
Georg Brandl added the comment: I've gone through the PEP; I've found a few typos and fixed them, but no missing "but". Sorry, but without a more specific location I don't think it's sensible to keep this open. -- nosy: +georg.brandl resolution: -

[issue16093] Documentation: links to 3.3

2012-09-30 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> changing sidebar links in http://docs.python.org/ ___ Python tracker <http://bugs.python.or

[issue16089] _elementtree causes segfault in GC

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

[issue14503] docs: "yield from" breaks Pygments syntax coloring in doc examples

2012-09-30 Thread Georg Brandl
Georg Brandl added the comment: I've updated the version of Pygments used by 3.3 and 3.4 branches, which fixes this and the "raise from" issue. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed versions: +Python 3.4 -P

[issue13801] The Python 3 Docs don't highlight nonlocal

2012-09-30 Thread Georg Brandl
Georg Brandl added the comment: Pygments is now updated to 1.5pre. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue16089] _elementtree causes segfault in GC

2012-10-01 Thread Georg Brandl
Georg Brandl added the comment: Let's make sure this gets into 3.3.1. -- priority: critical -> release blocker ___ Python tracker <http://bugs.python.org

[issue16106] antigravity tests

2012-10-01 Thread Georg Brandl
Georg Brandl added the comment: Are you serious? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue16106> ___ ___ Python-bugs-list mailin

[issue3636] Managing dual 2.x and 3.0 installations on Windows

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue3636> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8416] python 2.6.5 documentation can't search

2012-10-06 Thread Georg Brandl
Georg Brandl added the comment: searchindex.js is now present in 2.6.5 too. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8525] Display exception's subclasses in help()

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue8525> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7336] traceback module not properly printing exceptions on interpreter shutdown

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue7336> ___ ___ Python-bugs-list mailing list Unsubscri

[issue3022] mailbox module, two small fixes

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue3022> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1598083] Top-level exception handler writes to stdout unsafely

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue1598083> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8401] Strange behavior of bytearray slice assignment

2012-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ezio.melotti ___ Python tracker <http://bugs.python.org/issue8401> ___ ___ Python-bugs-list mai

[issue8478] tokenize.untokenize first token missing failure case

2012-10-06 Thread Georg Brandl
Georg Brandl added the comment: Attaching patch. Actually both versions of untokenize() were broken; the version used for "full input" (5-tuples) had a flipped inequality sign in an assert. Other changes in the patch: * Docs fixed to describe both modes * Tests fixed to exercise

[issue16149] "Decimal(2) != float(2)" documentation bug

2012-10-06 Thread Georg Brandl
Georg Brandl added the comment: Ah, sorry, I thought this was a 3.3 thing. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue16149> ___ ___

[issue16149] "Decimal(2) != float(2)" documentation bug

2012-10-06 Thread Georg Brandl
Georg Brandl added the comment: Planted to 3.2 in 1dc66e654806. Turns out the offending paragraph wasn't in 2.7. -- ___ Python tracker <http://bugs.python.org/is

[issue16145] Abort in _csv module

2012-10-06 Thread Georg Brandl
Georg Brandl added the comment: 3.3.1 will not be too long: maybe 4 weeks from now. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue16

[issue16187] incoming.irker hook raised an exception: [Errno 111] Connection refused

2012-10-10 Thread Georg Brandl
Georg Brandl added the comment: Restarted. Let's see if this is reproducible. -- resolution: -> fixed status: open -> pending ___ Python tracker <http://bugs.python.

[issue12947] doctest directive examples in library/doctest.html lack the flags

2012-10-10 Thread Georg Brandl
Georg Brandl added the comment: I don't see any blocks in doctest.rst where the directives should be stripped, so it's enough to do it per-file. -- ___ Python tracker <http://bugs.python.o

[issue16184] Attack against the pseudorandom number generator

2012-10-10 Thread Georg Brandl
Georg Brandl added the comment: > 1. In spite of the fact that MT states are initialized correctly, > there is a practical method to exploit the vulnerability because of > Python web framework peculiarities. What does this mean exactly? If it means that this predictability can be

[issue16190] Misleading warning in random module docs

2012-10-10 Thread Georg Brandl
Georg Brandl added the comment: Sure, I'd propose a rewording that mentions both alternatives and when they should be used. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue16193] display full e-mail name in hg.python.org annotate pages

2012-10-11 Thread Georg Brandl
Georg Brandl added the comment: AFAIU, the current behavior would be to shorten "g.bra...@gmx.net" to "g", if I used my other email address for committing. That's a little short and not at all illuminating :) --

[issue16207] add class name to method signatures in stdtypes docs

2012-10-12 Thread Georg Brandl
Georg Brandl added the comment: This is by design: these method descriptions are indented under their class entries; no need to repeat the class name. -- nosy: +georg.brandl resolution: -> works for me status: open -> pending ___ Python t

[issue16207] add class name to method signatures in stdtypes docs

2012-10-12 Thread Georg Brandl
Georg Brandl added the comment: > I think I would be more okay with this if it weren't for the fact that > some functions also appear indented under their class entries (making > them look like methods). I see, yes. In thi

[issue16225] list.remove in for loop

2012-10-14 Thread Georg Brandl
Georg Brandl added the comment: Well, I guess Serhiy meant "neither increase nor decrease". In the end, the exact behavior will never be clear if you don't state explicitly how it's implemented: a counter that starts at 0 and is increased on __next__ until it's equal

[issue14625] Faster utf-32 decoder

2012-10-20 Thread Georg Brandl
Georg Brandl added the comment: Very simple? You're changing most of the code there. -- ___ Python tracker <http://bugs.python.org/issue14625> ___ ___ Pytho

[issue14625] Faster utf-32 decoder

2012-10-20 Thread Georg Brandl
Georg Brandl added the comment: That the new code is smaller is no guarantee that it's as correct :) That is exactly the reason we don't put optimizations in bugfix releases. -- ___ Python tracker <http://bugs.python.o

[issue8040] documentation pages should link to other versions of the same page

2012-10-26 Thread Georg Brandl
Georg Brandl added the comment: A few comments: * If the issue with patch is closed as duplicate, the patch should be attached to the superseder. * The patch looks awfully long for such a simple option list. (e.g., get_version() is just lambda x: x[:3], no need for a function to do that

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: > For future reference, it's okay (and perhaps preferable) to upload a > patch just for the default branch when no substantive changes are > needed for other branches. This is especially true early in the > review process when multiple iteration

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: Attaching a simplified version of the patch. -- Added file: http://bugs.python.org/file27743/versionswitcher.4.patch ___ Python tracker <http://bugs.python.org/issue8

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: My bad, you're right. Next try attached. -- Added file: http://bugs.python.org/file27745/versionswitcher.5.patch ___ Python tracker <http://bugs.python.org/i

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file27745/versionswitcher.5.patch ___ Python tracker <http://bugs.python.org/issue8040> ___ ___ Python-bug

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: Now it should be the right one. -- Added file: http://bugs.python.org/file27746/versionswitcher.5.patch ___ Python tracker <http://bugs.python.org/issue8

[issue8996] Add a default role to allow writing bare `len` instead of :func:`len`

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: I'm not very attached to it, so I'm fine with closing. -- ___ Python tracker <http://bugs.python.org/issue8996> ___ ___

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: Indeed RELEASE is not defined anywhere. I was confusing JS variables and Jinja template variables: DOCUMENTATION_OPTIONS.VERSION is in fact what Sphinx calls "release". So the fix should be to use VERSION as release and VERSION[:3] as version.

[issue8040] documentation pages should link to other versions of the same page

2012-10-27 Thread Georg Brandl
Georg Brandl added the comment: 2.5 is neither supported anymore, nor should we make it look like it is :) -- ___ Python tracker <http://bugs.python.org/issue8

[issue8040] documentation pages should link to other versions of the same page

2012-10-28 Thread Georg Brandl
Georg Brandl added the comment: OK, with the latest patch it seems to work fine for me. I've run the autobuild for 2.7/3.3/3.4 and put custom built versions of 2.6/3.2 on dinsdale, so everything should look and work fine. I've also added todo items to PEP 101, in order to mak

[issue8040] documentation pages should link to other versions of the same page

2012-10-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks Yury for the work! -- ___ Python tracker <http://bugs.python.org/issue8040> ___ ___ Python-bugs-list mailing list Unsub

[issue16344] Traceback Internationalization Proposal

2012-10-28 Thread Georg Brandl
Georg Brandl added the comment: Has this been discussed on python-dev before? I see that your proposal is in PEP form; it would be a good idea to post it to python-dev since this is not a change that can be done without a PEP. -- nosy: +georg.brandl

[issue16354] Remember python version choice on docs.python.org

2012-10-29 Thread Georg Brandl
Georg Brandl added the comment: If you always want to end up on Python 2 docs, why don't you go to docs.python.org/2 in the first place? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue12901] Nest class/methods directives in documentation

2014-03-13 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- status: pending -> open ___ Python tracker <http://bugs.python.org/issue12901> ___ ___ Python-bugs-list mai

[issue12901] Nest class/methods directives in documentation

2014-03-15 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue12901> ___ ___ Python-bugs-

[issue20440] Use Py_REPLACE/Py_XREPLACE macros

2014-03-18 Thread Georg Brandl
Georg Brandl added the comment: Yes, this is new feature territory. -- priority: release blocker -> high versions: +Python 3.5 -Python 2.7, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue20686] Confusing statement about unicode strings in tutorial introduction

2014-03-20 Thread Georg Brandl
Georg Brandl added the comment: First, entering a string at the command prompt like this is not considered "printing"; it's invoking the repr(). Then, when you say flexible, you say it as if it's a good thing. In this context "flexible" means as much as "e

[issue20975] Python 3.4 build info wrong in code snippet

2014-03-22 Thread Georg Brandl
Georg Brandl added the comment: I'd just make it the approximate release date of 3.4. The version is adapted anyway as part of a new minor release, so the date can also be. -- nosy: +georg.brandl ___ Python tracker <http://bugs.py

[issue20904] HAVE_PY_SET_53BIT_PRECISION for m68k

2014-03-23 Thread Georg Brandl
Georg Brandl added the comment: @Mark, I don't understand why you ask this question after several positive responses of Python committers (Mark, Stefan, Larry). @Andreas, as far as I recall, we have always welcomed patches for officially unsupported platforms, certainly as long as they

[issue20904] HAVE_PY_SET_53BIT_PRECISION for m68k

2014-03-23 Thread Georg Brandl
Georg Brandl added the comment: With respect, Mark, I think you should leave these considerations to the committers. -- ___ Python tracker <http://bugs.python.org/issue20

[issue20904] HAVE_PY_SET_53BIT_PRECISION for m68k

2014-03-23 Thread Georg Brandl
Georg Brandl added the comment: Mark, I already gave a reason, which was apparently not good enough for you. Nobody told you to go away from the tracker, but it's not constructive to ask for reasons why a particular patch is accepted or rejected, by the release manager no less, if you&#

[issue20904] HAVE_PY_SET_53BIT_PRECISION for m68k

2014-03-23 Thread Georg Brandl
Georg Brandl added the comment: > Can we move along, please? Indeed. Further discussion, if felt to be really necessary, should take place on python-dev. -- ___ Python tracker <http://bugs.python.org/issu

[issue21067] Support Multiple finally clauses.

2014-03-25 Thread Georg Brandl
Georg Brandl added the comment: For resource management, it would be more idiomatic to use context managers, either with multiple CMs in one with-statement or, dynamically, with contextlib.ExitStack. For test suites using unittest, there is also the addCleanup functionality of the TestCase

[issue21045] fix layout to generate documentation for Qt Assistant

2014-03-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report! -- nosy: +georg.brandl resolution: fixed -> stage: committed/rejected -> status: closed -> open ___ Python tracker <http://bugs.python.or

[issue21045] fix layout to generate documentation for Qt Assistant

2014-03-26 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue21045> ___ ___ Python-bugs-list

[issue21082] _get_masked_mode in os.makedirs() is a serious security problem

2014-03-28 Thread Georg Brandl
Georg Brandl added the comment: yes, this seems bad enough for inclusion in security releases. -- ___ Python tracker <http://bugs.python.org/issue21082> ___ ___

[issue21102] 3.4.0 PDF (a4,letter) and EPUB documentation missing

2014-03-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed the symlink. Larry, where did you put the other archives? -- assignee: docs@python -> larry nosy: +georg.brandl, larry ___ Python tracker <http://bugs.python.org/issu

[issue20969] Author of EPUB version of Python docs is set to Unknown instead of PSF

2014-04-04 Thread Georg Brandl
Georg Brandl added the comment: The repository is http://hg.python.org/cpython. If you make a patch, please set the appropriate values in Doc/conf.py, not the makefiles. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue20

[issue21161] list comprehensions don't see local variables in pdb in python3

2014-04-05 Thread Georg Brandl
Georg Brandl added the comment: Your failure appears to be not pasted from an interpreter session; the actual failure is: (Pdb) all(x < limit for x in items) *** NameError: global name 'limit' is not defined (i.e. "limit" is not found, not "items"). This ac

[issue21189] Broken link to patch

2014-04-09 Thread Georg Brandl
Georg Brandl added the comment: Barry, you "run the list", so please change this to a link to bugs.python.org (and maybe docs.python.org/devguide). -- assignee: docs@python -> barry nosy: +barry, georg.brandl ___ Python t

[issue10224] Build 3.x documentation using python3.x

2014-04-14 Thread Georg Brandl
Georg Brandl added the comment: Yep, thanks for the reminder. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue21240] Add an abstactmethod directive to the Python ReST domain

2014-04-16 Thread Georg Brandl
Georg Brandl added the comment: LGTM without having tested it. -- ___ Python tracker <http://bugs.python.org/issue21240> ___ ___ Python-bugs-list mailin

[issue21286] Refcounting information missing in docs for Python 3.4 and above.

2014-04-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue21286> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21314] Bizarre help

2014-04-20 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: docs@python -> larry nosy: +larry ___ Python tracker <http://bugs.python.org/issue21314> ___ ___ Python-bugs-list mai

[issue21520] Erroneous zipfile test failure if the string 'bad' appears in pwd

2014-05-18 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue21520> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21528] Fix a number of typos in the documentation

2014-05-19 Thread Georg Brandl
Georg Brandl added the comment: Looks all good to me. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue21528> ___ ___ Python-bugs-list mailin

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2014-05-24 Thread Georg Brandl
Georg Brandl added the comment: Knowledge of RST should be more than enough; there is not much Sphinx-specific markup, and even that you won't pick up easily while looking at the file. -- nosy: +georg.brandl ___ Python tracker

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2014-05-24 Thread Georg Brandl
Georg Brandl added the comment: you WILL pick up, of course. -- ___ Python tracker <http://bugs.python.org/issue8243> ___ ___ Python-bugs-list mailing list Unsub

[issue21671] CVE-2014-0224: OpenSSL upgrade to 1.0.1h on Windows required

2014-06-05 Thread Georg Brandl
Georg Brandl added the comment: Martin, would you make installers for a new 3.2 and 3.3 release? -- ___ Python tracker <http://bugs.python.org/issue21671> ___ ___

[issue21671] CVE-2014-0224: OpenSSL upgrade to 1.0.1h on Windows required

2014-06-07 Thread Georg Brandl
Georg Brandl added the comment: Well, it's entirely logical to follow our own policies :) -- ___ Python tracker <http://bugs.python.org/issue21671> ___ ___

[issue16344] Traceback Internationalization Proposal

2012-10-31 Thread Georg Brandl
Georg Brandl added the comment: How do you propose to output both versions? It will make tracebacks twice as long. -- ___ Python tracker <http://bugs.python.org/issue16

[issue1207589] IDLE: Right Click Context Menu

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

[issue16354] Remember python version choice on docs.python.org

2012-11-02 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> pending ___ Python tracker <http://bugs.python.org/issue16354> ___ ___ Python-bugs-

[issue16413] Non cross-platform behavior of os.path.split

2012-11-05 Thread Georg Brandl
Georg Brandl added the comment: Please submit a patch. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue16413> ___ ___ Python-bugs-list m

[issue16432] Template strings documentation in Python 3 refers to % substitution in present tense

2012-11-07 Thread Georg Brandl
Georg Brandl added the comment: Who said % substitution doesn't exist anymore in Python 3? That said, it's certainly not wrong to replace this with {} substitution. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue14215] http://www.python.org/dev/peps/ title is python.org

2012-11-11 Thread Georg Brandl
Georg Brandl added the comment: Fixed with commit 11779150cf87 in the peps repo. May need a PEP addition or PEP title change to trigger, but it's too minor to force that right now. -- nosy: +georg.brandl resolution: -> fixed status: open -

[issue14215] http://www.python.org/dev/peps/ title is python.org

2012-11-11 Thread Georg Brandl
Georg Brandl added the comment: @ Nick/Ezio: the catch was that the /dev/peps/ directory is handled in addition to /dev/peps/pep-/, which always had a nice title. For all PEPs, four files are generated (although it seems sufficient to have two), while for /dev/peps/, only body.html was

[issue16470] Backport set and dictionary comprehensions in tutorial to 2.7

2012-11-14 Thread Georg Brandl
Georg Brandl added the comment: We don't use versionadded/changed directives in the tutorial. (There was only one until 2 minutes ago, which was misplaced in any case.) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue16478] Fix division in tabnanny

2012-11-15 Thread Georg Brandl
Georg Brandl added the comment: Well, sounds reasonable since we're working with an integer number of spaces :) -- ___ Python tracker <http://bugs.python.org/is

[issue16484] Missing/broken documentation redirect for http://docs.python.org/library/xml.etree.ElementTree

2012-11-16 Thread Georg Brandl
Georg Brandl added the comment: The redirect is not the problem. The page never existed. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue16

[issue16143] Building with configure option "--without-doc-strings" crashes first time through PyUnicode_DecodeUTF8Stateful

2012-11-18 Thread Georg Brandl
Changes by Georg Brandl : -- priority: release blocker -> critical ___ Python tracker <http://bugs.python.org/issue16143> ___ ___ Python-bugs-list mai

[issue16528] 3.2 docs not updating on docs.python.org

2012-11-22 Thread Georg Brandl
Georg Brandl added the comment: That's correct. "Documenting Python" is in the devguide now; feel free to remark this somewhere. -- ___ Python tracker <http://bugs.pyt

[issue16528] 3.2 docs not updating on docs.python.org

2012-11-22 Thread Georg Brandl
Georg Brandl added the comment: 3.2 is still in maintenance, but the docs are not rebuilt daily for any past stable version, whether they are in maintenance or not. Maybe it's not such a big deal at all? -- ___ Python tracker

[issue1286] fileinput, StringIO, and cStringIO do not support the with protocol

2012-11-25 Thread Georg Brandl
Georg Brandl added the comment: It would be a new feature, and as such forbidden to add in maintenance releases. -- ___ Python tracker <http://bugs.python.org/issue1

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