Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue15925>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Added to release clone as eede0bf3ceac.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Thanks, fixed in b8b5ef366bdc.
--
___
Python tracker
<http://bugs.python.org/issue15969>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Fixed in release clone as b907f99272c5.
--
status: pending -> closed
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Done.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue16022>
___
___
Python-bugs-list mailing list
Un
Changes by Georg Brandl :
--
assignee: -> pitrou
___
Python tracker
<http://bugs.python.org/issue16035>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Can you provide a stacktrace?
--
___
Python tracker
<http://bugs.python.org/issue16035>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Not a blocker then.
--
priority: release blocker -> normal
resolution: -> invalid
status: open -> pending
___
Python tracker
<http://bugs.python.or
Georg Brandl added the comment:
Looks serious enough, yes.
--
___
Python tracker
<http://bugs.python.org/issue16046>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Transplanted to ff50579241cd.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
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.
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
Georg Brandl added the comment:
Applied: d23eb81bd482.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
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
Georg Brandl added the comment:
Ah yes, I missed those as well.
--
___
Python tracker
<http://bugs.python.org/issue16069>
___
___
Python-bugs-list mailin
Changes by Georg Brandl :
--
versions: -Python 3.3
___
Python tracker
<http://bugs.python.org/issue9374>
___
___
Python-bugs-list mailing list
Unsubscribe:
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: -
Changes by Georg Brandl :
--
resolution: -> duplicate
status: open -> closed
superseder: -> changing sidebar links in http://docs.python.org/
___
Python tracker
<http://bugs.python.or
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue16089>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Georg Brandl added the comment:
Pygments is now updated to 1.5pre.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
Georg Brandl added the comment:
Are you serious?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue16106>
___
___
Python-bugs-list mailin
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue3636>
___
___
Python-bugs-list mailing list
Unsubscri
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/
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue8525>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue7336>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue3022>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue1598083>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
assignee: georg.brandl -> ezio.melotti
___
Python tracker
<http://bugs.python.org/issue8401>
___
___
Python-bugs-list mai
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
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>
___
___
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
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
Georg Brandl added the comment:
Restarted. Let's see if this is reproducible.
--
resolution: -> fixed
status: open -> pending
___
Python tracker
<http://bugs.python.
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
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
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
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 :)
--
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
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
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
Georg Brandl added the comment:
Very simple? You're changing most of the code there.
--
___
Python tracker
<http://bugs.python.org/issue14625>
___
___
Pytho
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
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
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
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
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
Changes by Georg Brandl :
Removed file: http://bugs.python.org/file27745/versionswitcher.5.patch
___
Python tracker
<http://bugs.python.org/issue8040>
___
___
Python-bug
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
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>
___
___
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.
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
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
Georg Brandl added the comment:
Thanks Yury for the work!
--
___
Python tracker
<http://bugs.python.org/issue8040>
___
___
Python-bugs-list mailing list
Unsub
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
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
Georg Brandl added the comment:
Agreed.
--
status: pending -> open
___
Python tracker
<http://bugs.python.org/issue12901>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue12901>
___
___
Python-bugs-
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
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
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
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
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
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
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
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
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
Changes by Georg Brandl :
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue21045>
___
___
Python-bugs-list
Georg Brandl added the comment:
yes, this seems bad enough for inclusion in security releases.
--
___
Python tracker
<http://bugs.python.org/issue21082>
___
___
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
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
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
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
Georg Brandl added the comment:
Yep, thanks for the reminder.
--
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
LGTM without having tested it.
--
___
Python tracker
<http://bugs.python.org/issue21240>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Thanks!
--
___
Python tracker
<http://bugs.python.org/issue21286>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
assignee: docs@python -> larry
nosy: +larry
___
Python tracker
<http://bugs.python.org/issue21314>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue21520>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Looks all good to me.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue21528>
___
___
Python-bugs-list mailin
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
Georg Brandl added the comment:
you WILL pick up, of course.
--
___
Python tracker
<http://bugs.python.org/issue8243>
___
___
Python-bugs-list mailing list
Unsub
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>
___
___
Georg Brandl added the comment:
Well, it's entirely logical to follow our own policies :)
--
___
Python tracker
<http://bugs.python.org/issue21671>
___
___
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
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue1207589>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
resolution: -> works for me
status: open -> pending
___
Python tracker
<http://bugs.python.org/issue16354>
___
___
Python-bugs-
Georg Brandl added the comment:
Please submit a patch.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue16413>
___
___
Python-bugs-list m
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
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 -
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
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
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
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
Changes by Georg Brandl :
--
priority: release blocker -> critical
___
Python tracker
<http://bugs.python.org/issue16143>
___
___
Python-bugs-list mai
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
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
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
3201 - 3300 of 5257 matches
Mail list logo