Georg Brandl added the comment:
Will it be backported?
--
nosy: +georg.brandl
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1755179>
_
___
Pyth
Georg Brandl added the comment:
Well, the cmp() docs say that
cmp(x, y) is "zero if ``x == y``", so at least the docs must be changed
to explain the new behavior (which I can't specify).
--
nosy: +georg.brandl
__
Tracker <[EMAIL
Georg Brandl added the comment:
If there's a new "pyvm" module, there are a few things in sys that
should be moved there, I expect.
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://b
Georg Brandl added the comment:
Are you sure that the exact command line works in a Windows shell?
Python does no processing on the string, it just hands it to the
platform system() function, so if MS decided that to work different from
a command prompt there's nothing we can do
Changes by Georg Brandl:
--
assignee: -> georg.brandl
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1269>
__
___
Python-bugs-li
Changes by Georg Brandl:
--
resolution: -> fixed
status: open -> closed
superseder: -> IDLE - cursor color configuration bug
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
superseder: -> Rename __builtins__ to __root_namespace__?
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1774369>
_
___
Georg Brandl added the comment:
I agree.
--
___
Python tracker
<http://bugs.python.org/issue12301>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Basically, :class:`!Foo` has no advantage over ``Foo``. The no-linking syntax
is really only there for completeness, but I would prefer the plainer and
easier to read (in source) ``Foo``.
For files, :file: really only has an advantage if you do something with
Georg Brandl added the comment:
Can you please give ANY information on what exactly you were installing, and
what the exception was? Otherwise this report is useless.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
And which version, exactly? Which file, downloaded from where?
--
___
Python tracker
<http://bugs.python.org/issue13000>
___
___
Changes by Georg Brandl :
--
title: unlabelled balls in boxes -> itertools: unlabelled balls in boxes
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
The only resonable fix to make would be removal from the distribution.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12
Georg Brandl added the comment:
Looks good to me. Did you get commit rights already?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12
Georg Brandl added the comment:
I don't think this is important enough. It's now a class anyway in 3.3+.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
I think you're mistaking a closed connection with "no data available".
Small demo that this works as intended:
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.connect(('localhost', 1234))
>&g
Georg Brandl added the comment:
I had forwarded this to Raymond, and he replied:
The itertools module code is correct.
The "equivalent" is only approximately correct
I don't consider it to be a bug -- it is an implementation detail in an
illustration.
--
nosy
Georg Brandl added the comment:
Thanks!
--
assignee: -> brian.curtin
nosy: +brian.curtin, loewis
___
Python tracker
<http://bugs.python.org/issue13000>
___
_
Georg Brandl added the comment:
Well, this is for Raymond to decide.
--
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue13003>
___
___
Pytho
Georg Brandl added the comment:
I don't think the help option needs to be documented, it will document itself.
An additional suggestion is to catch errors on tokenizing and exiting with a
non-zero exit status in these cases.
--
___
Python tr
Georg Brandl added the comment:
I would say this looks good now.
--
___
Python tracker
<http://bugs.python.org/issue12943>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Closing as per python-dev discussion.
--
nosy: +georg.brandl
status: languishing -> closed
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
I vote for plugging the refleak and keeping the function non-static.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
Both hunks look reasonable.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13019>
___
___
Python-bug
Georg Brandl added the comment:
Looks correct but awkwardly indented.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13015>
___
___
Pytho
Georg Brandl added the comment:
Could you please stop putting these unrelated links into your posts? It is
really annoying. Thanks.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
3.1 because it won't have any effect; it's in security-fix mode.
For 2.7 go ahead.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
No, it's not, it's how Sphinx works. Use :class:`.time` to refer to the
datetime class.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
You also have to think about command-line apps like Mercurial that need to be
snappy. For those guys, a lot of added startup time is a big deal -- one of
the reasons Matt Mackall hates thinking about a Python 3 port is that Python
3(.2) startup time is
Georg Brandl added the comment:
Nobody said 3.2 was not stable...
--
___
Python tracker
<http://bugs.python.org/issue13122>
___
___
Python-bugs-list mailin
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13183>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
If we add something at all, it should be much shorter. After all, the current
doc already states "unique during its lifetime".
--
nosy: +georg.brandl, rhettinger
priority: normal -> low
___
Python t
Georg Brandl added the comment:
2.x docs are supposed to be built with Sphinx 0.6.x -- there the link is
correct.
If Ubuntu chooses to ignore this and build with 1.0.x, they will have to
include a patch fixing the link.
--
nosy: +georg.brandl
resolution: -> invalid
status: o
Georg Brandl added the comment:
If you think it's fine to change this behavior, then yes :)
--
___
Python tracker
<http://bugs.python.org/issue1548891>
___
___
Georg Brandl added the comment:
If they aren't public, they should get an underscore.
All our API functions are either public or private; all public ones should be
documented.
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Making sure we don't forget that :)
--
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org
Georg Brandl added the comment:
This should be fixed; the patch doesn't seem correct though, it doesn't handle
escapes like eval() would.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Two comments:
* The new parameter to __init__ should be added at the end of the parameter
list.
* A documentation update would be nice.
--
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
No, it's not.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12875>
___
___
Python-bugs-list m
Changes by Georg Brandl :
--
assignee: georg.brandl -> docs@python
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issue13421>
___
___
Python-
Georg Brandl added the comment:
Definitely; this will just serve to create more confusion for beginners over
what a Unicode string is:
unicodestring.encode('unicode') <- WTF?
--
nosy: +georg.brandl
resolution: -> rejected
status
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue12277>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
The mapping "unicode" -> "utf-8" is simply not defined unambiguously, in
addition to being factually wrong. For example, when Microsoft talks about
Unicode they mean UTF-16.
--
__
Georg Brandl added the comment:
So does the accuracy outweigh using a Python function to call the actual clock
function? (and usuable -> usable)
--
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Patch seems fine to me.
--
___
Python tracker
<http://bugs.python.org/issue13120>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Please propose a concrete new styling for the warnings; I think that should be
done regardless of the other points.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
I agree with Benjamin.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13526>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Alex: IMO the operator support is only required for complex "literals".
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
I don't really like the combination of the left bar and the background color.
What about making the left bar thicker, and leaving out the background color?
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
I don't see a good reason to change this.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13610>
___
___
Georg Brandl added the comment:
@OP: As you yourself wrote, this is an abort, not a segfault. It is not a
crash; it is a controlled exit of the Python executable.
@Benjamin: I don't really understand your reasoning: what is preventing Python
to raise the error during the except c
Georg Brandl added the comment:
Why?
--
___
Python tracker
<http://bugs.python.org/issue13644>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
Removed message: http://bugs.python.org/msg150226
___
Python tracker
<http://bugs.python.org/issue13644>
___
___
Python-bugs-list m
Georg Brandl added the comment:
> Nothing, but that would be pointless; the recursion would just start again.
Why?
--
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Would it?
--
___
Python tracker
<http://bugs.python.org/issue13644>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
"an object is true" is a short way of saying "bool(obj) is True". So the docs
match the behavior.
Returning the actual object instead of True/False from the "in" operator is a
feature request.
--
assignee: docs@pytho
Georg Brandl added the comment:
Well, usually what you want *is* a boolean indicating whether the element is in
the collection or not.
Being able to overload "in", mostly for metaprogramming purposes, is a request
that probably nobody thought of when implementing "in&quo
Georg Brandl added the comment:
I don't understand this comment:
+#TODO: add more complicated tests, which might almost compile
Also, please don't use docstrings for the test methods because of unittest's
"feature" to display them instead of the test metho
Georg Brandl added the comment:
It's defined that way because it's a slot returning a bool, so it doesn't need
to return anything except for 0 or 1.
Changing this to return a PyObject would mean that every extension module (i.e.
module written in C) that defines a custom __c
Georg Brandl added the comment:
I've never really had a hand in pootle.python.org; it was set up by Martin and
Robert Lehmann, and Sandro Tosi also wanted to lend a hand...
--
nosy: +lehmannro, sandro.tosi
___
Python tracker
Georg Brandl added the comment:
The continually updated docs are built from the stable branches, whose version
remains at (e.g.) 2.7.2 until 2.7.3a1 is released, at which point the
continuous updating stops until 2.7.3 is final.
I don't think presenting docs with an alpha version o
Georg Brandl added the comment:
I would make comments out of the XXX, and if a whole section is just that XXX,
remove the section as well.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13
Georg Brandl added the comment:
Agreed.
--
___
Python tracker
<http://bugs.python.org/issue13716>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
assignee: -> loewis
nosy: +loewis
priority: normal -> high
title: bugs.python.org's Django settings file DEBUG=True ->
bugs.python.org/review's Django settings file DEBUG=True
___
Python tracker
<
Georg Brandl added the comment:
Sounds good.
--
___
Python tracker
<http://bugs.python.org/issue13122>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
+1 for "raw bytes", which reads much nicer to me than "bytes raw".
--
nosy: +georg.brandl
___
Python tracker
<http://bug
Changes by Georg Brandl :
--
stage: -> needs patch
title: add a casefold() method -> add a unicode.casefold() method
___
Python tracker
<http://bugs.python.org/i
New submission from Georg Brandl :
Add a flush keyword argument to print(), defaulting to False. If true, output
will be flushed immediately.
See http://mail.python.org/pipermail/python-ideas/2012-January/013340.html
--
assignee: georg.brandl
components: Interpreter Core
keywords
Georg Brandl added the comment:
There is a reason: we don't usually check the type of flag arguments; just
their truth value is used.
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Here is a patch.
One open question is whether failure in flush() should be reraised (as
implemented in the patch), or ignored (as in input()).
--
keywords: +patch
Added file: http://bugs.python.org/file24203/flush.patch
Georg Brandl added the comment:
One moment -- adding a new value to the os module looks like a new feature to
me. Is there any convincing reason why this needs to go to 3.2? (And it most
definitely shouldn't go to 3.1.)
--
___
Python tr
Georg Brandl added the comment:
Victor: you should have a look at <http://bitbucket.org/birkenfeld/hgcodesmell>.
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Well (speaking as the Sphinx developer here), I view it as legacy behavior that
type does not matter for non-intersphinx linking.
So the intersphinx behavior is the "correct" one, but we can't change the other
now because of compatibility.
But
Georg Brandl added the comment:
1. The class for read-only objects is called "StringI" (the one for read-write
objects is "StringO").
2./3. This is documented:
http://docs.python.org/library/stringio#cStringIO.StringIO
These differences between StringIO and cStringIO
Georg Brandl added the comment:
Well, let's make it clear then. What about replacing the text-only
"Availability" with a directive that renders into a link that displays what the
individual values mean?
--
nosy: +georg.brandl
___
Georg Brandl added the comment:
I actually like the "cd Doc" inclusion; it makes it very clear what is going on.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
It's fine, yes.
--
___
Python tracker
<http://bugs.python.org/issue12249>
___
___
Python-bugs-list mailing list
Unsubsc
Georg Brandl added the comment:
Any Windows person going to review this one?
--
___
Python tracker
<http://bugs.python.org/issue12084>
___
___
Python-bugs-list m
Georg Brandl added the comment:
If it's a minor cleanup and not a bugfix, why should it go into a branch that
receives bugfixes only?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
I don't think our policy is that strict, i.e. I wouldn't revert the change if
it was already committed. But it's a bit slippery, and I'd rather have no
behavior-changing "cleanups" end up in 3.2 originating in good intention
Georg Brandl added the comment:
Same here.
--
___
Python tracker
<http://bugs.python.org/issue11975>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Sounds blocker-ish enough to me.
--
___
Python tracker
<http://bugs.python.org/issue12291>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
This is not a Sphinx glitch: that's where these classes are defined.
(Plus, dependencies work the other way round.)
--
dependencies: -Fix referencing of built-in types (list, int, ...)
nosy: +georg.brandl
___
P
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue12298>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Why is any module directive needed anyway?
--
___
Python tracker
<http://bugs.python.org/issue11975>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Well, then a different way of linking to them must be used.
--
___
Python tracker
<http://bugs.python.org/issue12298>
___
___
Georg Brandl added the comment:
You can put an anchor and use :ref:.
--
___
Python tracker
<http://bugs.python.org/issue12298>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
> http://tauday.com/
And I thought putting "dx" directly next to the integral sign was audacious...
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.pytho
Georg Brandl added the comment:
Is this done then?
--
___
Python tracker
<http://bugs.python.org/issue12090>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Any reviewers?
--
___
Python tracker
<http://bugs.python.org/issue12291>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Can the 3.2 part of this be resolved this weekend?
--
___
Python tracker
<http://bugs.python.org/issue9516>
___
___
Python-bug
Georg Brandl added the comment:
Well, this looks correct then.
--
___
Python tracker
<http://bugs.python.org/issue12290>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
It doesn't need to; this branch is inactive at the moment.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org
Georg Brandl added the comment:
Eric is right. I don't see the patch when reading "hg log" output, or looking
up revisions given by "hg annotate".
--
___
Python tracker
<http:
Georg Brandl added the comment:
Can we get this committed for 3.2.1 then?
--
___
Python tracker
<http://bugs.python.org/issue12291>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Thanks!
--
___
Python tracker
<http://bugs.python.org/issue12291>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
435eec7b41f0 transplanted to 3.2 in 4e0c1128cda2.
--
versions: -Python 3.2
___
Python tracker
<http://bugs.python.org/issue12
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue12475>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
Yep. It's no surprise that you can crash Python by abusing the gc module, or
the ctypes module, or ...
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Python tra
Georg Brandl added the comment:
This is a duplicate of #11272, which will be fixed in 3.2.1.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> input() has trailing carriage return on windows
___
Pytho
301 - 400 of 5257 matches
Mail list logo