Georg Brandl added the comment:
Fixed in the docs as r58270.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Thanks, committed in r58281.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Extended and committed in r58282.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
assignee: -> georg.brandl
keywords: +patch
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1219>
__
Georg Brandl added the comment:
Thanks, committed in r58281. (I reordered the encoding section a bit.)
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Thanks, committed in r58281.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
assignee: -> barry
nosy: +barry
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1221>
__
___
Python-bugs-list mailing li
Changes by Georg Brandl:
--
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1529018>
_
___
Python-bugs-list mailing li
Georg Brandl added the comment:
Fixed in r58312, by inserting "number" between RFC and 88.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://
Georg Brandl added the comment:
This is a bug tracker, not a discussion forum. Please go to the
comp.lang.python newsgroup.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://
Georg Brandl added the comment:
The raise statement without any arguments re-raises the last raised
exception, complete with traceback, see
http://docs.python.org/dev/reference/simple_stmts.html#the-raise-statement.
Therefore your usage of the raise statement is incorrect; you should
always
Georg Brandl added the comment:
To generalize, almost all public PySys_* functions aren't documented yet.
--
nosy: +georg.brandl
title: Document PySys_GetObject() -> Document PySys_* API functions
__
Tracker <[EMAIL PROTECTED]>
<http:
Georg Brandl added the comment:
This should now be fixed in r58368.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Done as part of r58369.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Applied in r58375, thanks!
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Committed as r58376.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
There's more to allowing \ at the end of a raw string: if you do that,
the raw string will end at the first quote character which is the same
as the opening one, so you can't put such a quote character into a raw
string anymore. At the moment, you can, b
Changes by Georg Brandl:
--
versions: +Python 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1276>
__
___
Python-bugs-list mailing list
Unsubs
Changes by Georg Brandl:
--
resolution: -> duplicate
status: open -> closed
superseder: -> Text.edit_modified() fails
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
In fact, the error is not a typo, but a glitch in latex2html's handling
of "--". It's already corrected in the 2.5 branch and needs no
correction in later branches.
--
nosy: +georg.brandl
resolution: -> out of date
Georg Brandl added the comment:
Since the PEP is now withdrawn, I updated Neal's patch to the trunk and
added the env variable as well as the sys module value, including
documentation.
--
priority: low -> normal
Added file: http://bugs.python.org/file8567/no-pyc-f
New submission from Georg Brandl:
This makes the str8 constructor accept the same kinds of types as the
bytes constructor. I had to fix instances of str8("abc") to str8(b"abc")
to make tests pass again. The only remaining failure should be test_str
-- the string test suit
Georg Brandl added the comment:
Thanks, fixed in r58545, r58546 (2.5).
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Attaching a new patch; this one passes regrtest -R:: of test_io without
apparent reference leaks.
--
assignee: georg.brandl -> gvanrossum
Added file: http://bugs.python.org/file8577/wr.diff
__
Tracker <[EMAIL PRO
Changes by Georg Brandl:
--
keywords: +patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1307>
__
___
Python-bugs-list mailing list
Unsubs
Georg Brandl added the comment:
Fixed in r58590.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Committed r58602.
--
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1061>
__
___
Python-bugs-li
Georg Brandl added the comment:
I'll perhaps find some time today to try and make the tests useful and
consistent again.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Georg Brandl added the comment:
Committed to Py3k as r58603.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
resolution: -> fixed
status: open -> closed
superseder: -> add offset to mmap
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Makes sense to me.
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1286>
__
___
Python-bugs-list
New submission from Georg Brandl:
This fixes a few places where PyInt_Check and PyLong_Check are used
redundantly, and where the checks must be changed now that there's only
PyLong.
--
assignee: gvanrossum
files: long_check.diff
keywords: patch, py3k
messages: 56685
nosy: georg.b
Georg Brandl added the comment:
Okay, somebody seems to have started this, so I won't interfere for now.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1303>
__
_
Georg Brandl added the comment:
Committed r58617.
--
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1316>
__
___
Python-bugs-li
Changes by Georg Brandl:
--
assignee: -> vsajip
nosy: +vsajip
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1321>
__
___
Python-bugs-list mailing li
Georg Brandl added the comment:
Okay, committed in r58640.
Gregory wrote this in test_bytes:
# I've started porting some of those into buffer_tests.py, we should port
# the rest that make sense (the code can be cleaned up to use modern
# unittest methods at the same time).
--
s
Changes by Georg Brandl:
--
status: open -> pending
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1077>
__
___
Python-bugs-list mailing list
Uns
Changes by Georg Brandl:
--
status: pending -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1753371>
_
___
Python-bugs-list mailing li
Changes by Georg Brandl:
--
status: pending -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1077>
__
___
Python-bugs-list mailing list
Uns
Georg Brandl added the comment:
Fixed in r58651 for 2.6.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
You're right, fixed that in r58675.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1287>
__
___
Python-bugs-list mailing
Georg Brandl added the comment:
Having explicit support for sets at least would be consistent with all
other types for which there is a display form.
(Or else, {1,2,3} could be a different thing after unpickling if the set
builtin is overwritten.)
--
nosy: +georg.brandl
Georg Brandl added the comment:
No, the text is correct, but the example is misleading -- I now changed
it to
>>> fib(0)
>>> print fib(0)
None
which should make the difference between using and not using print clearer.
--
nosy: +georg.brandl
Georg Brandl added the comment:
Thanks, this is already fixed in SVN and will be live after a rebuild of
the 2.5 docs (which will happen with the pending release of 2.5.2...)
--
nosy: +georg.brandl
resolution: -> out of date
status: open ->
Georg Brandl added the comment:
Thanks, this is already fixed in SVN and will be live after a rebuild of
the 2.5 docs (which will happen with the pending release of 2.5.2...)
--
nosy: +georg.brandl
resolution: -> out of date
status: open ->
Georg Brandl added the comment:
Agreed.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Georg Brandl:
--
assignee: -> effbot
nosy: +effbot
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1773632>
_
___
Python-bugs-li
Georg Brandl added the comment:
Agreed, this is unusable in its current form.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> pending
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Restore bug title.
--
nosy: +georg.brandl
title: sgmllib _convert_ref UnicodeDecodeError exception, new in 2. -> sgmllib
_convert_ref UnicodeDecodeError exception, new in 2.5
_
Tracker <[EMAIL PROTECTED]&
Georg Brandl added the comment:
os.lstat is in fact an alias for os.stat on Windows.
Corrected the docs in r58745, r58746 (2.5).
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://
Changes by Georg Brandl:
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1355>
__
___
Python-bugs-list mailing list
Unsubs
Georg Brandl added the comment:
You should be able to close it yourself now :)
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
It is, and this is also documented that way now.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1364>
__
___
Python-bugs-list
Georg Brandl added the comment:
I saw the merge commit and that it missed Doc/, and I feared this. :D
But, having caused most of this mess, I'll sort it out right now.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Georg Brandl added the comment:
Okay, resolved and committed in r58752.
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
I noted that too, should be in the repos now.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1370>
__
___
Python-bugs-list
Georg Brandl added the comment:
I've submitted a new bug in the meta tracker.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1352>
__
___
Python-bugs-
Georg Brandl added the comment:
The patch's changes to typeobject.c are already in the PEP3137 branch
(but without the "this is buggy" comment), the others are not.
--
nosy: +georg.brandl
_
Tracker <[EMAIL PROTECTED]>
&l
Georg Brandl added the comment:
Guido, didn't you fix something about 0-termination in a DecodeUnicode
function recently? I can't seem to find the commit now though...
--
assignee: loewis -> gvanrossum
nosy: +gvanrossum
__
Tracker <
Changes by Georg Brandl:
--
assignee: -> gvanrossum
nosy: +gvanrossum
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1184>
__
___
Python-bugs-li
Georg Brandl added the comment:
Committed r58814.
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1098>
__
Georg Brandl added the comment:
Is this a successor or a companion to #1026?
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Georg Brandl:
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1385>
__
___
Python-bugs
Georg Brandl added the comment:
Fixed in r58921.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
I'm sorry, this is no bug. List multiplication works by referencing,
there is no way to implement it differently in a straightforward way.
Note that in
>>> [a[:]] + [a[:]]
the expression "a[:]" is evaluated twice, yielding two independent
Georg Brandl added the comment:
I think you misunderstood the meaning of "accepted" in our tracker
- it may mean "I confirm that this is a bug" somewhere else, here it means
"patch accepted".
--
nosy: +georg.brandl
__
Tra
Georg Brandl added the comment:
Please discuss that in the meta tracker (see the "report tracker
problem" link in the sidebar).
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.p
Georg Brandl added the comment:
Closing as invalid.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
assignee: -> loewis
nosy: +loewis
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1418>
__
___
Python-bugs-list mailing li
Georg Brandl added the comment:
Fixed in revisions 4 and 5 of the pydotorg repository.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
I don't think you can have raw bytes (rb"..." etc.) literals.
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://b
Changes by Georg Brandl:
--
assignee: -> janssen
nosy: +janssen
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1419>
__
___
Python-bugs-li
Georg Brandl added the comment:
Martin, Guido: I think you misunderstand the patch description: it
doesn't make tokenize process bytes instead of bytes, but makes it
tokenize the new b"..." literals instead of the old u"..." literals.
__
Georg Brandl added the comment:
It used to be the tracker at http://pydotorg.python.org/, but the
PythonWebsiteCreatingNewTickets Wiki page says it's disabled...
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Changes by Georg Brandl:
--
assignee: -> doerwalter
nosy: +doerwalter
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1444>
__
___
Python-bugs-li
Georg Brandl added the comment:
Shouldn't the account be closed?
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1446>
__
___
Georg Brandl added the comment:
Sorry, but you're confusing the os.popen* functions with the
popen3.popen* functions. (That they both exist, and return the handles
in different orders is a mess, but it is documented correctly.)
--
nosy: +georg.brandl
resolution: -> invalid
stat
Georg Brandl added the comment:
Thanks, this is fixed in the development docs now (r58445).
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Thanks, this is now documented (r59164).
--
nosy: +georg.brandl
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Thanks, this is now fixed in the development docs (r59165).
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
I've now removed mention of PyXML from the docs (r59166).
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Georg Brandl:
--
resolution: -> duplicate
status: open -> closed
superseder: -> Exception in pstats print_callers()
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl added the comment:
Added the constant in r59172.
The behavior is way too special though to warrant a change to builtin
open().
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTE
Changes by Georg Brandl:
--
assignee: -> loewis
nosy: +loewis
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1285>
__
___
Python-bugs-list mailing li
Changes by Georg Brandl:
--
type: rfe -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1282>
__
___
Python-bugs-list mailing list
Uns
Georg Brandl added the comment:
Okay, this new patch takes care of test_pyclbr, test_inspect and
test_weakref.
test_unittest is a bit hard:
previously, calling loadTestsFromName with the name of a method would
create a test that runs that test case with that method being the test
method. With
Georg Brandl added the comment:
Got test_typechecks too - the test is simply not applicable anymore.
Added file: http://bugs.python.org/file8801/py3k_remove_unbound_3.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Okay, got test_descr too -- the problem was introduced by the patch
itself :)
Added file: http://bugs.python.org/file8802/py3k_remove_unbound_4.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Georg Brandl:
Removed file: http://bugs.python.org/file8800/py3k_remove_unbound_2.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1493>
__
___
Changes by Georg Brandl:
Removed file: http://bugs.python.org/file8801/py3k_remove_unbound_3.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1493>
__
___
Georg Brandl added the comment:
I think it is correct -- normally the __get__ call gets a second
argument of C.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Georg Brandl:
--
keywords: -rfe
type: -> rfe
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1391>
__
___
Python-bugs-list mailing li
Changes by Georg Brandl:
--
keywords: -rfe
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1342>
__
___
Python-bugs-list mailing list
Unsubs
Georg Brandl added the comment:
Fixed in r59180.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Fixed in r59181.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Georg Brandl:
This patch restores old behavior of str.translate() and adds the
str.maketrans() static method. Docs and tests will follow if this is the
right way to go.
--
assignee: gvanrossum
files: str-maketrans.diff
messages: 57823
nosy: georg.brandl, gvanrossum
New submission from Georg Brandl:
Perhaps it would be good to move the rest of classobject.c into
methodobject.c after that.
--
assignee: -> gvanrossum
nosy: +gvanrossum
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
With pleasure.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Note though that the "new" module was deprecated once...
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1497>
__
___
Py
Georg Brandl added the comment:
Okay, checked in as r59205.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
201 - 300 of 5257 matches
Mail list logo