[issue1207] Load tests from path (patch included)

2007-09-26 Thread Bluebird
New submission from Bluebird: Something very nice about unittest is that it can find automatically the TestCase that you declare, and the test methods of every test case. This makes the operation of adding or removing tests very simple. For test modules however, there is nothing to

[issue839496] SimpleHTTPServer reports wrong content-length for text files

2008-07-06 Thread Bluebird
Bluebird <[EMAIL PROTECTED]> added the comment: I confirm that the problem is present on python2.5 on windows, and that the attached patch fixes it. -- nosy: +bluebird ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue5190] optparse doex not export make_option

2009-02-09 Thread Bluebird
New submission from Bluebird : The documentation of optparse mentions make_option() as the standard way to create an option list: For example, in the doc of python 2.5: 14.3.3.2 Populating the parser [...] pass it an Option instance (as returned by make_option()) [...] option_list

[issue39025] Windows Python Launcher does not update PATH to Scripts directory

2019-12-11 Thread Bluebird
New submission from Bluebird : The py Python launcher is a great improvement over a few years ago when managing multiple Python installation was tedious. However, it does not solve one annoying problem: the Scripts directory. If you install tools like mypy, pyqt-tools or pyinstaller, to be

[issue39025] Windows Python Launcher does not update PATH to Scripts directory

2019-12-11 Thread Bluebird
Bluebird added the comment: Thanks for the quick feedback. I agree that it makes sense for python modules to support -m. However, PyQt comes with many executables originally written in C++ for Qt (designer, assistant). It feels a bit strange to add a module with that name, just for the

[issue39025] Windows Python Launcher does not update PATH to Scripts directory

2019-12-17 Thread Bluebird
Bluebird added the comment: Ok, I'll close my request if you do not think of any value in it. Py is such an elegant solution, I wish something as simple would also address this problem. Virtual environement do have the downside of not coming directly with Python. In my work enviro