Georg Brandl <[EMAIL PROTECTED]> added the comment:
Did you want to close this, Sean?
--
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
That was fixed by Raymond in 64365.
--
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Yes, this is under consideration.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3341>
___
_
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I don't like the name "os.stats". The os module is already so full of
constants and functions that one could argue the few from stat won't
hurt anymore :)
___
Python tracker
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65035.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Committed in r65036, thanks!
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65037.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Committed patch in #1608818 in r65037.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65038.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This behavior is inherited from the C-level fopen() and therefore
"normal text mode" is whatever that defines.
Is this really nowhere documented?
___
Python tracker <[EMAI
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Why deprecate the functions then?
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2874>
___
_
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, fixed in r65039.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I disagree. An ideal machine is not useful in practice, so any assertion
about it isn't helpful.
In that light, the snippet is correct in saying that if execution of a
snippet is done enough times, the lowest value is a lowe
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, fixed in r65040.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Closing as a duplicate of #3262, which seems to be active.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<h
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in 2.6 r65041, and 3k r65043.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, committed a similar patch in r65048.
--
resolution: -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I've backported the fix to the 2.5 branch. This will go live with the
release of 2.5.3.
For those who do not want to use the released documentation we do offer
the 2.6 documentation under development under http://docs.python.org/d
Georg Brandl <[EMAIL PROTECTED]> added the comment:
None yet. :(
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3341>
___
___
Python-bugs
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
assignee: -> pje
nosy: +pje
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3401>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This is another "problem" due to the fact that parameter defaults are
evaluated once during function definition, not every time the function
is called. This is expected and will not change.
--
nosy: +georg.b
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed docs in r65099.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
May even be too late for 2.6. :)
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1513299>
___
Georg Brandl <[EMAIL PROTECTED]> added the comment:
That is true. Barry might not want to allow a large catch-all patch; but
since those changes are not adding new features, simple small ones can
certainly get in before beta3.
___
Python tracker &
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Reopening. For reference, the revision in which Raymond supposedly fixed
this is r39305.
--
nosy: +georg.brandl
priority: normal -> critical
status: closed -> open
___
Python tra
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I can replace those too.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1513299>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This is expected. (Most of) the content of Python 2's urllib and urllib2
modules is now in the urllib.request submodule. Look at the
documentation in http://docs.python.org/dev/3.0/library/urllib.request
for more details.
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I'm sorry, my use of "supposedly" was wrong here.
___
Python tracker <[EMAIL PROTECTED]>
<http:
Georg Brandl <[EMAIL PROTECTED]> added the comment:
OK, I nixed the "simple" uses of map(None, a).
___
Python tracker <[EMAIL PROTECTED]>
<http://bug
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Yes, but you can also post them here, I'll fix it ASAP.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, committed in r65111.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I see. The CHM file includes some old files that weren't cleaned up
after the urllib and urllib2 modules were removed. This should be fixed
for the coming releases.
___
Python tracker <[E
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Barry, this looks useful and shouldn't be at all disruptive even after
beta2. May I check it in?
--
assignee: -> barry
nosy: +barry, georg.brandl
___
Python tracker <[EMAIL
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65123. Thanks!
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65130.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Applied in r65131.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Applied in r65132.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
For reference, here is the output of the pdb session:
[EMAIL PROTECTED] ~/devel/python> ./python Lib/pdb.py Lib/idlelib/idle.py
> /home/gbr/devel/python/Lib/idlelib/idle.py(1)()
-> try:
(Pdb) break multicall.py:300
***
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65133.
--
assignee: loewis -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, fixed in trunk in r65135, will be merged to Py3k automatically.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PR
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Bob, do you know how to fix this?
--
assignee: -> bob.ippolito
nosy: +bob.ippolito, georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
priority: -> high
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3321>
___
___
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Added a note in r65136, thanks.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Closing as invalid.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
This is not a bug, see this thread:
http://mail.python.org/pipermail/python-3000/2008-July/014328.html
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Your patch works, so I applied it and added a test in sandbox r65137.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PR
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Duplicate of #3334.
--
resolution: -> duplicate
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, fixed in r65138.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Added info in r65139.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
At least the 2.6 docs say
"The default is to use text mode, which may convert ``'\n'`` characters
to a platform-specific representation on writing and back on reading."
___
Python
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Well, the results are displayed on stdout like they are if sys.exit is
used. As the first post explains, the use-case is running the tests from
an interactive interpreter.
___
Python tracker &
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65140.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Rather, the list of special contexts in which it is ok to not use list()
should be extended.
--
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Documented in r65144.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Was merged in r65148.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Georg Brandl <[EMAIL PROTECTED]> added the comment:
If you want to write your own line endings, read with "rU" and write
with "rb".
___
Python tracker <[EMAIL PROTECTED]>
&
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No complaints were voiced, so I'm closing this.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bu
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2641>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No complaints were voiced, so I'm closing this.
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bu
Georg Brandl <[EMAIL PROTECTED]> added the comment:
When creating your own subclass, you can always inherit from object too
to create a new-style class.
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1711>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No complaints were voiced, so I'm closing this.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Georg Brandl <[EMAIL PROTECTED]> added the comment:
It seems it has been fixed.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No response, closing.
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No response, closing.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
It seems backporting this is not useful.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Something else to do here?
--
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1666952>
___
__
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1733134>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Did you get some results?
--
nosy: +georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl <[EMAIL PROTECTED]> added the comment:
A patch can open a new issue, then.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Better not to backport it then.
--
nosy: +georg.brandl
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Since the mapping now uses section labels instead of file names, which
should be fairly stable, I'm going to declare this as "works for me".
--
nosy: +georg.brandl
resolution: -> works for m
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Adding test suite patch from #674449; closed that as a duplicate.
--
nosy: +georg.brandl
Added file: http://bugs.python.org/file10952/patch-test-cdata.txt
___
Python tracker <[EMAIL
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Both patches are now in #670664.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.p
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I'll declare this is not a bug; reload() isn't very safe in many contexts.
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Python tracker <
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Added info in r65155.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.p
Georg Brandl <[EMAIL PROTECTED]> added the comment:
After all this time, it should be safe to close this.
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<h
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Fixed in r65134.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
assignee: -> facundobatista
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3396>
___
__
Georg Brandl <[EMAIL PROTECTED]> added the comment:
MAKE_BYTES is no longer in opcode.h; removed it in r65160.
Documented the other three, which are new in 3k, in r65161. Thanks!
--
resolution: -> fixed
status: open -> closed
___
Py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
The problem is in _PyObject_LengthHint which calls len(o) and masks all
exceptions from it. Its comments says "This function never fails.
Accordingly, it will mask exceptions raised in either method."
Would it be better to a
New submission from Georg Brandl <[EMAIL PROTECTED]>:
In Py3k, but not in trunk:
==
FAIL: testSum (test.test_math.MathTests)
--
Traceback (most recen
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Reopening. Yes, "Status" is settable only by Developers, but as a
committer, you should certainly have that privilege.
--
nosy: +georg.brandl
status: closed -> open
___
Pyt
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
priority: normal -> critical
status: closed -> open
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
No need for gratuitous breakage of cPickle in Python 2.6.
Alexandre, if you can add the list of changes to the documentation, that
would be great.
--
nosy: +georg.brandl
___
Python tracker &
New submission from Georg Brandl <[EMAIL PROTECTED]>:
multiprocessing's new ForkingPickler uses Pickler's dispatch attribute
which is only present in the Python version, not the C one. As a result,
a straightforward merge isn't possible.
--
assignee: jnoller
com
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
versions: +3rd party -Python 2.5
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
assignee: -> ncoghlan
nosy: +ncoghlan
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Both trunk and 3k give this:
>>> 1e16 + 2.
10004.0
>>> 1.7976931348623157e+308 + 9.979201547673598e+291
inf
___
Python tracker <[EMAIL PROTECTED]>
<
Changes by Georg Brandl <[EMAIL PROTECTED]>:
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1446>
___
___
Python-bugs-list mailing list
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Strangely, it seems to work now with 3k too -- both in a debug and
release build. I've no idea what changed, but I'll close this for now.
--
resolution: -> works for me
sta
Changes by Georg Brandl <[EMAIL PROTECTED]>:
--
assignee: -> ncoghlan
nosy: +ncoghlan
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Can a file be "in use" other than being opened? If not, wouldn't be
"opened" be a better wording?
___
Python tracker <[EMAIL PROTECTED]&
Georg Brandl <[EMAIL PROTECTED]> added the comment:
I agree, buffer interface should be completed before going into rc phase.
--
priority: critical -> release blocker
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, committed the patch with a few changes in r65290. Let me know if
it works!
--
resolution: -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<h
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Did you try using a Unicode string? IIRC the docs explicitly say that if
you include non-ASCII chars in the config you should use Unicode strings.
--
status: open -> pending
___
Pytho
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Indeed, you're correct with that. This is now fixed in the 0.4 branch
with r65375.
--
resolution: -> fixed
status: pending -> closed
___
Python tracker <[EMAIL PROTECTED]>
Georg Brandl <[EMAIL PROTECTED]> added the comment:
Thanks, fixed in r65430.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
1501 - 1600 of 5257 matches
Mail list logo