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
Change by Daniel Diniz :
--
versions: +Python 3.10, Python 3.11
___
Python tracker
<https://bugs.python.org/issue7687>
___
___
Python-bugs-list mailing list
Unsub
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
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
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
Change by Daniel Diniz :
--
nosy: +belopolsky
___
Python tracker
<https://bugs.python.org/issue46169>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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
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
Change by Daniel Diniz :
--
versions: +Python 3.11 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue1062277>
___
___
Python-bugs-list mailin
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
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
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
Change by Daniel Diniz :
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue1182143>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Daniel Diniz :
--
nosy: +ajaksu2
stage: unit test needed -> patch review
___
Python tracker
<http://bugs.python.org/issue8297>
___
___
Python-
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue8370>
___
___
Python-bugs-list
Changes by Daniel Diniz :
--
stage: unit test needed -> patch review
___
Python tracker
<http://bugs.python.org/issue7559>
___
___
Python-bugs-list mai
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
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
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/
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue7943>
___
___
Python-bugs-list
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
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
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
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/
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
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
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
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
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: ->
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/
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
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
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
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
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
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
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 $'
--
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
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
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
Changes by Daniel Diniz :
--
nosy: +loewis
priority: -> high
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.org/issue4126>
___
___
Py
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/
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/
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/
Changes by Daniel Diniz :
--
versions: +Python 2.6
___
Python tracker
<http://bugs.python.org/issue4007>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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/
Changes by Daniel Diniz :
--
components: +Tests -Extension Modules
priority: -> normal
stage: -> patch review
___
Python tracker
<http://bugs.python.org/
Changes by Daniel Diniz :
--
stage: -> test needed
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.org/issue3876>
___
___
Python-
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:
Changes by Daniel Diniz :
--
nosy: +pje
priority: -> normal
stage: -> test needed
versions: -Python 2.5, Python 3.0
___
Python tracker
<http://bugs.python.org/
Changes by Daniel Diniz :
--
nosy: +r.david.murray
priority: -> normal
stage: -> needs patch
type: -> behavior
___
Python tracker
<http://bugs.python.o
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/
Changes by Daniel Diniz :
--
dependencies: +pickle.dumps cannot save instance of dict-derived class that
overrides __getattribute__
___
Python tracker
<http://bugs.python.org/issue4
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> test needed
type: -> behavior
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.o
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,
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
Changes by Daniel Diniz :
--
status: -> closed
___
Python tracker
<http://bugs.python.org/issue1694442>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Daniel Diniz :
--
nosy: +ajaksu2
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.org/issue3583>
___
___
Python-bugs-list mailin
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
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/
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/
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
Changes by Daniel Diniz :
--
nosy: +haypo
stage: -> patch review
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/issue3451>
___
___
Python-
Changes by Daniel Diniz :
--
stage: -> test needed
versions: +Python 3.2 -Python 3.1
___
Python tracker
<http://bugs.python.org/issue3489>
___
___
Python-
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
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: ->
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/
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
Changes by Daniel Diniz :
--
stage: -> test needed
versions: +Python 3.2 -Python 3.1
___
Python tracker
<http://bugs.python.org/issue3354>
___
___
Python-
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/
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
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/
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/
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> test needed
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/issue3243>
___
___
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> test needed
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.org/
Changes by Daniel Diniz :
--
priority: -> normal
stage: -> patch review
versions: +Python 3.2
___
Python tracker
<http://bugs.python.org/issue3163>
___
___
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
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
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
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
Changes by Daniel Diniz :
--
stage: -> test needed
___
Python tracker
<http://bugs.python.org/issue3401>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Daniel Diniz :
--
priority: -> normal
versions: +Python 3.1 -Python 3.0
___
Python tracker
<http://bugs.python.org/issue3023>
___
___
Python-
Changes by Daniel Diniz :
--
priority: -> low
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue3030>
___
___
Python-bugs-list mailing list
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
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
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
Changes by Daniel Diniz :
--
stage: -> patch review
versions: +Python 3.2 -Python 3.1
___
Python tracker
<http://bugs.python.org/issue2690>
___
___
Python-
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
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,
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 -
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/
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/
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 - 100 of 1604 matches
Mail list logo