[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

[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, to

[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 -Py

[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

[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

[issue8297] AttributeError message text should include module name

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

[issue8370] change module "builtins" to "__builtin__" in __import__ documentation

2010-04-13 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> patch review ___ Python tracker <http://bugs.python.org/issue8370> ___ ___ Python-bugs-list

[issue7559] TestLoader.loadTestsFromName swallows import errors

2010-04-13 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: unit test needed -> patch review ___ Python tracker <http://bugs.python.org/issue7559> ___ ___ Python-bugs-list mai

[issue8026] strftime bug when timedelta is negative

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 tracker

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

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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, Py

[issue7927] SSL socket is not closed properly

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

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

2010-04-08 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed ___ Python tracker <http://bugs.python.org/issue7943> ___ ___ Python-bugs-list

[issue7842] py_compile.compile SyntaxError output

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.p

[issue7865] io close() swallowing exceptions

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.pyt

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

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 nosy: +ajaksu2

[issue7378] unexpected truncation of traceback

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/

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

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 <http://bug

[issue7370] patch: BaseHTTPServer reinventing rfc822

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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

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

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 PseudoFil

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

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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 D

[issue6878] outdated docstring in tkinter.Canvas.coords

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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: ->

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

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

[issue6650] sre_parse contains a confusing generic error message

2010-04-08 Thread Daniel Diniz
Daniel Diniz 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

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

2010-03-30 Thread Daniel Diniz
Daniel Diniz 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: +ajak

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

2010-03-30 Thread Daniel Diniz
Daniel Diniz 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.outp

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

2010-03-30 Thread Daniel Diniz
Daniel Diniz 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 is returnin

[issue1064] Test issue

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

[issue858809] Use directories from configure rather than hardcoded

2009-05-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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 <http://bugs.python.org

[issue3541] bsddb memory leak on ubuntu

2009-05-18 Thread Daniel Diniz
Daniel Diniz added the comment: I can confirm it in trunk and release26-maint on Ubuntu 8.04. For trunk: bsddb.__version__ : '4.7.3' libdb4.6-dev: 4.6.21-6ubuntu1 _bsddb.version(): (4, 6, 21) bsddb._bsddb.cvsid: '$Id: _bsddb.c 66568 2008-09-23 18:54:08Z jesus.cea $' --

[issue6032] Fix refleaks in test_urllib2_localnet

2009-05-18 Thread Daniel Diniz
Daniel Diniz added the comment: LGTM :) This part changes the output in verbose mode, not sure it's necessary (but not a real problem either): -test_support.run_unittest(ProxyAuthTests) -test_support.run_unittest(TestUrlopen) +test_support.run_unittest(ProxyAuthTests, TestUr

[issue5980] Add bug tracker tasks to PEP 101

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: We sure could have helpers for updating RFEs and bugs to correct versions. They could be scripts for bulk updating and/or per-issue UI shortcuts for Developers. I'll open a meta-tracker RFE for this. Correcting user reports and requests is also possible, bu

[issue4144] 3 tutorial documentation errors

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: David, I hope others can understand your report, I get dizzy looking at it :) -- assignee: -> georg.brandl components: +Documentation nosy: +ajaksu2, georg.brandl priority: -> normal type: -> behavior versions: +Python 3.1 -P

[issue4126] remove not decodable environment variables

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +loewis priority: -> high versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue4126> ___ ___ Py

[issue4080] pyunit - display time of each test case - patch

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib), Tests -None nosy: +michael.foord priority: -> normal stage: -> test needed versions: +Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/

[issue4036] Support bytes for subprocess.Popen()

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) priority: -> high type: -> feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue4035] Support bytes for os.exec*()

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) priority: -> high type: -> feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue4007> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 -P

[issue3948] readline steals sigwinch

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

[issue3877] test_fileio fails on OpenBSD 4.4

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests -Extension Modules priority: -> normal stage: -> patch review ___ Python tracker <http://bugs.python.org/

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue3876> ___ ___ Python-

[issue3693] Obscure array.array error message

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 "", line 1, in TypeError: an integer is required -- nosy: +ajaksu2 priority:

[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 : -- nosy: +pje priority: -> normal stage: -> test needed versions: -Python 2.5, Python 3.0 ___ Python tracker <http://bugs.python.org/

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +r.david.murray priority: -> normal stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.o

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/

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

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

[issue3605] Py_FatalError causes infinite loop

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed type: -> behavior versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.o

[issue3367] Uninitialized value read in parsetok.c

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 2009,

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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. -- dependencies: +include

[issue1694442] Failure to build on AIX 5.3

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: -> closed ___ Python tracker <http://bugs.python.org/issue1694442> ___ ___ Python-bugs-list mailing list Unsubscri

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue3583> ___ ___ Python-bugs-list mailin

[issue3581] failures in test_uuid

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/iss

[issue3541] bsddb memory leak on ubuntu

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

[issue3532] bytes.tohex method

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/

[issue3527] Py_WIN_WIDE_FILENAMES removal

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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 <http://bugs.python.o

[issue3451] Asymptotically faster divmod and str(long)

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

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue3489> ___ ___ Python-

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

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

[issue3471] PyObject_GetAttr() to get special methods

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 stage: ->

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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) version

[issue3354] Improve error reporting for the argument parsing API

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue3354> ___ ___ Python-

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue3338] cPickle segfault with deep recursion

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +test_cpickle crash on AMD64 Windows build priority: -> normal versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue3293] incorrect comments for PyObject_ReleaseBuffer

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

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/

[issue3243] Support iterable bodies in httplib

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

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue3163] module struct support for ssize_t and size_t

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

[issue2397] Backport 3.0 struct module changes to 2.6

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 -P

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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

[issue3132] implement PEP 3118 struct changes

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 needed versi

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 ___ Python trac

[issue3401] wsgiref can't handle unicode environments

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed ___ Python tracker <http://bugs.python.org/issue3401> ___ ___ Python-bugs-list mailing list Unsubscri

[issue3023] Problem with invalidly-encoded command-line arguments (Unix)

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal versions: +Python 3.1 -Python 3.0 ___ Python tracker <http://bugs.python.org/issue3023> ___ ___ Python-

[issue3030] compiler warning on HP-UX

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low type: -> behavior ___ Python tracker <http://bugs.python.org/issue3030> ___ ___ Python-bugs-list mailing list

[issue2973] _ssl compiler warnings

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: Would HEADER_ASN1_MAC_H or IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname help? -- nosy: +ajaksu2 ___ Python tracker <http://bugs.python.org/issue2

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

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 <http://bugs.python.org/iss

[issue2857] add codec for java modified utf-8

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- 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 <http://bugs.python.o

[issue2690] Precompute range length

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review versions: +Python 3.2 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue2690> ___ ___ Python-

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows priority: -> normal stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker <http://bugs.python.o

[issue2489] Patch for bugs in pty.py

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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,

[issue2423] test_smtplib.py no longer butt slow

2009-05-16 Thread Daniel Diniz
Daniel Diniz 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 -

[issue2295] cPickle corner case - docs or bug?

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/

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

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> high stage: -> test needed versions: +Python 3.1 -Python 2.5, Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue2027] Module containing C implementations of common text algorithms

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

  1   2   3   4   5   6   7   8   9   10   >