[issue23935] Clean up Clinic's type expressions of buffers

2015-04-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Many people will see Argument Clinic syntax in declarations in C files. My recent patches (for _io, _ssl and _codecs modules) adds many types=. But I agree that there are many reasons to make this change. The patch LGTM. You can factorize it more if you like

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Carol. (I made a few minor changes before committing: to the file paths and to make it clearer that one should choose one of the hooks.) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset b494a25915a9 by Ned Deily in branch 'default': Issue #16405: Explain how to set up the whitespace commit hook locally. https://hg.python.org/devguide/rev/b494a25915a9 -- nosy: +python-dev ___ Python track

[issue6631] Disallow relative files paths in urllib*.open()

2015-04-14 Thread Martin Panter
Martin Panter added the comment: I’m confused what the intention of this bug is. The normal urllib.request.urlopen() function (or equivalent) still allows file URLs with relative paths, in various Python versions I tried, ranging from 2.6 to 3.5: >>> import urllib.request >>> urllib.request.ur

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Patch is ready for review. Ned's feedback on "pretxncommit" hook is added. -- Added file: http://bugs.python.org/file39031/iss-hooks-1.patch ___ Python tracker _

[issue23703] urljoin() with no directory segments duplicates filename

2015-04-14 Thread Martin Panter
Martin Panter added the comment: Any chance this regression can be fixed before the next release? -- ___ Python tracker ___ ___ Python

[issue23962] Incorrect TimeoutError referenced in concurrent.futures documentation

2015-04-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bquinlan stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue23949] Number of elements display in error message is wrong while unpacking in traceback

2015-04-14 Thread Martin Panter
Martin Panter added the comment: Either option would be an improvement. I think I prefer issue23949.diff by Arnon. I guess it would then look like this: >>> name,shares,price,date,value = data Traceback (most recent call last): File "", line 1, in ValueError: not enough values to unpack (exp

[issue23935] Clean up Clinic's type expressions of buffers

2015-04-14 Thread Larry Hastings
Larry Hastings added the comment: Latest patch, with another round of lovely comments from Serhiy. -- Added file: http://bugs.python.org/file39030/larry.clinic.buffer.conceptual.cleanup.4.txt ___ Python tracker __

[issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 582e8e71f635 by Benjamin Peterson in branch 'default': add Allison Kaptur (#21217) https://hg.python.org/cpython/rev/582e8e71f635 -- ___ Python tracker ___

[issue23935] Clean up Clinic's type expressions of buffers

2015-04-14 Thread Larry Hastings
Larry Hastings added the comment: In the case of namedtuple and Enum, the parameter represents a sequence of strings--order is significant. With the 'types' parameter for converters, the internal model was always meant to be a *set* of strings. The order was explicitly *not* significant. So

[issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator

2015-04-14 Thread Thomas Ballinger
Thomas Ballinger added the comment: Thanks Antoine! Could you add Allison Kaptur to NEWS and ACKS? This was an update to her original patch, and we paired on the whole thing. -- ___ Python tracker

[issue23962] Incorrect TimeoutError referenced in concurrent.futures documentation

2015-04-14 Thread Ryder Lewis
Ryder Lewis added the comment: I attached a small patch that fixes the documentation, and also documents the other missing exceptions from concurrent.futures documentation. -- keywords: +patch Added file: http://bugs.python.org/file39029/issue23962.patch ___

[issue23953] test_mmap uses cruel and unusual amounts of disk space

2015-04-14 Thread Larry Hastings
Larry Hastings added the comment: Wall time was 3 minutes 38 seconds. % time ./python -m test test_mmap [1/1] test_mmap test test_mmap failed -- multiple errors occurred; run in verbose mode for details 1 test failed: test_mmap ./python -m test test_mmap 0.40s user 22.41s system 10% cpu 3:

[issue23962] Incorrect TimeoutError referenced in concurrent.futures documentation

2015-04-14 Thread Ryder Lewis
New submission from Ryder Lewis: The documentation at https://docs.python.org/3/library/concurrent.futures.html has several functions that case raise a TimeoutError. The hyperlink generated for TimeoutError links to the built-in exception https://docs.python.org/3/library/exceptions.html#Timeo

[issue20669] OpenBSD: socket.recvmsg tests fail with OSError: [Errno 40] Message too long

2015-04-14 Thread William Orr
William Orr added the comment: I'm adding another patch, as adding multiple cmsg's to a single message with sendmsg is a Linux-specific extension. This only enables the problematic patches on Linux. This solves the AIX failures in #20718 as well. -- Added file: http://bugs.python.org/

[issue3353] make built-in tokenizer available via Python C API

2015-04-14 Thread Ned Deily
Changes by Ned Deily : -- stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue19543] Add -3 warnings for codec convenience method changes

2015-04-14 Thread Ned Deily
Changes by Ned Deily : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue22812] Documentation of unittest -p usage wrong on windows.

2015-04-14 Thread Pam McA'Nulty
Pam McA'Nulty added the comment: Thanks, Zach for both the comments and the mention of the email bounce. I changed jobs and didn't have this site listed in my "must update email address list" (fixed now) Should I re-update the doc patch and put in double quotes? --

[issue1481347] parse_makefile doesn't handle $$ correctly

2015-04-14 Thread Ned Deily
Ned Deily added the comment: Thanks for investigating this, Kasia. It appears that this problem was fixed some time ago in the changes associated with Issue5201. -- nosy: +ned.deily resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> Using LD

[issue23961] IDLE autocomplete window does not automatically close when selection is made

2015-04-14 Thread Al Sweigart
Al Sweigart added the comment: Edit: Looking into it further, this behavior was originally for when the Show Completions dropdown wasn't being displayed. In that case, pressing tab would complete only up to the first ambiguous completion. For example, typing "os.ge" and pressing tab would comp

[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

2015-04-14 Thread Christie
Christie added the comment: Hey there @flipmcf, is the change which adds `script_helpers` to test.support is missing from your patch? >>> import test.support.script_helper Traceback (most recent call last): File "", line 1, in ImportError: No module named 'test.support.script_helper' I'm th

[issue23961] IDLE autocomplete window does not automatically close when selection is made

2015-04-14 Thread Al Sweigart
New submission from Al Sweigart: All autocomplete features (for example, Eclipse & Android Studio) cause the autocomplete window to disappear when a selection is made. When tab is pressed in IDLE, the window does not disappear. IDLE should be changed so that the window goes away when tab is pr

[issue23948] Deprecate os.kill() on Windows

2015-04-14 Thread Steve Dower
Steve Dower added the comment: This feels like an unnecessary incompatibility between the platforms. I'd rather change the parameter values for CTRL+C events so we can distinguish when someone calls with that and then fix it internally on Windows. -- __

[issue23612] 3.5.0a2 Windows installer does not remove 3.5.0a1

2015-04-14 Thread Steve Dower
Steve Dower added the comment: To be precise, 3.5.0a3 and later will uninstall 3.5.0a2 and later. 3.5.0a1 has to be uninstalled manually, because it's the one with the bug... -- ___ Python tracker

[issue22980] C extension naming doesn't take bitness into account

2015-04-14 Thread Matthias Klose
Matthias Klose added the comment: updated patch and test case. Nick's suggestion to use platform.machine() for the test is wrong. This would test for the environment, not for the just built binary. Try to run a 32bit executable on a 64bit kernel, you'll see x86_64. Same thing with sysconfig.

[issue22812] Documentation of unittest -p usage wrong on windows.

2015-04-14 Thread R. David Murray
R. David Murray added the comment: I should clarify that some unix shells will pass the glob through if there are no files that match, while some will generate the 'no matching files' error message. The former is actually worse, since that means that sometimes it works without the quotes, and

[issue23725] update tempfile docs to say that TemporaryFile is secure

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks for reformatting the patch. I made some review comments. -- ___ Python tracker ___ ___ Pyth

[issue23725] update tempfile docs to say that TemporaryFile is secure

2015-04-14 Thread R. David Murray
R. David Murray added the comment: I'm re-uploading the patch as an hg diff so that it gets a review link. -- Added file: http://bugs.python.org/file39026/tempfile_docs.patch ___ Python tracker

[issue22812] Documentation of unittest -p usage wrong on windows.

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Ah, but the quotes *are* necessary on unix. Without the quotes, the shell will try to fill in the glob, which will either fail with an error that no files match or (worse) succeed and turn the pattern into a list of filenames. Which is why Zach is suggestin

[issue23725] update tempfile docs to say that TemporaryFile is secure

2015-04-14 Thread Zbyszek Jędrzejewski-Szmek
Zbyszek Jędrzejewski-Szmek added the comment: Ping? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue17800] Add gc.needs_finalizing() to check if an object needs finalising

2015-04-14 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue22812] Documentation of unittest -p usage wrong on windows.

2015-04-14 Thread Pam McA'Nulty
Pam McA'Nulty added the comment: This version of the patch just updates the docs. Since the quotes aren't really necessary for the example to work, the patch removes the single quotes from the example. I don't think that the python unittest documentation should explain/document the various

[issue23953] test_mmap uses cruel and unusual amounts of disk space

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Perhaps ZFS doesn't support sparse files? Or perhaps there's another way to convince it to create a sparse file? How long does test_mmap take to run on your machine? -- ___ Python tracker

[issue8232] webbrowser.open incomplete on Windows

2015-04-14 Thread eryksun
eryksun added the comment: > register themselves in HKEY_LOCAL_MACHINE\SOFTWARE\ > Clients\StartMenuInternet so that users can change their > default browser through the OS. On 64-bit systems, this > is always in the 64-bit registry According to "Registry Keys Affected by WOW64", the "Clients"

[issue23953] test_mmap uses cruel and unusual amounts of disk space

2015-04-14 Thread Larry Hastings
Larry Hastings added the comment: ZFS. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue18128] pygettext: non-standard timestamp format in POT-Creation-Date

2015-04-14 Thread Michael McFadden
Michael McFadden added the comment: Patch File iss18128.patch adds test_i18n to start testing the entire Tools/i18n package, and has a very simple fix. -- keywords: +patch Added file: http://bugs.python.org/file39024/iss18128.patch ___ Python tracker

[issue23342] run() - unified high-level interface for subprocess

2015-04-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: thanks! i'll close this later after some buildbot runs and any post-commit reviews. -- stage: patch review -> commit review ___ Python tracker _

[issue23342] run() - unified high-level interface for subprocess

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset f0a00ee094ff by Gregory P. Smith in branch 'default': Add a subprocess.run() function than returns a CalledProcess instance for a https://hg.python.org/cpython/rev/f0a00ee094ff -- nosy: +python-dev ___ Py

[issue23960] PyErr_SetImportError doesn't clean up on some errors

2015-04-14 Thread Ofer Schwarz
New submission from Ofer Schwarz: When creating kwargs to construct the ImportError, if PyDict_SetItemString fails the function returns without decref'ing the already-created locals. -- components: Interpreter Core files: importerrorcleanup.patch keywords: patch messages: 241052 nosy: b

[issue9858] Python and C implementations of io are out of sync

2015-04-14 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- assignee: -> gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23935] Clean up Clinic's type expressions of buffers

2015-04-14 Thread Peter McCormick
Changes by Peter McCormick : -- nosy: +pdmccormick ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ac86e5b2d45b by Antoine Pitrou in branch 'default': Issue #21217: inspect.getsourcelines() now tries to compute the start and https://hg.python.org/cpython/rev/ac86e5b2d45b -- nosy: +python-dev ___ Python

[issue21217] inspect.getsourcelines finds wrong lines when lambda used argument to decorator

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed the latest patch. Thank you, Thomas! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue19956] inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method

2015-04-14 Thread Usman Ehtesham Gul
Usman Ehtesham Gul added the comment: Made changes based on David Murray's review comments including adding unit test on getfile. -- Added file: http://bugs.python.org/file39022/issue_19956_1.patch ___ Python tracker

[issue4254] _cursesmodule.c callable update_lines_cols()

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks for the patch update. The doc addition needs a .. versionadded directive, and there should be an entry in the 3.5 whatsnew document. -- nosy: +r.david.murray ___ Python tracker

[issue8232] webbrowser.open incomplete on Windows

2015-04-14 Thread Steve Dower
Steve Dower added the comment: Some hints about finding browsers on Windows. When browsers are installed, they should register themselves in HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet so that users can change their default browser through the OS. On 64-bit systems, this is always i

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0316811f33b2 by Gregory P. Smith in branch 'default': issue9859: add the missing versionadded tag to the documentation. https://hg.python.org/cpython/rev/0316811f33b2 -- ___ Python tracker

[issue23953] test_mmap uses cruel and unusual amounts of disk space

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: By the way, I'm pretty sure test_mmap doesn't require 4GB of disk space here - Ubuntu 14.10 -, since it runs in only 0.071s; also it runs fine from a partition with only 3GB free space. -- ___ Python tracker

[issue23953] test_mmap uses cruel and unusual amounts of disk space

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: What is your filesystem? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue22137] Test imaplib API on all methods specified in RFC 3501

2015-04-14 Thread Maciej Szulik
Maciej Szulik added the comment: One more thing I didn't mention before is, please update it to match current default, as it's failing patching, right now. -- ___ Python tracker ___

[issue18166] 'value' attribute for ValueError

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the analysis. Closing then! -- nosy: +pitrou resolution: -> rejected stage: test needed -> resolved status: open -> closed ___ Python tracker __

[issue23944] Argument Clinic: wrap impl's declaration if it's too long

2015-04-14 Thread Larry Hastings
Changes by Larry Hastings : -- assignee: -> larry resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue16229] Demo *redemo.py* lacking in Windows installation

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Tools/demo is included in the 3.5 installer, I think it's probably a bit late in 3.4's cycle to stick it in now. If anybody feels strongly enough to make a patch for it, please reopen the issue. -- resolution: -> out of date stage: needs patch -> resol

[issue23944] Argument Clinic: wrap impl's declaration if it's too long

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c99ca3d7052d by Larry Hastings in branch 'default': Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. https://hg.python.org/cpython/rev/c99ca3d7052d -- nosy: +python-dev ___ Pytho

[issue1102973] Incorrect RFC 2231 decoding

2015-04-14 Thread Raúl Cumplido
Changes by Raúl Cumplido : -- nosy: +raulcd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue23925] test_cmd_line failing on PYTHONSTARTUP

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks, Jamiel. I tweaked the comment. I don't think it is worth making this a helper, since the only time it is likely to be needed is in test_cmd_line. If there are other tests in test_cmd_line that test PYTHON environment variables then it might be wort

[issue23925] test_cmd_line failing on PYTHONSTARTUP

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0819a8fda1b by R David Murray in branch '3.4': #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. https://hg.python.org/cpython/rev/d0819a8fda1b New changeset 3a3dc86a5b6e by R David Murray in branch 'default': Merge: #23925: stop

[issue23794] http package should support HTTP/2

2015-04-14 Thread Raúl Cumplido
Changes by Raúl Cumplido : -- nosy: +raulcd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue17784] the test suite should honor an http_proxy for running the test suite

2015-04-14 Thread Raúl Cumplido
Changes by Raúl Cumplido : -- nosy: +raulcd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue23936] Wrong references to deprecated find_module instead of find_spec

2015-04-14 Thread Raúl Cumplido
Raúl Cumplido added the comment: Added changes on both places where there was still references to find_module without specifying that has been deprecated. -- keywords: +patch Added file: http://bugs.python.org/file39021/issue23936.patch ___ Python tr

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Berker Peksag
Berker Peksag added the comment: Thanks :) -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue23852] Wrong computation of max_fd on OpenBSD

2015-04-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: yeah, that's fine. just surround the call to getrlimit with appropriate openbsd ifdef's and a comment. it is _probably_ async signal safe given the nature of the function in most implementations even though it isn't on the official posix list (many things

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13164] importing rlcompleter module writes a control sequence in stdout

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Duplicate of 19884. -- nosy: +r.david.murray resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Importing readline produces erroneous output ___ Python tracker

[issue18166] 'value' attribute for ValueError

2015-04-14 Thread Ofer Schwarz
Ofer Schwarz added the comment: So, this is actually impossible to do. Since exceptions are c-level classes, adding members to ValueError means anything that multiple-inherits from ValueError and any other complex exception gets a multiple bases layout conflict. There's already one such class -

[issue23612] 3.5.0a2 Windows installer does not remove 3.5.0a1

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Steve confirmed in person at PyCon that this is fixed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue21327] socket.type value changes after using settimeout()

2015-04-14 Thread R. David Murray
R. David Murray added the comment: If we were designing from scratch, that would be true. But we are stuck with the behavior that we have, and cannot change it because we need to preserve backward compatibility. This is why we need to make it a new method. -- ___

[issue23935] Clean up Clinic's type expressions of buffers

2015-04-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The new API change looks doubtful for me. It is more verbose. And less readable. It makes harder to search in sources, because {'str', 'robuffer'} is the same as {'robuffer', 'str'}. If Argument Clinic would a tool with programmatic API, sets would make sens

[issue20769] Reload() description is unclear

2015-04-14 Thread Dorian Pula
Dorian Pula added the comment: Attached patches with proposed change to the documentation to make the description clearer. Please review and comment. -- nosy: +dorianpula ___ Python tracker __

[issue20769] Reload() description is unclear

2015-04-14 Thread Dorian Pula
Changes by Dorian Pula : Added file: http://bugs.python.org/file39020/reload_builtin_functions_doc_py_2_7_fix.patch ___ Python tracker ___ __

[issue21327] socket.type value changes after using settimeout()

2015-04-14 Thread Nina Zakharenko
Nina Zakharenko added the comment: Maybe it would be better if the type property on socket had this behavior, rather than creating a new method. -- nosy: +nnja ___ Python tracker __

[issue21116] Failure to create multiprocessing shared arrays larger than 50% of memory size under linux

2015-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, recent POSIX states unconditionally that: « If the file previously was smaller than this size, ftruncate() shall increase the size of the file. If the file size is increased, the extended area shall appear as if it were zero-filled. » (from http://p

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6df85e1d42e by Gregory P. Smith in branch 'default': issue9859: Use an expected failure rather than a skip. https://hg.python.org/cpython/rev/c6df85e1d42e -- ___ Python tracker

[issue18128] pygettext: non-standard timestamp format in POT-Creation-Date

2015-04-14 Thread Michael McFadden
Michael McFadden added the comment: I'm going to be adding some tests around pygettext tool and then tackling this. -- nosy: +flipmcf ___ Python tracker ___ _

[issue23958] compile warnings in libffi

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Steve: libffi is an upstream project, so technically they should be the ones to patch it. However, we do sometimes patch our own copy anyway and just keep the diff around. Nosying doko as the guy who usually gets stuck handling libffi upgrades and will know be

[issue23959] Update imaplib to support RFC3501

2015-04-14 Thread Maciej Szulik
Maciej Szulik added the comment: I'm volunteering myself to work on this as a follow-up work to http://bugs.python.org/issue22137. -- ___ Python tracker ___

[issue9731] Add ABCMeta.has_methods and tests that use it

2015-04-14 Thread Laura Rupprecht
Laura Rupprecht added the comment: Related item: Added a helper function to verify API match of two modules, addressing issue9859. It checks for a closer match but mentioned this ticket from the thread. -- nosy: +laura ___ Python tracker

[issue23959] Update imaplib to support RFC3501

2015-04-14 Thread Maciej Szulik
New submission from Maciej Szulik: Current imaplib implementation follows obsoleted RFC2060. It should be updated to follow RFC3501. -- components: email messages: 241022 nosy: barry, maciej.szulik, r.david.murray priority: normal severity: normal status: open title: Update imaplib to s

[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Thank you for the patch! -- nosy: +zach.ware versions: +Python 3.4 ___ Python tracker ___ ___ Python-b

[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08400c64af93 by Zachary Ware in branch '3.4': Issue #23956: Fix typo in imp.py docstring. https://hg.python.org/cpython/rev/08400c64af93 New changeset 5586d4a4402e by Zachary Ware in branch 'default': Closes #23956: Merge with 3.4 https://hg.python.

[issue23957] Additional misspelled in documentation

2015-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks, Andrew. -- nosy: +r.david.murray resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue23957] Additional misspelled in documentation

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef58fc2e7b06 by R David Murray in branch '3.4': #23957: fix typo. https://hg.python.org/cpython/rev/ef58fc2e7b06 New changeset 4286afa7b63e by R David Murray in branch 'default': Merge: #23957: fix typo. https://hg.python.org/cpython/rev/4286afa7b63

[issue22137] Test imaplib API on all methods specified in RFC 3501

2015-04-14 Thread Maciej Szulik
Maciej Szulik added the comment: Milan, thanks for your patch, I've added comments to it (look for review link next to submitted file), can you address them please? Other option is, if you don't mind, I'll take over this issue and finish on top of your work. -- nosy: +maciej.szulik _

[issue20769] Reload() description is unclear

2015-04-14 Thread Dorian Pula
Changes by Dorian Pula : -- keywords: +patch versions: +Python 3.5 Added file: http://bugs.python.org/file39019/reload_importlib_doc_py_3_5_fix.patch ___ Python tracker ___

[issue23944] Argument Clinic: wrap impl's declaration if it's too long

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: After an English lesson, looks fine to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue21916] Create unit tests for turtle textonly

2015-04-14 Thread Gregory Loyse
Gregory Loyse added the comment: Thanks David for your review! I have added a new patch in response. Note the file has a new name -- Added file: http://bugs.python.org/file39018/test_turtle.patch ___ Python tracker

[issue23919] [Windows] test_os fails several C-level assertions

2015-04-14 Thread Steve Dower
Steve Dower added the comment: So just discussed with Zach the idea of hiding all assertion outputs by default and then using -n to display the output on stderr. That would help people get started running tests locally as well, since the dialogs that appear by default look like pretty bad fail

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9903368b9d7b by Gregory P. Smith in branch 'default': issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. https://hg.python.org/cpython/rev/9903368b9d7b New changeset cbdd56d07123 by Gregory P. Smith in branch 'default':

[issue23958] compile warnings in libffi

2015-04-14 Thread Steve R. Hastings
New submission from Steve R. Hastings: The normal build should not have any warnings. The source for libffi included some comparisons between signed int and unsigned int, which caused warnings. The patch changes the signed int variables to unsigned int. -- components: Build files: lib

[issue12807] Optimization/refactoring for {bytearray, bytes, unicode}.strip()

2015-04-14 Thread Matt Soucy
Changes by Matt Soucy : -- nosy: +msoucy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

2015-04-14 Thread R. David Murray
R. David Murray added the comment: test_tools is a test suite that tests the tools in the scripts directory, it is not tools for testing. So no, it doesn't belong in test.support. -- ___ Python tracker ___

[issue20172] Derby #3: Convert 67 sites to Argument Clinic across 4 files (Windows)

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Latest patch ought to be good, if anybody feels like rubber-stamping a 5000 line patch :) -- nosy: +steve.dower ___ Python tracker ___ __

[issue9858] Python and C implementations of io are out of sync

2015-04-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: A test has been added as part of issue9859, it is marked with @unittest.skip as the API surface does not yet match. -- nosy: +gregory.p.smith ___ Python tracker _

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: Thanks! Patch applied. I reworded one doc string slightly and fixed up a few lines that were longer than 80 characters. Berker's most recent comments are good ones and can be addressed in another patch. Laura, can you jump through the https://www.python.

[issue20172] Derby #3: Convert 67 sites to Argument Clinic across 4 files (Windows)

2015-04-14 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file39016/9ec35c653970.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Jacinda Shelly
New submission from Jacinda Shelly: Minor misspelling in Lib/imp.py. Doing this as a training exercise for my first patch. -- assignee: docs@python components: Documentation files: misspelling.patch keywords: patch messages: 241005 nosy: docs@python, jacinda priority: normal severity: n

[issue23957] Additional misspelled in documentation

2015-04-14 Thread Andrew Pinkham
New submission from Andrew Pinkham: There is a minor typo under PyMem_SetupDebugHooks in the C-API section in 3.4 and 3.5 . "Additional" is misspelled as "Additionnal" on the page. https://docs.python.org/3.5/c-api/memory.html https://docs.python.org/3.4/c-api/memory.html The problem does not

[issue9859] Add tests to verify API match of modules with 2 implementations

2015-04-14 Thread Berker Peksag
Berker Peksag added the comment: I've added a couple of comments about the test: http://bugs.python.org/review/9859/ -- ___ Python tracker ___ ___

[issue23921] Standardize documentation whitespace, formatting

2015-04-14 Thread James Edwards
James Edwards added the comment: Attaching revised patch per reviews. Notable changes: * Reverted howto/curses.rst multiple inline statements -> multi-target assignment (curses.rst is now unchanged) * Reverted library/subprocess.rst "==>" to "# ==>" changes since there are other

  1   2   3   >