Georg Brandl added the comment:
Ping -- is this something you want in 3.2, Kristjan?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue8
Georg Brandl added the comment:
Sounds like a good idea to me.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10180>
___
___
Python-bug
Georg Brandl added the comment:
What would be the use case for that?
--
___
Python tracker
<http://bugs.python.org/issue10180>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Are you sure this needs to be a warning? We try to use them very sparingly.
(Also note the 3-space indent for reStructuredText markup.)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue4
Georg Brandl added the comment:
+1 for adding at least the info the symtable knows (this is already done in one
of the branches in that function that raises a SyntaxError).
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Committed remaining changes from patch in r85840. Thanks!
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I don't think we'll do anything about this message in 2.x -- in 3.x you get a
clear TypeError anyway if you mix str and bytes.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
__
Changes by Georg Brandl :
--
Removed message: http://bugs.python.org/msg76444
___
Python tracker
<http://bugs.python.org/issue4402>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Ah. I tried the other combination :)
--
___
Python tracker
<http://bugs.python.org/issue1772788>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
I will have a go at the profiler situation.
I imagine the following: deprecate the cProfile module, and provide both
profiler classes from the profile module -- e.g. as PythonProfile and CProfile,
and provide Profile = PythonProfile. (From cProfile.py
Changes by Georg Brandl :
--
priority: normal -> low
___
Python tracker
<http://bugs.python.org/issue10200>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
LGTM, if you verified that the label "debugger" is not in use at the moment.
--
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Fixed in r85849, r85850, and the third one isn't a typo.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10199>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
I don't think that comma is an error; it's more a stylistic issue. You could
write it with and without, and both are correct. (Remember that TOOWTDI does
absolutely not apply to natural languages.)
--
Georg Brandl added the comment:
If you do a full build, you'll get a warning; however, currently documents that
reference a label will not be recognized as out of date when that label changes
or is removed.
--
status: pending -> open
__
Changes by Georg Brandl :
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5688>
___
___
Python-bugs-
Georg Brandl added the comment:
Seems to have been changed in 2.6 and 2.7 already.
--
nosy: +georg.brandl
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Changes by Georg Brandl :
--
resolution: -> wont fix
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue4828>
___
___
Python-bugs-list
Georg Brandl added the comment:
Added in r85856.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Closing following Giampaolo's suggestion.
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Python tracker
<http://bugs.python
Georg Brandl added the comment:
Oh, sorry. Shouldn't do too many things at once.
Well, I think there aren't many webbrowsers that come as a .com file, for
example. And as Amaury shows, the patch can't be applied as is anyway.
--
nosy
Georg Brandl added the comment:
Michael: ping? Will you do this before beta1?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue7
Georg Brandl added the comment:
+1
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10214>
___
___
Python-bugs-list mailing list
Unsub
Changes by Georg Brandl :
--
assignee: georg.brandl ->
___
Python tracker
<http://bugs.python.org/issue7351>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Applied after review in r85873. (Please make sure your patches don't have
trailing whitespace.)
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python
Changes by Georg Brandl :
--
Removed message: http://bugs.python.org/msg119757
___
Python tracker
<http://bugs.python.org/issue7351>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Applied after review in r85874. (Please make sure your patches don't have
trailing whitespace.)
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
The tests pass for me, and the patch looks good except for a stray change to
Condition objects.
--
___
Python tracker
<http://bugs.python.org/issue8
Georg Brandl added the comment:
Well, that change would be fine by me, it was just not explained anywhere in
the patch. So if it's going to be documented (with versionchanged etc.), just
leave it in.
--
___
Python tracker
<http://bugs.py
Georg Brandl added the comment:
Two comments:
* The return value of wait() isn't documented well. What is the significance
of the returned index, i.e. what does distinguish it from a randomly selected
one in range(parties)?
* get_parties() and is_broken() should be properties (wa
Georg Brandl added the comment:
Committed in r85876.
--
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Looks good to me now, I think you can commit it.
--
___
Python tracker
<http://bugs.python.org/issue8777>
___
___
Python-bug
Georg Brandl added the comment:
Thanks for the catch!
--
___
Python tracker
<http://bugs.python.org/issue7351>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
a) I already removed the whitespace before committing. The pre-commit hook
wouldn't even allow committing that.
b) I don't think constant refusal to submit a patch in the way we request earns
you a place in the acknow
Georg Brandl added the comment:
Let's try with the patch. r85893.
(I'm afraid the pre-commit hook still rejected the file after applying the
patch.)
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> pending
___
Pytho
Georg Brandl added the comment:
I can only repeat myself and point to
<http://www.nerdcore.de/wp/2010/10/19/stephen-frys-message-to-grammer-nazis/>.
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in r85907.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
I fixed that bug in Sphinx rev 49747f5b0c70 (which I will push as soon as
bitbucket is up again); incremental build now works for me.
--
versions: +Python 3.3 -Python 3.2
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
In r85910, I ported the Python-specific modules in tools/ so that they don't
need to be 2to3-converted.
Now you can basically easy_install Sphinx on 3.1 and run its sphinx-build
without touching the Doc/
Changes by Georg Brandl :
--
assignee: d...@python -> orsenthil
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue10226>
___
___
Python-bugs-lis
Georg Brandl added the comment:
I think this is correct: it is the new behavior after the fix for #754016 was
committed.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
Thanks, fixed in r85914.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
After applying the patch, it builds fine here and the test suite passes.
However, it seems to leak quite a bit -- if I run regrtest with -R::, my system
starts swapping heavily after the second run.
In lzmamodule, there are lots of API calls that aren't
Georg Brandl added the comment:
Nope, these files run just as fine in Python 2.
--
___
Python tracker
<http://bugs.python.org/issue10224>
___
___
Python-bug
Georg Brandl added the comment:
(The usual build process via Makefile still uses Python 2, and that won't
change for 3.2.)
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Yes, definitely no externally maintained modules.
--
___
Python tracker
<http://bugs.python.org/issue6715>
___
___
Python-bug
Georg Brandl added the comment:
That's for Senthil to rephrase as intended :)
--
___
Python tracker
<http://bugs.python.org/issue10226>
___
___
Python-bugs-l
Changes by Georg Brandl :
--
resolution: -> duplicate
status: open -> closed
superseder: -> tarfile touches directories twice
___
Python tracker
<http://bugs.python.or
Georg Brandl added the comment:
Well, obviously only the first link works (does for me too), the second needs
to have a version filled in :)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10
Changes by Georg Brandl :
--
nosy: -georg.brandl, georg.brandl
___
Python tracker
<http://bugs.python.org/issue1346238>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
I agree, this shouldn't be a blocker.
--
priority: deferred blocker -> critical
___
Python tracker
<http://bugs.python.org
Georg Brandl added the comment:
LGTM.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10255>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
If you look at the commit, you'll see that I already added that newline.
Thanks anyway :)
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Right. Fixed in r86134. Thanks :)
--
___
Python tracker
<http://bugs.python.org/issue9919>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Fixed in r86157.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue10293>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
I'm sorry, the actual revision is r85970. Why should it be irrelevant for
other branches?
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
I always to the backports batched for these minor and docs fixes.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
Why shouldn't global function doctests be runnable?
--
___
Python tracker
<http://bugs.python.org/issue7061>
___
___
Pytho
Georg Brandl added the comment:
Thanks, fixed in r86189.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
You can ignore those under Doc/tools; they are neither part of the distribution
and nor installed.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
OK, I added a "source" role in r86256. It can be used as Alex showed:
either like :source:`ast module Python source code `
(with an explicit link title)
or like :source:`Lib/ast.py`
(where the link title is the file name).
--
resolution: -
Georg Brandl added the comment:
+1 for the feature. However, tokenize.open() sounds a bit unspecific. But I
don't really have better suggestions; open_cookie() is wrong too, since it
doesn't open cookies :)
--
nosy: +georg.brandl
Georg Brandl added the comment:
Right. Let's make -f ignore leading [...] in the file :)
--
___
Python tracker
<http://bugs.python.org/issue10347>
___
___
Georg Brandl added the comment:
trunk is no longer active. The real "trunk" is the py3k branch, which does
have test_rlcompleter.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
___
Python tracker
<htt
Georg Brandl added the comment:
I agree that 3.2 should eventually be independent of a 2.x Python. Since the
"port to 3.x" part of Sphinx 1.1 is basically done, I might just do an early
alpha release and use that for Doc/tools before
Georg Brandl added the comment:
A result from IRC is that to be consistent with normal sets, only TypeErrors
coming from ref() should be caught, but not those TypeErrors from the actual
membership test (i.e. the hash functioon of the value).
--
assignee: -> rhettinger
n
Georg Brandl added the comment:
sys.exc_traceback is deprecated, please use sys.exc_info(). Also note that
this tracker is not a place to get help; the python-list mailing list (a.k.a.
comp.lang.python newsgroup) is the right place for that.
--
nosy: +georg.brandl
resolution
Georg Brandl added the comment:
I agree and will add a print-media stylesheet.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10
Changes by Georg Brandl :
--
assignee: -> lukasz.langa
nosy: +lukasz.langa
___
Python tracker
<http://bugs.python.org/issue10387>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
Removed file: http://bugs.python.org/file19577/unnamed
___
Python tracker
<http://bugs.python.org/issue9312>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Yes, please apply.
--
___
Python tracker
<http://bugs.python.org/issue9312>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
It is indeed what Hirokazu suggested: there were two ".. class:: ZipFile"
entries in the docs. I've added ":noindex:" now to one of them in r86425.
--
resolution: -> fixed
status: open -> closed
___
Georg Brandl added the comment:
Collin: I doubt Christian will do much about this anymore :)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue1625
Georg Brandl added the comment:
Thanks, done in r86432.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Eric: any :mod: role never affects the index. Only the module directive does.
Otherwise, I concur that it's not mandatory to mark up every occurrence of the
module name, but it's nice in sectio
Georg Brandl added the comment:
Same for a4.
--
priority: release blocker -> deferred blocker
___
Python tracker
<http://bugs.python.org/issue8746>
___
___
Py
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue10396>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10401>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Good, but please wait until after the a4 freeze.
--
___
Python tracker
<http://bugs.python.org/issue10260>
___
___
Python-bug
Changes by Georg Brandl :
--
assignee: -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue10416>
___
___
Python-
Changes by Georg Brandl :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue10426>
___
___
Python-bugs-list
Georg Brandl added the comment:
Documenting Unicode C APIs is now tracked in #10435.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
superseder: -> Document unicode C-API in reST
___
Python tracker
<http://bug
Georg Brandl added the comment:
I tend to agree with David. Especially since calling base class methods also
uses the explicit class name.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
> However, what you wrote is imprecise and confused me when I first read
> it (I thought you meant that self.f() didn't work!).
Well, it doesn't work in the specific case he mentioned of calling from anothe
Georg Brandl added the comment:
Please mention the issue number in the commit message when applying patches or
bugfixes.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
+1 to all. What about the best of both worlds: "MODULE REFERENCE"?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.o
Changes by Georg Brandl :
--
keywords: +3.2regression
___
Python tracker
<http://bugs.python.org/issue11288>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
The divmod() part of the patch is wrong: assertAlmostEqual does not support
tuple arguments.
The test succeeds because it first does an exact equality check, which
apparently is true on your platform. But if it wasn't, you'd get TypeErrors.
Also,
Georg Brandl added the comment:
Reading "clear and copy are not supported by bytearray": shouldn't they be?
("sort" probably really makes no sense on bytearrays.)
--
___
Python tracker
<http:
Georg Brandl added the comment:
(2) would be my choice. (1) *should* be true, but this is a change in the test
semantics. (3) would be feature creep and I don't think it's a good idea.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Yes, that looks good now.
--
___
Python tracker
<http://bugs.python.org/issue11015>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Yes, it should be discussed on python-dev.
--
___
Python tracker
<http://bugs.python.org/issue10516>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Does this need to be backported?
--
___
Python tracker
<http://bugs.python.org/issue11222>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Backported to 3.1 in r88556, and 2.7 in r88564.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
In any case, this issue can be closed.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue10516>
___
_
Georg Brandl added the comment:
Thanks, fixed in r88571.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Backported to 3.1 in r88560, 2.7 in r88568.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue
Georg Brandl added the comment:
Backported to 3.1 in r88562, 2.7 in r88569.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
701 - 800 of 5257 matches
Mail list logo