[issue11218] pattern=None when following documentation for load_tests and unittest.main()

2020-03-24 Thread Zbynek Winkler
Change by Zbynek Winkler : -- nosy: +Zbynek.Winkler ___ Python tracker <https://bugs.python.org/issue11218> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23882] unittest discovery doesn't detect namespace packages when given no parameters

2020-03-24 Thread Zbynek Winkler
Change by Zbynek Winkler : -- nosy: +Zbynek.Winkler ___ Python tracker <https://bugs.python.org/issue23882> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25824] 32-bit 2.7.11 installer creates registry keys that are incompatible with the installed python27.dll

2016-03-23 Thread Zbynek Winkler
Changes by Zbynek Winkler : -- nosy: +Zbynek.Winkler ___ Python tracker <http://bugs.python.org/issue25824> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9955] multiprocessing.Pipe segmentation fault when recv of unpicklable object

2010-09-26 Thread Zbynek Winkler
New submission from Zbynek Winkler : $ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from lxml import etree >>> from pick