Search Discussions
-
Two recently reported issues brought into light the fact that Python language definition is closely tied to character properties maintained by the Unicode Consortium. [1,2] For example, when Python ...
Alexander Belopolsky
Nov 28, 2010 at 8:24 pm
Dec 7, 2010 at 10:19 pm -
Was: [issue2001] Pydoc interactive browsing enhancement On Sun, Nov 7, 2010 at 9:17 AM, Nick Coghlan wrote: .. I have a similar issue with the trace module and would appreciate some guidance on this ...
Alexander Belopolsky
Nov 8, 2010 at 5:20 pm
Nov 18, 2010 at 4:50 pm -
I wonder if those shouldn?t be marked up as :data: or something to make them indexed.
Éric Araujo
Nov 22, 2010 at 12:54 am
Nov 30, 2010 at 2:23 am -
I was recently surprised to learn that chr(i) can produce a string of length 2 in python 3.x. I suspect that I am not alone finding this behavior non-obvious given that a mistake in Python manual ...
Alexander Belopolsky
Nov 19, 2010 at 4:53 pm
Nov 27, 2010 at 8:48 am -
Is there any updated mercurial schedule?. Any impact related with the new 3.2 schedule (three weeks offset)? - -- Jesus Cea Avion _/_/ _/_/_/ _/_/_/ jcea at jcea.es - http://www.jcea.es/ _/_/ _/_/ ...
Jesus Cea
Nov 16, 2010 at 6:38 pm
Nov 21, 2010 at 5:58 pm -
Hi, While this is not strictly related to python development, I thought that developers of python might be interested in some of the lessons provided by this. So forgive me if this is really wrong ...
Allan McRae
Nov 4, 2010 at 4:44 am
Nov 7, 2010 at 9:06 pm -
Hello. Is it possible to remove Win32 ANSI API (ie: GetFileAttributesA) and only use Win32 WIDE API (ie: GetFileAttributesW)? Mainly in posixmodule.c. I think we can simplify the code hugely. (This ...
Hirokazu Yamamoto
Nov 11, 2010 at 4:07 pm
Nov 26, 2010 at 8:39 pm -
Hi, Just to let you know that we now have 8 stable buildbots, including Barry's own PPC Ubuntu machine (even though the Windows buildbots give a rather unconventional meaning to the word ...
Antoine Pitrou
Nov 13, 2010 at 12:37 pm
Jan 30, 2011 at 9:46 pm -
Hi, sorry in advance if this sounds a little indiscreet, but I think it would be great if we'd have SSH access against some of the computers used to host buildbots. Personally, I would find this ...
Giampaolo Rodolà
Nov 6, 2010 at 5:53 pm
Nov 8, 2010 at 11:57 am -
A Solaris installation contains ALWAYS 32 and 64 bits libraries. So in any Solaris you can run 32/64 bits programs, and compile in 32 and 64 bits. For this, libraries are stores in "/usr/lib", for ...
Jesus Cea
Nov 22, 2010 at 6:34 pm
Mar 17, 2011 at 1:02 pm -
I have now completed http://www.python.org/dev/peps/pep-0384/ Benjamin has volunteered to rule on this PEP. Please comment with any changes you want to see, or speak in favor or against this PEP. ...
Martin v. Löwis
Nov 28, 2010 at 11:40 pm
Nov 30, 2010 at 2:04 am -
hello, working on Pylint, we have a lot of voluntary corrupted files to test Pylint behavior; for instance $ cat /home/emile/var/pylint/test/input/func_unknown_encoding.py # -*- coding: IBO-8859-1 ...
Emile Anclin
Nov 25, 2010 at 2:30 pm
Dec 1, 2010 at 3:20 pm -
But what is alternative in stdlib? Don't you think that Python doesn't provide any? -- anatoly t.
Anatoly techtonik
Nov 4, 2010 at 6:28 am
Nov 5, 2010 at 1:18 pm -
Following the python-checkins list, I get to see both the current SVN notifications and the Hg notifications from Tarek's pushes into the distutils repository. I realised today that there is one key ...
Nick Coghlan
Nov 14, 2010 at 1:28 am
Nov 15, 2010 at 8:43 pm -
ACTIVITY SUMMARY (2010-10-29 - 2010-11-05) 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
Nov 5, 2010 at 5:08 pm
Nov 26, 2010 at 5:07 pm -
In reviewing my notes from my experimentations with CGIHTTPServer (Python2.6) and then http.server (Python 3.2a4), I note one behavior I haven't reported as a bug, nor do I know where to start to ...
Glenn Linderman
Nov 22, 2010 at 5:40 am
Nov 23, 2010 at 8:42 pm -
I would like to re-enable by default warnings for regrtest and/or unittest. The reasons are: 1) these tools are used mainly by developers and they (should) care about warnings; 2) developers won't ...
Ezio Melotti
Nov 22, 2010 at 5:14 pm
Nov 23, 2010 at 2:03 pm -
Hello. Does this affect python? Thank you. http://www.openssl.org/news/secadv_20101116.txt
Hirokazu Yamamoto
Nov 23, 2010 at 4:13 am
Dec 9, 2010 at 11:17 pm -
Hi, at <http://dpo.gbrandl.de/contents , you can look at a version of the 3.2 docs that has the upcoming commenting feature. JavaScript is mandatory. I've switched on anonymous comments for testing, ...
Georg Brandl
Nov 24, 2010 at 8:24 pm
Dec 1, 2010 at 9:15 pm -
Hi, I noticed "OSError: [Errno 23] Too many open files in system" errors on your FreeBSD buildbot. I would like to know if you configured a limit on the open files or maybe of child processes on this ...
Victor Stinner
Nov 6, 2010 at 11:19 am
Nov 9, 2010 at 1:57 am -
So maybe this is the wrong forum, if so please tell me what the right forum is for each of the various pieces. I'm assuming that I should file some bugs in the tracker, but I'm not exactly sure ...
Glenn Linderman
Nov 20, 2010 at 3:48 am
Nov 24, 2010 at 7:43 am -
C99 allows it. Which compiler is giving you trouble?
Alexander Belopolsky
Nov 9, 2010 at 4:23 pm
Nov 11, 2010 at 6:09 am -
All, I was about to commit the patch for issue 2001 (the improvements to the pydoc web server and the removal of the Tk GUI) when I realised that pydoc.serve() and pydoc.gui() are technically public ...
Nick Coghlan
Nov 8, 2010 at 11:44 am
Nov 9, 2010 at 4:47 am -
I don't know how to ignore the BytesWarning without importing warning. How can I do that? Victor
Victor Stinner
Nov 2, 2010 at 12:55 pm
Nov 4, 2010 at 2:59 pm -
I used Notepad to edit the file, TortoiseSvn to commit, the same as I did for #9222, rev86702, Lib\idlelib\IOBinding.py, yesterday. If the latter is OK, perhaps *.py gets filtered better than misc. ...
Terry Reedy
Nov 23, 2010 at 11:07 pm
Nov 27, 2010 at 7:35 am -
I think the easiest and most sensible way to address http://bugs.python.org/issue9353 is to simply remove the __all__ definition from argparse - everything that doesn't start with an underscore in ...
Steven Bethard
Nov 1, 2010 at 2:48 pm
Nov 1, 2010 at 3:10 pm -
This description feels a little strong to me - getattr_static still executes all those things on the metaclass as it retrieves the information it needs to do the "static" lookup. Leaving this ...
Nick Coghlan
Nov 20, 2010 at 3:21 pm
Nov 21, 2010 at 3:54 am -
aioe went away for several months a couple of years ago or so. Let us hope it stays up for awhile now. The ssl connection currently does not work (expired certificate). Terry
Terry Reedy
Nov 13, 2010 at 1:31 am
Nov 13, 2010 at 8:56 pm -
As you may have noticed: I updated the buildbot master to release 0.8.2. If you notice any problems, please post them here. Slave operators can upgrade their installations at their own pace; buildbot ...
Martin v. Löwis
Nov 12, 2010 at 9:29 am
Nov 13, 2010 at 2:15 pm -
6
[Python-Dev] [Python-checkins] r86264 - python/branches/release27-maint/Lib/distutils/sysconfig.py
I'm skeptical that this change should be carried out, then. It's easy to argue that this can't possibly hurt (but I can certainly come up with code that will break under that change); however, I fail ...Martin v. Löwis
Nov 6, 2010 at 4:00 pm
Nov 8, 2010 at 4:00 pm -
Good morning python-dev, PEP 291 (Backward Compatibility for Standard Library) does not seem to take Python 3 into account. Is this PEP only relevant for the 2.7 branch?* If it?s supposed to apply to ...
Éric Araujo
Nov 30, 2010 at 6:33 am
Nov 30, 2010 at 9:05 pm -
Hello, Shouldn?t his name rather be in Misc/ACKS too? Modules typically (warning: non-scientific data) include the name of the author or first contributors but not the name of every contributor. I ...
Éric Araujo
Nov 26, 2010 at 1:32 am
Nov 27, 2010 at 3:07 pm -
No test? 2010/11/22 lukasz.langa <python-checkins at python.org : -- Regards, Benjamin
Benjamin Peterson
Nov 22, 2010 at 11:47 pm
Nov 23, 2010 at 2:59 pm -
Hi, everybody. I am glad to say I am installing an OpenIndiana zone (Openindiana is a fork of Indiana, a distribution of OpenSolaris) with the aim to be a buildbot for python development. This ...
Jesus Cea
Nov 17, 2010 at 4:07 pm
Nov 17, 2010 at 5:13 pm -
hello everybody, migrating Pylint to python3.x, we encounter a little problem : in the tree generated by _ast, if we consider a "args" node (representing an argument of a function), the "lineno" (and ...
Emile Anclin
Nov 17, 2010 at 12:48 pm
Nov 17, 2010 at 2:50 pm -
Hello Senthil Shouldn?t this include an entry in NEWS and maybe in ACKS? Regards
Éric Araujo
Nov 9, 2010 at 7:46 pm
Nov 11, 2010 at 6:16 pm -
Hello all, Now that unittest has test discovery, Mark Roddy has been working on resurrecting the old GUI test runner (using Tkinter): https://bitbucket.org/markroddy/unittestgui This was part of the ...
Michael Foord
Nov 8, 2010 at 12:09 pm
Nov 9, 2010 at 12:17 pm -
Catching up on checkins traffic, so a later checkin may already fix this, but there should be a versionchanged tag in the docs to note when the autojunk parameter was added. Cheers, Nick. -- Nick ...
Nick Coghlan
Nov 27, 2010 at 12:17 pm
Nov 27, 2010 at 8:50 pm -
4
[Python-Dev] [Python-checkins] r86817 - python/branches/py3k-stat-on-windows/Lib/test/test_shutil.py
You might be working on something slightly different, but I have an issue created for the failure of that test: http://bugs.python.org/issue10540 It slipped past me because I was only running the ...Brian Curtin
Nov 26, 2010 at 6:52 pm
Nov 26, 2010 at 8:31 pm -
Happen to me last Sunday, and happening just now. I can access http://bugs.python.org/ just fine, but trying to post a message, open a new bug, change nosy, etc., takes a LONG time (minutes) and it ...
Jesus Cea
Nov 23, 2010 at 8:33 pm
Nov 24, 2010 at 3:03 am -
Hi all. I just committed r86180, but there is something I don't like. If you read the tests I did (by hand)at http://bugs.python.org/issue9675#msg120462 , python should show the unraisable and THEN ...
Jesus Cea
Nov 5, 2010 at 12:26 am
Nov 8, 2010 at 12:59 pm -
Does this really cause resource warning? I think os.popen instance won't be into traceback because it's not declared as variable. So I suppose it will be deleted by reference count == 0 even when ...
Hirokazu Yamamoto
Nov 1, 2010 at 4:10 pm
Nov 4, 2010 at 2:41 pm -
Brett, Does the import mechanism for importing packages preserve enough information to be able to figure-out where all the components are defined? I'm wondering if it is possible for the class ...
Raymond Hettinger
Nov 2, 2010 at 11:44 pm
Nov 3, 2010 at 3:02 am -
You must also check that the object can be unpickled, otherwise making TestCase picklable is not only pointless, but misleading the user. Other classes which claim to be picklable (such as e.g. ...
Antoine Pitrou
Nov 20, 2010 at 3:42 pm
Nov 20, 2010 at 4:10 pm -
Hi all. I am modifying IO module for Python 3.2, and I am unable to understand the mechanism used in IO testsuite to test both the C and the Python implementation. In particular I need to test that ...
Jesus Cea
Nov 17, 2010 at 2:31 pm
Nov 17, 2010 at 3:00 pm -
On behalf of the Python development team, I'm happy to announce the fourth and (this time really) final alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and ...
Georg Brandl
Nov 16, 2010 at 2:05 pm
Nov 16, 2010 at 5:03 pm -
Hi, My buildbot has been failing for some time because of these 2 issues, both related to the fact that tests are hanging when run as a service (and hence have no display to open GUI elements on). ...
Paul Moore
Nov 12, 2010 at 8:44 am
Nov 14, 2010 at 5:31 pm -
Hello, On Fri, 12 Nov 2010 00:22:19 +0100 (CET) terry.reedy wrote: Maybe I've missed something, but is there any reason to add a new parameter in a bugfix release? (apart from security issues) ...
Antoine Pitrou
Nov 12, 2010 at 7:42 pm
Nov 13, 2010 at 12:51 am -
bugs.python.org is moving to a new hardware; this also involves a new IP address. The migration will happen on Thursday, likely around 8:00 UTC. If all goes well, outage should be very short. ...
Martin v. Löwis
Nov 9, 2010 at 9:17 pm
Nov 11, 2010 at 12:20 am -
Hi, A) I missed the auto-complete feature for dictionary keys a lot in python console. This patch seems to do the job. B) There is no rlcompleter tests in trunk for some reason. So, I've taken the ...
Valery Khamenya
Nov 7, 2010 at 10:19 am
Nov 9, 2010 at 10:40 am
Group Overview
group | python-dev |
categories | python |
discussions | 96 |
posts | 1,074 |
users | 113 |
website | python.org |
113 users for November 2010
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)