Georg Brandl added the comment:
Because they got added *after* 3.2 was released?
--
___
Python tracker
<http://bugs.python.org/issue10516>
___
___
Python-bug
Georg Brandl added the comment:
Please add the revision number when fixing.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11232>
___
___
Georg Brandl added the comment:
Three comments:
* When changing configure.in, you also should regenerate configure. (Now done
in r88584).
* PyParse_off_t is a bad name for this function. It is not a new C API, so it
should be static, and therefore there is no need for the Py prefix
Georg Brandl added the comment:
Now it's clear that David is right -- what "c" refers to is defined in this
very sentence.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bu
Georg Brandl added the comment:
No -- but the question is if copy() and clear() mightn't be added to the
(mutable) sequence ABC if we make all builtin such sequences implement them.
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Removed things are also removed from the doc. I just committed as much as was
necessary to stop buildbot breakage, and notified Michael to take care of the
rest (which he did, by explaining I removed the wrong thing
Changes by Georg Brandl :
--
assignee: -> loewis
___
Python tracker
<http://bugs.python.org/issue11347>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
The -hl -> -h part seems correct though.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11347>
___
_
Georg Brandl added the comment:
Hmm, shouldn't self.__class__(self) be a good default implementation of copy()?
I'd expect any sequence to support this way of creation from another sequence,
even if it's inefficient.
--
___
Python
Georg Brandl added the comment:
This is a dupe of #1559549.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> ImportError needs attributes for module and file name
___
Python tracker
<http://bug
Georg Brandl added the comment:
I don't think this is wise, or necessary.
I'm not sure why you would treat an operator as callable; the tutorial
hopefully doesn't tell you such things.
--
nosy: +georg.brandl
resolution: -> rejected
stat
Georg Brandl added the comment:
+1.
--
___
Python tracker
<http://bugs.python.org/issue11388>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Georg Brandl added the comment:
Creating a minimal concrete subclass and testing with that would be the obvious
thing.
--
___
Python tracker
<http://bugs.python.org/issue11
Changes by Georg Brandl :
--
assignee: -> docs@python
components: +Documentation -XML
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issu
Changes by Georg Brandl :
--
title: xml.etree.ElementTree.Element should have a reference to parent ->
Document why xml.etree.ElementTree.Element has no reference to parent
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Thanks, fixed in f7e04a9566c4.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in 949a099a87ca. The detection of unused footnotes would be a docutils
thing, not a Sphinx thing.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Does this need any more action?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11338>
___
___
Python-bug
Georg Brandl added the comment:
Applied in e6d9a8e38cc8.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in 59e464a1bbf0.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed the built-in spelling in 13bc0511b3d3. I did not do the other change;
having two-level relative clauses is not really readable.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Georg Brandl added the comment:
This looks fine to me -- isn't it a mere stylistic issue?
--
___
Python tracker
<http://bugs.python.org/issue11412>
___
___
Georg Brandl added the comment:
Fixed in b630a135a86c.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in 3ec0a764ab5c.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in d9292abe80da.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in 6f861f98a3c5.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Since ] was in the list, I've added } as well. (It's never a bad idea to quote
] and } unconditionally.)
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
I made the c -> cls change in 88fe1ac48460. Some other fixes have already been
made in py3k (like removing the duplicate index keyword), and for the others I
completely agree with Raymond.
--
nosy: +georg.brandl
resolution: rejected ->
Georg Brandl added the comment:
The bug is actually in 3.1 and fixed in 3.2: special methods (those with
__underscore__ names) are supposed to be looked up on the class, not the
instance.
--
nosy: +georg.brandl
resolution: -> invalid
status: open ->
Changes by Georg Brandl :
--
keywords: +3.2regression
___
Python tracker
<http://bugs.python.org/issue11427>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
assignee: -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue11428>
___
___
Python-
Georg Brandl added the comment:
test the roundup hook
http://hg.python.org/cpythonb48aeb097432
--
nosy: +georg.brandl
title: test issue -> new commit
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
test the roundup hook again
http://hg.python.org/cpython/dfc4a58fc2d4
--
___
Python tracker
<http://bugs.python.org/issue2
Changes by Georg Brandl :
--
title: new commit -> Test issue
___
Python tracker
<http://bugs.python.org/issue2771>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
test the roundup hook another time
http://hg.python.org/cpython/65f5077e877b
--
___
Python tracker
<http://bugs.python.org/issue2
Georg Brandl added the comment:
test the roundup hook another time
http://hg.python.org/cpython/8f21aec26226
--
___
Python tracker
<http://bugs.python.org/issue2
Georg Brandl added the comment:
test the roundup hook another time
http://hg.python.org/cpython/cf074b297bf9
--
___
Python tracker
<http://bugs.python.org/issue2
Georg Brandl added the comment:
test the roundup hook another time
http://hg.python.org/cpython/502f0683b161
--
___
Python tracker
<http://bugs.python.org/issue2
Georg Brandl added the comment:
: test the refactored roundup hook.
http://hg.python.org/cpython/cd21195d07ca
--
___
Python tracker
<http://bugs.python.org/issue2
Changes by Georg Brandl :
--
status: closed -> open
___
Python tracker
<http://bugs.python.org/issue2771>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
finally fixing issue 2271: yay!
http://hg.python.org/cpython/add991f6527a
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue2
Changes by Georg Brandl :
--
Removed message: http://bugs.python.org/msg130321
___
Python tracker
<http://bugs.python.org/issue2271>
___
___
Python-bugs-list m
Changes by Georg Brandl :
--
nosy: -ezio.melotti, pitrou
___
Python tracker
<http://bugs.python.org/issue2771>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
finally fixing issue 2771: yay!
http://hg.python.org/cpython/440238c16a7a
--
resolution: invalid -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
The "PDF generator" is PDFLaTeX, whose range of Unicode characters is very
limited, so no, I can't fix it.
--
___
Python tracker
<http://bugs.pyt
Georg Brandl added the comment:
My vote would be that this is a new feature and therefore uneligible for 2.x.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
WFM then.
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11412>
___
__
Georg Brandl added the comment:
Sure, the repo can go private if deemed necessary. I still think this is not a
big deal anyway.
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
As I said, I'm not opposed to make the repo private. I don't need to convince
anyone. You sound like you're trying to change my opinion here.
--
___
Python tracker
<http://bugs.pyt
Georg Brandl added the comment:
Your interpretation was correct indeed. It's an email address we're talking
about here, which is necessarily a public bit of information, not a private one
like a Social Security or credit card number.
Anyway, the repo is now private, so nobody wi
Georg Brandl added the comment:
I would recommend to document the classes like all other classes. It may take
a bit more space, but it will be a) standard and b) linkable.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
Yes; then the table entries will link to the descriptions below.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
BTW: :meth:`x ` should not do anything different from :meth:`x`.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
Now there is :)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11629>
___
___
Python-bugs-list mailin
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11627>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Now that keyword support was introduced, I'd rather fix the documentation to
use the new name.
--
assignee: -> docs@python
components: +Documentation -Library (Lib)
nosy: +docs@python, georg.brandl
__
Georg Brandl added the comment:
I would provide this via another compile flag a la PyCF_ONLY_AST. If you give
only this flag, you get the original AST. If you give (e.g.)
PyCF_OPTIMIZED_AST, you get the resulting AST after the optimization stage (or
the same, if optimization has been
Georg Brandl added the comment:
Yeah, +1. I can't think of anything useful for "python -m subprocess" to do,
so let's just get rid of the "demo"s.
--
nosy: +georg.brandl
___
Python tracker
<
Georg Brandl added the comment:
And we all laughed :)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11678>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Sounds good to me, except for "Use *ast.__version__* to work across versions."
which is not quite clear.
While talking about version numbers, we should probably also document *what
changed* between those versions.
--
nosy: +ge
Georg Brandl added the comment:
This doesn't work as you show. What you probably meant was something like this:
class InterfaceBase(type):
...
Interface = InterfaceBase('Interface', (), {})
class IFoo(Interface):
...
which you can just as well do by using normal m
Georg Brandl added the comment:
When we do document types, their constructors and methods should also be
documented. This is a valid request.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
This should go to the meta-tracker,
http://psf.upfronthosting.co.za/roundup/meta/.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
I would have to say that this looks hardly a trivial speed patch, and chances
are we cannot guarantee 100% behavior compatibility with the pure-Python
version.
If you disagree with these two points, then I'm okay with it goi
Georg Brandl added the comment:
Yes, this is a duplicate.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> "python -m unittest " does not run any tests
___
Python tracker
<http://bugs
Georg Brandl added the comment:
I can't judge if the functionality is needed, but I don't think the option
should be called "attach" if all it does is input() somewhere...
--
nosy: +georg.brandl
___
Python tracker
<
Georg Brandl added the comment:
Can y'all please accept the limitation to latin-1? Like Marc-Andre says, the
more "exotic" the examples, the less likely it is that users reading the HTML
can display it anyway.
--
___
Python
Georg Brandl added the comment:
Jason, that the dl module requires sizeof(int) == sizeof(char *) does not mean
that it (or we) thinks this to be true on every platform. Rather, the module
is written in a way that requires this equality, and rather than crashing it
does this check beforehand
Georg Brandl added the comment:
Not sure why you would prefer an unstable, unreleased hg trunk version to a
stable, released one.
And as you've seen, Python 2 and Python 3 are quite different things.
As for dl failing on build, you've already stated that it does *not* build,
tog
Georg Brandl added the comment:
The point is, all gratuitous changes to such branches are a nuisance to the
release manager who decides what needs to go into a security release.
Also, doc changes in 2.6 are almost completely gratuitous, since the docs are
never again built and put online
Georg Brandl added the comment:
I'm going to state this one again: missing modules are *NOT* a build failure.
It is pretty common to not install a certain library (or headers for them), if
you don't need/want the Python module using it. (And editing Modules/Setup to
add mo
Georg Brandl added the comment:
I'd go as far and say it is a duplicate. :)
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> Fix intersphinx-ing of built-in types (list, int, ...)
___
Python
Georg Brandl added the comment:
Reclassifying as documentation issue. I was certain we had something about
this in the tutorial, but couldn't find it with a quick look.
It is in the FAQ ("how do I create static class data"), but that's not an
obvious place to look.
Georg Brandl added the comment:
Sure, Wednesday will be fine.
--
___
Python tracker
<http://bugs.python.org/issue11335>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Not sure I understand your issue here. How should "1 in y" get at
X.__contains__ given the special method lookup rules? The __getattr__ is not
called since y.__contains__ isn't looked up.
--
nosy
Georg Brandl added the comment:
Reopening, it makes sense to have everything available for linking.
(Even if they are quite obscure attributes.)
--
nosy: +georg.brandl
status: closed -> open
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Sorry, I can't see anything wrong here (with FF 4.0 too). Can you attach a
screenshot?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
(And subsequently cc10b010f40b. I agree with Benjamin.)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12
Georg Brandl added the comment:
Martin?
--
___
Python tracker
<http://bugs.python.org/issue11347>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issue11347>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
In MinidomTest.tearDown, the majority of the code seems to be for the stdlib
version, yet you remove the whole method. Can you elaborate?
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
+1 to the guidance, and to adding it to the doc style chapter.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11
New submission from Georg Brandl :
Sounds very good to me.
One small thing: in the first para of "Audience", there's a "talk down them"
which looks funny to me in this word order.
One question: I could imagine wording like "this is rarely needed" instead
Georg Brandl added the comment:
And I sincerely hope we don't have any docs that say "if you don't know what
this is, you don't need it" instead of an explanation :)
--
___
Python tracker
<http:
Georg Brandl added the comment:
Thanks for the patch!
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Why is this still open, and more importantly, why is it a release blocker?
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
Martin, you're probably the only one who can fix this in reasonable time
anyway. So I'd not let it block 3.2.1.
(If all else fails, you can give the Windows build the correct identification
manually, right?)
--
priority: release blocker -
Georg Brandl added the comment:
I trust this patch does the right thing -- can you apply it before the rc this
weekend?
--
___
Python tracker
<http://bugs.python.org/issue9
Georg Brandl added the comment:
-1 on backporting.
--
___
Python tracker
<http://bugs.python.org/issue11802>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Well, Victor still wanted to backport it.
--
___
Python tracker
<http://bugs.python.org/issue10756>
___
___
Python-bugs-list m
Changes by Georg Brandl :
--
priority: release blocker -> deferred blocker
___
Python tracker
<http://bugs.python.org/issue11614>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Sounds reasonable. How will this work on Windows?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12
Georg Brandl added the comment:
It's quite a large patch... :)
I now own a new laptop that had Windows 7 preinstalled, so I'll try to get set
up VC++ Express, and then test the patch. Still I'm nosying Martin as well.
For the future, it's much easier to just attach bot
Georg Brandl added the comment:
No warnings, please. See
http://docs.python.org/documenting/style.html#affirmative-tone and related
sections.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12
Georg Brandl added the comment:
The Last-Modified date should tell you just the same, without any arbitrary
version numbers that don't have a meaning in hg.
And behold, the Last-Modified date already links to the hg page for this PEP,
from where you can select the "file log"
Georg Brandl added the comment:
Brian, do you think you'll be able to finish this for 3.2.1?
If we do fix it, we'd need a second rc (not a problem for me).
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
And most importantly, what would it do if the .dll is not found? What can it
do, other than present a message box "Cannot find pythonXY.dll, exiting."
--
nosy: +georg.brandl
___
Python trac
Georg Brandl added the comment:
No, it's not too late -- rc2 is shifted to next weekend.
--
___
Python tracker
<http://bugs.python.org/issue12090>
___
___
Georg Brandl added the comment:
Closing as "won't fix".
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Python tracker
<http://b
801 - 900 of 5257 matches
Mail list logo