[issue2997] PyNumberMethods has left-over fields in Py3

2008-06-11 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2997> ___ ___ Python-bugs-list mailin

[issue2997] PyNumberMethods has left-over fields in Py3

2008-06-11 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3042] Add PEP 8 compliant aliases to threading module

2008-06-11 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Applied in r64125, and r64144. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3081] Py_(X)SETREF macros

2008-06-11 Thread Benjamin Peterson
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

[issue3081] Py_(X)SETREF macros

2008-06-11 Thread Benjamin Peterson
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://

[issue2997] PyNumberMethods has left-over fields in Py3

2008-06-11 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Applied in r64149. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3080] Full unicode import system

2008-06-11 Thread Benjamin Peterson
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

[issue3082] test_multiprocessing broken

2008-06-11 Thread Benjamin Peterson
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

[issue1683] Thread local storage and PyGILState_* mucked up by os.fork()

2008-06-11 Thread Benjamin Peterson
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

[issue3087] Clean up Demos and Tools

2008-06-11 Thread Benjamin Peterson
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

[issue2917] merge pickle and cPickle in 3.0

2008-06-11 Thread Benjamin Peterson
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]>

[issue2848] Remove mimetools usage from the stdlib

2008-06-12 Thread Benjamin Peterson
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.

[issue3088] test_multiprocessing hangs on OS X 10.5.3

2008-06-12 Thread Benjamin Peterson
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

[issue3086] sys.maxsize not available by using the latest Win32 build

2008-06-12 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> out of date ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3086> ___ _

[issue3093] Namespace polution from multiprocessing

2008-06-12 Thread Benjamin Peterson
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 &

[issue1778443] robotparser.py fixes

2008-06-12 Thread Benjamin Peterson
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

[issue2848] Remove mimetools usage from the stdlib

2008-06-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This is done. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2775] Implement PEP 3108

2008-06-12 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- dependencies: -Remove mimetools usage from the stdlib ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2912] let platform.uname try harder

2008-06-12 Thread Benjamin Peterson
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

[issue3098] sys.sizeof test fails with wide unicode

2008-06-12 Thread Benjamin Peterson
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

[issue2849] Remove usage of rfc822 from the stdlib

2008-06-12 Thread Benjamin Peterson
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:/

[issue2775] Implement PEP 3108

2008-06-12 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- dependencies: -Remove usage of rfc822 from the stdlib ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3098] sys.sizeof test fails with wide unicode

2008-06-12 Thread Benjamin Peterson
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://

[issue1683] Thread local storage and PyGILState_* mucked up by os.fork()

2008-06-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I applied this in r64212. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2912] let platform.uname try harder

2008-06-12 Thread Benjamin Peterson
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

[issue2912] let platform.uname try harder

2008-06-13 Thread Benjamin Peterson
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

[issue2912] let platform.uname try harder

2008-06-13 Thread Benjamin Peterson
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 ___

[issue2912] let platform.uname try harder

2008-06-13 Thread Benjamin Peterson
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

[issue3098] sys.sizeof test fails with wide unicode

2008-06-13 Thread Benjamin Peterson
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

[issue3098] sys.sizeof test fails with wide unicode

2008-06-13 Thread Benjamin Peterson
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

[issue2632] performance problem in socket._fileobject.read

2008-06-13 Thread Benjamin Peterson
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.

[issue3109] test_multiprocessing seems fragile

2008-06-13 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- nosy: +jnoller ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3109> ___ __

[issue3100] weakref subclass segfault

2008-06-13 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3100> ___ ___ Python-bugs-list mailin

[issue3112] implement PEP 3134 exception reporting

2008-06-14 Thread Benjamin Peterson
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

[issue3113] Document exception chaining

2008-06-14 Thread Benjamin Peterson
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

[issue3112] implement PEP 3134 exception reporting

2008-06-14 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- versions: +Python 3.0 -Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3108] Implicit exception chaining (PEP 3134)

2008-06-14 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: See #3112 and #3113. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3114] bus error on lib2to3

2008-06-14 Thread Benjamin Peterson
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

[issue3114] bus error on lib2to3

2008-06-14 Thread Benjamin Peterson
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

[issue3114] bus error on lib2to3

2008-06-14 Thread Benjamin Peterson
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

[issue3114] bus error on lib2to3

2008-06-14 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks very much. Committed in r64384. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3114] bus error on lib2to3

2008-06-15 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- priority: release blocker -> normal ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3114] bus error on lib2to3

2008-06-15 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: done in r64302. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3118] test_math fails on 64bit

2008-06-15 Thread Benjamin Peterson
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)

[issue2735] range: lean and mean

2008-06-15 Thread Benjamin Peterson
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.

[issue3123] 2to3 fails

2008-06-16 Thread Benjamin Peterson
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

[issue3126] Lib/logging/__init__.py assumes its stream has flush and close methods

2008-06-16 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1778443] robotparser.py fixes

2008-06-17 Thread Benjamin Peterson
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

[issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error

2008-06-17 Thread Benjamin Peterson
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: ->

[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It looks fine to me. Please apply. -- assignee: -> marketdickinson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
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

[issue3132] implement PEP 3118 struct changes

2008-06-17 Thread Benjamin Peterson
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

[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
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

[issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error

2008-06-17 Thread Benjamin Peterson
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.

[issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error

2008-06-17 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: 1 for 2. :) ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3111> ___ ___ Python

[issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error

2008-06-17 Thread Benjamin Peterson
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&#

[issue2885] Create the urllib package

2008-06-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Seems this was done in r64385. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2775] Implement PEP 3108

2008-06-18 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- dependencies: -Create the urllib package ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3136] [PATCH] logging.config.fileConfig() compulsivly disable all existing loggers

2008-06-18 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3138] Hang when calling get() on an empty queue in the queue module

2008-06-19 Thread Benjamin Peterson
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

[issue3137] Python doesn't handle SIGINT well if it arrives during interpreter startup

2008-06-19 Thread Benjamin Peterson
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

[issue3140] str.format("{0:n}") poss. bug with setlocale()

2008-06-19 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> eric.smith nosy: +eric.smith ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3141] Linux build requires Mac module _gestalt

2008-06-19 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Done in r64405. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2885] Create the urllib package

2008-06-19 Thread Benjamin Peterson
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://

[issue3148] multiprocessing test hangs

2008-06-19 Thread Benjamin Peterson
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

[issue3150] multiprocessing module not being installed

2008-06-19 Thread Benjamin Peterson
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

[issue2110] Implement __format__ for Decimal

2008-06-20 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2110> ___ __

[issue3131] 2to3 can't find fixes_dir

2008-06-20 Thread Benjamin Peterson
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

[issue3131] 2to3 can't find fixes_dir

2008-06-20 Thread Benjamin Peterson
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: -&

[issue3154] "Quick search" box renders too long on FireFox 3

2008-06-20 Thread Benjamin Peterson
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

[issue3085] chapter 17.1.3.5 'Replacing os.popen*' in the Python library reference contains an error

2008-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3085> ___ __

[issue3172] test macos skipped "unexpected" on linux2

2008-06-22 Thread Benjamin Peterson
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

[issue1180470] BaseHTTPServer uses deprecated mimetools.Message

2008-06-22 Thread Benjamin Peterson
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

[issue1534607] IndexError: Add bad index to msg

2008-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1534607] IndexError: Add bad index to msg

2008-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: invalid -> status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2683] subprocess.Popen.communicate takes bytes, not str

2008-06-22 Thread Benjamin Peterson
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

[issue3161] Missing import for sys in _abcoll

2008-06-22 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3175] multiprocessing build fails on Fedora 8 and Xubuntu 8 + solution

2008-06-23 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3175> ___ __

[issue3174] 3.0b1 doesn't seem to install on macs

2008-06-23 Thread Benjamin Peterson
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

[issue3174] 3.0b1 doesn't seem to install on macs

2008-06-23 Thread Benjamin Peterson
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

[issue3170] test_pydoc has no way to regenerate pristine data

2008-06-23 Thread Benjamin Peterson
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

[issue3177] implement os.startfile on posix and MacOSX

2008-06-23 Thread Benjamin Peterson
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

[issue2044] test_sunaudiodev.py converted to unittest

2008-06-23 Thread Benjamin Peterson
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

[issue2042] test_audioop.py converted to unittest

2008-06-23 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This patch no longer applies cleanly. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2024] test_gl.py converted to unittest

2008-06-23 Thread Benjamin Peterson
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.

[issue2023] test_cd converted to unittest

2008-06-23 Thread Benjamin Peterson
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.

[issue2022] test_al converted to unittest

2008-06-23 Thread Benjamin Peterson
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.

[issue1949] test_ntpath.py converted to unittest

2008-06-23 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This patch no longer applies cleanly. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3184] The elementtree.ElementTree Module doc is missing

2008-06-23 Thread Benjamin Peterson
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

[issue3184] The elementtree.ElementTree Module doc is missing

2008-06-23 Thread Benjamin Peterson
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

[issue3184] The elementtree.ElementTree Module doc is missing

2008-06-23 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3187] os.walk - strange bug

2008-06-24 Thread Benjamin Peterson
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

[issue3187] os.walk - strange bug

2008-06-24 Thread Benjamin Peterson
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

[issue3187] os.listdir can return byte strings

2008-06-24 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- title: os.walk - strange bug -> os.listdir can return byte strings ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3196] Option in pydoc to show docs from private methods

2008-06-25 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- versions: +Python 2.7 -Python 2.5 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3195] invalid conversion xml.etree.ElementTree.Element object to boolean

2008-06-25 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3194] Demo/loop.c passing "char *" instead of "wchar_t *"

2008-06-25 Thread Benjamin Peterson
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

[issue3087] Clean up Demos and Tools

2008-06-25 Thread Benjamin Peterson
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

[issue3202] Wish: disable tests in unittest

2008-06-25 Thread Benjamin Peterson
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

[issue3201] struct.Struct size attribute undocumented

2008-06-25 Thread Benjamin Peterson
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 _

<    2   3   4   5   6   7   8   9   10   11   >