[issue32394] socket lib beahavior change in 3.6.4

2018-02-01 Thread Ma Lin
Change by Ma Lin : -- keywords: +patch pull_requests: +5294 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32732] LoggingAdapter ignores extra kwargs of Logger#log()

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Cyril, I have commented your PR -- nosy: +matrixise ___ Python tracker ___ ___ Python-bugs-li

[issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename

2018-02-01 Thread Vishal Kushwaha
New submission from Vishal Kushwaha : Fresh build on MacOS 10.13.2 == ERROR: test_locale_flag (test.test_re.ReTests) -- Traceback (most recent call last): Fil

[issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +macOS nosy: +benjamin.peterson, lemburg, ned.deily, ronaldoussoren, serhiy.storchaka versions: +Python 3.6, Python 3.7 ___ Python tracker __

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Hideyuki, Thank you for your contribution but we need some changes from your PR. 1. Could you add a documentation in Doc/library/ftplib.rst +- line 170, after FTP.set_debuglevel ? 2. There is no tests, please could you add a test in Lib/test/test_ftplib.

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Christian, I add Lukasz in the loop because Victor asked to him a small review because he is not sure about the right way, PyErr_XXX or Py_UNREACHABLE. Thank you for your review. -- nosy: +lukasz.langa ___ Pyt

[issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Could you dump your locales ? LC_ALL & LANG, etc... ? Thank you -- nosy: +matrixise ___ Python tracker ___ _

[issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename

2018-02-01 Thread Vishal Kushwaha
Vishal Kushwaha added the comment: I'm new to this so I guess you were asking for this: $ locale LANG= LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= -- ___ Python tracker

[issue32740] test_calendar and test_re fail with unknown locale: UTF-8 in _parse_localename

2018-02-01 Thread Vishal Kushwaha
Vishal Kushwaha added the comment: Ok It's a strange MacOs prob. closed. Thanks anyways :) -- stage: -> resolved status: open -> closed ___ Python tracker ___

[issue20709] os.utime(path_to_directory): wrong documentation for Windows.

2018-02-01 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +5295 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue20709] os.utime(path_to_directory): wrong documentation for Windows.

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @Cheryl I just created a PR with the patch for 3.8. Could you take a look? Thank you -- nosy: +matrixise ___ Python tracker ___ ___

[issue32394] socket lib beahavior change in 3.6.4

2018-02-01 Thread Ma Lin
Ma Lin added the comment: So we either need to explicitly exclude this symbol on Windows (at least until we drop support for pre-Windows 10 versions) or silently ignore setsockopt errors for future good arguments. I'm inclined to do the former - other opinions? -- I'm not a socket

[issue11844] Update json to upstream simplejson latest release

2018-02-01 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11844] Update json to upstream simplejson latest release

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close this issue because we are in 2018 and the issue was rejected by Antoine in 2014. -- ___ Python tracker ___ _

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +needs review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue21475] Support the Sitemap extension in robotparser

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @berker and @pwirtz. could you write a test for this issue? thanks -- ___ Python tracker ___ ___

[issue12916] Add inspect.splitdoc

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I move this issue to 3.8 -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-b

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think it is better to not add the default case in switch statements. If once we will add a new binary or unary operator, but forgot to update ast_unparse.c the compiler will immediately warn about this if there are no default cases. But if there is a defa

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 12e7cd8a51956a5ce373aac692ae6366c5f86584 by Serhiy Storchaka in branch 'master': bpo-32565: Add missed versionadded directives for all new opcodes. (#5199) https://github.com/python/cpython/commit/12e7cd8a51956a5ce373aac692ae6366c5f86584

[issue32565] Document the version of adding opcodes

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5296 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +5297 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32137] Stack overflow in repr of deeply nested dicts

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 688b6dec4e8847a154ef27257069291175764794 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689) https://github.com/python/cpython/commit/688b6dec4e8

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Andrew Svetlov
New submission from Andrew Svetlov : Should just return self._when attribute. I need it for testing purposes. Without the method there is no possibility to figure out scheduled wakeup time. An alternative is waiting for callback but the approach increases unittest execution time and not very re

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 4d6543005df6eba6ec3414686fdc251cb4fe9792 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470) https://github.com/python/cpython/commit/4d6543005df6eb

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8cf7ebb32dbdfb976ac92afd264e7587fb0da7ae by Serhiy Storchaka in branch '3.6': [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). (GH-5471) https://github.com/python/cpython/commit/8cf7ebb32dbdfb976ac92afd264e75

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___ ___

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Serhiy, but currently, there is some warnings because op has no value and can not be assigned to NULL because _PyUnicodeWriter_WriteASCIIString can't accept a NULL value. What do you propose? Warnings at the compilation step and an eventual crash if we

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Christian Heimes
Christian Heimes added the comment: In my experience, Serhiy's example won't work. C doesn't guarantee that the functions will not be called with an unsupported op. Either my proposal or Victor's proposal are the correct way to solve the warning. Victor's proposal is even better because it ma

[issue32738] CDLL : Can't find module

2018-02-01 Thread Christian Heimes
Christian Heimes added the comment: Your library is probably missing dependencies. Please use the Python mailing list or IRC to get assistance. bugs.python.org is a bug tracker, not a supported forum. You can find more information about community support forums on https://www.python.org/commu

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: then I will use the approach of Victor with the Py_UNREACHABLE macro and will push asap. -- ___ Python tracker ___ _

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Christian, I just pushed my code, wait for the feedback from Travis. Thanks -- ___ Python tracker ___ __

[issue31106] os.posix_fallocate() generate exception with errno 0

2018-02-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 3a04c52a9eb03e31c60037248b872f3662002a4d by Andrew Svetlov (Miss Islington (bot)) in branch '3.6': bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000) (GH-3000) (#4101) https://github.com/python/cpython/commit/3a0

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: How will such test look like? I'm still not sure we need it. -- ___ Python tracker ___ ___ Python-

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread R. David Murray
R. David Murray added the comment: I'd like confirmation from someone involved in maintaining the ftplib package that this is in fact the correct solution. -- nosy: +r.david.murray ___ Python tracker ___

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: +1 for this point David, but also the minimum is the documentation and a test, I suppose you will confirm. -- ___ Python tracker ___ ___

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: In aiohttp we have HTTP keepalivve support. A function schedules a delayed callback. On processing a new request the callback is cancelled and rescheduled to a new time. I like to check cancellation state (now it is possible with public API) and scheduled ti

[issue32742] zipfile extractall needlessly re-wraps ZipInfo instances

2018-02-01 Thread Peter Bengtsson
New submission from Peter Bengtsson : The ZipFile class as a extractall method [0] that allows you to leave the 'members' empty. If empty, the 'members' becomes a list of all the *names* of files in the zip. Then it iterates over the names as sends each to `self._extract_member`. But that meth

[issue32742] zipfile extractall needlessly re-wraps ZipInfo instances

2018-02-01 Thread Peter Bengtsson
Peter Bengtsson added the comment: (PS. I'm new to filing Python bugs and submitting patches. I *think* this is the right version. I've only been looking at 'master'.) -- versions: +Python 3.8 ___ Python tracker

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: OK, makes sense. Can you submit a PR? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Ned Deily
Ned Deily added the comment: Let's get it into master for 3.8 first and then we'll have something to discuss. -- ___ Python tracker ___

[issue32742] zipfile extractall needlessly re-wraps ZipInfo instances

2018-02-01 Thread Peter Bengtsson
Change by Peter Bengtsson : -- keywords: +patch pull_requests: +5298 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32691] "pdb -m " sets __main__.__package__ incorrectly

2018-02-01 Thread Nick Coghlan
Nick Coghlan added the comment: I forget we had mod_spec.parent available to us these days, so yes, we should use that rather than recalculating the parent with str.rpartition. As Mario noted, we only want to change the behaviour when the executed module is a plain module or submodule, rather

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Mmmm out of curiosity, how common is this? Usually when client is behind a NAT it's supposed to use PASV. What you're proposing is a configuration option which typically belong to servers, not clients. I don't remember ever bumping into a FTP client allowi

[issue32691] "pdb -m " sets __main__.__package__ incorrectly

2018-02-01 Thread Mario Corchero
Mario Corchero added the comment: OK, just managed to reproduce it. This appears only when you run a python script as a module. Running a module with __main__ does not show the issue. Will get a patch ready -- ___ Python tracker

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread R. David Murray
R. David Murray added the comment: I too wondered if pasv was the correct solution to the problem. -- ___ Python tracker ___ ___ Pyt

[issue32303] Namespace packages have inconsistent __loader__ and __spec__.loader

2018-02-01 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- assignee: -> barry versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue32305] Namespace packages have inconsistent __file__ and __spec__.origin

2018-02-01 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- assignee: -> barry versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: The PR is LGTM. Up to Ned to allow this in 3.7. I agree that the feature is (a) trivial, (b) new, so it's safe to go in 3.7. -- ___ Python tracker

[issue32206] Run modules with pdb

2018-02-01 Thread Mario Corchero
Change by Mario Corchero : -- pull_requests: +5301 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32691] "pdb -m " sets __main__.__package__ incorrectly

2018-02-01 Thread Mario Corchero
Change by Mario Corchero : -- keywords: +patch pull_requests: +5302 stage: test needed -> patch review ___ Python tracker ___ ___ Pyt

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +5300 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: > Let's get it into master for 3.8 first and then we'll have something to > discuss. The PR has a "versionadded" tag. If you plan to allow this, Andrew can commit it set to 3.7... -- ___ Python tracker

[issue31356] Add context manager to temporarily disable GC

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: Raymond, do you need help with reverts? -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue32691] "pdb -m " sets __main__.__package__ incorrectly

2018-02-01 Thread Mario Corchero
Mario Corchero added the comment: Sent a PR for the fix. I'll update PRs for trace. profile does not need it Thanks a lot for bringing it up Jason! -- ___ Python tracker ___ _

[issue32206] Run modules with pdb

2018-02-01 Thread Mario Corchero
Change by Mario Corchero : -- pull_requests: -5301 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue27362] json.dumps to check for obj.__json__ before raising TypeError

2018-02-01 Thread Ulrich Petri
Change by Ulrich Petri : -- nosy: +ulope ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Ned Deily
Ned Deily added the comment: We have feature freezes for a good reason. But I will trust your judgement on this one. (Removing 3.6 for version list.) -- versions: -Python 3.6 ___ Python tracker ___

[issue31508] Running test_ttk_guionly logs "test_widgets.py:1562: UserWarning: Deprecated API of Treeview.selection() should be removed" warnings

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 97f1ca167385bafd9be5d226f61c33412fc081bf by Serhiy Storchaka in branch 'master': [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) https://github.com/python/cpython/commit/97f1ca167385bafd9be5d226f61c334

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread Hideyuki
Hideyuki added the comment: I understand that it is best to use PASV. But this FTP server is managed by another person, and that server required active mode. Also, my host is in a VPC environment, it is connected by 1:1 NAT. This NAT BOX does not support FTP transparent. In this case, we rec

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: Andrew, I'm indifferent about this feature. It's entirely up to you if you want to merge it in 3.7. I already used up my allowance for post-beta1 feature merges. -- ___ Python tracker

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 83ab995871ffd504ac229bdbf5b9e9ffc1032815 by Christian Heimes (Stéphane Wirtel) in branch 'master': bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) https://github.com/python/cpython/commit/83ab995871ffd504ac229bdbf5b9e9ffc1032815

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5304 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue32734] Asyncio Lock safety issue (unlimited acquire)

2018-02-01 Thread Bar Harel
Change by Bar Harel : -- pull_requests: +5305 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue32734] Asyncio Lock safety issue (unlimited acquire)

2018-02-01 Thread Bar Harel
Change by Bar Harel : -- pull_requests: +5306 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue32743] Typo in hamt.c comments

2018-02-01 Thread Dmitry Alimov
New submission from Dmitry Alimov : In the comments to `hamt_node_collision_without` function in hamt.c module, I think should be `so convert` instead of `co convert`: ``` if (new_count == 1) { /* The node has two keys, and after deletion the ne

[issue32743] Typo in hamt.c comments

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: Yeah, please submit a PR -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32743] Typo in hamt.c comments

2018-02-01 Thread Dmitry Alimov
Change by Dmitry Alimov : -- keywords: +patch pull_requests: +5307 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue32734] Asyncio Lock safety issue (unlimited acquire)

2018-02-01 Thread Bar Harel
Change by Bar Harel : -- pull_requests: +5309 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue32572] Add the ftplib option, overrides the IP address.

2018-02-01 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Considering the security implications and the fact that it's a corner case I don't think this is worth adding as a new, public API, sorry. I think ftplib should expose and promote APIs reflecting common scenarios and good practices, yet be flexible enough

[issue32734] Asyncio Lock safety issue (unlimited acquire)

2018-02-01 Thread Bar Harel
Bar Harel added the comment: Finished fixing CR and adding backports. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset 78758f29b13aba6136f4c0a15d4457fbf92c5eef by Christian Heimes (Miss Islington (bot)) in branch '3.7': [3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475) https://github.com/python/cpython/commit/78758f29b13aba6136f4c0a15d445

[issue32711] Fix warnings for Python/ast_unparse.c

2018-02-01 Thread Christian Heimes
Christian Heimes added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> compile error versions: +Python 3.8 ___ Python tracker ___

[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
New submission from Dmitry Alimov : I've found "double colons" typos in examples: @consumer def jpeg_writer(dirname):: # 1) here fileno = 1 and try: while self.running and self.queue:: # 2) here func = self.queue.popleft() -- assignee: docs@pyt

[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
Dmitry Alimov added the comment: https://github.com/python/peps/pull/567 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks. Let's do it. The addition is really very trivial. -- ___ Python tracker ___ ___ Python-bug

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5310 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32744] PEP 342 double colons typos in code

2018-02-01 Thread Dmitry Alimov
Dmitry Alimov added the comment: Merged. It's fixed now: https://www.python.org/dev/peps/pep-0342/ -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker __

[issue32745] ctypes string pointer fields should accept embedded null characters

2018-02-01 Thread Thomas Heller
New submission from Thomas Heller : ctypes Structure fields of type c_char_p or c_wchar_p used to accept strings with embedded null characters. I noticed that Python 3.6.4 does refuse them. It seems this has been changed in recent version(s). There ARE use-cases for this: The Windows-API OP

[issue32741] Add asyncio.TimerHandle.when() function

2018-02-01 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32305] Namespace packages have inconsistent __file__ and __spec__.origin

2018-02-01 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: 3.5 is in security fix only mode, and this is not a security issue. -- versions: -Python 3.5 ___ Python tracker ___

[issue32303] Namespace packages have inconsistent __loader__ and __spec__.loader

2018-02-01 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: 3.5 is in security fix only mode, and this is not a security issue. -- versions: -Python 3.5 ___ Python tracker ___

[issue32303] Namespace packages have inconsistent __loader__ and __spec__.loader

2018-02-01 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +5311 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32305] Namespace packages have inconsistent __file__ and __spec__.origin

2018-02-01 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- keywords: +patch pull_requests: +5312 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32394] socket lib beahavior change in 3.6.4

2018-02-01 Thread Steve Dower
Steve Dower added the comment: Yes, adding the member back will put you back in the broken state, but there's nothing we can do to stop it. Thanks for the PR - I'll take a look, and if I'm able to log into GitHub on my phone maybe finish it. -- __

[issue32739] collections.deque rotate(n=1) default value not documented

2018-02-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for noticing this. -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ _

[issue32394] socket lib beahavior change in 3.6.4

2018-02-01 Thread Steve Dower
Steve Dower added the comment: PR looks good to me. Unfortunately without SMS (I'm travelling) I can't get into my account from my phone, so if someone else wants to add the backport tags (3.7 and 3.6) and finish it then feel free. -- versions: +Python 3.7, Python 3.8 ___

[issue32745] ctypes string pointer fields should accept embedded null characters

2018-02-01 Thread Eryk Sun
Eryk Sun added the comment: PyUnicode_AsWideCharString was updated to raise ValueError for embedded nulls if the `size` output parameter is NULL. Z_set in cfield.c should be updated to get the size, which can be ignored here. For example: Py_ssize_t size; buffer = PyUnicode_AsWideCha

[issue32493] UUID Module - FreeBSD build failure

2018-02-01 Thread Michael Felt
Michael Felt added the comment: Now that it is visible - maybe OpenBSD will treat it as a bug and get the "version bits" to work as their man page (https://man.openbsd.org/uuid.3) says it does: STANDARDS The *uuid_compare*(), *uuid_create*(), *uui

[issue32720] Format mini-language integer definition is incorrect

2018-02-01 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue32540] venv docs - doesn't match behavior

2018-02-01 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.8 ___ Python tracker ___ _

[issue30449] Improve __slots__ datamodel documentation

2018-02-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: It looks like this documentation patch was applied to master. Does it need to be backported to 3.6 and 2.7 for the issue to be closed? Thanks! -- nosy: +csabella ___ Python tracker

[issue32720] Format mini-language integer definition is incorrect

2018-02-01 Thread Nathan Kerr
Change by Nathan Kerr : -- keywords: +patch pull_requests: +5313 stage: needs patch -> patch review ___ Python tracker ___ ___ Python

[issue32720] Format mini-language integer definition is incorrect

2018-02-01 Thread Nathan Kerr
Nathan Kerr added the comment: Just submitted a PR for this issue, however I only signed the CLA an hour ago so it hasn't gone through yet. This is my first contribution, I followed the guide but please let me know if I missed anything. Thanks! -- nosy: +nkerr __

[issue32590] Proposal: add an "ensure(arg)" builtin for parameter validation

2018-02-01 Thread Xavier G. Domingo
Change by Xavier G. Domingo : -- nosy: +xgdomingo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue32436] Implement PEP 567

2018-02-01 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5314 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32739] collections.deque rotate(n=1) default value not documented

2018-02-01 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +5315 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32739] collections.deque rotate(n=1) default value not documented

2018-02-01 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue32436] Implement PEP 567

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 55e0839f2672e029c2b96514028c77c31ffbe41f by Yury Selivanov in branch 'master': bpo-32436: Fix compiler warning (#5483) https://github.com/python/cpython/commit/55e0839f2672e029c2b96514028c77c31ffbe41f -- ___

[issue32436] Implement PEP 567

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5316 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

  1   2   >