[issue20169] random module doc page has broken links

2014-01-07 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger priority: normal -> low ___ Python tracker ___ ___

[issue2226] Small _abcoll Bugs / Oddities

2014-01-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: Yes, I'll have a look shortly. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue20103] Documentation of itertools.accumulate is confused

2014-01-07 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger priority: normal -> low ___ Python tracker ___ ___ Python-bugs-l

[issue19713] Deprecate various things in importlib thanks to PEP 451

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0b0e7aef360 by Eric Snow in branch 'default': Issue 19713: Remove PEP 451-related code that should have been factored out. http://hg.python.org/cpython/rev/c0b0e7aef360 -- ___ Python tracker

[issue19713] Deprecate various things in importlib thanks to PEP 451

2014-01-07 Thread Eric Snow
Eric Snow added the comment: Good catch. I've gone through looking for other such left-overs from earlier patches that included deprecation warnings for loader.load_module(), but this is the only one I found. However, I did notice that _SpecMethods.from_module() does not get used anywhere.

[issue20123] pydoc.synopsis fails to load binary modules

2014-01-07 Thread Eric Snow
Eric Snow added the comment: I realized today that this should probably be fixed in 3.3 as well, as RDM implied by marking it as also a 3.3 bug. :) -- resolution: fixed -> stage: committed/rejected -> patch review status: closed -> open versions: -Python 3.4 _

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14119] Ability to adjust queue size in Executors

2014-01-07 Thread Victor Varvariuc
Victor Varvariuc added the comment: Hi Brian, In one my projects I had to monkey-patch module `concurrent.futures.thread:60`( http://hg.python.org/cpython/file/37caaf21f827/Lib/concurrent/futures/thread.py#l60) with: def _worker(executor_reference, work_queue): try: while True:

[issue17814] Popen.stdin/stdout/stderr documentation should mention object type

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: *ping* Is this suitable for inclusion? Or do I need to do anything else? -- ___ Python tracker ___ _

[issue17811] Improve os.readv() and os.writev() documentation and docstring

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: I have attached a patch that takes into account your comments. Would this be suitable for inclusion? -- keywords: +patch Added file: http://bugs.python.org/file33362/issue17811.diff ___ Python tracker

[issue6627] threading.local() does not work with C-created threads

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: Here's a patch that (I think) incorporates all the comments. If someone could apply it, that would be great :-). -- keywords: +patch versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/fil

[issue18574] BaseHTTPRequestHandler.handle_expect_100() sends invalid response

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: *ping* Is there anything wrong with the patch? What do I have to do to get it applied? -- Added file: http://bugs.python.org/file33360/issue18574.diff ___ Python tracker __

[issue12704] Language Reference: Clarify behaviour of yield when generator is not resumed

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: *ping* Any comments on the updated patch? Can it be applied? -- ___ Python tracker ___ ___ Python-bu

[issue19414] iter(ordered_dict) yields keys not in dict in some circumstances

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: I have attached a patch that fixes this issue. Looking at Raymonds comments in issue 19332, I have kept new code out of the critical path in __iter__ and instead modified the __delitem__ method (I assume that an element is removed only once, but may be iterate

[issue7776] http.client.HTTPConnection tunneling is broken

2014-01-07 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue11448] docs for HTTPConnection.set_tunnel are ambiguous

2014-01-07 Thread Nikolaus Rath
Changes by Nikolaus Rath : -- type: -> enhancement versions: +Python 3.4, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mail

[issue11448] docs for HTTPConnection.set_tunnel are ambiguous

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: Is there anything that needs to be done to get this patch applied? It would be nice if this could be committed together with the patch in issue 7776. -- nosy: +Nikratio ___ Python tracker

[issue10983] Errors in http.client.HTTPConnection class (python3)

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: There were actually a few additional bugs. I fixed them, and added testcases, in issue 7776. -- nosy: +Nikratio ___ Python tracker ___ _

[issue18960] First line can be executed twice

2014-01-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: Yeah, I'm okay now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue7776] http.client.HTTPConnection tunneling is broken

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: New patch revision, this time includes unit tests. -- Added file: http://bugs.python.org/file33358/issue7776_rev1.diff ___ Python tracker ___

[issue7776] http.client.HTTPConnection tunneling is broken

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: I have attached a patch that should fix the issue. -- keywords: +patch Added file: http://bugs.python.org/file33357/issue7776.diff ___ Python tracker

[issue20188] ALPN support for TLS

2014-01-07 Thread Mark Nottingham
New submission from Mark Nottingham: In #14204, support for NPN was added. Subsequently, NPN has been superseded by ALPN in the IETF, and support for it is coming in OpenSSL 1.0.2. http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg http://rt.openssl.org/Ticket/Display.html?id=3073 http:

[issue5639] Support TLS SNI extension in ssl module

2014-01-07 Thread Mark Nottingham
Mark Nottingham added the comment: This is *not* a feature request, it's a bug fix in the underlying protocols. Client sides that do not send SNI are actively hurting the Web and the Internet by constraining the deployment of TLS. The closest analogy would be if Python's HTTP client side did

[issue7776] http.client.HTTPConnection tunneling is broken

2014-01-07 Thread Nikolaus Rath
Nikolaus Rath added the comment: Ok, this is a bit of a mess. Issue #11448 contains a patch for the documentation. But the functionality itself is still not working. With the (I believe) intended usage, we have: >>> import http.client >>> conn = http.client.HTTPSConnection("localhost",8080) >

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Gregory P. Smith
Gregory P. Smith added the comment: I believe this is done. I'm opting not to go for a more complicated "cache the open FILE* with the zip_directory_cache" approach for 3.4 due to complexity and time. long term: It'd be ideal if zipimport weren't a pile of C code separate from the zipfile mo

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5609135c6e86 by Gregory P. Smith in branch '2.7': cleanup for the issue 19081 fix - pull the file open and close outside of the http://hg.python.org/cpython/rev/5609135c6e86 -- ___ Python tracker

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2807a5f011e4 by Gregory P. Smith in branch '3.3': Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from http://hg.python.org/cpython/rev/2807a5f011e4 New changeset 20b77ff040b6 by Gregory P. Smith in branch 'default': Fixes

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : Removed file: http://bugs.python.org/file9/issue19081-33-gps05.diff ___ Python tracker ___ ___ Python-bugs-l

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : Added file: http://bugs.python.org/file33356/issue19081-33-gps06.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread R. David Murray
Changes by R. David Murray : -- dependencies: +Derby #10: Convert 50 sites to Argument Clinic across 4 files, Derby #11: Convert 50 sites to Argument Clinic across 9 files, Derby #12: Convert 50 sites to Argument Clinic across 4 files, Derby #13: Convert 50 sites to Argument Clinic ac

[issue20177] Derby #8: Convert 28 sites to Argument Clinic across 2 files

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Absolutely. decimal is a very special case. Whoever takes over this issue: please ignore the part about _decimal.c. -- title: Derby #8: Convert 52 sites to Argument Clinic across 3 files -> Derby #8: Convert 28 sites to Argument Clinic across 2 files

[issue20183] Derby #14: Convert 41 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Sure. Whoever takes ownership of this issue: please ignore _testbuffer.c. -- title: Derby #14: Convert 50 sites to Argument Clinic across 6 files -> Derby #14: Convert 41 sites to Argument Clinic across 5 files ___ P

[issue20177] Derby #8: Convert 52 sites to Argument Clinic across 3 files

2014-01-07 Thread Stefan Krah
Stefan Krah added the comment: Please take out _decimal.c. It has a huge test suite that would break entirely. -- nosy: +skrah ___ Python tracker ___ ___

[issue20183] Derby #14: Convert 50 sites to Argument Clinic across 6 files

2014-01-07 Thread Stefan Krah
Stefan Krah added the comment: Could you take out _testbuffer.c? It has 100% coverage patches which would break and it is not a public module. -- nosy: +skrah ___ Python tracker

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: The issue tracker isn't letting me add all the dependencies to the dependency list. For the record, here are the numbers: #20133 #20148 #20151 #20152 #20159 #20168 #20170 #20171 #20172 #20173 #20174 #20175 #20177 #20178 #20179 #20180 #20181 #20182 #20183 #2018

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- dependencies: +Derby: Convert the _sre module to use Argument Clinic -Derby: Convert the audioop module to use Argument Clinic ___ Python tracker

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- dependencies: +Derby: Convert the audioop module to use Argument Clinic ___ Python tracker ___ ___ Pyth

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This is a meta-issue tracking all the Argument Clinic Derby sub-issues. -- assignee: larry components: email messages: 207649 nosy: barry, larry, r.david.murray priority: normal severity: normal stage: needs patch status: open title: The Great Argument

[issue20169] random module doc page has broken links

2014-01-07 Thread R. David Murray
R. David Murray added the comment: I started to make some quick changes to fix this, but it turns out that the Random *class* isn't even documented in the docs except for the introductory paragraphs. IMO that ought to be fixed, too, since the intro even talks about subclassing it. --

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Serhiy: Assigning to you because you wrote a patch; if you don't want the issue, sorry, please undo it. -- assignee: -> serhiy.storchaka ___ Python tracker __

[issue20133] Derby: Convert the audioop module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Serhiy: Assigning to you because you wrote a patch; if you don't want the issue, sorry, please undo it. -- assignee: -> serhiy.storchaka ___ Python tracker __

[issue20148] Derby: Convert the _sre module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Serhiy: Assigning to you because you wrote a patch; if you don't want the issue, sorry, please undo it. -- assignee: -> serhiy.storchaka ___ Python tracker __

[issue20185] Derby #17: Convert 50 sites to Argument Clinic across 14 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Ob

[issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: (Brett: in order to avoid creating 129 differet issues on the tracker, I'm bundling files together into groups of 50 sites. You don't have to tackle the whole list if you don't want to.) This issue is part of the Great Argument Clinic Conversion Derby, where

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Ob

[issue20184] Derby #16: Convert 50 sites to Argument Clinic across 9 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20183] Derby #14: Convert 50 sites to Argument Clinic across 6 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20159] Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is ridiculous. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20180] Derby #11: Convert 50 sites to Argument Clinic across 9 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Ob

[issue20179] Derby #10: Convert 50 sites to Argument Clinic across 4 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20178] Derby #9: Convert 52 sites to Argument Clinic across 11 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20159] Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Since you have abandoned your patch, please stop changing the issue title on me. -- title: Derby: Convert the ElementTree module to use Argument Clinic -> Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree mo

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: As I discussed with you on IRC, the problem is, we have 129 files with sites that need examining. I was advised that creating 129 issues on the tracker was a bad idea. So I had to combine them together somehow. I wrote a Python script to group them into bun

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, what's the strange idea to group unrelated modules together? -- ___ Python tracker ___ ___ Pyt

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20159] Derby: Convert the ElementTree module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- title: Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic Added file: http://bugs.python.org/file33355/etree_clinic.patch __

[issue20151] Derby: Convert the binascii module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- Added file: http://bugs.python.org/file33354/binascii_clinic.patch ___ Python tracker ___

[issue20165] unittest TestResult wasSuccessful returns True when there are unexpected successes

2014-01-07 Thread Michael Foord
Michael Foord added the comment: Hmmm... TestTools has wasSuccessful return False on an unexpected success [1] and I can't find an issue for any previous discussion. I don't use unexpected success, so I have no particular horse in this race but it seems more logical that wasSuccessful should r

[issue20148] Derby: Convert the _sre module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- Added file: http://bugs.python.org/file33353/sre_clinic.patch ___ Python tracker ___ _

[issue20133] Derby: Convert the audioop module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is refreshed patch. -- Added file: http://bugs.python.org/file33352/audioop_clinic.patch ___ Python tracker ___ _

[issue20152] Derby: Convert the _imp module to use Argument Clinic

2014-01-07 Thread Brett Cannon
Brett Cannon added the comment: I have attached my conversion of import.c. Larry, can you look it over to make sure I did it as expected? I tried to not have to write my own converter for O& as the docs seem to suggest object(converter='...') should work, but I got an error instead. -

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20174] Derby #5: Convert 50 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20177] Derby #8: Convert 52 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20171] Derby #2: Convert 115 sites to Argument Clinic in Modules/_cursesmodule.c

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20159] Derby #7: Convert 51 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: (Converting this issue into Derby entry #7. Serhiy has stated that he is abandoning his ElementTree patch; it may make a good starting point for you if you take over this issue.) This issue is part of the Great Argument Clinic Conversion Derby, where we're try

[issue20177] Derby #8: Convert 52 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20176] Derby #7: Convert 51 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Sorry, meant to convert a different issue into this issue. -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker _

[issue20176] Derby #7: Convert 51 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20175] Derby #6: Convert 50 sites to Argument Clinic across 8 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20174] Derby #5: Convert 50 sites to Argument Clinic across 3 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20173] Derby #4: Convert 53 sites to Argument Clinic across 5 files

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20171] Derby #2: Convert 115 sites to Argument Clinic in Modules/_cursesmodule.c

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- components: +Extension Modules -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- components: +Extension Modules -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: PC

[issue20171] Derby #2: Convert 115 sites to Argument Clinic in Modules/_cursesmodule.c

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This issue is part of the Great Argument Clinic Conversion Derby, where we're trying to convert as much of Python 3.4 to use Argument Clinic as we can before Release Candidate 1 on January 19. This issue asks you to change the following bundle of files: Mo

[issue20165] unittest TestResult wasSuccessful returns True when there are unexpected successes

2014-01-07 Thread Michael Foord
Michael Foord added the comment: I'm pretty sure this has been debated before (and the status quo is the result). Trying to find the issue. -- ___ Python tracker ___ ___

[issue20169] random module doc page has broken links

2014-01-07 Thread Roy Smith
Roy Smith added the comment: Ugh, that should say, "if you CLICK on random()". Really wish I was filing this from my phone so I could blame it on autocorrect. -- ___ Python tracker ___

[issue20169] random module doc page has broken links

2014-01-07 Thread Roy Smith
New submission from Roy Smith: On http://docs.python.org/2/library/random.html, the links to random() go to the module, not the function. Thus: Almost all module functions depend on the basic function random(), If you lick on random(), you get to http://docs.python.org/2/library/random.html#

[issue19723] Argument Clinic should add markers for humans

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e634b377d5cc by Larry Hastings in branch 'default': Issue #19723: Missed one conversion to the new Argument Clinic syntax. http://hg.python.org/cpython/rev/e634b377d5cc -- ___ Python tracker

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-07 Thread Stefan Krah
Stefan Krah added the comment: Thanks for the report! -- That's due to the commit in #9709. PyMODINIT_FUNC is more than ten years old, so I hoped people would be using by now. On the other hand that's serious breakage. Martin, would you have time to make a call on whether to revert the change?

[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: (It would have made it easier on me if you'd used the C function names, instead of the names in the module.) I agree. In retrospect, it's not surprising that things in _tkinter aren't suitable, as it appears to be a shunt for calling things in Tcl. For what

[issue12837] Patch for issue #12810 removed a valid check on socket ancillary data

2014-01-07 Thread Brett Cannon
Brett Cannon added the comment: Ended up going with my solution as I just couldn't guarantee 100% that David's approach would always be right (for no fault of David's; at this point I just want a solution and so I'm willing to use compiler tricks to get it as I grok those). Anyway, thanks to

[issue19723] Argument Clinic should add markers for humans

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa153113d273 by Zachary Ware in branch 'default': Issue #19723: Fix issue number typo in Misc/NEWS http://hg.python.org/cpython/rev/aa153113d273 -- nosy: +python-dev ___ Python tracker

[issue12837] Patch for issue #12810 removed a valid check on socket ancillary data

2014-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 407c9c297ff7 by Brett Cannon in branch 'default': Issue #12837: Silence a Clang compiler warning on OS X. http://hg.python.org/cpython/rev/407c9c297ff7 -- ___ Python tracker

[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: call() just converts all args to Tcl list. Is Argument Clinic supports *args and **kwargs? I'm not sure there is a benefit with using Argument Clinic here. splitlist() and split() first call PyArg_ParseTuple with one argument, check the input, and then may c

[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: What functions, and what makes them unsuitable? -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue20140] UnicodeDecodeError in ntpath.py when home dir contains non-ascii signs

2014-01-07 Thread Jarek Śmiejczak
Jarek Śmiejczak added the comment: @Vinay.Sajip After adding change you suggested i'm getting different error: --- C:\Users\Jarosław>pip install virtualenv Downloading/unpacking virtualenv Running setup.py (path:c:\users\jarosa~1\appdata\local\temp\pip_build_Jaros│a \virtualenv\setup.py) egg_in

[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

2014-01-07 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue20165] unittest TestResult wasSuccessful returns True when there are unexpected successes

2014-01-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue14119] Ability to adjust queue size in Executors

2014-01-07 Thread Brian Quinlan
Brian Quinlan added the comment: Hi Victor, I don't understand your problem. Could you be very specific in your description? -- ___ Python tracker ___ __

[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20144] Argument Clinic doesn't support named constants as default values

2014-01-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Larry for all your fixes. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

  1   2   3   >