Changes by Boris FELD :
--
nosy: +Boris.FELD
___
Python tracker
<http://bugs.python.org/issue1469629>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Boris FELD :
Hello everyone, I juste tried to launch the stringbench on python3.2 and
python3.3 dev versions and some unicode tests run slower in python3.3 than in
python3.2.
I cc the two raw output of both runs. I also extracted most interesting data
(all the tests with
Changes by Boris FELD :
Added file: http://bugs.python.org/file23992/stringbench_log_cpython3.3
___
Python tracker
<http://bugs.python.org/issue13621>
___
___
Python-bug
Changes by Boris FELD :
Added file: http://bugs.python.org/file23993/stringbench.py
___
Python tracker
<http://bugs.python.org/issue13621>
___
___
Python-bugs-list mailin
Changes by Boris FELD :
Removed file: http://bugs.python.org/file23993/stringbench.py
___
Python tracker
<http://bugs.python.org/issue13621>
___
___
Python-bugs-list m
Changes by Boris FELD :
Added file: http://bugs.python.org/file23994/compare.py
___
Python tracker
<http://bugs.python.org/issue13621>
___
___
Python-bugs-list mailin
New submission from Boris FELD :
Hello everyone, I juste tried to launch the stringbench on python3.2 and
python3.3 dev versions and some bytes tests run slower in python3.3 than in
python3.2.
I cc the two raw output of both runs. I also extracted most interesting data
(all the tests with
Changes by Boris FELD :
Added file: http://bugs.python.org/file23996/stringbench_log_cpython3.3
___
Python tracker
<http://bugs.python.org/issue13622>
___
___
Python-bug
Changes by Boris FELD :
Added file: http://bugs.python.org/file23997/compare.py
___
Python tracker
<http://bugs.python.org/issue13622>
___
___
Python-bugs-list mailin
Boris FELD added the comment:
Forgot to describe my environment:
Mac OS X 10.6.8
GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
CPython3.3 revision ea421c534305
CPython3.2 revision 0b86da9d6964
--
___
Python tracker
Boris FELD added the comment:
Forgot to describe my environment:
Mac OS X 10.6.8
GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
CPython3.3 revision ea421c534305
CPython3.2 revision 0b86da9d6964
--
___
Python tracker
New submission from Boris FELD :
Hello everyone, I juste tried to launch the stringbench on python3.2 and
python3.3 dev versions and some bytes tests run slower in python3.3 than in
python3.2.
I cc the two raw output of both runs. I also extracted most interesting data
(all the tests with
Changes by Boris FELD :
Added file: http://bugs.python.org/file24000/iobench_log_python3.3
___
Python tracker
<http://bugs.python.org/issue13623>
___
___
Python-bug
Changes by Boris FELD :
Added file: http://bugs.python.org/file24001/compare.py
___
Python tracker
<http://bugs.python.org/issue13623>
___
___
Python-bugs-list mailin
Changes by Boris FELD :
Removed file: http://bugs.python.org/file24000/iobench_log_python3.3
___
Python tracker
<http://bugs.python.org/issue13623>
___
___
Python-bug
Changes by Boris FELD :
Added file: http://bugs.python.org/file24002/stringbench_log_cpython3.3
___
Python tracker
<http://bugs.python.org/issue13623>
___
___
Python-bug
Boris FELD added the comment:
The problem still exists in trunk with 3.2 and 3.3.
--
nosy: +Boris.FELD
versions: +Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issue5
Boris FELD added the comment:
I add a test to test_traceback.py for this bug. Bug is confirmed on python 3.2
and python3.3. I use 2.x behavior as reference.
I don't know if we should add an assertion in traceback.print_exception or
traceback._iter_chain, so I add the tes
Boris FELD added the comment:
Add a patch for this issue, move attributes comments in TestCase docstring.
I think it should be a good idea too to add their in unittest doc.
--
keywords: +patch
nosy: +Boris.FELD
Added file: http://bugs.python.org/file24024/unittest_docstring.patch
Boris FELD added the comment:
Bug confirmed on python2.5+ and python3.2-.
If it works with the dash, is agree with the Marc-Andre solution.
--
nosy: +Boris.FELD
versions: +Python 2.5, Python 2.6
___
Python tracker
<http://bugs.python.
New submission from Boris FELD :
Distutils2 install command don't display error if you try to launch it in a
directory without setup.py nor setup.cfg files. It install an
UNKNOWN-UNKNOWN.dist-info distribution in your site-package with all meta-data
file set to UNKNOWN.
--
ass
New submission from Boris FELD :
Distutils2 install command fail with both python 2.5 and python 2.7 while it
works with python 2.6.
$ python -V
python 2.5.4
$ python -m "distutils2.run" install
usage: run.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: run.py --help
Changes by Boris FELD :
--
type: -> crash
___
Python tracker
<http://bugs.python.org/issue11026>
___
___
Python-bugs-list mailing list
Unsubscri
Boris FELD added the comment:
The new command for installation is install_dist, sorry.
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Boris FELD added the comment:
It also fails with python 2.5 and python 2.7 with install_dist command.
--
versions: +Python 2.5, Python 2.7
___
Python tracker
<http://bugs.python.org/issue11
Boris FELD added the comment:
I've the same problem today with package
https://pypi.python.org/pypi/httpretty/0.7.1 but only when I try to install one
of my project which requires httpretty, if I try to install it directly it
works like a charm.
pip install httpretty -> works
pip
Boris FELD added the comment:
An issue has been opened in pip repository:
https://github.com/pypa/pip/issues/1441
--
___
Python tracker
<http://bugs.python.org/issue13
New submission from Boris FELD:
I'm trying to create some UDP sockets for doing multicast communication. I have
the working code in synchronous way and try to port it to asyncio.
One last issue is blocking for me, I'm on Mac OS X and for multicast UDP to
work, the SO_REUSEPORT must
28 matches
Mail list logo