Search Discussions
-
Hi, I patched Python 3.2 to support modules with non-ASCII paths (*). It works well on all operating systems. But the task is not completly done: (a) Python 3 doesn't support non-ASCII module names ...
Victor Stinner
Jan 19, 2011 at 12:34 pm
Jan 27, 2011 at 8:26 pm -
I have been thinking about Unicode representation for some time now. This was triggered, on the one hand, by discussions with Glyph Lefkowitz (who complained that his server app consumes too much ...
Martin v. Löwis
Jan 24, 2011 at 8:17 pm
Jan 29, 2011 at 5:12 pm -
Reviewers: , Please review this at http://codereview.appspot.com/4080047/ Affected files: M Tools/msi/msi.py M Tools/msi/msilib.py Index: Tools/msi/msi.py ...
Techtonik
Jan 31, 2011 at 6:19 pm
Feb 2, 2011 at 11:03 am -
Hi, In the PEP 3333, I read: -------------- import os, sys enc, esc = sys.getfilesystemencoding(), 'surrogateescape' def wsgi_string(u): # Convert an environment variable to a WSGI "bytes-as-unicode" ...
Victor Stinner
Jan 4, 2011 at 2:44 am
Jan 11, 2011 at 1:03 am -
Hi, I'd like to You probably know that after installation on Windows system it is possible to call Python from Explorer's Run dialog (Win-R). It is because Python path is added to App Paths registry ...
Anatoly techtonik
Jan 28, 2011 at 4:12 pm
Feb 20, 2011 at 6:39 am -
There are several reports of bugs caused by the fact that the behavior of C functions asctime and ctime is undefined when they are asked to format time for more than 4-digit years: ...
Alexander Belopolsky
Jan 4, 2011 at 12:06 am
Jan 7, 2011 at 3:52 pm -
Or, simply and more reliably, use the corresponding VCS incantation ("svn revert -R ." or "hg revert -a"). Regards Antoine.
Antoine Pitrou
Jan 17, 2011 at 11:14 pm
Jan 19, 2011 at 9:27 pm -
There are many API changes and proposals that were forgotten and didn't get into Python 3, although they should be, because it was the only chance to change things with backwards compatibility break. ...
Anatoly techtonik
Jan 7, 2011 at 5:20 pm
Jan 10, 2011 at 1:54 am -
There is a bunch of stuff in Misc that probably belongs in the devguide (under Resources) instead of in svn. Here are the files I think can be moved (in order of how strongly I think they should be ...
Brett Cannon
Jan 17, 2011 at 8:32 pm
Feb 2, 2011 at 11:05 pm -
Hi, Antoine Pitrou noticed that Python 3.2 tries a lot of filenames to load a module: http://bugs.python.org/issue11051 Python 3.1 does already test many filenames, but with Python 3.2, it is even ...
Victor Stinner
Jan 30, 2011 at 8:56 am
Feb 4, 2011 at 5:10 am -
Right now, the tests for the unittest package are under the package directory instead of Lib/test where we have most of the other tests. There are some other packages that do the same thing, each for ...
Raymond Hettinger
Jan 24, 2011 at 7:46 pm
Jan 26, 2011 at 1:30 am -
http://docs.python.org/devguide/ If you are a core developer and have a correction you want to make you can simply check out the devguide yourself (link is in the Resources section of the devguide) ...
Brett Cannon
Jan 23, 2011 at 1:08 am
Jan 28, 2011 at 6:05 pm -
Hello, I would like to advocate again for the removal of the "unit test needed" stage on the tracker, which regularly confuses our triagers into thinking it's an actual requirement or expectation ...
Antoine Pitrou
Jan 10, 2011 at 6:01 pm
Jan 11, 2011 at 9:36 pm -
Because of all the writing I have been doing lately, I have been pulling up a lot of URLs pointing to various Python releases based around minor versions (e.g., Python 2.7, not specifically 2.7.1). ...
Brett Cannon
Jan 27, 2011 at 8:38 pm
Jan 28, 2011 at 10:50 am -
To test Brett's test running instruction, I ran python -m test # not ./Python! in a Command Prompt window --- Microsoft Windows XP [Version 5.1.2600] == CPython 3.2b2 (r32b2:87398, Dec 19 2010, ...
Terry Reedy
Jan 5, 2011 at 11:47 pm
Jan 12, 2011 at 11:53 pm -
FWIW, I'm really not fond of handing out triage tasks to beginners. First because the claim that it doesn't require any specific knowledge is wrong (in the case of Python, because it is a highly ...
Antoine Pitrou
Jan 8, 2011 at 10:22 pm
Jan 11, 2011 at 7:25 pm -
So, was this proposal rejected? If so, for what reasons? Wrapper of such a useful call would be of great convenience, especially considering its availability on Win32 (see Thomas Heller's notice, ...
Max ulidtko
Jan 8, 2011 at 7:55 am
Jan 10, 2011 at 12:23 am -
ACTIVITY SUMMARY (2010-12-31 - 2011-01-07) 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
Jan 7, 2011 at 5:07 pm
Jan 28, 2011 at 5:07 pm -
Looking at http://docs.python.org/dev/library/html.html#module-html it would appear that we've created a new module with a single trivial function. In reality, there was already a python package, ...
Raymond Hettinger
Jan 24, 2011 at 7:04 pm
Jan 25, 2011 at 4:40 am -
Is this on purpose? Python 3.2rc1 (py3k:88040, Jan 15 2011, 18:11:39) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. 'Exception' Traceback (most recent ...
Ron Adam
Jan 17, 2011 at 8:22 pm
Jan 18, 2011 at 11:36 pm -
I just wanted to share an observation in case Python developers are interested: Python 2.7.1 doesn't build with the current gcc 4.6 svn. Note that gcc 4.6 is now in "bug-fix only" mode. Some details: ...
Ralf W. Grosse-Kunstleve
Jan 8, 2011 at 8:03 pm
Jan 12, 2011 at 2:28 am -
Not on Windows. C:\Programs\Python32 ./python -m test '.' is not recognized as an internal or external command, operable program or batch file. python -m test works (until it failed, separate issue). ...
Terry Reedy
Jan 5, 2011 at 10:43 pm
Jan 6, 2011 at 7:26 am -
Currently [1], the implementation and the documentation for PEP 3118's Py_buffer struct don't line up (there's an extra field in the implementation that the PEP doesn't mention). Accordingly, Mark ...
Nick Coghlan
Jan 5, 2011 at 12:31 pm
Jan 5, 2011 at 6:21 pm -
If you don't want to receive a stupid answer, why don't you read the link and say what you don't like in this approach in a constructive manner? ...
Anatoly techtonik
Jan 31, 2011 at 9:50 pm
Feb 1, 2011 at 10:22 am -
In article <E1Pawh0-0001Py-7i at dinsdale.python.org , brett.cannon wrote: [...] That's true on OS X if you are using a case-insensitive file system. But wIth the newer, case-sensitive HFS+, for ...
Ned Deily
Jan 6, 2011 at 9:04 pm
Jan 11, 2011 at 12:46 pm -
I'm working on improving the .rst documentation of test.support (Issue 11015), and came upon the undocumented "fcmp" function that's being exported from test.support, along with a "FUZZ"constant. As ...
Eli Bendersky
Jan 28, 2011 at 4:55 am
Jan 29, 2011 at 12:49 pm -
Folks, for the peace of mind of python-checkins watchers, please remember to mention the reviewer's name when checking in fixes during the RC period (the last one I checked had been reviewed by Georg ...
Nick Coghlan
Jan 26, 2011 at 1:41 am
Jan 26, 2011 at 6:08 pm -
The 3.x docs mostly started fresh with 3.0. The major exception is the What's new section, which goes back to 2.0. The 2.x stuff comprises about 650KB in the repository and whatever that translates ...
Terry Reedy
Jan 22, 2011 at 7:04 pm
Jan 24, 2011 at 7:26 pm -
On behalf of the Python development team, I'm very happy to announce the first release candidate of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x ...
Georg Brandl
Jan 16, 2011 at 7:33 am
Jan 17, 2011 at 2:33 pm -
I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on Windows, but can't find them on http://www.python.org/download/releases/2.5.5/ Why are they removed? -- anatoly t.
Anatoly techtonik
Jan 11, 2011 at 7:04 pm
Jan 12, 2011 at 3:31 am -
Your call as the author, but please reconsider this one. I've found it *hugely* convenient over the years to have these task oriented answers in the FAQ. The problem with the answers all over the ...
Nick Coghlan
Jan 5, 2011 at 2:13 am
Jan 7, 2011 at 4:49 am -
I tried to find any research on this subject, but I couldn't find any, so I'll be daring and vulnerable and just try it out to see what your thoughts are. I single stepped a simple loop in Python to ...
Jurjen N.E. Bos
Jan 31, 2011 at 9:17 am
Jan 31, 2011 at 1:30 pm -
Some comments would be nice. Right now it looks pretty close to deliberately obfuscated code (especially with the call to gc.get_referrers()). Regards Antoine.
Antoine Pitrou
Jan 25, 2011 at 11:26 am
Jan 26, 2011 at 9:09 pm -
Greetings! I know that this list is for python development questions/comments, but I wanted to bring up the tahoe-lafs project if people are interested in a project developed in python that allows ...
Earney, Billy C.
Jan 24, 2011 at 1:56 pm
Jan 25, 2011 at 10:13 am -
Hello I got the latest copy of python source from svn and was trying to build it on Windows Vista (32 bit) using Microsoft Visual Express 2008. I got the following error: 5 "C:\Program ...
Prasun Ratn
Jan 23, 2011 at 7:20 am
Jan 24, 2011 at 3:08 am -
I forgot to mention that it was ok'ed by Georg, so there it is. Regards Antoine.
Antoine Pitrou
Jan 23, 2011 at 6:58 pm
Jan 24, 2011 at 1:16 am -
Are you sure that the AIX README is outdated ? It explains some of the details of why there are scripts like ld_so_aix which are still needed on AIX. Same here. Does OpenBSD 4.x still have the issues ...
M.-A. Lemburg
Jan 20, 2011 at 8:09 pm
Jan 20, 2011 at 9:13 pm -
Hello all, In the Tools/ directory (py3k) we have a tool/directory called "unicode". The description in Tools/README is: unicode Tools used to generate unicode database files for Python 2.0 (by ...
Michael Foord
Jan 3, 2011 at 3:33 pm
Jan 3, 2011 at 4:20 pm -
I just did it: my first python source code hack. I replaced the NEXTARG and PEEKARG macros in ceval.c using a cast to short pointer, and lo and behold, a crude measurement indicates one to two ...
Jurjen N.E. Bos
Jan 31, 2011 at 12:28 pm
Jan 31, 2011 at 2:29 pm -
Are ('Status: %s\r\n' % status) and ('%s: %s\r\n' % header) byte strings or unicode strings? Victor
Victor Stinner
Jan 7, 2011 at 4:18 pm
Jan 21, 2011 at 11:34 am -
[...] Do we want to spend so much time explaining how to use SVN for core developers while we're supposed to switch to Mercurial Real Soon Now? (current core devs already know how to use it, and we ...
Antoine Pitrou
Jan 18, 2011 at 12:35 pm
Jan 18, 2011 at 7:28 pm -
Actually, most feature requests get approved without this intermediate step. So I would suggest directing people to the tracker instead. Only very large or controversial additions usually get refused ...
Antoine Pitrou
Jan 17, 2011 at 8:00 pm
Jan 17, 2011 at 9:17 pm -
Hi All: ? I would like to propose a solution for a proper use of Global Variables. My assumption came from the fact that most databases are using share memory to construct on the main memory a ...
Ali musa
Jan 13, 2011 at 9:40 pm
Jan 14, 2011 at 12:51 am -
Hello everyone, My name is Yeswanth . I am doing my third year Btech in Computer Science in India. My desire is to get into gsoc 2011 . I have been looking over the projects of last year to see where ...
Yeswanth
Jan 5, 2011 at 11:48 am
Jan 5, 2011 at 7:18 pm -
Using:Python 2.7.0+ (r27:82500, Sep 15 2010, 18:14:55) [GCC 4.4.5] on linux2(Ubuntu 10.10) Method to reproduce error: 1. Defining a module which is later imported by another: ...
Stefan Spoettl
Jan 24, 2011 at 4:39 pm
Jan 24, 2011 at 5:33 pm -
I would want to help porting some web framework for py3k .. I want to know to know which one is good and which can be ported easily . Also i would require some guidance for this work as I am just a ...
Yeswanth
Jan 22, 2011 at 6:16 pm
Jan 23, 2011 at 6:23 pm -
Hum, I think that "undecoded" bytes term is more appropriate. You can decode bytes and encode characters, but not the opposite. Victor
Victor Stinner
Jan 20, 2011 at 12:41 pm
Jan 21, 2011 at 7:33 am -
Shouldn't we wait until that repository is ready? Right now people willing to work with it will get the surprise that it hasn't been updated for 3 months. Regards Antoine.
Antoine Pitrou
Jan 20, 2011 at 1:11 pm
Jan 20, 2011 at 2:04 pm -
python-checkins watchers would be aware that I just checked in a few changes to the PEP 0 generator (and a few PEP statuses) to start tidying up the first two sections of PEP 0. The old release ...
Nick Coghlan
Jan 18, 2011 at 2:16 pm
Jan 19, 2011 at 11:11 pm -
I am a newbie to python, and am curious why the following syntax is not supported: # Boolean test on x... if (x = someFunc(...)): # Do something with x... I've found it convenient in perl. Is the ...
Peter Hall
Jan 16, 2011 at 5:44 pm
Jan 16, 2011 at 5:54 pm
Group Overview
group | python-dev |
categories | python |
discussions | 87 |
posts | 662 |
users | 100 |
website | python.org |
100 users for January 2011
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)