Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2997>
___
___
Python-bugs-list mailin
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> benjamin.peterson
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Applied in r64125, and r64144.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
nosy: +benjamin.peterson
type: -> feature request
versions: +Python 2.6 -Python 3.0
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Sorry for the confusion. It seems to me this sort of thing would be
useful in 2.6, too, so I marked it.
--
versions: +Python 3.0
___
Python tracker <[EMAIL PROTECTED]>
<http://
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Applied in r64149.
--
resolution: accepted -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I suspect importlib may help with this.
--
nosy: +benjamin.peterson, brett.cannon
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Are you running a debug build? Please see #1683.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Gregory, go ahead and apply and see if can stop the hell in the buildbots.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
A good bug day task:
Demos and to some extent Tools has a lot of rubbish in 3.0 that probably
doesn't work with all the module removals and such. Somebody should go
through them and chuck all the old stuff.
--
compon
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I'm sorry. I had to revert this.
--
nosy: +benjamin.peterson
priority: release blocker -> critical
status: closed -> open
___
Python tracker <[EMAIL PROTECTED]>
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
On Wed, Jun 11, 2008 at 11:09 PM, Barry A. Warsaw
<[EMAIL PROTECTED]> wrote:
>
> Barry A. Warsaw <[EMAIL PROTECTED]> added the comment:
>
> r64164 in Python 3.0. This doesn't apply cleanly to Python 2.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It passes for me on Leopard. Can you post the test running in verbose
mode so we can see where it hangs?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTE
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> out of date
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3086>
___
_
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Is this really that much of an issue? multiprocessing lives in it's own
directory and isn't part of the Python public API.
--
nosy: +benjamin.peterson
___
Python tracker &
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Can we have a unified diff as per http://www.python.org/dev/patches/?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This is done.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
dependencies: -Remove mimetools usage from the stdlib
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks for doing this. Would you please try on Windows the patch, I'm
attaching now?
Added file: http://bugs.python.org/file10607/platform2.diff
___
Python tracker <[EMAIL PRO
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
test test_sys failed -- Traceback (most recent call last):
File "/temp/python/trunk/Lib/test/test_sys.py", line 549, in
test_specialtypes
size2=basicsize + sys.getsizeof(str(s)))
File "/temp/python/trunk
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I've removed the whole module in r64203.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http:/
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
dependencies: -Remove usage of rfc822 from the stdlib
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It was recommended by Georg that you expose Py_UNICODE_SIZE in the
_testcapi, since the size is not consistent across all platforms.
___
Python tracker <[EMAIL PROTECTED]>
<http://
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I applied this in r64212.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Marc, could you look at this please?
--
assignee: -> lemburg
nosy: +lemburg
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Ok. I ran it through reindent.py and removed the True and False.
Added file: http://bugs.python.org/file10619/platform3.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Wow, I really admire you for keeping it compatible with Python 1.5. As
you may have noticed, I'm addicted to new feature. :)
Added file: http://bugs.python.org/file10620/platform4.diff
___
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Ok. I applied the patch in r64233.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Personally, I prefer the one with _testcapi.Py_UNICODE_SIZE because it
is safe against future changes, but wait for someone else's opinion.
___
Python tracker <[EMAIL PROTECTED]>
<ht
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I believe Py_UNICODE_TYPE is set be configure in pyconfig.h.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Well, it's a release blocker for 2.5.3.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
nosy: +jnoller
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3109>
___
__
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3100>
___
___
Python-bugs-list mailin
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
Traceback reporting needs to be altered to support exception chaining as
per PEP 3134.
--
components: Interpreter Core
messages: 68214
nosy: benjamin.peterson
priority: critical
severity: normal
status: open
title: impleme
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
PEP 3134's features need to be documented.
--
assignee: georg.brandl
components: Documentation
messages: 68215
nosy: benjamin.peterson, georg.brandl
priority: high
severity: normal
status: open
title: Document excepti
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
versions: +Python 3.0 -Python 2.6
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
See #3112 and #3113.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
I was just merging 2to3 work (and you'll have to do svnmerge.py merge in
Lib/lib2to3 for this to work) into py3k and was running the tests when
this rather alarming thing happended:
$ ./python.exe Lib/test/regrtest.py t
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I have determined that this was caused by r64121.
--
nosy: +pitrou
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I should mention the Bus error happens at test_future_builtins
(lib2to3.tests.test_fixers.Test_filter).
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks very much. Committed in r64384.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
priority: release blocker -> normal
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
done in r64302.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
Re-running failed tests in verbose mode
Re-running test 'test_math' in verbose mode
testAcos (test.test_math.MathTests) ... ok
testAcosh (test.test_math.MathTests) ... ok
testAsin (test.test_math.MathTests)
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Guido, is it safe to safe this isn't going to happen?
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks for noticing. I apologize and fixed it in r64313.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> vsajip
nosy: +vsajip
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Skip, are you still maintaining this?
--
assignee: -> skip.montanaro
nosy: +skip.montanaro
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Jesse, I say go ahead and make it so. I think you should make another
report thought to keep track of getting /dev/shm in the buildbot
enviroment. (Is that a buildbot bug?)
--
assignee: ->
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It looks fine to me. Please apply.
--
assignee: -> marketdickinson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
On Tue, Jun 17, 2008 at 4:17 PM, Mark Dickinson <[EMAIL PROTECTED]> wrote:
>
> Mark Dickinson <[EMAIL PROTECTED]> added the comment:
>
> Committed, r64349. I'm watching th
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
It seems the new modifiers to the struct.unpack/pack module that were
proposed in PEP 3118 haven't been implemented yet.
--
assignee: teoliphant
messages: 68347
nosy: benjamin.peterson, teoliphant
priority: critic
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks Mark. That seems to have done the trick.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I committed the skip in r64356. Let's sit back and watch.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
1 for 2. :)
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3111>
___
___
Python
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
On Tue, Jun 17, 2008 at 6:08 PM, Jesse Noller <[EMAIL PROTECTED]> wrote:
>
> Jesse Noller <[EMAIL PROTECTED]> added the comment:
>
> I apologize, I should have just posted the diff
It
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Seems this was done in r64385.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
dependencies: -Create the urllib package
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> vsajip
nosy: +vsajip
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It's intended that Queue.get blocks until something is put on the Queue.
If you don't want it to block use Queue.get(False).
--
nosy: +benjamin.peterson
resolution: -> invalid
sta
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Yes, the C startup code in pythonrun.c has a lot of bare-except statements.
--
nosy: +benjamin.peterson
type: -> behavior
___
Python tracker <[EMAIL PROTECTED]>
<http
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> eric.smith
nosy: +eric.smith
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Done in r64405.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Just remember to close #3142 when you're done.
--
dependencies: +urllib docs don't match the new modules
___
Python tracker <[EMAIL PROTECTED]>
<http://
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> duplicate
status: open -> closed
superseder: -> test_multiprocessing hangs on OS X 10.5.3
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I think r64422 should do the trick.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
status: closed -> open
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2110>
___
__
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Collin, how does this look?
#!/usr/bin/env python
from lib2to3 import refactor
import sys
import os
fixers = os.path.join(os.path.dirname(refactor.__file__), "fixes")
sys.exit(refactor.main(fixers))
--
nosy: +b
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
The patch looks good, but I'm going to let Collin deal with it because
I'm not sure if he wants to maintain backwards compatibility with older
version. (os.path.relpath was introduced in 2.6)
--
priority: -&
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Are you using a pre-final version of Firefox?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3085>
___
__
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This was fixed on the trunk by r64408.
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Let's save ourselves the trouble...
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bu
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: invalid ->
status: closed -> open
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I say docs.
--
assignee: -> georg.brandl
components: +Documentation -Extension Modules
nosy: +benjamin.peterson, georg.brandl
___
Python tracker <[EMAIL PROTECTED]>
<http
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> rhettinger
nosy: +rhettinger
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3175>
___
__
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
If you just remove the reference to cachesrc.py, do you still have
adverse effects?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Hmm. BuildApplet.py may have to go or some Mac modules may have to
reappear. I'm adding Ronald and Brett in to see if they have any
comments. Ronald, is it possible to have a Mac install w/o the
BuildApplet/cache
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Actually, I was wondering if the comparison testing is even worthwhile.
All it's really going to tell is if something has changed, not if it's
broken.
___
Python tracker <[EMAI
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Those commands can be easily used through the subprocess module.
However, if a patch is provided, it could be accepted.
--
nosy: +benjamin.peterson
priority: -> low
title: os.startfile implement in posix and MacOSX -&g
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I'm a little nervous about committing anything that hasn't been tested.
Can anyone on Sun test this please?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAI
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This patch no longer applies cleanly.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Unfortunately, I can't easily test this. Can anyone else?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Unfortunately, I can't easily test this. Can anyone else?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Unfortunately, I can't easily test this. Can anyone else?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This patch no longer applies cleanly.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
What do you mean?
http://docs.python.org/lib/module-xml.etree.ElementTree.html
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Ahh, but it is present in the new docs:
http://docs.python.org/dev/library/xml.etree.elementtree.html#the-element-interface.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It's failing because he's giving a string to bytes.startswith when it
requires a byte string or such.
--
nosy: +benjamin.peterson
resolution: -> invalid
status: open -> closed
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It seems the conversion to unicode strings (PyUnicode vs PyBytes) was
not complete in os.listdir. See the attached patch.
--
keywords: +patch
Added file: http://bugs.python.org/file10719/oslistdir_string
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
title: os.walk - strange bug -> os.listdir can return byte strings
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
versions: +Python 2.7 -Python 2.5
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Martin, you made the changes. Could you look at this, please?
--
assignee: -> loewis
nosy: +benjamin.peterson, loewis
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
On Wed, Jun 25, 2008 at 2:08 PM, David <[EMAIL PROTECTED]> wrote:
>
> David <[EMAIL PROTECTED]> added the comment:
>
> I will take this one on. I'll download 3.x this weekend and begin.
> What
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
If you could convince Python-dev for something like this, I'd gladly
implement it. In fact, I'm working implementing this for the Python test
suite (It's called skipping).
--
nosy: +benjamin.peterson
prior
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It's documented in the 2.6/3.0 docs:
http://docs.python.org/dev/library/struct.html#id1.
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
_
601 - 700 of 4969 matches
Mail list logo