[issue42019] Override MagicMock special methods

2020-10-15 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos added the comment: Yep, I had figured out myself that those stub methods are being set during MagicMock's __init__, thanks for answering anyway :) -- ___ Python tracker <https://bugs.python.org/issue42

[issue42019] Override MagicMock special methods

2020-10-12 Thread Aristotelis Mikropoulos
New submission from Aristotelis Mikropoulos : This is more of a question whether the following is intended behavior: Subclassing unittest.mock.MagicMock and overriding one of the special (double underscore) methods has no effect. The default MagicMock method implementation still stands

[issue5533] unittest can't deal with packages

2009-03-21 Thread Aristotelis Mikropoulos
New submission from Aristotelis Mikropoulos amik...@gmail.com: There is a problem with unittest, as it cannot handle package imports. This http://dpaste.com/17315/ proves it. -- components: Library (Lib) messages: 83945 nosy: Indy severity: normal status: open title: unittest can't deal

[issue5533] unittest can't deal with packages

2009-03-21 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos amik...@gmail.com added the comment: You are right, here is the file. -- Added file: http://bugs.python.org/file13390/test ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5533

[issue3159] glob.py improvements

2008-06-21 Thread Aristotelis Mikropoulos
New submission from Aristotelis Mikropoulos [EMAIL PROTECTED]: Simplified some of the code, improving performance and readability. -- components: Library (Lib) files: glob.py.patch keywords: patch messages: 68493 nosy: Indy severity: normal status: open title: glob.py improvements type

[issue3078] tokenize.py improvements

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: So, will this patch be applied? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3078 ___ ___ Python

[issue1778443] robotparser.py fixes

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: Is the patch, now, in an acceptable format? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1778443

[issue1778443] robotparser.py fixes

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: Yes, why not? Actually, I am the original author of the patch, but I changed my username like I said above (in a previous post). ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1778443] robotparser.py fixes

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: Oh, I am sorry, I thought you were talking to me. Excuse me. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1778443

[issue1778443] robotparser.py fixes

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: OK ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1778443 ___ ___ Python-bugs-list mailing list

[issue1778443] robotparser.py fixes

2008-06-13 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: Sure. Added file: http://bugs.python.org/file10617/robotparser.py.patch ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1778443

[issue1778443] robotparser.py fixes

2008-06-12 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos [EMAIL PROTECTED] added the comment: So, finally, will this patch be applied? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1778443

[issue3078] tokenize.py improvements

2008-06-11 Thread Aristotelis Mikropoulos
New submission from Aristotelis Mikropoulos [EMAIL PROTECTED]: Various tokenize.py performance boosts and code clarifications. -- components: Library (Lib) files: tokenize.py.patch keywords: patch messages: 67965 nosy: Indy severity: normal status: open title: tokenize.py improvements

[issue1778443] robotparser.py fixes

2007-12-28 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos added the comment: Also, I would like to tell you that my new account name is Indy, and not indy90 anymore (I changed since this issue tracker moved from SourceForge to here). So, thanks again and I hope this patch will be helpful