Search Discussions
-
I've made a number of small changes to PEP 498. I don't think any of the changes I've made in the last week are substantive. Mostly I've clarified how it works and removing some limitations. The only ...
Eric V. Smith
Sep 5, 2015 at 1:45 am
Sep 9, 2015 at 4:29 am -
Folks, If it?s out of line in some way for me to make this comment on this list, let me know and I?ll stop! But I do feel strongly about one issue and think it?s worth mentioning, so here goes. I ...
Gary Robinson
Sep 8, 2015 at 2:12 pm
Sep 10, 2015 at 4:38 pm -
There are two discussions going on in the issue tracker about deprecating some modules and it has led to the inevitable discussion of Python 2/3 compatibility (I'm not even going to bother mentioning ...
Brett Cannon
Sep 8, 2015 at 4:59 pm
Sep 11, 2015 at 10:39 pm -
I think we nailed the hard issues there. The next update will have a restored hash invariant and == that satisfies all three axioms of equivalency. I am not making a better progress because I am ...
Alexander Belopolsky
Sep 11, 2015 at 6:36 pm
Sep 12, 2015 at 1:26 am -
Hi I would like to know what are the semantics if you subclass something from itertools (e.g. islice). Right now it's allowed and people do it, which is why the documentation is incorrect. It states ...
Maciej Fijalkowski
Sep 10, 2015 at 7:23 am
Sep 10, 2015 at 11:48 pm -
First of all, an apology. I know this is probably going to be of limited interest for many on python-dev, but I'm honestly not sure where there's a better audience for the question. As it's related ...
Paul Moore
Sep 9, 2015 at 2:30 pm
Sep 9, 2015 at 7:39 pm -
Hi, I'd like to collect thinking on best practices that we can use as a style guide for string interpolation. Now that arbitrary expressions are very likely to be included, it is more important to ...
Mike Miller
Sep 8, 2015 at 7:17 am
Sep 8, 2015 at 6:40 pm -
Dear Admin, I am an IT/Project Management recruiter looking to increase the available pool of talent for available job placements. Currently I have an opening for a python programmer/developer. Could ...
Linda Ryan
Sep 2, 2015 at 8:57 pm
Sep 3, 2015 at 6:32 am -
Dear developers, First of all, I'm a programmer for a data science company and I recently graduated. That being said, I have wondered why python does not have syntactical support (like syntax sugar) ...
Herbert Kruitbosch
Sep 11, 2015 at 7:56 am
Sep 11, 2015 at 10:13 pm -
The text of the PEP has too much on motivation and rationale: maybe that would be suitable for an informative PEP. The proposal itself is under-specified. But the real weakness cannot be fixed by ...
Guido van Rossum
Sep 5, 2015 at 3:15 am
Sep 7, 2015 at 9:05 pm -
I can't neither post a message to existing issue nor open a new issue. The irker854 bot on IRC channel #python-dev cites my message and the tracker updates activity time of existing issue, but ...
Serhiy Storchaka
Sep 10, 2015 at 10:27 am
Sep 10, 2015 at 2:18 pm -
Was this change made intentionally? May be it broke the completion in Nosy List on the tracker.
Serhiy Storchaka
Sep 9, 2015 at 4:58 pm
Sep 9, 2015 at 7:20 pm -
I've been unable to install Python 3.5rc3. It progresses to installing Tcl/tk, then reports that a newer version of 3.5 is already installed, then it rolls back (slowly). I don't know where it's ...
MRAB
Sep 8, 2015 at 3:40 am
Sep 8, 2015 at 6:25 pm -
PEP 498 is only the latest PEP where part of the concern is fear that it may encourage certain types of bad code. Would it be reasonable to ask PEPs to start including a section on any recommended ...
Jim J. Jewett
Sep 5, 2015 at 7:57 pm
Sep 6, 2015 at 2:58 am -
Hi Nick, You are giving runcommand(sh(i"cat {filename}")) as an example that avoids injection attacks. While this is true, I think this is still a terrible anti-pattern[1] that should not be entombed ...
Nikolaus Rath
Sep 5, 2015 at 2:36 am
Sep 5, 2015 at 5:54 pm -
I think it's too much effort for too little gain. The motivation feels very weak; surely writing os.system("echo " + message_from_user) is just as easy (as is the %s spelling), so the security issue ...
Guido van Rossum
Sep 5, 2015 at 3:04 am
Sep 5, 2015 at 3:48 pm -
Hi, I followed discussions on the new systems getrandom() on Linux and getentropy() on OpenBSD. I wanted to use them in Python to avoid the need of a file descriptor to read /dev/urandom. Linux ...
Haypo s
Sep 4, 2015 at 10:45 pm
Sep 4, 2015 at 11:29 pm -
Hi, I got HTTP 503 errors when trying to access http://hg.python.org/ and I got errors when trying to push changes with "hg push" (to ssh://hg at hg.python.org/cpython). I even got this error from ...
Victor Stinner
Sep 3, 2015 at 10:31 am
Sep 3, 2015 at 2:38 pm -
ACTIVITY SUMMARY (2015-08-28 - 2015-09-04) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues ...
Python tracker
Sep 4, 2015 at 4:08 pm
Sep 11, 2015 at 4:08 pm -
Unfortunately this is not true. Python implementation is required to make the _io module optional, but it is not enough. io and _pyio still depend from _io (issue17984). May be it is not worth to ...
Serhiy Storchaka
Sep 10, 2015 at 10:16 pm
Sep 10, 2015 at 10:32 pm -
Hi, https://hg.python.org/ returns 503 Service Unavailable for an hour or so. Is it a maintenance? When it is expected to end? Best regards, Ivan An HTML attachment was scrubbed... URL ...
Ivan Levkivskyi
Sep 9, 2015 at 6:02 pm
Sep 9, 2015 at 6:16 pm -
On behalf of the Python development community and the Python 3.5 release team, I'm surprised to announce the availability of Python 3.5.0rc4, also known as Python 3.5.0 Release Candidate 4. Python ...
Larry Hastings
Sep 9, 2015 at 1:42 pm
Sep 9, 2015 at 5:50 pm -
Dear I was trying to install NS3 on my mac os, it seems missed the python-dev installed. However, the 'sudo port install python-dev'is not working because the port can not be found. please help for ...
Hansong Xu
Sep 9, 2015 at 3:31 pm
Sep 9, 2015 at 3:44 pm -
I noticed that collections.Counter, unlike set, doesn't support the ordered comparison operators ( < = <=). I'd like to propose implementing these operators in an analogous fashion to set: counter1 = ...
Kerrick Staley
Sep 8, 2015 at 2:06 am
Sep 8, 2015 at 2:58 am -
Hi I am interested in setting up a builedbot machine for python, I have a 2011 MacBook Pro with custom ssd and OS X Yosemite
Zhuo Chen
Sep 3, 2015 at 7:15 am
Sep 3, 2015 at 3:36 pm -
The good news that other than a few editorial changes there is only one issue which keeps me from declaring PEP 495 complete. The bad news is that the remaining issue is subtle and while several ...
Alexander Belopolsky
Sep 8, 2015 at 1:57 am
Sep 8, 2015 at 1:57 am -
On behalf of the Python development community and the Python 3.5 release team, I'm relieved to announce the availability of Python 3.5.0rc3, also known as Python 3.5.0 Release Candidate 3. The next ...
Larry Hastings
Sep 8, 2015 at 1:35 am
Sep 8, 2015 at 1:35 am -
[CC'ing python-dev@ for those that are curious; please drop and keep follow-up discussion to python-ideas@] Hi folks, I've made a lot of progress on PyParallel since the PyCon dev summit ...
Trent Nelson
Sep 6, 2015 at 3:19 pm
Sep 6, 2015 at 3:19 pm -
Howdy. I went here: https://hg.python.org/cpython/ I clicked on "Server-side clone". I filled out the form. I clicked on the "clone" button. I was rewarded with this error message: error An error ...
Larry Hastings
Sep 4, 2015 at 5:31 am
Sep 4, 2015 at 5:31 am -
Hei, Nimeni on Anniina Kottila ja haluaisin kertoa miten bugs.python.org voi sijoittua vielä paremmin Googlessa. Olen hakukoneoptimoinnin asiantuntija ja työskentelen Finland SEO ...
Anniina Kottila
Sep 2, 2015 at 7:54 am
Sep 2, 2015 at 7:54 am
Group Overview
group | python-dev |
categories | python |
discussions | 30 |
posts | 170 |
users | 58 |
website | python.org |
58 users for September 2015
Archives
- September 2015 (170)
- August 2015 (315)
- July 2015 (472)
- June 2015 (209)
- May 2015 (680)
- April 2015 (772)
- March 2015 (360)
- February 2015 (600)
- January 2015 (129)
- December 2014 (287)
- November 2014 (425)
- October 2014 (334)
- September 2014 (409)
- August 2014 (463)
- July 2014 (330)
- June 2014 (578)
- May 2014 (239)
- April 2014 (676)
- March 2014 (862)
- February 2014 (644)
- January 2014 (1,338)
- December 2013 (181)
- November 2013 (668)
- October 2013 (788)
- September 2013 (840)
- August 2013 (504)
- July 2013 (533)
- June 2013 (475)
- May 2013 (872)
- April 2013 (719)
- March 2013 (537)
- February 2013 (596)
- January 2013 (366)
- December 2012 (481)
- November 2012 (394)
- October 2012 (573)
- September 2012 (302)
- August 2012 (343)
- July 2012 (344)
- June 2012 (1,071)
- May 2012 (629)
- April 2012 (782)
- March 2012 (1,241)
- February 2012 (1,071)
- January 2012 (878)
- December 2011 (465)
- November 2011 (423)
- October 2011 (527)
- September 2011 (341)
- August 2011 (700)
- July 2011 (555)
- June 2011 (431)
- May 2011 (582)
- April 2011 (841)
- March 2011 (1,830)
- February 2011 (653)
- January 2011 (662)
- December 2010 (947)
- November 2010 (1,074)
- October 2010 (755)
- September 2010 (976)
- August 2010 (760)
- July 2010 (1,336)
- June 2010 (770)
- May 2010 (608)
- April 2010 (835)
- March 2010 (981)
- February 2010 (629)
- January 2010 (398)
- December 2009 (355)
- November 2009 (885)
- October 2009 (1,071)
- September 2009 (914)
- August 2009 (583)
- July 2009 (674)
- June 2009 (460)
- May 2009 (491)
- April 2009 (1,309)
- March 2009 (1,411)
- February 2009 (770)
- January 2009 (1,095)
- December 2008 (877)
- November 2008 (539)
- October 2008 (534)
- September 2008 (601)
- August 2008 (489)
- July 2008 (753)
- June 2008 (904)
- May 2008 (961)
- April 2008 (639)
- March 2008 (1,001)
- February 2008 (651)
- January 2008 (853)
- December 2007 (299)
- November 2007 (403)
- October 2007 (266)
- September 2007 (431)
- August 2007 (326)
- July 2007 (305)
- June 2007 (204)
- May 2007 (649)
- April 2007 (469)
- March 2007 (988)
- February 2007 (571)
- January 2007 (423)
- December 2006 (311)
- November 2006 (403)
- October 2006 (611)
- September 2006 (538)
- August 2006 (688)
- July 2006 (991)
- June 2006 (1,377)
- May 2006 (842)
- April 2006 (1,393)
- March 2006 (1,333)
- February 2006 (1,642)
- January 2006 (930)
- December 2005 (912)
- November 2005 (607)
- October 2005 (929)
- September 2005 (965)
- August 2005 (861)
- July 2005 (526)
- June 2005 (498)
- May 2005 (848)
- April 2005 (694)
- March 2005 (675)
- February 2005 (436)
- January 2005 (807)
- December 2004 (409)
- November 2004 (442)
- October 2004 (567)
- September 2004 (635)
- August 2004 (1,937)
- July 2004 (783)
- June 2004 (722)
- May 2004 (441)
- April 2004 (751)
- March 2004 (1,027)
- February 2004 (472)
- January 2004 (831)
- December 2003 (1,005)
- November 2003 (671)
- October 2003 (1,410)
- September 2003 (573)
- August 2003 (480)
- July 2003 (1)
- June 2003 (2)
- May 2003 (1)
- April 2003 (1)
- March 2003 (1)
- February 2003 (1)
- January 2003 (1)
- December 2002 (1)
- November 2002 (1)
- October 2002 (1)
- September 2002 (1)
- July 2002 (2)
- June 2002 (1)
- May 2002 (1)
- April 2002 (1)
- March 2002 (1)
- February 2002 (1)
- January 2002 (1)
- December 2001 (1)
- November 2001 (1)
- October 2001 (1)
- August 2001 (1)
- July 2001 (2)
- June 2001 (1)
- May 2001 (1)
- April 2001 (1)
- March 2001 (1)
- February 2001 (1)
- January 2001 (1)
- December 2000 (1)
- November 2000 (1)
- October 2000 (1)
- August 2000 (1)
- July 2000 (1)
- June 2000 (2)
- May 2000 (1)
- April 2000 (1)
- March 2000 (1)
- February 2000 (1)
- January 2000 (1)
- December 1999 (1)
- November 1999 (1)
- October 1999 (1)
- September 1999 (1)
- August 1999 (1)
- July 1999 (1)
- June 1999 (1)
- May 1999 (1)
- April 1999 (1)
- March 1995 (1)