[issue12276] 3.x ignores sys.tracebacklimit=0

2016-08-07 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue12276> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23746] sysconfg.is_python_build() is buggy

2016-08-07 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue23746> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24459] Mention PYTHONFAULTHANDLER in the man page

2016-08-07 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue24459> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6057] sqlite3 error classes should be documented

2016-08-07 Thread Stéphane Wirtel
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

[issue6057] sqlite3 error classes should be documented

2016-08-07 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue6057> ___ ___ Python-bugs-list mai

[issue6057] sqlite3 error classes should be documented

2016-08-07 Thread Stéphane Wirtel
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

[issue1100942] Add datetime.time.strptime and datetime.date.strptime

2016-08-08 Thread Stéphane Wirtel
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

[issue27707] List reports incorrect length if modifed after yield

2016-08-08 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- status: closed -> open ___ Python tracker <http://bugs.python.org/issue27707> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27707] List reports incorrect length if modifed after yield

2016-08-08 Thread Stéphane Wirtel
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

[issue27704] bytes(x) is slow when x is bytearray

2016-08-09 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Serhiy Thank you for your feedback. Stephane -- ___ Python tracker <http://bugs.python.org/issue27704> ___ ___ Python-bug

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread Stéphane Wirtel
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

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue27726> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread Stéphane Wirtel
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

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread Stéphane Wirtel
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

[issue6057] sqlite3 error classes should be documented

2016-08-10 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue6057> ___ ___ Python-bugs-list mai

[issue6057] sqlite3 error classes should be documented

2016-08-10 Thread Stéphane Wirtel
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

[issue6057] sqlite3 error classes should be documented

2016-08-10 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue6057> ___ ___ Python-bugs-list mailing list Un

[issue27726] ctags -t does not exists in Makefile.pre.in

2016-08-10 Thread Stéphane Wirtel
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

[issue12290] __setstate__ is called for false values

2016-08-10 Thread Stéphane Wirtel
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

[issue16764] Make zlib accept keyword-arguments

2016-08-10 Thread Stéphane Wirtel
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

[issue18880] ssl.SSLSocket shutdown doesn't behave like socket.shutdown

2016-08-10 Thread Stéphane Wirtel
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

[issue6057] sqlite3 error classes should be documented

2016-08-10 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue6057> ___ ___ Python-bugs-list mai

[issue27728] HTTPConnection.requests has a mutable as default value for headers

2016-08-10 Thread Stéphane Wirtel
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

[issue27728] HTTPConnection.requests has a mutable as default value for headers

2016-08-10 Thread Stéphane Wirtel
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

[issue12319] [http.client] HTTPConnection.request not support "chunked" Transfer-Encoding to send data

2016-08-10 Thread Stéphane Wirtel
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

[issue27728] HTTPConnection.requests has a mutable as default value for headers

2016-08-10 Thread Stéphane Wirtel
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

[issue27728] HTTPConnection.requests has a mutable as default value for headers

2016-08-10 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue27728> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25571] Improve the lltrace feature with the Py_Debug mode

2016-08-15 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- assignee: -> haypo ___ Python tracker <http://bugs.python.org/issue25571> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17909] Autodetecting JSON encoding

2016-08-30 Thread Stéphane Wirtel
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

[issue17909] Autodetecting JSON encoding

2016-08-30 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- stage: patch review -> commit review ___ Python tracker <https://bugs.python.org/issue17909> ___ ___ Python-bugs-list mai

[issue22218] Fix more compiler warnings "comparison between signed and unsigned integers"

2014-10-11 Thread Stéphane Wirtel
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:

[issue12916] Add inspect.splitdoc

2014-10-11 Thread Stéphane Wirtel
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

[issue21224] BaseHTTPRequestHandler, update the protocol version to http 1.1 by default?

2014-10-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ping -- ___ Python tracker <http://bugs.python.org/issue21224> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-13 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-14 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-14 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-14 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-14 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : Removed file: http://bugs.python.org/file36914/issue21991.patch ___ Python tracker <http://bugs.python.org/issue21991> ___ ___ Python-bug

[issue20020] "modernize" the modulefinder module

2014-10-14 Thread Stéphane Wirtel
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:

[issue22237] sorted() docs should state that the sort is stable

2014-10-14 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-15 Thread Stéphane Wirtel
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

[issue22237] sorted() docs should state that the sort is stable

2014-10-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Mark, Without your explanation, I was really lost. Thank you. -- ___ Python tracker <http://bugs.python.org/issue22

[issue22237] sorted() docs should state that the sort is stable

2014-10-15 Thread Stéphane Wirtel
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

[issue13236] unittest needs more flush calls

2014-10-15 Thread Stéphane Wirtel
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

[issue17095] Modules/Setup *shared* support broken

2014-10-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Ned, What are the news for this issue? -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue17095> ___ ___

[issue11844] Update json to upstream simplejson latest release

2014-10-15 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi all, ping this issue for Python 3.5. -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue11844> ___ ___

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-15 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : Removed file: http://bugs.python.org/file36915/issue21991.patch ___ Python tracker <http://bugs.python.org/issue21991> ___ ___ Python-bug

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-15 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-15 Thread Stéphane Wirtel
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

[issue21991] The new email API should use MappingProxyType instead of returning new dicts.

2014-10-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thanks David, -- ___ Python tracker <http://bugs.python.org/issue21991> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17095] Modules/Setup *shared* support broken

2014-10-18 Thread Stéphane Wirtel
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

[issue17095] Shared modules built with Modules/Setup are not found when run from build directory

2014-10-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thanks Ned -- ___ Python tracker <http://bugs.python.org/issue17095> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22237] sorted() docs should state that the sort is stable

2014-10-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ping. -- ___ Python tracker <http://bugs.python.org/issue22237> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12916] Add inspect.splitdoc

2014-10-25 Thread Stéphane Wirtel
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

[issue12916] Add inspect.splitdoc

2015-02-01 Thread Stéphane Wirtel
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

[issue12916] Add inspect.splitdoc

2015-02-01 Thread Stéphane Wirtel
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

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
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

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Ezio, What's a full stop ? Thanks -- status: pending -> open ___ Python tracker <http://bugs.python.org

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
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

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
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

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
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

[issue25212] Remove the double spaces in the C-API Intro

2015-09-22 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue25212> ___ ___ Python-bugs-

[issue25256] Add sys.is_debug_build() public function to check if Python was compiled in debug mode

2015-09-28 Thread Stéphane Wirtel
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

[issue25256] Add sys.is_debug_build() public function to check if Python was compiled in debug mode

2015-09-28 Thread Stéphane Wirtel
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

[issue25342] json

2015-10-08 Thread Stéphane Wirtel
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 > > ___

[issue25475] use argparse instead of getopt

2015-10-25 Thread Stéphane Wirtel
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.

[issue25475] use argparse instead of getopt

2015-10-25 Thread Stéphane Wirtel
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

[issue25475] use argparse instead of getopt

2015-10-25 Thread Stéphane Wirtel
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

[issue25499] use argparse for the calendar module

2015-10-28 Thread Stéphane Wirtel
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

[issue25499] use argparse for the calendar module

2015-10-28 Thread Stéphane Wirtel
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

[issue25496] Default value for compresslevel is not documented

2015-10-28 Thread Stéphane Wirtel
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

[issue25495] binascii documentation incorrect

2015-10-28 Thread Stéphane Wirtel
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

[issue18973] Use argparse in the calendar module

2015-10-28 Thread Stéphane Wirtel
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

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-28 Thread Stéphane Wirtel
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

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-28 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Maybe, modify the documentation or improve the current examples. -- ___ Python tracker <http://bugs.python.org/issue25

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-28 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: totally agree, I will work on this issue tomorrow -- ___ Python tracker <http://bugs.python.org/issue25485> ___ ___ Python-bug

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-30 Thread Stéphane Wirtel
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

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-30 Thread Stéphane Wirtel
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

[issue25521] optparse module does not emit DeprecationWarning

2015-11-01 Thread Stéphane Wirtel
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

[issue18973] Use argparse in the calendar module

2015-11-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Serhiy, welcome. -- ___ Python tracker <http://bugs.python.org/issue18973> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25548] Show the address in the repr for class objects

2015-11-03 Thread Stéphane Wirtel
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", "

[issue25543] locale.atof keep '.' even if not part of the localeconv

2015-11-03 Thread Stéphane Wirtel
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

[issue12300] Document pydoc.help

2015-11-03 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: What can we do for this issue ? -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue12300> ___ ___ Python-bug

[issue21243] Auto-generate exceptions.c from a Python file

2015-11-03 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue21243> ___ ___ Python-bugs-list mailin

[issue25521] optparse module does not emit DeprecationWarning

2015-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: +1 with @serhiy.storchaka -- ___ Python tracker <http://bugs.python.org/issue25521> ___ ___ Python-bugs-list mailing list Unsub

[issue25555] Fix parser and AST: fill lineno and col_offset when compiling AST from Python objects

2015-11-05 Thread Stéphane Wirtel
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

[issue21224] BaseHTTPRequestHandler, update the protocol version to http 1.1 by default?

2015-11-05 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: pong patience is one key to success ;-) -- ___ Python tracker <http://bugs.python.org/issue21224> ___ ___ Python-bugs-list m

[issue21224] BaseHTTPRequestHandler, update the protocol version to http 1.1 by default?

2015-11-06 Thread Stéphane Wirtel
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

[issue25565] subprocess.Popen creates inheritable file descriptors on Windows, can leak to other child processes

2015-11-06 Thread Stéphane Wirtel
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

[issue25565] subprocess.Popen creates inheritable file descriptors on Windows, can leak to other child processes

2015-11-06 Thread Stéphane Wirtel
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

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: oops, forgotten to provide the patch :/ -- ___ Python tracker <http://bugs.python.org/issue22829> ___ ___ Python-bugs-list m

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
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

[issue22829] Add --prompt option to venv

2015-11-06 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue22829> ___ ___ Python-bugs-list mailin

[issue25555] Fix parser and AST: fill lineno and col_offset when compiling AST from Python objects

2015-11-06 Thread Stéphane Wirtel
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

[issue25569] Memory leak in SSLSocket.getpeercert()

2015-11-06 Thread Stéphane Wirtel
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.

[issue25569] Memory leak in SSLSocket.getpeercert()

2015-11-06 Thread Stéphane Wirtel
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

[issue25571] Improve the lltrace feature with the Py_Debug mode

2015-11-06 Thread Stéphane Wirtel
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

[issue25571] Improve the lltrace feature with the Py_Debug mode

2015-11-06 Thread Stéphane Wirtel
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

[issue11822] Improve disassembly to show embedded code objects

2015-11-06 Thread Stéphane Wirtel
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

[issue25572] _ssl doesn't build on OSX 10.11

2015-11-06 Thread Stéphane Wirtel
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

<    5   6   7   8   9   10   11   12   >