[issue1083299] Distutils doesn't pick up all the files it should.

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Setting all three branches that accept bug fixes. Someone coming here thanks to the easy keyword could write a unit test, otherwise I’ll do it and adjust versions as needed. -- components: +Distutils2 keywords: +easy stage: - unit test

[issue1098749] Single-line option to pygettext.py

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: My gut reaction is that pygettext should be deprecated, other opinions are welcome. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1098749

[issue1100562] deepcopying listlike and dictlike objects

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: The patch is small and clean, can a core dev please take a look and commit if you see fit, thanks. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1100562

[issue1208730] expat binding for XML_ParserReset

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Anyone interested in updating the patch for 3.2? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org

[issue1209447] os.path.join() fails if 2nd arg is a UNC path

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can the fix be backported to 2.7 or can this be closed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1209447

[issue1223976] error locale.getlocale() with LANGUAGE=eu_ES

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: From msg60764 Note that this bug is fixed in CVS:. I'd test myself, but the last time I tried soemthing like this it took me ages to persuade Windows Calendar that I wasn't Dutch. -- components: +Library (Lib) -None nosy:

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I believe that RDM is working on this sort of issue as part of email6. -- nosy: +BreamoreBoy versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue1379804] HP-UX thread stack size needs to be increased

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: No reply to msg86492 so I'll close unless someone objects. -- nosy: +BreamoreBoy status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1379804

[issue1209447] os.path.join() fails if 2nd arg is a UNC path

2010-08-26 Thread John Ehresman
John Ehresman j...@wingware.com added the comment: I say close it since it is a change in behavior and shouldn't go in a point release. I'm happy to see it fixed in 3.1. -- status: open - closed ___ Python tracker rep...@bugs.python.org

[issue1394135] Deleting first item causes anydbm.first() to fail

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: No replky to msg83894. -- nosy: +BreamoreBoy resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1394135

[issue9693] asynchat push_callable() patch

2010-08-26 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' g.rod...@gmail.com: This can be useful in those circumstances where the user wants to execute some action right after some data has been sent (push()) or a producer has been consumed (push_with_producer()). Example: def log(msg): logging.debug(msg)

[issue9692] UnicodeDecodeError in ElementTree.tostring()

2010-08-26 Thread Ulrich Seidl
Ulrich Seidl ulrich.se...@muneda.com added the comment: Of course, if you use an unicode string it works and of course it would be easy to switch to unicode for this demo code. Unfortunately, the affected application is a little bit more complex and it is not that easy to switch to unicode. I

[issue2527] Pass a namespace to timeit

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - patch review versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2527 ___

[issue1397474] timeit execution enviroment

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474 ___

[issue1398781] Example in section 5.3 Pure Embedding doesn't work.

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1398781 ___

[issue9692] UnicodeDecodeError in ElementTree.tostring()

2010-08-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Testing with python 2.5: oDoc.set(ATTR, ÄÖÜ) uses the encoding used by the source code (with # -*- coding:;) If I use utf-8 instead, the output is: ROOT ATTR=#195;#132;#195;#150;#195;#156; / which contains the numbers of the 3 pairs

[issue1425127] os.remove OSError: [Errno 13] Permission denied

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: @Brian, Tim, any views on this? -- nosy: +BreamoreBoy, brian.curtin, tim.golden versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue1433886] pointer aliasing causes core dump, with workaround

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can a core dev please look at this now that we're at 3.2 alapha, thanks. Or has it already been fixed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue1437699] allow unicode arguments for robotparser.can_fetch

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: No comments on this for 4 1/2 years. Is this still valid and/or is anyone still interested? -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue1438480] shutil.move raises OSError when copystat fails

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: unit test needed - patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1438480

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- keywords: +patch Added file: http://bugs.python.org/file18652/header_encode_test.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1379416

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Added file: http://bugs.python.org/file18653/header_charset_fix.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1379416 ___

[issue1439312] Patch for bug 1438185: os.renames deletes junction points

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: @Brian, Tim, any views on this? -- components: +Library (Lib) -None nosy: +BreamoreBoy, brian.curtin, tim.golden versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python

[issue1440472] email.Generator is not idempotent

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Does this belong with RDM or d...@python? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I've attached a fix and test. I've uploaded them separately since the fix only applies to 2.7, but I want to put the test into 3.x as well. -- ___ Python tracker rep...@bugs.python.org

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: unit test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1379416 ___

[issue877904] freeze: problems excluding site

2010-08-26 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: wont fix - accepted status: closed - languishing ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue877904 ___

[issue1223976] error locale.getlocale() with LANGUAGE=eu_ES

2010-08-26 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: Closing the report: eu_es has been Python for quite a while (at least since Python 2.5). If you also feel that 'basque' should be added as alias, please provide proof that this alias is really in use and open a new bug report. --

[issue9693] asynchat push_callable() patch

2010-08-26 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9693 ___ ___ Python-bugs-list

[issue9682] socket.create_connection error message for domain subpart with invalid length is very confusing

2010-08-26 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9682 ___ ___

[issue9650] format codes in time.strptime docstrings

2010-08-26 Thread Catherine Devlin
Catherine Devlin fredv8vi...@liquidid.net added the comment: There is the non-zero cost of keeping two copies of that bit of information in-sync with each other (and the code). That's true, but how often do the strftime format codes change? I'd be happy to personally volunteer to keep them

[issue9692] UnicodeDecodeError in ElementTree.tostring()

2010-08-26 Thread Ulrich Seidl
Ulrich Seidl ulrich.se...@muneda.com added the comment: Well, the output of the print is not that interesting as long as ElementTree is able the restore the former attributes value when reading it in again. The print was just used to illustrate that an UnicodeDecodeError appears. Think about

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2010-08-26 Thread David Watson
David Watson bai...@users.sourceforge.net added the comment: Is this still an issue on later versions of Python and/or FreeBSD? Yes, there is still an issue. There is no longer a deadlock on FreeBSD because the module been changed to use only lockf() and dot-locking (on all platforms), but

[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2010-08-26 Thread David Watson
David Watson bai...@users.sourceforge.net added the comment: The surrogateescape mechanism is a very hackish approach, and violates the principle that errors should never pass silently. I don't see how a name resolution API returning non-ASCII bytes would indicate an error. If the host table

[issue9690] Cannot distinguish bstr from str in ast module.

2010-08-26 Thread Kay Hayen
Kay Hayen kayha...@gmx.de added the comment: Hello Benjamin, thank you for the response. What do you mean with there is nothing we can do about it. Is it not possible to add another field indicating the prefix given to a literal? BTW: I believe raw strings are also no longer recognizable.

[issue444582] Finding programs in PATH, adding shutil.which

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: As far as I can tell from a little bit of testing, if it is even possible to quote ':' in a posix path it isn't obvious how you do it. -- nosy: +r.david.murray ___ Python tracker

[issue9690] Cannot distinguish bstr from str in ast module.

2010-08-26 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2010/8/26 Kay Hayen rep...@bugs.python.org: Kay Hayen kayha...@gmx.de added the comment: Hello Benjamin, thank you for the response. What do you mean with there is nothing we can do about it. Is it not possible to add another field

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Ben Schmaus
New submission from Ben Schmaus benjamin.schm...@gmail.com: The argparse module lists required args as optional in the default help message. If you run the following program (also attached) you'll get the output listed below. #!/usr/bin/env python import argparse parser =

[issue1433886] pointer aliasing causes core dump, with workaround

2010-08-26 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - fixed status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1433886 ___

[issue1433886] pointer aliasing causes core dump, with workaround

2010-08-26 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1433886 ___ ___

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: It looks to me like reqarg is marked as required, since it's not in brackets. Or am I missing something? -- nosy: +bethard, eric.smith ___ Python tracker rep...@bugs.python.org

[issue5556] interactive interpreter, source encoding

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Agreed. Although the docs do not explicitly say you cannot use bytes as source, this is clearly implicit in the Python3 bytes/string separation. The docs talk only about string inputs. -- nosy: +r.david.murray resolution: -

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Yeah, the fact that it is listed under the heading optional arguments: :) Guess we need a new section? -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org

[issue1437699] allow unicode arguments for robotparser.can_fetch

2010-08-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: While Python is 'GPL compatible', whatever that means, it cannot incorporate GPLed code in the PSF distribution. Code must be contributed under one on the two licenses in the contributor agreement. Philip, can you contribute a patch

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Duh. Sorry about that. Also applies to 3.2. -- versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9694 ___

[issue9632] Remove sys.setfilesystemencoding()

2010-08-26 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: STINNER Victor wrote: STINNER Victor victor.stin...@haypocalc.com added the comment: Think of e.g. embedded Python interpreters or py2exe-style applications running on Linux or other systems that don't use Unicode APIs for

[issue2236] Distutils' mkpath implementation ignoring the mode parameter

2010-08-26 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2236 ___

[issue9572] IOError or OSError in test_multiprocessing

2010-08-26 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: r84329 has the fix. I decided to catch IOError and OSError separately rather than EnvironmentError as a blanket 'except' clause; explicit is better than implicit and all. -- status: open - closed ___

[issue1524938] PEP MemoryError with a lot of available memory gc not called

2010-08-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Ok, I'm closing this as won't fix. The OP doesn't have the issue anymore; anybody else having some issue please report that separately (taking into account that you are likely asked to provide a patch as well). -- resolution: -

[issue5904] strftime docs do not explain locale effect on result string

2010-08-26 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5904 ___

[issue9613] Python considers pid longs under 64-bit Windows

2010-08-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: The spawn* functions return intptr_t, because it's the process handle. But _getpid() returns an int. Both seem to be correctly handled. Which part do you suspect to truncate data? -- nosy: +amaury.forgeotdarc

[issue9650] format codes in time.strptime docstrings

2010-08-26 Thread Skip Montanaro
Skip Montanaro s...@pobox.com added the comment: Catherine, Did my suggestion to alter pydoc output so it always contains a link to the enclosing module's documentation not seem like a reasonable compromise? Another problem with embedding the format codes in the docstring is that it opens up a

[issue9682] socket.create_connection error message for domain subpart with invalid length is very confusing

2010-08-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: why is it a UnicodeError? Because IDNA is an encoding, and codecs are supposed to raise UnicodeErrors. The string you are trying to encode is not supported in the encoding in question. It would be possible to catch the UnicodeError, and

[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2010-08-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I don't see how a name resolution API returning non-ASCII bytes would indicate an error. It's in violation of RFC 952 (slightly relaxed by RFC 1123). But to be more explicit, that's like saying if it hurts, get your sysadmin to

[issue1486713] HTMLParser : A auto-tolerant parsing mode

2010-08-26 Thread kxroberto
kxroberto kxrobe...@users.sourceforge.net added the comment: I'm not working with Py3. don't how much that module is different in 3. unless its going into a py2 version, I'll leave the FR so far to the py3 community -- ___ Python tracker

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: Yeah, I guess the optional vs. positional isn't the best terminology now that you can have required flag-based arguments. Did you have a word other than optional that you'd prefer? -- ___

[issue9695] Return from generators in Python 3.2

2010-08-26 Thread Yury Selivanov
New submission from Yury Selivanov yseliva...@gmail.com: The patch is intended to fix behaviour of 'return' statement in python's generators. Please read this message before looking at the patch. http://mail.python.org/pipermail/python-dev/2010-August/103297.html -- components:

[issue9696] xdrlib's pack_int generates DeprecationWarnings for negative in-range values

2010-08-26 Thread David Powell
New submission from David Powell powellip...@gmail.com: The problem is easy to reproduce: import xdrlib p = xdrlib.Packer() p.pack_int(-1) __main__:1: DeprecationWarning: struct integer overflow masking is deprecated The cause is xdrlib.Packer uses the same pack operation for both signed

[issue9697] python 2.3.4 installation error on 64 bit env

2010-08-26 Thread Jayesh
New submission from Jayesh jayeshmaha...@gmail.com: [r...@server Python-2.3.4]# ./configure checking MACHDEP... linux2 checking EXTRAPLATDIR... checking for --without-gcc... no checking for --with-cxx=compiler... no checking for c++... no checking for g++... no checking for gcc... gcc checking

[issue9682] socket.create_connection error message for domain subpart with invalid length is very confusing

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Ah, I wondered if it was something like that (encoding=UnicodeError). It's not really a *unicode* error, it's a syntax error in the domain name construction (ie: it is invalid whether or not unicode is involved, it just isn't caught in

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Perhaps you could just label them 'options:'? After all, even if you have several options you may be required to pick at least one :) -- ___ Python tracker rep...@bugs.python.org

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Or parameters:? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9694 ___ ___ Python-bugs-list

[issue8998] add crypto routines to stdlib

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Geremy, could you kindly give a status update? Thanks -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8998 ___

[issue9695] Return from generators in Python 3.2

2010-08-26 Thread Eric Smith
Changes by Eric Smith e...@trueblade.com: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9695 ___ ___ Python-bugs-list mailing

[issue9682] socket.create_connection error message for domain subpart with invalid length is very confusing

2010-08-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Ah, I wondered if it was something like that (encoding=UnicodeError). It's not really a *unicode* error, it's a syntax error in the domain name construction (ie: it is invalid whether or not unicode is involved, it just isn't caught in

[issue9287] Cosmetic fix in OtherFileTests.testOpenDir

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: This fell out of my radar, sorry. 2.6 is in security mode now, so this won’t be fixed. I’m adding people listed in the “testing” interest area in Misc/maintainers.rst in case someone has an answer to my question. -- nosy:

[issue9287] Minor fix in test_file2k.OtherFileTests.testOpenDir

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Wait, the test with the small brokenness still exists in 2.7, it’s been renamed (see new bug title). -- resolution: out of date - stage: committed/rejected - patch review status: closed - open title: Cosmetic fix in

[issue9119] Python download page needs to mention crypto code in Windows installer

2010-08-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Which specific clause of the license do you consider violated? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9119 ___

[issue8998] add crypto routines to stdlib

2010-08-26 Thread geremy condra
geremy condra debat...@gmail.com added the comment: On Thu, Aug 26, 2010 at 3:49 PM, Éric Araujo rep...@bugs.python.org wrote: Éric Araujo mer...@netwok.org added the comment: Geremy, could you kindly give a status update? Thanks The block and stream cipher parts of the library (RC4, AES,

[issue8998] add crypto routines to stdlib

2010-08-26 Thread Dave Malcolm
Changes by Dave Malcolm dmalc...@redhat.com: -- nosy: +dmalcolm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8998 ___ ___ Python-bugs-list

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Ben Schmaus
Ben Schmaus benjamin.schm...@gmail.com added the comment: FWIW, I like the idea of just using the label options. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9694 ___

[issue9119] Python download page needs to mention crypto code in Windows installer

2010-08-26 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo versions: -Python 2.6, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9119 ___

[issue9697] python 2.3.4 installation error on 64 bit env

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Python 2.3 is not supported anymore. There are no bug fixes, even for security issues, so I’m afraid this error cannot be fixed. -- components: +Installation nosy: +eric.araujo resolution: - out of date stage: - committed/rejected

[issue9696] xdrlib's pack_int generates DeprecationWarnings for negative in-range values

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. This actually raises an error with current Pythons: 2.7 traceback: File xdrlib.py, line 54, in pack_uint self.__buf.write(struct.pack('L', x)) struct.error: integer out of range for 'L' format code (The 3.x error

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: If you add a positional parameter by adding: parser.add_argument('foo') then the output becomes: $ python argparse-help-says-required-args-are-optional.py -h usage: issue9649.py [-h] --reqarg REQARG [--optarg OPTARG] foo Do something positional

[issue9697] python 2.3.4 installation error on 64 bit env

2010-08-26 Thread Jayesh
Jayesh jayeshmaha...@gmail.com added the comment: Thanks for the quick updates. Which python version is currently supported? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9697 ___

[issue8759] 2.7: wrong user site directory on Linux

2010-08-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Fixed in the distutils2 backport in 7f0148944e28 (not pushed yet due to SSH problem with Bitbucket). -- nosy: +eric.araujo resolution: invalid - fixed ___ Python tracker rep...@bugs.python.org

[issue8797] urllib2 basicauth broken in 2.6.5: RuntimeError: maximum recursion depth exceeded in cmp

2010-08-26 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: On Thu, Aug 26, 2010 at 3:24 PM, Mads Kiilerich rep...@bugs.python.org wrote: Mads Kiilerich m...@kiilerich.com added the comment: Senthil, can you tell us why this fix is correct - and convince us that it is the Final Fix for this

[issue2236] Distutils' mkpath implementation ignoring the mode parameter

2010-08-26 Thread Greg Ward
Greg Ward g...@gerg.ca added the comment: I'm unassigning this since I no longer know how to commit changes to Python. Sorry, I just haven't kept track over the years, I don't follow python-dev anymore, and I could not find documentation explaining where I should commit what sort of changes.

[issue1610654] cgi.py multipart/form-data

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1610654 ___ ___

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1573931 ___

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4953 ___ ___ Python-bugs-list

[issue6234] cgi.FieldStorage is broken when given POST data

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6234 ___ ___ Python-bugs-list

[issue8846] cgi.py bug report + fix: tailing carriage return and newline characters in multipart cgi input broken

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8846 ___

[issue3609] does parse_header really belong in CGI module?

2010-08-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox stage: - patch review versions: +Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3609 ___

[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

2010-08-26 Thread Albert Strasheim
Changes by Albert Strasheim full...@gmail.com: -- nosy: +Albert.Strasheim ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9205 ___ ___

[issue9207] multiprocessing occasionally spits out exception during shutdown (_handle_workers)

2010-08-26 Thread Albert Strasheim
Changes by Albert Strasheim full...@gmail.com: -- nosy: +Albert.Strasheim ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9207 ___ ___

<    1   2