Changes by Georg Brandl :
--
assignee: georg.brandl -> haypo
___
Python tracker
<http://bugs.python.org/issue11032>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
If this helps with hanging, okay to commit. (It doesn't have any effect on
non-OSX anyway.)
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Good to go.
--
___
Python tracker
<http://bugs.python.org/issue11053>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
I'd really like someone else to throw a pair of eyes at the code changes before
it is committed.
But yes, I will allow this into rc2, and we'll buy some stabilizing time by
adding an rc3 to the cycle.
--
Changes by Georg Brandl :
--
Removed message: http://bugs.python.org/msg127391
___
Python tracker
<http://bugs.python.org/issue9124>
___
___
Python-bugs-list m
Georg Brandl added the comment:
I'd really like someone else to throw a pair of eyes at the code changes before
it is committed.
But yes, I will allow this into rc2, since a completely broken module isn't
really what a minor releas
Georg Brandl added the comment:
The new test is faulty; it appears to be specific to the timezone of the patch
submitter.
The library fix should go in nevertheless, if you could add a correct test,
Alexander, it would be great.
--
priority: normal -> release bloc
Georg Brandl added the comment:
With issue10845_mitigation.diff applied, Antoine's patch is no longer necessary?
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Looks like Antoine agreed, so this should be fine to go in.
--
___
Python tracker
<http://bugs.python.org/issue10845>
___
___
Changes by Georg Brandl :
--
assignee: -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue11056>
___
___
Python-
Changes by Georg Brandl :
--
assignee: -> ned.deily
nosy: +ned.deily
title: Python 2.7.1 Idle Segmentation Fault OS X (10.6.6) -> Python 2.7.1 Idle
traceback on OS X (10.6.6)
___
Python tracker
<http://bugs.python.org/i
Changes by Georg Brandl :
--
priority: release blocker -> critical
___
Python tracker
<http://bugs.python.org/issue10845>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Thanks, applied in r88258.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
I fixed two instances of missing HTML escaping and committed as r88261. The
code should be checked thoroughly for more such missing escaping.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11051>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
I haven't started yet actually releasing, so this got in as r88263.
--
nosy: +georg.brandl
resolution: -> fixed
___
Python tracker
<http://bugs.python.org
Georg Brandl added the comment:
Please do.
--
___
Python tracker
<http://bugs.python.org/issue10680>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Please do.
--
___
Python tracker
<http://bugs.python.org/issue11069>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
I was just told about typo and grammar fixes though :)
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
I agree with Raymond: whoever puts in 95% of work for a single document should
have artistic license over the style.
I also don't complain if people use a different indentation style in module
docs they write (but I reserve the right to use mine if I
Georg Brandl added the comment:
Yes, this can go in.
--
assignee: georg.brandl -> belopolsky
___
Python tracker
<http://bugs.python.org/issue11081>
___
___
Py
Georg Brandl added the comment:
Because I don't think porting every change immediately is worth my time when I
can do it much faster in mass-merges.
I know other developers do this differently, but since I use svnmerge to do my
mass-merges, there won't be any falling thro
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue11087>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
And what about those "collection" ABCs that aren't collections? These are at
least
* Hashable
* Callable
* ByteString
* Iterator
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.pyt
Georg Brandl added the comment:
Sure, a change to 3.2 is out of the question anyway right now.
--
___
Python tracker
<http://bugs.python.org/issue10918>
___
___
Georg Brandl added the comment:
Senthil, could this be a regression of the recent urllib transfer-encoding
changes?
--
assignee: -> orsenthil
nosy: +georg.brandl, orsenthil
priority: normal -> deferred blocker
___
Python tracker
Georg Brandl added the comment:
That would seem correct to me.
--
___
Python tracker
<http://bugs.python.org/issue11082>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
It is also a question whether to disallow str explicitly, instead of letting it
go through the Iterable check.
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
3.2.1 should be fine.
--
___
Python tracker
<http://bugs.python.org/issue11089>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Alex: If the node attributes were not mutable, it would be extremely awkward,
not to say inefficient, to mutate an already existing AST as returned by
ast.parse().
The AST objects in the _ast module aren't what Python works with internally,
anyway.
Georg Brandl added the comment:
I do think that "list.sort() method of a list" is a bit too much.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Either one of these fixes (I prefer Brett's since it's shorter) should make it
into 3.2.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Then let us do that.
Senthil, what about urlencode of bytes values returning a str?
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
I would prefer just letting the tests fail. Disabled tests are usually
forgotten, and never re-enabled.
--
___
Python tracker
<http://bugs.python.org/issue10
Georg Brandl added the comment:
No need to bump the version, it can go into 3.2.1. But seeing the history of
this case, I don't want to play around here before 3.2 final.
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Me too.
--
___
Python tracker
<http://bugs.python.org/issue8>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Thanks, fixed in r88364.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Fixed in r88365.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8691>
___
__
Georg Brandl added the comment:
Same here: can't test it, but if you test it successfully and the installer
runs, this is good for 3.2.
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Thanks, fixed in r88366.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Same here: can't test it, but if you test it successfully and the installer
runs, this is good for 3.2.
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
> The traceback from email.generator is unfortunate. I should have
> message_from-string reject non-ASCII input with a clear error message
> like mailbox.add does now, but I didn't think of it. I will see if
> the release manager will let me
Georg Brandl added the comment:
I'm sure Martin has now carefully checked all the remaining slots and these
three are the last ones to be added :)
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
Looks good.
--
___
Python tracker
<http://bugs.python.org/issue11135>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue11154>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Victor: I don't see an API change here. A ValueError is raised in both cases,
and error messages are not part of the API. (And BTW, you may call me Georg.)
Senthil: I'd like the documentation change to be a bit more explicit that a
string is alway
Georg Brandl added the comment:
In fact, most of the functions are documented. (Mark S. apparently referred to
the "What's new" document when talking about "documented" functions.)
Missing are:
PyAST_CompileEx (because PyAST_Compile wasn't docume
Georg Brandl added the comment:
Hmm, is "except Exception" the right thing to use here? The "finally" before
executed for really all exceptions.
Otherwise, this can go in.
--
___
Python tracker
<http://bug
Georg Brandl added the comment:
I still find "user-specified encoding" unclear. This can be addressed at a
different time though.
Your exception message is missing a space between "bytes" and "or"; otherwise
this is ok to commit.
--
Changes by Georg Brandl :
--
assignee: -> giampaolo.rodola
nosy: +giampaolo.rodola
priority: normal -> high
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
That is my opinion as well.
--
___
Python tracker
<http://bugs.python.org/issue11171>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Thanks!
--
___
Python tracker
<http://bugs.python.org/issue6>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
This would be nice to fix in 3.2; however, since SimpleHTTPServer is not meant
to be used in production, and it's not a regression, I will not hold up the
release schedule for it. I'd need to see a patch for deciding.
--
priority: relea
Georg Brandl added the comment:
Lowering priority and making a doc issue now that the code change has been made.
--
components: +Documentation -Library (Lib)
priority: deferred blocker -> normal
___
Python tracker
<http://bugs.python.org/issu
Changes by Georg Brandl :
--
assignee: kbk -> ned.deily
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue1028>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Lowering priority.
--
priority: deferred blocker -> critical
___
Python tracker
<http://bugs.python.org/issue11197>
___
___
Py
New submission from Georg Brandl :
This function apparently is not available in all readline versions; e.g. the
GNU readline 5.2 currently installed on dinsdale.
This can be fixed (together with the unconditional reliance of test_distutils
and test_zipfile on zlib) after 3.2 final
Georg Brandl added the comment:
I don't think so -- it's a very minor deviation from the spec and not a
critical bug.
--
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
BTW, it would be nice to know if this behavior was consistent with the docs at
any time (the merge of the AST branch in 2.5 might be an obvious candidate
where it was broken).
Also interesting would be what other implementations of Python do
Georg Brandl added the comment:
This looks like it should (and could) go into 3.2 final. Agreed?
--
nosy: +barry, benjamin.peterson, georg.brandl
priority: normal -> release blocker
status: closed -> open
___
Python tracker
<http://bugs.p
Georg Brandl added the comment:
OK. Sébastien, could you make and attach a complete patch?
--
___
Python tracker
<http://bugs.python.org/issue941346>
___
___
Georg Brandl added the comment:
Committed in r88426.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue941346>
___
___
Python-bugs-lis
Georg Brandl added the comment:
Committed to py3k in r88430.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/is
Changes by Georg Brandl :
--
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue11220>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
It's not easy to reproduce this without the full list of decimals.
Do you have a nonstandard decimal Context set?
What is the result if you put the LC into a function, i.e.
def f(L):
return [(x<=y) for x,y in zip(L, L[1:])]
print
Changes by Georg Brandl :
--
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issue11222>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
Antoine, do you agree? I don't want waves of AIX changes going into 3.2 now...
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
And voila:
>>> from numpy import bool_
>>> bool_
Case closed, I guess :)
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http:/
Georg Brandl added the comment:
The "Notes on availability" bullet list at the top of
docs.python.org/library/os should already say everything that there is to say
here...
--
nosy: +georg.brandl
resolution: -> works for me
status: op
Georg Brandl added the comment:
Committed as r88438. Thanks!
Please indicate how much of this needs to be backported to 2.7 and 3.1.
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Committed as r88439 in py3k.
--
priority: release blocker -> critical
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Okay, committed to py3k in r88440. Does this need backporting?
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Sounds like a blocker to me. Martin, will you be able to provide a patch
before final?
--
___
Python tracker
<http://bugs.python.org/issue11
Georg Brandl added the comment:
That's a good point, indeed.
--
___
Python tracker
<http://bugs.python.org/issue11233>
___
___
Python-bugs-list mailing list
Changes by Georg Brandl :
--
assignee: -> docs@python
components: +Documentation -None
nosy: +docs@python
stage: committed/rejected -> needs patch
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
OK, committed in r88443 (with error handling made more consistent).
BTW, the return from PyType_GenericAlloc isn't NULL-checked, which looks like a
potential crasher to me. Not release-critical though.
--
resolution: -> fixed
status: open -
Georg Brandl added the comment:
Why do you think this is a bug in Python as opposed to one in the script
parsing the .conf file?
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> pending
___
Python tracker
<http://bugs.p
Georg Brandl added the comment:
IMO the new format language was quite right to do away with redundant
specifiers, since "d" and "i" are completely equivalent.
--
assignee: -> eric.smith
nosy: +eric.smith, georg.brandl
__
Georg Brandl added the comment:
Quite a few docs still say "string" where in fact bytes are expected in Python
3.x; we're updating these as we go along.
--
assignee: -> docs@python
components: +Documentation -Library (Lib)
nosy: +docs@py
Changes by Georg Brandl :
--
type: crash -> behavior
versions: +Python 3.3
___
Python tracker
<http://bugs.python.org/issue11261>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
--
assignee: -> lukasz.langa
nosy: +lukasz.langa
___
Python tracker
<http://bugs.python.org/issue11252>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
--
keywords: +3.2regression
___
Python tracker
<http://bugs.python.org/issue11272>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
keywords: +26backport -patch
priority: -> normal
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2646>
__
_
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
priority: critical -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2548>
__
___
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
priority: -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2542>
__
___
Pyt
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
dependencies: +rename test_support to support
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2775>
__
_
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I'm -1 on complicating these simple functions. Raymond?
--
assignee: -> rhettinger
nosy: +georg.brandl, rhettinger
__
Tracker <[EMAIL PROTECTED]>
<http://bu
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Okay. I'm against making the argument keyword-only -- IMO keyword-only
arguments really should only be used in cases where their existence has
some advantage, like for max().
--
nosy: +g
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Okay, committed a matching patch in r63208. Thank you all!
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Raising priority.
--
nosy: +georg.brandl
priority: -> release blocker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
dependencies: +Patch to rename HTMLParser module to lower_case
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Queue has already been renamed in the meantime.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Closing as "won't fix".
--
resolution: -> wont fix
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
dependencies: +Patch to rename *Server modules to lower-case
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This probably won't be important anymore now that we have str.format()...
--
priority: normal -> low
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This seems to be fixed in current SVN.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
assignee: christian.heimes -> gvanrossum
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1762972>
_
_
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This has apparently been fixed now.
--
nosy: +georg.brandl
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I didn't want to imply that, but seeing that nobody cared about it for
so long I hadn't much hope for the future... ;)
_
Tracker <[EMAIL PROTECTED]>
<http://bug
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Keep one file per submodule, but rename them to the new names, and
update all references to the old name.
If the new toplevel package (http in this case) contains something,
there must be a new file for it.
--
nosy: +georg.
1201 - 1300 of 5257 matches
Mail list logo