Changes by Stéphane Wirtel :
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue12276>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Stéphane Wirtel :
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue23746>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Stéphane Wirtel :
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue24459>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
Hi Jaysinh,
I have reviewed your patch, but for me, this one should be have an order for
the exception.
* Warning
* Error
* DatabaseError
* ProgrammingError
* IntegrityError
Thank you
--
nosy: +matrixise
Changes by Stéphane Wirtel :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue6057>
___
___
Python-bugs-list mai
Stéphane Wirtel added the comment:
Here is the patch with my comments.
--
Added file: http://bugs.python.org/file44043/issue6057-3.6.diff
___
Python tracker
<http://bugs.python.org/issue6
Stéphane Wirtel added the comment:
Here is an updated version (for 3.6) of the patch of maciej.szulik.
I have executed all the tests.
Please, could you review this patch.
Thank you
--
nosy: +matrixise
versions: +Python 3.6 -Python 3.5
Added file: http://bugs.python.org/file44044
Changes by Stéphane Wirtel :
--
status: closed -> open
___
Python tracker
<http://bugs.python.org/issue27707>
___
___
Python-bugs-list mailing list
Unsubscrib
Stéphane Wirtel added the comment:
when you yield, the list is empty, in this case, the length of your list is
just 0 and not 1.
--
nosy: +matrixise
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Stéphane Wirtel added the comment:
Hi Serhiy
Thank you for your feedback.
Stephane
--
___
Python tracker
<http://bugs.python.org/issue27704>
___
___
Python-bug
New submission from Stéphane Wirtel:
I use Exuberant Ctags 5.8 on my Fedora 24, and this version does not accept the
'-t' argument, as defined in the 'tags' target of the Makefile.
--
files: Makefile.pre.in.diff
keywords: patch
messages: 272326
nosy: larry, matrix
Changes by Stéphane Wirtel :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue27726>
___
___
Python-bugs-list mailing list
Unsubscrib
Stéphane Wirtel added the comment:
yep, maybe in this case, we can accept my patch ;-)
--
___
Python tracker
<http://bugs.python.org/issue27726>
___
___
Python-bug
Stéphane Wirtel added the comment:
and in my first description, I have just forgotten to indicate this argument
was not supported by the last version of ctags. @SilentGhost confirms this
point ;-) (since 1998).
--
___
Python tracker
<h
Changes by Stéphane Wirtel :
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue6057>
___
___
Python-bugs-list mai
Stéphane Wirtel added the comment:
Fixed with your comments.
--
Added file: http://bugs.python.org/file44069/issue6057-3.6-2.diff
___
Python tracker
<http://bugs.python.org/issue6
Changes by Stéphane Wirtel :
--
assignee: -> berker.peksag
___
Python tracker
<http://bugs.python.org/issue6057>
___
___
Python-bugs-list mailing list
Un
Stéphane Wirtel added the comment:
Ned,
BSD cTags does not support -t
The -t option is a no-op for compatibility with previous versions of ctags that
did not create tags for typedefs, enums, structs and unions by default.
https://www.freebsd.org/cgi/man.cgi?query=ctags&sektion=1#end
Changes by Stéphane Wirtel :
--
versions: +Python 3.5, Python 3.6 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue12
Stéphane Wirtel added the comment:
martin or serhiy,
can we move this issue to 3.6 ?
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue16
Stéphane Wirtel added the comment:
Christian,
What do you think about this issue ?
1. Fix for 3.5 and 3.6
2. Maybe for 2.7 ?
--
assignee: -> christian.heimes
nosy: +christian.heimes, matrixise
___
Python tracker
<http://bugs.python.org/issu
Changes by Stéphane Wirtel :
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue6057>
___
___
Python-bugs-list mai
New submission from Stéphane Wirtel:
http.client.HTTPConnection.request, the argument 'headers' has a default value,
and this one is a mutable (dict).
--
messages: 272352
nosy: matrixise
priority: normal
severity: normal
status: open
title: HTTPConnection.requests has a
Stéphane Wirtel added the comment:
here is my patch for that.
--
keywords: +patch
Added file: http://bugs.python.org/file44070/issue27728.diff
___
Python tracker
<http://bugs.python.org/issue27
Stéphane Wirtel added the comment:
When I have read the last patch, I have seen a mutable as the default value of
the HTTPConnection.request method. I have proposed this issue and the attached
patch http://bugs.python.org/issue27728
--
nosy: +matrixise
Stéphane Wirtel added the comment:
Thanks R.David.Murray,
@SilentGhost in fact, in this code, it's not an issue but we use a bad practice
and not a good practice with a mutable value.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Stéphane Wirtel :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue27728>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Stéphane Wirtel :
--
assignee: -> haypo
___
Python tracker
<http://bugs.python.org/issue25571>
___
___
Python-bugs-list mailing list
Unsubscrib
Stéphane Wirtel added the comment:
Hi Serhiy,
I have reviewed your patch, it seems to be ok.
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue17
Changes by Stéphane Wirtel :
--
stage: patch review -> commit review
___
Python tracker
<https://bugs.python.org/issue17909>
___
___
Python-bugs-list mai
Stéphane Wirtel added the comment:
Hi Victor,
Here is a small patch for the unicodeobject.c file.
I am not sure if it's the correct solution to this problem, but for me, the
size parameter should be a unsigned long and not a signed.
--
nosy: +matrixise
Added file:
Stéphane Wirtel added the comment:
Hi all,
Here is the last version of this patch for a review, the tests are ok.
Thank you in advance for the time.
Stephane
--
Added file: http://bugs.python.org/file36880/issue12916-3.patch
___
Python tracker
Stéphane Wirtel added the comment:
ping
--
___
Python tracker
<http://bugs.python.org/issue21224>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
David,
do you have an example, I am at the CPython sprint in Dublin, and I think I can
work on this issue.
Thanks
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue21
Stéphane Wirtel added the comment:
Hi David,
I didn't find an other example of a copy(dict), the rest is just some lists. If
you have an other example in the email library, I will agree to provide an
other patch.
--
keywords: +patch
Added file: http://bugs.python.org/file
Stéphane Wirtel added the comment:
In fact, I am really dubious with my patch because this one is really small and
I think there is a missing part somewhere because the description of this issue
takes 4 lines and the patch only 2.
--
___
Python
Stéphane Wirtel added the comment:
Here is the new version of this patch with a test.
--
Added file: http://bugs.python.org/file36915/issue21991.patch
___
Python tracker
<http://bugs.python.org/issue21
Changes by Stéphane Wirtel :
Removed file: http://bugs.python.org/file36914/issue21991.patch
___
Python tracker
<http://bugs.python.org/issue21991>
___
___
Python-bug
Stéphane Wirtel added the comment:
The code of Thomas has not the same API than the "modulefinder" module.
If you want a patch, we need to rework the code of Thomas and provide an
equivalent API with the existing one.
What do you suggest?
--
nosy:
Stéphane Wirtel added the comment:
For this issue, I have read the source code of "sorted" and "list.sort" to be
sure they use the same algorithm (not sure). But in the builtin_sorted
function, I read PyId_sort, but when I grep the code, I don't find it. Where
can I f
Stéphane Wirtel added the comment:
Tell me if you will review this patch and maybe accept it ;-)
In fact I checked all the return keywords in the email library and I didn't
find any other copy of a dict.
This is the reason why I am dubious about my
Stéphane Wirtel added the comment:
Hi Mark,
Without your explanation, I was really lost.
Thank you.
--
___
Python tracker
<http://bugs.python.org/issue22
Stéphane Wirtel added the comment:
My patch for the documentation of Python 3.5, just need a small feedback.
If you agree with this patch, I will provide the same patch for 2.7 and 3.4
Thank you
--
keywords: +patch
Added file: http://bugs.python.org/file36933/issue22237.patch
Stéphane Wirtel added the comment:
ping about this bug, do you have the same problem with the last version of
Python 3.4 and with Python 2.7.8 ?
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue13
Stéphane Wirtel added the comment:
Hi Ned,
What are the news for this issue?
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue17095>
___
___
Stéphane Wirtel added the comment:
Hi all,
ping this issue for Python 3.5.
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue11844>
___
___
Changes by Stéphane Wirtel :
Removed file: http://bugs.python.org/file36915/issue21991.patch
___
Python tracker
<http://bugs.python.org/issue21991>
___
___
Python-bug
Stéphane Wirtel added the comment:
New version of the patch
--
Added file: http://bugs.python.org/file36935/issue21991.patch
___
Python tracker
<http://bugs.python.org/issue21
Stéphane Wirtel added the comment:
sorry, but how to update a patch without losing the rietveld review? Is there a
documentation about that?
Thanks.
Stephane
--
___
Python tracker
<http://bugs.python.org/issue21
Stéphane Wirtel added the comment:
Thanks David,
--
___
Python tracker
<http://bugs.python.org/issue21991>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
Hi Ned,
For the first point, maybe close this issue and open a new bug for the second.
What do you think?
--
___
Python tracker
<http://bugs.python.org/issue17
Stéphane Wirtel added the comment:
Thanks Ned
--
___
Python tracker
<http://bugs.python.org/issue17095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
ping.
--
___
Python tracker
<http://bugs.python.org/issue22237>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
@berker.peksag Could you review the last patch? and keep me informed?
Thanks,
--
___
Python tracker
<http://bugs.python.org/issue12
Stéphane Wirtel added the comment:
Hi Martin, you reused my own patch for this issue?
--
___
Python tracker
<http://bugs.python.org/issue12916>
___
___
Python-bug
Stéphane Wirtel added the comment:
On 1 Feb 2015, at 22:03, Martin Panter wrote:
> Martin Panter added the comment:
>
> Yes, this is based on your patch, Stéphane. On top of it I added
> support for splitdoc(None), and made the other changes in the bullet
> points.
Great g
New submission from Stéphane Wirtel:
Remove the double spaces in the C-API intro in the documentation.
--
assignee: docs@python
components: Documentation
files: remove_double_space_capi.patch
keywords: patch
messages: 251310
nosy: docs@python, matrixise
priority: normal
severity: normal
Stéphane Wirtel added the comment:
Hi Ezio,
What's a full stop ?
Thanks
--
status: pending -> open
___
Python tracker
<http://bugs.python.org
Stéphane Wirtel added the comment:
ok, found: http://www.edufind.com/english-grammar/period-full-stop-or-point/
--
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
And in this case:
“This is an example. This too” will become “This is an
example. This too”
Is it right?
Stef
On 22 Sep 2015, at 14:36, Ezio Melotti wrote:
> Ezio Melotti added the comment:
>
> The `.` at the end of a sentence.
>
> I
Stéphane Wirtel added the comment:
ok, can I close this useless issue ?
Thank you for the details about the emacs convention and the rest.
--
___
Python tracker
<http://bugs.python.org/issue25
Changes by Stéphane Wirtel :
--
resolution: -> wont fix
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue25212>
___
___
Python-bugs-
Stéphane Wirtel added the comment:
In your Python unittest, could you change the comment, it's ambiguous.
Thanks
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/is
Stéphane Wirtel added the comment:
Victor, I have tested your patch with the default branch (3.6), works fine on
OSX Yosemite. In release and debug modes.
--
___
Python tracker
<http://bugs.python.org/issue25
New submission from Stéphane Wirtel:
What the details of this issue?
On 8 Oct 2015, at 13:57, Remi Pointel wrote:
> Changes by Remi Pointel :
>
>
> --
> nosy: rpointel
> priority: normal
> severity: normal
> status: open
> title: json
>
> ___
Stéphane Wirtel added the comment:
and optparse.
In fact, we have getopt, optparse and argparse. 3 API for the command line.
optparse is marked as deprecated.
maybe we can add getopt in this list.
--
___
Python tracker
<http://bugs.python.
New submission from Stéphane Wirtel:
not sure, but in the documentation, there is a note
"Module argparse: Alternative command line option and argument parsing library."
may be it's time to move from getopt to argparse and mark getopt as deprecated.
We have to modify 45 files, b
Stéphane Wirtel added the comment:
it's not for the pleasure, but there are two api for the command line. getopt
and argparse. so in this case, what's the reason to keep both ? in particular
if the documentation of getopt has a note with an alternative.
maybe to keep th
New submission from Stéphane Wirtel:
optparse is marked as deprecated.
I have moved argparse for the calendar module.
Need reviews.
--
components: Library (Lib)
files: calendar_move_to_argparse.patch
keywords: patch
messages: 253619
nosy: matrixise
priority: normal
severity: normal
Stéphane Wirtel added the comment:
Why do you close it ? Ok, it's a duplicated issue, but the other issue is not
closed. So, in that issue, there is no tests, maybe we can add some tests and
re-submit a new patch.
What do you think?
--
___
P
Stéphane Wirtel added the comment:
Hi Sworddragon,
Where compresslevel is not mentioned in the doc ?
Thank you
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
Here is a patch with the submitted description.
--
keywords: +patch
nosy: +matrixise
Added file: http://bugs.python.org/file40878/issue25495.patch
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
Hi Serhiy,
I just reviewed your patch, works fine with 3.6.
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue18
Stéphane Wirtel added the comment:
Here is a small patch
--
keywords: +patch
nosy: +matrixise
Added file: http://bugs.python.org/file40879/issue25485.patch
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
Maybe, modify the documentation or improve the current examples.
--
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
totally agree, I will work on this issue tomorrow
--
___
Python tracker
<http://bugs.python.org/issue25485>
___
___
Python-bug
Stéphane Wirtel added the comment:
New version of the patch, I have modified the 'test' function. In this
function, I use the with statement with the __enter__ and __exit__.
--
Added file: http://bugs.python.org/file40902/issue254
Stéphane Wirtel added the comment:
Ok i will submit an other patch for the tests and the documentation
> On 30 oct. 2015, at 4:37 PM, SilentGhost wrote:
>
>
> SilentGhost added the comment:
>
> That's fine as a code change, but that's not the kind of test I m
Stéphane Wirtel added the comment:
Already proposed to move to argparse for the existing modules, see this issue:
http://bugs.python.org/issue25475
For the calendar module, there are two issues with two patches.
http://bugs.python.org/issue25499 and http://bugs.python.org/issue18973
I can
Stéphane Wirtel added the comment:
Serhiy, welcome.
--
___
Python tracker
<http://bugs.python.org/issue18973>
___
___
Python-bugs-list mailing list
Unsubscribe:
Stéphane Wirtel added the comment:
Hi Raymond,
I just executed the code with python 3.5 and I don't have this result:
Python 3.5.0 (default, Sep 23 2015, 04:41:38)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin
Type "help", "copyright", "
Stéphane Wirtel added the comment:
@eric.smith maybe we can add a new strict function.
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
What can we do for this issue ?
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue12300>
___
___
Python-bug
Changes by Stéphane Wirtel :
--
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue21243>
___
___
Python-bugs-list mailin
Stéphane Wirtel added the comment:
+1 with @serhiy.storchaka
--
___
Python tracker
<http://bugs.python.org/issue25521>
___
___
Python-bugs-list mailing list
Unsub
Stéphane Wirtel added the comment:
Hi Victor,
1. Result of the compilation -> success
2. I have checked your patch, I think there is no problem.
3. How can I test it? currently, everything is fine.
For me, this patch is ok and working, but I need the poin
Stéphane Wirtel added the comment:
pong
patience is one key to success ;-)
--
___
Python tracker
<http://bugs.python.org/issue21224>
___
___
Python-bugs-list m
Stéphane Wirtel added the comment:
After your remarks, maybe we can close this issue. It's not just a simple
modification of a string.
Do you know if we want to support the HTTP 1.1 and 2.0 in the future, directly
in CPython and not via an external library (gunicorn, ...)
What do you
Stéphane Wirtel added the comment:
yep, maybe, because in the other issue, it's about a race condition. similar.
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/is
Stéphane Wirtel added the comment:
I don't have the right to close it. can you close it ?
Thanks
--
___
Python tracker
<http://bugs.python.org/is
Stéphane Wirtel added the comment:
oops, forgotten to provide the patch :/
--
___
Python tracker
<http://bugs.python.org/issue22829>
___
___
Python-bugs-list m
Stéphane Wirtel added the comment:
Hi @berker.peksag
Please, could you review this patch, I have followed your remarks and adjust
the patch.
Thank you
--
Added file: http://bugs.python.org/file40962/venv-prompt-argument-3_6.patch
___
Python
Changes by Stéphane Wirtel :
--
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue22829>
___
___
Python-bugs-list mailin
Stéphane Wirtel added the comment:
I trust you, I have reviewed the source code and it seems to be right.
--
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
Hi Alex,
not sure, but I think the right function to free the memory is
AUTHORITY_INFO_ACCESS_free(dps)
I will provide a patch for a review asap
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.
Stéphane Wirtel added the comment:
Maybe you are right, I didn't see that this function returns a pointer in
function of the parameter. sorry.
Could you try with this patch, really sorry but my internet connection is
really slow and I have a problem with the _ssl module on my laptop (pr
New submission from Stéphane Wirtel:
When we use the Py_Debug flag for the compilation, we can see the Bytecodes and
the opcode arguments.
Here is a small patch, it will show the label of the opcode in the ceval.c file.
--
messages: 254218
nosy: matrixise
priority: normal
severity
Stéphane Wirtel added the comment:
Here is my patch with the improvement.
--
keywords: +patch
Added file: http://bugs.python.org/file40964/issue25571.patch
___
Python tracker
<http://bugs.python.org/issue25
Stéphane Wirtel added the comment:
Hi all,
For this feature, I have an other output:
stephane@sg1 /tmp> python3 dump_bytecode.py
3 0 LOAD_BUILD_CLASS
1 LOAD_CONST 0 (", line 3>)
4 LOAD_CONST
New submission from Stéphane Wirtel:
On OSX 10.11, if you don't use Homebrew or MacPorts, the _ssl module is not
built with Makefile.
Homebrew supports OpenSSL and LibreSSL, but OpenSSL is in
/usr/local/opt/openssl and not in /usr/local/ssl (see setup.py)
So, the next point, I am not
901 - 1000 of 1124 matches
Mail list logo