Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: georg.brandl -> jnoller
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> brett.cannon
nosy: +brett.cannon
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This is something that should definitely happen before beta 2.
--
priority: critical -> release blocker
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I think it would be better to give a TypeError rather than an
AttributeError for objects that don't support __sizeof__ as per other
special methods.
--
nosy: +benjamin.peterson
___
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Georg, you may also want to amend this entry for ABCs.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
Traceback (most recent call last):
File "/temp/python/trunk/Doc/tools/sphinx/__init__.py", line 135, in main
app.builder.build_update()
File "/temp/python/trunk/Doc/tools/sphinx/builder.py", line 199, i
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
In that case, I think we can only advise to change the font size and/or
make a Firefox bug report.
--
resolution: -> works for me
status: open -> closed
___
Python tracker <[
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
The attached patch gives a SyntaxError.
--
keywords: +patch
nosy: +benjamin.peterson
priority: -> critical
Added file: http://bugs.python.org/file10755/repeated_kwargs.patch
___
Pytho
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
f_exc_value and friends are no longer available in 3.0 and should get a
Py3k warning on use.
--
keywords: easy
messages: 68855
nosy: benjamin.peterson
priority: high
severity: normal
status: open
title: py3k warn on
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> twouters
nosy: +twouters
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
status: closed -> pending
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3154>
___
_
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> benjamin.peterson
priority: -> release blocker
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks. Fixed in r64572.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
Mac/Makefile.in uses the arch command which doesn't have the ability to
run a given architecture in 10.4 like it does in 10.5. Hence, the
install fails.
--
assignee: ronaldoussoren
messages: 68879
nosy: benjam
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This has been fixed in the upcoming Python 2.6.
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<h
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Yes, although I have no idea what that feature may be... (sigh) Oh well,
it's a wish.
--
priority: normal -> low
___
Python tracker <[EMAIL PROTECTED]>
<http://bu
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
versions: -Python 3.0
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3226>
___
_
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks fixed in r64581.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks! Committed in r64582.
--
resolution: -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I still see another instance of PySet_GET_SIZE on line 1274.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I suspect this is because of the transition from PyInt to PyLong:
Python 2.6b1+ (trunk:64580M, Jun 28 2008, 18:04:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
No, the class you are creating with cStringIO.cStringIO is actually
called cStringIO.cStringI.
--
nosy: +benjamin.peterson
resolution: -> invalid
status: open -> closed
___
Py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> kbk
nosy: +kbk
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3237>
___
_
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Hmm. I think it's better to make people explicity encode their string.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> duplicate
status: open -> closed
superseder: -> idlelib/EditorWindow.py uses xrange()
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> duplicate
status: open -> closed
superseder: -> relocate cgi.parse_qs() into urlparse
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I assume it was fixed then.
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
type: performance -> resource usage
___
Python tracker <[EMAIL
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Can you try on later versions of Python. 2.4 is no longer supported.
--
nosy: +benjamin.peterson
resolution: invalid ->
status: closed -> open
___
Python tracker <[EMAIL PR
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
type: -> feature request
versions: +Python 2.7 -Python 2.4, Python 2.5
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
-1
encoding and decoding is generally accepted terminology. Besides then we
would be binding ourselves to returning bytes or a str; that's not
necessarily guaranteed.
Anyway, I think this hardly has a chance in the place we a
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Ok. I tried to get it working in r64618.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Done for 2.6 in r64622. (Georg reviewed.)
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Sorry, this is documented [1], and it unlikely to ever be changed.
[1] http://docs.python.org/ref/customization.html
--
nosy: +benjamin.peterson
resolution: -> rejected
status: open
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
1) It's much more flexible.
2) It would break compatibility.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: georg.brandl -> jnoller
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I think the glossary now has some good definitions of iterable and
sequence, so we can close this. (after 5 years!)
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Yeah, but then commands will be replaced with subprocess.
$ cat > m
import commands
commands.getoutput()
$ 2to3 m
RefactoringTool: Skipping implicit fixer: buffer
RefactoringTool: Skipping implicit fixer: idioms
RefactoringTool:
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This is because list comprehensions are implemented as functions in 3.0
so their scope is not leaked out to the rest of the function.
Here is the bytecode for 2.6:
>>> dis.dis(f)
2 0 BUILD_LIST 0
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Where in the 3.0 docs do you see it.next() used? It should be changed.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
fixed in r64696.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3271>
___
__
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
A patch for this was just recently rejected. See #1394.
--
nosy: +benjamin.peterson
resolution: -> rejected
status: open -> closed
___
Python tracker <[EMAIL PR
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks! Done in r64716.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Antoine, can you try it before r64671?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks for the report and the fix! (committed in r64748)
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Fixed in r64749.
--
assignee: -> benjamin.peterson
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
&l
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Done in r64751.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks! Fixed in r64752.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This is fixed on the trunk, and should be merged into Py3k shortly.
--
nosy: +benjamin.peterson
resolution: -> later
status: open -> closed
___
Python tracker <[EMAIL PR
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
No, I don't think we do. This is something that 2to3 can handle well,
and also rather pointless because it would be impossible to get rid of
the warning in 2.x because exec isn't a function in 2.x.(short of
removing the
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> out of date
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This has been fixed in the development docs:
http://docs.python.org/dev/install/index.html
--
nosy: +benjamin.peterson
resolution: -> out of date
status: open -> closed
___
Py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Carbon may still be in your wc because svn didn't delete it on update.
(I can't remember the exact behavior of SVN with dir deletes, but it's
weird.) See [1]. I killed plat-mac off in r64896.
[1] http://svn.python.org
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks very much, and feel free to be bored anytime you want! :)
Committed in r64897.
Jesse, can you look at the mp item?
--
nosy: +benjamin.peterson, jnoller
___
Python tracker &
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2377>
___
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
OK. I committed the patch in r64901. Thanks for the work!
--
resolution: remind -> accepted
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This isn't dealing with the 2to3 conversion tool. Please do not add it.
--
assignee: collinwinter ->
components: -2to3 (2.x to 3.0 conversion tool), Tests
nosy: +benjamin.peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
nosy: -benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3238>
___
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
+1 to backporting _pickle as cPickle. Do bring it up on python-dev.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> jnoller
nosy: +jnoller
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
On Sun, Jul 13, 2008 at 2:03 PM, kai zhu <[EMAIL PROTECTED]> wrote:
>
> kai zhu <[EMAIL PROTECTED]> added the comment:
>
> why not? it allows developers to migrate 2.x scripts one-by-one to
> working 3.0
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
priority: -> high
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3218>
___
___
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Well, booleans technically are integers.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
resolution: -> wont fix
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I think we should still keep the py3k warnings on (I'll change them to
PendingDeprecationWarnings if you want.), so the API doesn't abruptly
change on people. With your approval, I'll make it so.
--
assignee:
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
done in r64947.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Patches are welcome.
--
priority: -> low
resolution: wont fix ->
status: closed -> open
___
Python tracker <[EMAIL PROTECTED]>
<http://b
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Neither of these fail for me on MacOS.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks. Fixed in r64956.
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Antonine, do you have a patch address the review comments?
--
assignee: -> benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I'm sorry, but syntax is part of poetry, too. Please stop misusing the
tracker.
--
nosy: +benjamin.peterson
resolution: -> invalid
status: open -> closed
___
Python tracker
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Sorry, Antoine! The patch is in with r64965.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
priority: high -> critical
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3113>
___
_
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Antoine's patch (with a 3 character fix) looks just fine to me. Guido,
I'm assigning this to you because svn annotate tells me, you made this
change.
--
assignee: -> gvanrossum
nosy:
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Today or tomorrow.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> loewis
nosy: +loewis
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
For Python 2.6 and 3.0, we have transitioned over from LaTex to a new
document format, reST. For this reason, we are not backporting fixes to
the docs. However, when 2.7 and 3.1 become the development focus, we
will again backport
New submission from Benjamin Peterson <[EMAIL PROTECTED]>:
I'm disabling lib2to3 in the trunk because it fails just for Python 2.6.
(Python 2.5 and 3.0 are fine.)
--
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: 69739
nosy: benjam
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
title: 2to3 fails in 3.0 -> 2to3 fails in Python 2.6
type: -> crash
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
That revision caused the test suite to fail because it caused to be
actually run. :)
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
> IOW, this is a duplicate of issue2969.
and so it is.
Well, it's disabled now, so no point in arguing how.
--
resolution: -> duplicate
status: open -> closed
___
Py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
priority: -> deferred blocker
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
priority: release blocker -> deferred blocker
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
This is related to (maybe a duplicate of) #2674.
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I have fixed this in r65017 and am currently merging it into the trunk
and py3k. Martin, do you still want to keep the lib2to3 resource around?
--
nosy: +benjamin.peterson
resolution: -> fixed
status: open
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
It is found in the new docs: http://doc.python.org/dev/
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> ronaldoussoren
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3381>
___
_
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I've fixed the tests, so you can cross that one off your list. However,
the buildbots are now failing because lib2to3 takes too long to test.
How soon can we have this optimization applied?
--
nosy: +benjam
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Brett:
>It was originally 10,000, but people wanted thread switches to occur
>more often.
I thought that was managed by sys.setcheckinterval.
--
nosy: +benjamin.peterson
___
Py
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
I understand that #3218 helps test_import a lot, so once that patch is
when I'll remove the resource.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks! Fixed in r65033.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Can we expect this in the next 2 hours? It's fine if not, I just need to
know whether the 2to3 tests should be disabled for the beta.
___
Python tracker <[EMAIL PROTECTED]>
<ht
Changes by Benjamin Peterson <[EMAIL PROTECTED]>:
--
assignee: -> vsajip
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3389>
___
__
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Thanks very much for getting this done! I checked in the changes in
r65053, so they can make beta 2. I'm leaving the issue open, though, in
case Collin wants to make more changes.
___
Pyt
Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Can somebody also merge this into Py3k, please?
--
nosy: +benjamin.peterson
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
701 - 800 of 4969 matches
Mail list logo