[issue25044] bring BTPROTO_SCO inline with other Bluetooth protocols

2021-12-26 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.11 -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue25044> ___ ___ Python-bug

[issue7687] Bluetooth support untested

2021-12-26 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bugs.python.org/issue7687> ___ ___ Python-bugs-list mailing list Unsub

[issue14844] netrc does not handle accentuated characters

2021-12-26 Thread Daniel Diniz
Daniel Diniz added the comment: Now that a PR has landed in #28806 to improve shlex, we need to check whether this issue can/needs to move forward. -- nosy: +ajaksu2, asvetlov type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 -Python

[issue1438480] shutil.move raises OSError when copystat fails

2021-12-26 Thread Daniel Diniz
Change by Daniel Diniz : -- keywords: -easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.3 ___ Python tracker <https://bugs.python.org/issue1438

[issue978604] wait_variable hangs at exit

2021-12-25 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on Python 3.11.0a3+, assuming older versions also affected. This issue has different versions of tests to confirm it, but I think not in a test suite-friendly format yet. There's also a patch and detailed analysis by gpolo indicating that it might

[issue46169] Same-moment datetimes with different ZoneInfo timezones are not considered ==

2021-12-24 Thread Daniel Diniz
Change by Daniel Diniz : -- nosy: +belopolsky ___ Python tracker <https://bugs.python.org/issue46169> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46169] Same-moment datetimes with different ZoneInfo timezones are not considered ==

2021-12-23 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed for 3.11 in Windows. The C datetime code can be trivially fixed so your equality test returns True, but there are two Python tests that depend on current behavior so it might not be so easy. They were added with current code in issue 24773

[issue504219] locale.resetlocale is broken

2021-12-23 Thread Daniel Diniz
Change by Daniel Diniz : -- nosy: +ajaksu2 versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.org/issue504

[issue46168] Incorrect format specified for the "style" key in the configuration file format formatter example

2021-12-23 Thread Daniel Diniz
Daniel Diniz added the comment: This example was added in issue 43047. It only seems to affect 3.10+ docs. Ian, is this something you'd like to tackle? -- keywords: +easy nosy: +ajaksu2, iwienand stage: -> needs patch versions: +Python 3.10, Python 3.11 -Python

[issue23224] bz2/lzma: Compressor/Decompressor objects are only initialized in __init__

2021-12-19 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue23224> ___ ___ Python-bug

[issue46127] Missing HTML span element in exceptions.html

2021-12-19 Thread Daniel Diniz
Daniel Diniz added the comment: That happens because EncodingWarning isn't highlighted as an Exception by Pygments[0]. The doc page gets its exceptions diagram by: ".. literalinclude:: ../../Lib/test/exception_hierarchy.txt" and all other entries are recognized by Pygments, so we g

[issue678264] test_resource fails when file size is limited

2021-12-16 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue678

[issue9917] resource max value represented as signed when should be unsigned

2021-12-16 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue9

[issue1062277] Pickle breakage with reduction of recursive structures

2021-12-16 Thread Daniel Diniz
Change by Daniel Diniz : -- versions: +Python 3.11 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue1062277> ___ ___ Python-bugs-list mailin

[issue45959] Teach pprint about dict views

2021-12-16 Thread Daniel Diniz
Daniel Diniz added the comment: I have tried to add this. The PR adds: - PrettyPrinter._pprint_dict_view to handle dict_keys and dict_values (sorted with _safe_key). = PrettyPrinter._pprint_dict_items_view to handle dict_items (sorted using _safe_tuple). - Tests. Would a NEWS entry or other

[issue45959] Teach pprint about dict views

2021-12-16 Thread Daniel Diniz
Change by Daniel Diniz : -- keywords: +patch nosy: +ajaksu2 nosy_count: 4.0 -> 5.0 pull_requests: +28355 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30135 ___ Python tracker <https://bugs.python.org/i

[issue766910] fix one or two bugs in trace.py

2021-12-10 Thread Daniel Diniz
Change by Daniel Diniz : -- nosy: +ajaksu2 versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.7 ___ Python tracker <https://bugs.python.org/issue766

[issue1182143] making builtin exceptions more informative

2021-12-10 Thread Daniel Diniz
Change by Daniel Diniz : -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue1182143> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4733] Add a "decode to declared encoding" version of urlopen to urllib

2021-12-10 Thread Daniel Diniz
Daniel Diniz added the comment: As Victor notes, this is a controversial issue. And I'll add that the need for this feature seems not to have been brought up up in over a decade. So I'm closing this. -- resolution: -> rejected stage: patch review -> resolved status: open -&g

[issue7559] TestLoader.loadTestsFromName swallows import errors

2010-04-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: unit test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7559

[issue8370] change module builtins to __builtin__ in __import__ documentation

2010-04-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8370

[issue8297] AttributeError message text should include module name

2010-04-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ajaksu2 stage: unit test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8297

[issue6650] sre_parse contains a confusing generic error message

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks for the patch, LGTM assuming we don't need a test for this. Do you think the vague message could be less cryptic for users that didn't want lookbehind (or don't know what it is)? -- nosy: +ajaksu2 priority: - low stage: - patch

[issue6700] inspect.getsource() returns incorrect source lines

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk and py3k. Also affects inspect.getsourcelines. -- nosy: +ajaksu2 priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6700

[issue6878] outdated docstring in tkinter.Canvas.coords

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I think the obvious code fix of list(map()) is less likely to cause surprises than updating the docstring to the new map in 3.x. -- keywords: +easy nosy: +ajaksu2 priority: - low stage: - needs patch type: - behavior

[issue7007] Tiny inconsistency in the orthography of url encoded in the doc of urllib.parse

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Hits from py3k: Doc/library/urllib.rst:239: Convert a mapping object or a sequence of two-element tuples to a url-encoded Doc/library/urllib.rst:263: Convert the path component *path* from an encoded URL to the local syntax for a Doc

[issue7163] IDLE suppresses sys.stdout.write() return value

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: sys.stdout is a idlelib.rpc.RPCProxy in IDLE. It calls Idlelib.PyShell.PseudoFile.write - .PyShell.write - .OutputWindow.OutputWindow.write - .Percolator.Percolator.insert - ... I suppose we could mimic the return value patching

[issue7370] patch: BaseHTTPServer reinventing rfc822

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks for the patch. Per issue 2849, use of rfc822 should be gone from the stdlib. Please re-open if you disagree. -- nosy: +ajaksu2 priority: - normal resolution: - invalid stage: - committed/rejected status: open - closed

[issue7425] [PATCH] Improve the robustness of pydoc -k in the face of broken modules

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Nice improvement. This would also solve the help(), modules brokenness, right? -- nosy: +ajaksu2 priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org

[issue7378] unexpected truncation of traceback

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch still applies to py3k, not applying cleanly to trunk anymore. Tests pass with patch on py3k. -- nosy: +ajaksu2 priority: - normal stage: - patch review ___ Python tracker rep

[issue7584] datetime.rfcformat() for Date and Time on the Internet

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: It looks like feed generators need this feature[1]. See also issue 5207 and a current implementation[2]. [1] http://validator.w3.org/feed/docs/error/InvalidRFC3339Date.html [2] http://code.google.com/p/formattime/ -- keywords: +easy

[issue7865] io close() swallowing exceptions

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Wouldn't this break code that currently works? -- nosy: +ajaksu2 priority: - low stage: - needs patch type: - behavior versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue7842] py_compile.compile SyntaxError output

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Change went into py3k without tests, do we want them? If so, please update Stage to test needed. -- nosy: +ajaksu2 priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org

[issue7943] Memory leak due to circular references in ssl.SSLSocket

2010-04-08 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7943

[issue7927] SSL socket is not closed properly

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk. -- nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7927

[issue4007] make clean fails to delete .a and .so.X.Y files

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Skip, was there a patch here? I can't find it in the bug lists, so I think we both missed it? Pinging Martin in case the tracker ate the patch :) -- nosy: +ajaksu2, loewis stage: - needs patch versions: +Python 2.7, Python 3.1

[issue8026] strftime bug when timedelta is negative

2010-04-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on trunk, needs a simpler repro :) -- components: +Library (Lib) -None nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.6, Python 2.7 -Python 2.5 ___ Python

[issue8260] When I use codecs.open(...) and f.readline() follow up by f.read() return bad result

2010-03-31 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Hi Stephane, I think you're seeing different buffering behavior, which I suspect is correct according to docs. codecs.open should default to line buffering[1], while open uses the system default[2]. The read() where the assert fails

[issue8198] Importing pydoc and overwriting sys.stdout, causes one char to be sent to the console when calling help()

2010-03-31 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Nice buglet, please take a look at Lib/pydoc.py to follow :) As you point out, this is issue 1700304. 'plainpager', which outputs the help in these cases, uses 'sys.stdout.write(plain(text))', but Helper.help has a self.output.write

[issue1700304] pydoc.help samples sys.stdout and sys.stdin at import time

2010-03-31 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: From #8198: I see a solution by turning Helper.output into a property, but it smells of over-engineering :) Passing all output to pagers should work too, unless we need Helper.output as a sort of sys.stderr. -- keywords: +easy nosy

[issue1064] Test issue

2009-05-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Testing a bug: does mentioning version 123123123123 or issue 123123123123 make this issue unable to be displayed? -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue858809] Use directories from configure rather than hardcoded

2009-05-19 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - tarek components: +Distutils nosy: +tarek stage: - needs patch type: - behavior versions: +Python 3.1 -Python 2.5, Python 2.7, Python 3.0 ___ Python tracker rep...@bugs.python.org http

[issue1884] msilib.SetProperty(msilib.PID_CODEPAGE, '1252') raises 0x65d = type mismatch

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1884

[issue1855] Codepage unset in msilib.init_database()

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +msilib.SetProperty(msilib.PID_CODEPAGE, '1252') raises 0x65d = type mismatch priority: normal - low stage: - test needed type: resource usage - feature request versions: +Python 2.7, Python 3.2 -Python 2.5

[issue2609] Tests fail if ./@test is not writeable

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +r.david.murray priority: - normal versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2609

[issue2931] optparse: various problems with unicode and gettext

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ezio.melotti, haypo, loewis priority: - normal stage: - patch review type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2931

[issue3001] RLock's are SLOW

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3001 ___ ___ Python-bugs-list

[issue4256] optparse: provide a simple way to get a programmatically useful list of options

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy priority: - normal stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4256

[issue1778] SyntaxError.offset sometimes wrong

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk and py3k. -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1778

[issue1827] svnversion_init() doesn't support svn urls in sandbox/trunk

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I'm setting as 'behavior' because ISTM that a bogus svnversion making Python fail to start is a bug. -- nosy: +ajaksu2 priority: normal - low stage: - test needed type: - behavior versions: +Python 3.1 -Python 3.0

[issue1838] Ctypes C-level infinite recursion

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk and py3k. Maybe we should treat ctypes segfaults that don't involve external C code more strictly as bugs? -- nosy: +ajaksu2 stage: - test needed versions: +Python 3.1 ___ Python

[issue1943] improved allocation of PyUnicode objects

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Collin, Can you test this patch with Unladen Swallow's benchmarks? -- components: +Unicode nosy: +ajaksu2, collinwinter, ezio.melotti, haypo stage: - test needed versions: +Python 3.2 -Python 3.0

[issue2027] Module containing C implementations of common text algorithms

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Extension Modules, Unicode -Library (Lib) priority: normal - low stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http

[issue2122] mmap.flush does not check for errors on windows

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - high stage: - test needed versions: +Python 3.1 -Python 2.5, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2122

[issue2295] cPickle corner case - docs or bug?

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2295

[issue2423] test_smtplib.py no longer butt slow

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: What platform is that? I'm sure I don't get such a long runtime for test_smtplib on Linux. Maybe this was fixed by changes in socket or smtplib itself? -- nosy: +ajaksu2 versions: +Python 2.7, Python 3.2 -Python 2.6

[issue2489] Patch for bugs in pty.py

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fergus, Can you provide a test for the _copy loop bug? IIUC, the spawn change is an RFE and shouldn't land on the maintenance branches (or 3.1). -- nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 3.1 -Python 2.5

[issue2528] Change os.access to check ACLs under Windows

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Windows priority: - normal stage: - patch review type: - feature request versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue2690] Precompute range length

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2690

[issue2857] add codec for java modified utf-8

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Unicode nosy: +ezio.melotti, haypo priority: - normal stage: - test needed type: - feature request versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org

[issue2921] enable embedding: declare/#define only py* symbols in #includes

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Would this break existing code? Are the benefits worth it? -- nosy: +ajaksu2 priority: - normal versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http

[issue2973] _ssl compiler warnings

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Would HEADER_ASN1_MAC_H or IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname help? -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2973

[issue3030] compiler warning on HP-UX

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - low type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3030 ___ ___ Python

[issue3401] wsgiref can't handle unicode environments

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3401 ___ ___ Python-bugs-list

[issue3071] The ValueError raised by failing to unpack sequence should have more information.

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: What would happen with infinite iterables? import itertools [foo] = itertools.count() -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.3, Python 2.4, Python 2.5

[issue3132] implement PEP 3118 struct changes

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Travis, Do you think you can contribute for this to actually land in 3.2? Having a critical issue slipping from 3.0 to 3.3 would be bad... Does this supersede issue 2395 or is this a subset of that one.? -- nosy: +ajaksu2 stage: - test

[issue2395] [Py3k] struct module changes of PEP 3118

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: We're in 3.1 beta. Can you review the status of this implementation? -- dependencies: +implement PEP 3118 struct changes nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 3.1 -Python 3.0

[issue2397] Backport 3.0 struct module changes to 2.6

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This risks missing 2.x if nobody adopts the implementation of PEP 3118 in 3.x: 2.7 might be the last 2.x release. -- nosy: +ajaksu2 priority: - low stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.6

[issue3163] module struct support for ssize_t and size_t

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3163

[issue3232] Wrong str-bytes conversion in Lib/encodings/idna.py

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3232

[issue3243] Support iterable bodies in httplib

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3243

[issue3246] configure: WARNING: sys/socket.h: present but cannot be compiled

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: ric, Can you confirm this for 2.6? -- nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue3293] incorrect comments for PyObject_ReleaseBuffer

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Travis, How should code, comment and PEP be reconciled? -- nosy: +ajaksu2 stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3293

[issue3338] cPickle segfault with deep recursion

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +test_cpickle crash on AMD64 Windows build priority: - normal versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3338

[issue3353] make built-in tokenizer available via Python C API

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3353

[issue3354] Improve error reporting for the argument parsing API

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3354

[issue3356] some tests fail with 'make EXTRA_CFLAGS=-DPy_DEBUG' (test_distutils, test_set)

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Build priority: high - low title: some tests fail with Py_DEBUG (test_distutils, test_set) - some tests fail with 'make EXTRA_CFLAGS=-DPy_DEBUG' (test_distutils, test_set) versions: +Python 3.1 -Python 3.0

[issue3435] trace.py tries to get coverage data from non Python files

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3435

[issue3471] PyObject_GetAttr() to get special methods

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This snippet is fixed (returns False), see issue 2325: import abc isinstance(5, abc.ABCMeta) The general PyObject_GetAttr issue should be reviewed. -- components: +Interpreter Core nosy: +ajaksu2, benjamin.peterson priority: - normal

[issue3486] bytes.join does not accept a sequence of bytearrays

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: How about adding a note on this to 2.6 docs and be done with it? -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3486

[issue3489] add rotate{left,right} methods to bytearray

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3489

[issue3451] Asymptotically faster divmod and str(long)

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +haypo stage: - patch review versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3451

[issue3527] Py_WIN_WIDE_FILENAMES removal

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Windows priority: - normal stage: - patch review type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http

[issue3532] bytes.tohex method

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Looks like transform/untransform went nowhere? -- nosy: +ajaksu2, lemburg priority: - normal stage: - patch review versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http

[issue3541] bsddb memory leak on ubuntu

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk. -- nosy: +ajaksu2, jcea priority: - normal stage: - test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3541

[issue3581] failures in test_uuid

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Hmm, is this a bug in uuid._ifconfig_getnode or just a bad test assumption? -- nosy: +ajaksu2 priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3581

[issue3583] test_urllibnet.test_bad_address() fails when using OpenDNS

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ajaksu2 versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3583

[issue1694442] Failure to build on AIX 5.3

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- status: - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1694442 ___ ___ Python-bugs-list

[issue2921] enable embedding: declare/#define only py* symbols in #includes

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Hallvard, There is ongoing discussion on separating public and private headers: http://groups.google.com/group/unladen-swallow/t/f3a89fc723411c49 Also see #2897, #4805, #5748 and #896330 for (sometimes slightly) related issues

[issue3367] Uninitialized value read in parsetok.c

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk: ~/trunk-py$ ./configure --with-pydebug --without-pymalloc make [...] ~/trunk-py$ valgrind --suppressions=Misc/valgrind-python.supp ./python ==29730== Memcheck, a memory error detector. [...] Python 2.7a0 (trunk:72608M, May 16

[issue3605] Py_FatalError causes infinite loop

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed type: - behavior versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3605

[issue4712] Document pickle behavior for subclasses of dicts/lists

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +pickle.dumps cannot save instance of dict-derived class that overrides __getattribute__ ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4712

[issue3635] pickle.dumps cannot save instance of dict-derived class that overrides __getattribute__

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this related to #1730480? -- nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.5, Python 3.0 ___ Python tracker rep...@bugs.python.org http

[issue3840] if TESTFN == /tmp/@test, some tests fail

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +r.david.murray priority: - normal stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3840

[issue3839] wsgi.simple_server resets 'Content-Length' header on empty content even if app defined it.

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +pje priority: - normal stage: - test needed versions: -Python 2.5, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3839

[issue3693] Obscure array.array error message

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: FWIW, in trunk the message for unicode strings is the same: array.array('b', u'fox') Traceback (most recent call last): File stdin, line 1, in module TypeError: an integer is required -- nosy: +ajaksu2 priority: - normal stage

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3876

[issue3877] test_fileio fails on OpenBSD 4.4

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests -Extension Modules priority: - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3877

[issue3948] readline steals sigwinch

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: See related(?) issue 3180. -- nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.6 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3948

[issue3949] curses' sigwinch handler isn't visible from python

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Shish, Can you provide a short test script? I think this might also be related to issue 1687125. -- dependencies: +readline steals sigwinch nosy: +ajaksu2 priority: - normal stage: - test needed type: - behavior versions: +Python 2.6

  1   2   3   4   5   6   7   8   9   10   >