Georg Brandl added the comment:
I see. I don't want to make your life miserable, so let's make a compromise
and keep it for 3.4.1, and Debian will have to patch it locally for 3.4.0.
--
resolution: -> rejected
status: open -> closed
__
Georg Brandl added the comment:
What a waste indeed. After all, when I want to search I only ever want one
single match to be displayed.
--
___
Python tracker
<http://bugs.python.org/issue15
Georg Brandl added the comment:
The only problem I can see is that "print" uses the console encoding.
For files and str(), the comment is correct for Python 2.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.o
Changes by Georg Brandl :
--
versions: -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue16042>
___
___
Python-bugs-list mailing list
Unsub
Changes by Georg Brandl :
--
assignee: docs@python -> ezio.melotti
nosy: +ezio.melotti
___
Python tracker
<http://bugs.python.org/issue20740>
___
___
Python-
Georg Brandl added the comment:
Would have been nice to do this also on 3.3 branch...
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue20
Georg Brandl added the comment:
Until 3.4, the docs are meant to be built with the Sphinx versions checked out
by "make".
Someone might want to port the fix for 1.1.x on the default branch if they are
interested.
--
___
Python trac
Georg Brandl added the comment:
Strange, the "deprecated" marker seems to have crept in in revision
20aec9f34598 -- I don't see it in the 2.5 docs.
Since Martin is the module author and probably maintainer, I would say this was
an accident.
--
nosy: +georg.brandl
title
Georg Brandl added the comment:
Not quite fixed yet: this will happen with any build using sphinx1.1, which is
supposed to be supported now.
--
status: closed -> open
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Just in time for 3.3.5...
--
___
Python tracker
<http://bugs.python.org/issue20731>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Hmm, I can't reproduce here with 1.1.3. Can someone build the tip docs locally
with Sphinx 1.1.3 and try to reproduce?
--
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
That looks ok to me.
--
___
Python tracker
<http://bugs.python.org/issue19619>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
No change for 3.3.
--
resolution: -> wont fix
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
This needs to be fixed for 3.3.5rc2.
--
___
Python tracker
<http://bugs.python.org/issue20731>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
This is fixed now, right?
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Both this backport and #20404 will make it into 3.3.5rc2.
--
___
Python tracker
<http://bugs.python.org/issue19619>
___
___
Pytho
Georg Brandl added the comment:
It's coming.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue20838>
___
___
Python-bugs-lis
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue20814>
___
___
Python-bugs-list mailing list
Unsubscrib
Georg Brandl added the comment:
Agreed.
--
nosy: +georg.brandl
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue20761>
___
___
Python-
Georg Brandl added the comment:
Thanks for your patience. I believe I have addressed all issues raised.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue15
Georg Brandl added the comment:
I think this should be sufficient.
--
___
Python tracker
<http://bugs.python.org/issue20090>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
The policy is clear, no API additions in micro releases (the only exceptions
should be made for security issues).
--
nosy: +georg.brandl
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Can this be closed?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue19627>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Patch looks good and is ready to commit. Py3k seems to have been fixed
already.
--
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
resolution: -> accepted
___
Python tracker
<http://bugs.p
Georg Brandl added the comment:
Yes, Sphinx should use longtables now where appropriate.
--
___
Python tracker
<http://bugs.python.org/issue2977>
___
___
Pytho
Georg Brandl added the comment:
Thanks, fixed in r73938.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I reworded the paragraph a bit in r73939.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
OK, fixed this in r73940, r73941, r73942.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed both instances in r73943.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: georg.brandl -> gvanrossum
nosy: +gvanrossum
___
Python tracker
<http://bugs.python.org/issue1921>
___
___
Python-
Georg Brandl added the comment:
I moved the constants' description into the nl_langinfo() description
and clarified their use in r73945.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python
Changes by Georg Brandl :
--
assignee: georg.brandl -> jnoller
___
Python tracker
<http://bugs.python.org/issue6269>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
The "PyInit_" prefix is only to be used in Python 3, it is part of PEP 3121.
Please revert changes to trunk/2.6 that assume the "PyInit_" name.
--
nosy: +georg.brandl
___
Python tracker
<
Georg Brandl added the comment:
Retro, you still won't give up, will you?
--
status: pending -> closed
___
Python tracker
<http://bugs.python.or
Georg Brandl added the comment:
ISTM that structseq should have been a tuple subclass anyway. Isn't it
advertised as some sort of "tuple with attribute access"?
--
___
Python tracker
<http://bugs.py
Georg Brandl added the comment:
Patch looks good, committed with test in r74020.
--
assignee: christian.heimes -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Actually popen() isn't documented anymore in the 3.1 docs. However, I
don't know about the "real" deprecation status. Benjamin?
--
assignee: georg.brandl -> benjamin.peterson
nosy: +benjamin.peterson
___
Georg Brandl added the comment:
I moved the link target to the "built-in functions" section in r74021.
For the other issue, I wanted to restructure the builtins docs anyway
for a long time, this will be part of it.
--
resolution: -> fixed
status: o
Georg Brandl added the comment:
Since this will be handled by Sphinx, it is not an issue for this tracker.
--
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I'm not sure which items you refer to. The only unlinked items I see
are some with subterms, where the parent term has no index entry.
--
resolution: -> works for me
status: open -> pending
___
Python tra
Georg Brandl added the comment:
Thanks, fixed in r74022.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
New submission from Georg Brandl :
Thanks, committed in r74028.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
That is not really a documentation for the function, but a pointer to a
section in which there is no documentation for popen.
--
___
Python tracker
<http://bugs.python.org/issue6
Georg Brandl added the comment:
Very true. Since there was no indication that the previous version was
faulty, reverted in r74029.
--
___
Python tracker
<http://bugs.python.org/issue6
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue6487>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Thanks, fixed in r74074.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74075.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74076.
--
resolution: accepted -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r74077.
--
assignee: effbot -> georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
First, the second bug isn't a bug since that restriction has been lifted
in Python 3.
The original issue occurs because open() for text modes imports the
"locale" module. This is kind of nasty, because calling open() is well
within wha
Georg Brandl added the comment:
As I explained on python-ideas, 'single' should not be tried.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.
Changes by Georg Brandl :
--
priority: normal -> critical
___
Python tracker
<http://bugs.python.org/issue6509>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Georg Brandl :
--
assignee: georg.brandl -> michael.foord
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue6515>
___
___
Python-
Changes by Georg Brandl :
--
assignee: georg.brandl -> barry
nosy: +barry
___
Python tracker
<http://bugs.python.org/issue6521>
___
___
Python-bugs-list mai
Changes by Georg Brandl :
--
assignee: -> michael.foord
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue6514>
___
___
Python-bugs-list mai
New submission from Georg Brandl :
This patch should fix leaking "it" in some error conditions. Christian,
can you please review?
--
assignee: christian.heimes
components: Extension Modules
files: select-refleak.diff
keywords: patch
messages: 90804
nosy: christian.heimes, ge
Georg Brandl added the comment:
Metoo :) Go ahead.
--
___
Python tracker
<http://bugs.python.org/issue6423>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
This behavior is not a bug - when setting the locale, string.lowercase
and friends are augmented by whatever the locale considers uppercase and
lowercase letters, as byte strings. This will lead to decoding errors
when these strings are combined with Unicode
Georg Brandl added the comment:
Thanks, fixed in r74167.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed the trivial stuff in r74184. Leaving open for the suggested rewrite.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue6
Georg Brandl added the comment:
Looks good to me.
--
___
Python tracker
<http://bugs.python.org/issue6548>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Indeed :)
Fixed in r74194.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This seems to be normal when using an UTF-8 locale. For (e.g.) 'de_DE'
string.lowercase is changed here, for 'de_DE.utf-8' it isn't.
--
resolution: -> wont fix
status: open -> closed
__
Georg Brandl added the comment:
Added index entries in r74200.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks for the report, I fixed the references (and a few to compile())
in r74205.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r74206; the online version should be updated soon.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I made an exhaustive search for all builtins; should now be fixed in
r74207. Thanks for making me do it properly :)
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
The 2.6 one looks fine to me; 3.2 is correctly marked as in development
there.
I don't care about 3.0; it's not supported anymore.
--
resolution: -> works for me
status: open -> closed
___
Pytho
Georg Brandl added the comment:
Argh, of course it's even more important to point to the current version
for 3.0... fixed in r74208.
--
___
Python tracker
<http://bugs.python.org/i
Changes by Georg Brandl :
--
___
Python tracker
<http://bugs.python.org/issue6579>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/m
Changes by Georg Brandl :
--
___
Python tracker
<http://bugs.python.org/issue6579>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/m
Georg Brandl added the comment:
The 2.6 one looks fine to me; 3.2 is correctly marked as in development
there.
Added the section to 3.0 branch in r74208.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.p
Georg Brandl added the comment:
(Sorry for my confusion, reopening.)
--
assignee: georg.brandl -> eric.smith
nosy: +eric.smith
resolution: works for me ->
status: closed -> open
___
Python tracker
<http://bugs.python.o
Georg Brandl added the comment:
Sounds like this is an awesome piece of work!
Since the patch is obviously a very large piece and will be hard to
review, may I suggest releasing the new engine as a standalone package
and spreading the word, so that people can stress-test it? By the time
2.7
Georg Brandl added the comment:
Thanks, fixed in r74252.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, committed in r74253.
--
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74254.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74256.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74297, backported to 3.1 in r74298.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
These functions are new in Python 2.6; they do not appear in the Python
2.5 docs.
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74333, will be merged to the other branches eventually.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Benjamin is listed as the section author.
--
assignee: georg.brandl -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
I'm not sure which "enumerated part" you mean. Can you propose a patch?
--
___
Python tracker
<http://bugs.py
Georg Brandl added the comment:
Thanks, fixed in r74334.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This is already in planning; Sphinx will grow a webapp system that also
allows suggestions for changes.
--
resolution: -> later
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
There will be comments for each function/class etc., as well as a
feature to suggest a change for the proper text of a section.
--
___
Python tracker
<http://bugs.python.org/issue6
Georg Brandl added the comment:
Try list(genexp) instead of [listcomp] in 2.x and see what happens...
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue6
Georg Brandl added the comment:
Attached patch confirmedly fixes this. Will commit as soon as svn is
back up.
--
assignee: -> georg.brandl
keywords: +patch
nosy: +georg.brandl
Added file: http://bugs.python.org/file14679/pdb-fix.diff
___
Pyt
Georg Brandl added the comment:
No idea, actually. I just wanted to point out that it is nothing
specific to Python 3.
--
___
Python tracker
<http://bugs.python.org/issue6
Georg Brandl added the comment:
That's a good question :)
A quick test shows that exec() does honor coding cookies in code given
as a bytestring, so simply changing to open(..., "rb") should be fine.
--
___
Python tracker
<http
Georg Brandl added the comment:
Thanks, fixed in r74365.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r74366, and merged back to 3.1 branch in r74367.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74398.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I agree that it's a bug. Letting Benjamin decide whether to put it in
3.1.1 :)
--
assignee: theller -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.or
Georg Brandl added the comment:
Thanks, fixed in r74544.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I made a compromise in r74545: 'utf-8' is now used as an example to
demonstrate the statement Marc-Andre cited.
--
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Thanks, fixed in r74546.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r74547.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r74548.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue6677>
___
__
Georg Brandl added the comment:
At the moment, I still have to review and merge the SoC branch, so don't
expect visible changes to happen within a few weeks.
--
___
Python tracker
<http://bugs.python.org/i
3801 - 3900 of 5257 matches
Mail list logo