[issue14261] Cleanup in smtpd module

2014-06-30 Thread Michele Orrù
Michele Orrù added the comment: On Sun, Jun 29, 2014 at 03:15:44PM +, Mark Lawrence wrote: > > Mark Lawrence added the comment: > > @Michele as 8739 has been implemented would you like to put up a patch for > this? No, but setting keyword "easy" could help

[issue22301] smtplib.SMTP.starttls' documentation is just confusing

2014-08-29 Thread Michele Orrù
New submission from Michele Orrù: hello! In <https://docs.python.org/2/library/smtplib.html#smtplib.SMTP.starttls> I read:: "If keyfile and certfile are provided, these are passed to the socket module’s ssl() function." socket.ssl() exists, though it is not documented (n

[issue22301] smtplib.SMTP.starttls' documentation is just confusing

2014-09-01 Thread Michele Orrù
Michele Orrù added the comment: "R. David Murray" writes: > Since we want to encourage people to use the context, that sounds > reasonable for 3.x at least. Concerning this specific proposition, I really don't see the point in having .starttls() not simply accepting a S

[issue4753] Faster opcode dispatch on gcc

2009-07-18 Thread Michele Dionisio
Michele Dionisio added the comment: I have patch the code of python3.1 to use computed goto tecnique also with Visual Studio. The performance result is not good (I really don't know why). But it is a good work-araound for use the computed goto also on windows. The only diffentes is tha

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Michele Orrù added the comment: Ported to Py3k. -- versions: +Python 3.2 -Python 2.6, Python 2.7 Added file: http://bugs.python.org/file17744/issue1100562_py3k.patch ___ Python tracker <http://bugs.python.org/issue1100

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Changes by Michele Orrù : Removed file: http://bugs.python.org/file17744/issue1100562_py3k.patch ___ Python tracker <http://bugs.python.org/issue1100562> ___ ___ Pytho

[issue1100562] deepcopying listlike and dictlike objects

2010-06-22 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file17745/issue1100562_py3k.patch ___ Python tracker <http://bugs.python.org/issue1100562> ___ ___ Python-bug

[issue1100562] deepcopying listlike and dictlike objects

2010-07-16 Thread Michele Orrù
Michele Orrù added the comment: Yes. Anyway, to be sure, I've just re-checked on py3.2, py3.1 and py2.7 with last svn revision. I'm pretty sure all works well. -- ___ Python tracker <http://bugs.python.org

[issue9496] Unittests for Lib/rlcompleter.py

2010-08-03 Thread Michele Orrù
New submission from Michele Orrù : The attached patch tests Lib/rlcompleter.py. -- components: Tests files: testrlcompleter.patch keywords: patch messages: 112636 nosy: ezio.melotti, maker priority: normal severity: normal status: open title: Unittests for Lib/rlcompleter.py type

[issue9496] Unittests for Lib/rlcompleter.py

2010-08-03 Thread Michele Orrù
Changes by Michele Orrù : Removed file: http://bugs.python.org/file18347/testrlcompleter.patch ___ Python tracker <http://bugs.python.org/issue9496> ___ ___ Python-bug

[issue9496] Unittests for Lib/rlcompleter.py

2010-08-03 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file18368/testrlcompleter.patch ___ Python tracker <http://bugs.python.org/issue9496> ___ ___ Python-bug

[issue1100562] deepcopying listlike and dictlike objects

2010-08-04 Thread Michele Orrù
Michele Orrù added the comment: Ping. -- ___ Python tracker <http://bugs.python.org/issue1100562> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5256] rlcompleter adds builtins when custom dict is used

2010-08-07 Thread Michele Orrù
Michele Orrù added the comment: The attached patch fixes this issue and provides some tests. -- keywords: +patch nosy: +maker Added file: http://bugs.python.org/file18421/rlcompleter.patch ___ Python tracker <http://bugs.python.org/issue5

[issue5256] rlcompleter adds builtins when custom dict is used

2010-08-07 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +ezio.melotti, mark.dickinson, pitrou, r.david.murray ___ Python tracker <http://bugs.python.org/issue5256> ___ ___ Python-bug

[issue5256] rlcompleter adds builtins when custom dict is used

2010-08-07 Thread Michele Orrù
Michele Orrù added the comment: Yes, it is. I think the user would expect that kind of behaviour. The attached patch updates the Doc. -- Added file: http://bugs.python.org/file18426/rlcompleter_docs.patch ___ Python tracker <http://bugs.python.

[issue5256] rlcompleter adds builtins when custom dict is used

2010-08-07 Thread Michele Orrù
Changes by Michele Orrù : Removed file: http://bugs.python.org/file18426/rlcompleter_docs.patch ___ Python tracker <http://bugs.python.org/issue5256> ___ ___ Python-bug

[issue5256] rlcompleter adds builtins when custom dict is used

2010-08-07 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file18427/rlcompleter_docs.patch ___ Python tracker <http://bugs.python.org/issue5256> ___ ___ Python-bug

[issue16692] Support TLS 1.1 and TLS 1.2

2013-02-13 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue16692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16692] Support TLS 1.1 and TLS 1.2

2013-02-13 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file29066/issue16692.1.patch ___ Python tracker <http://bugs.python.org/issue16692> ___ ___ Python-bugs-list m

[issue979407] urllib2 digest auth totally broken

2013-02-15 Thread Michele Orrù
Michele Orrù added the comment: Isn't this issue fixed and tested on Lib/test/test_urllib2.py:1304? -- nosy: +maker ___ Python tracker <http://bugs.python.org/iss

[issue15767] add ModuleNotFoundError

2013-02-18 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: -maker ___ Python tracker <http://bugs.python.org/issue15767> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17267] datetime.time support for '+' and 'now'

2013-02-23 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +maker ___ Python tracker <http://bugs.python.org/issue17267> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16692] Support TLS 1.1 and TLS 1.2

2013-03-16 Thread Michele Orrù
Michele Orrù added the comment: (ping) -- ___ Python tracker <http://bugs.python.org/issue16692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16692] Support TLS 1.1 and TLS 1.2

2013-03-20 Thread Michele Orrù
Michele Orrù added the comment: synced with tip > This decorator looks like it would be impressed in a simpler way, > using unittest.skipIf (or unittest.skipUnless). > It would be nice to check that connecting succeeds from a > TLSv1_1 client on a SSLv23 server. yep, thanks. &g

[issue16692] Support TLS 1.1 and TLS 1.2

2013-03-26 Thread Michele Orrù
Michele Orrù added the comment: .. sorry for all these trivialities. -- Added file: http://bugs.python.org/file29584/issue16692.3.patch ___ Python tracker <http://bugs.python.org/issue16

[issue16692] Support TLS 1.1 and TLS 1.2

2013-03-26 Thread Michele Orrù
Changes by Michele Orrù : Added file: http://bugs.python.org/file29587/issue16692.4.patch ___ Python tracker <http://bugs.python.org/issue16692> ___ ___ Python-bugs-list m

[issue14364] Argparse incorrectly handles '--'

2013-04-18 Thread Michele Orrù
Michele Orrù added the comment: wow, I was just writing the unittests, thanks paul. Shall I continue? I don't see any test case on tip. -- ___ Python tracker <http://bugs.python.org/is

[issue13922] argparse handling multiple "--" in args improperly

2013-04-19 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +maker ___ Python tracker <http://bugs.python.org/issue13922> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14364] Argparse incorrectly handles '--'

2013-04-19 Thread Michele Orrù
Michele Orrù added the comment: Yes, http://bugs.python.org/file29845/dbldash.patch seems to fix this. Attaching the unittests, and noisying on your issue. -- keywords: +patch Added file: http://bugs.python.org/file29938/issue14364.test.patch

[issue16308] Undocumented (?) behaviour change in argparse from 3.2.3 to 3.3.0

2013-05-01 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +maker ___ Python tracker <http://bugs.python.org/issue16308> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24906] asyncore asynchat hanging on ssl

2015-08-21 Thread Michele Comitini
New submission from Michele Comitini: When sending a message larger than 4096 bytes with smtpd on a ssl socket, everything hangs. This is due to polling before synchronizing the SSL channel with the underlying socket. The issue can be solved by properly modifying the poll function and

[issue4322] function with modified __name__ uses original name when there's an arg error

2014-03-09 Thread Michele dos Santos da Silva
Michele dos Santos da Silva added the comment: func_name was not available on the places where the error strings are set (PyErr_Format), so I added it and passed it around as needed. This is the simplest approach, but I am not sure it is the best (newbie here). Thus, I am waiting for your

<    1   2   3