[issue5399] wer

2009-03-01 Thread Daniel Diniz
New submission from Daniel Diniz : 234 -- messages: 82965 nosy: ajaksu2 severity: normal status: open title: wer ___ Python tracker <http://bugs.python.org/issue5

[issue5399] wer

2009-03-01 Thread Daniel Diniz
Daniel Diniz added the comment: Gah, script running amok, sorry! -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4565] Rewrite the IO stack in C

2009-03-03 Thread Daniel Diniz
Daniel Diniz added the comment: A couple of typos in the Python implementation. http://codereview.appspot.com/22061/diff/1/11 File Lib/_pyio.py (right): http://codereview.appspot.com/22061/diff/1/11#newcode266 Line 266: fp is closed after the suite of the with statment is complete: statment

[issue5416] str.replace does strange things when given a negative count

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk and py3k. Changing to RFE, set it to behavior if you disagree. Python 2.4 does return "" for str.replace("", "", "asdf", -1), the change happened in rev46226, with the effbot adding this snippet (by

[issue993580] inspect.findsource does not call linecache.checkcache

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1218234 has a patch. -- dependencies: +inspect.getsource doesn't update when a module is reloaded nosy: +ajaksu2 ___ Python tracker <http://bugs.python.org/iss

[issue1201569] allow running multiple instances of IDLE

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue1207589] Right Click Context Menu

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1207589> ___ ___ Python-

[issue1244208] expat binding for XML_ParserReset (Bug #1208730)

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +expat binding for XML_ParserReset stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1194222] parsedate and Y2K

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk and py3k. -- keywords: +easy, patch nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.p

[issue400608] just testing

2009-03-05 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Message: While this is a test issue, the attached diff is a crude first draft of a patched upload.py that makes linking to the Python Tracker a bit easier. Here's the command line and output: $ python static/upload.py -R 400608 -F msg32813 U

[issue2771] test issue

2009-03-05 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: "This is a very long line. I am wondering how it will be wrapped. What will happen to this exceedingly long line? Will it be wrapped? Will it? Really? What will happen? Here's an example: def fact(n): if n > 1:

[issue400608] just testing

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks for the feedback, Guido! gvanrossum wrote: > You could maintain this as a locally modified version, but a better > approach would be to make just enough changes to upload.py itself so > that you can write the rest of this script as a *wrappe

[issue2771] test issue

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: http://codereview.appspot.com/24075 ___ Python tracker <http://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsub

[issue2771] test issue

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: From http://bugs.python.org/issue2771 "This is a very long line. I am wondering how it will be wrapped. What will happen to this exceedingly long line? Will it be wrapped? Will it? Really? What will happen? Here's

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller versions: +Python 2.4, Python 2.5 ___ Python tracker <http://bugs.python.org/issue4208> ___ ___ Python-

[issue5162] multiprocessing cannot spawn child from a Windows service

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller keywords: +patch stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5162> ___ ___ Pyth

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller keywords: +patch stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5177> ___ ___ Pyth

[issue5400] patches for multiprocessing module on NetBSD

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5400> ___ ___ Python-bugs-list

[issue3735] allow multiple threads to efficiently send the same requests to a processing.Pool without incurring duplicate processing

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller stage: -> test needed ___ Python tracker <http://bugs.python.org/issue3735> ___ ___ Python-bugs-list

[issue5425] 2to3 wrong for types.StringTypes

2009-03-07 Thread Daniel Diniz
Daniel Diniz added the comment: I think Hagen's initial analysis makes more sense: the translation is currently guessing that the user meant the more restrict (text) alternative. IMHO it doesn't make much sense to have this: >>> strings = (types.StringType, types.Unico

[issue2771] test issue

2009-03-10 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: From http://bugs.python.org/issue2771 Testing 1..2..3 Description fetched from: http://bugs.python.org/msg82496 Please review this at http://codereview.appspot.com/22062 Affected files: M static/upload.py

[issue4535] Build / Test Py3K failed on Ubuntu 8.10

2009-03-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests status: open -> pending ___ Python tracker <http://bugs.python.org/issue4535> ___ ___ Python-bugs-list mai

[issue1666318] shutil.copytree doesn't preserve directory permissions

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1145257] shutil.copystat() may fail...

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shutil.copytree doesn't preserve directory permissions stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.or

[issue1119626] patches to compile for AIX 4.1.x

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Unless someone tells me that providing 'stubs for openpty in posixmodule and wgetnstr in curses module' is still a valid concern, I'll close this. -- components: +Build nosy: +ajaksu2 priority: normal -> low stage: -> test needed st

[issue1157169] csv Sniffer returns bad dialect?

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1157169> ___ ___

[issue1431091] CSV Sniffer fails to report mismatch of column counts

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1158490] locale fails if LANGUAGE has multiple locales

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

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

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1262856] fcntl.ioctl have a bit problem.

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1276509] 2.4.1 make fails on Solaris 10 (complexobject.c/HUGE_VAL)

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close as won't fix if nobody object. >From pymath.h: /* HUGE_VAL is supposed to expand to a positive double infinity. Python * uses Py_HUGE_VAL instead because some platforms are broken in this * respect. We used to embed code in pyport.h t

[issue1243730] Big speedup in email message parsing

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Interpreter Core nosy: +ajaksu2 stage: -> test needed type: -> performance versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1234328] 'insufficient disk space' message wrong (msi on win xp pro)

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close as won't fix/lack of response unless someone wants this open. -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> behavior ___ Python tracker <http://bugs.python

[issue1298835] vendor-packages directory.

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Should be considered for 3.1 and 2.7. -- nosy: +ajaksu2 type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/issue1

[issue1296434] Call by object reference sometimes call by value

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close this unless someone offers better wording for the docs and it doesn't involve a flamewar. -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> feature request versions: +Python 2

[issue1294232] Error in metaclass search order

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/

[issue1291169] mmap with unsigned int offset and cross build for ppc

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: This is 'open' and 'out of date'... There's been some recent mmap activity, so I'll leave closing this to someone that understands mmap :) -- nosy: +ajaksu2 versions: +Python 2.6 -Python 2.5 ___

[issue1284496] traceback module can return undecodable byte strings

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode -None priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1283289] PyArg_ParseTupleAndKeywords gives misleading error message

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed on trunk and py3k, can someone test on the release branches? Python 2.7a0 (trunk, Feb 24 2009, 10:30:17) >>> re.compile("a").match(pos=10) Traceback (most recent call last): File "", line 1, in TypeError: Required argumen

[issue1295179] termios.c in qnx4.25

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1303673] traceback on trying to load a hotshot stats file

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules -Library (Lib) dependencies: +hotshot.stats.load fails with AssertionError stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Has patch. -- keywords: +easy nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1306484] compile() converts "filename" parameter to StringType

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> needs patch type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1306253] Python 2.4.2c1 fails to build on 64-bit Solaris 10

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> behavior ___ Python tracker <http://bugs.python.org/issue1306253> ___ ___ Python-bugs-list

[issue1332869] Fatal Python error: Interpreter not initialized

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed title: Fatal Python error: Interpreter not initialized -> Fatal Python error: Interpreter not initialized type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python track

[issue1332732] Incorrect use of -L/usr/lib/termcap

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: I'll close this unless someone confirms the warning is still present in supported versions. -- nosy: +ajaksu2 status: open -> pending ___ Python tracker <http://bugs.python.org/i

[issue1326448] set.__getstate__ is not overriden

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed, but it's still not clear whether it should change. -- components: +Library (Lib) -None nosy: +ajaksu2 type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs

[issue1327594] Static Windows Build fails to locate existing installation

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1326077] traceback.py formats SyntaxError differently

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> needs patch type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1324770] Adding redblack tree to collections module

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1252001] Issue with telnetlib read_until not timing out

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Issue with telnetlib read_until not timing out ___ Python tracker <http://bugs.python.org/issue1252001> ___ ___ Pytho

[issue1252001] Issue with telnetlib read_until not timing out

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +telnetlib expect() and read_until() do not time out properly -Issue with telnetlib read_until not timing out ___ Python tracker <http://bugs.python.org/issue1252

[issue1360221] telnetlib expect() and read_until() do not time out properly

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1356969] Tix.py class HList missing info_bbox

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1351020] PythonD DJGPP-specific patch set for porting to DOS.

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Any news on this? -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> feature request ___ Python tracker <http://bugs.python.org/

[issue1349106] email.Generators does not separates headers with "\r\n"

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1337876] Inconsistent use of buffer interface in string and unicode

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1388872] Polymorphic getters / setters

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk and py3k, not sure it's a bug. -- nosy: +ajaksu2 priority: normal -> low versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/i

[issue1386675] _winreg specifies EnvironmentError instead of WindowsError

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1379984] HP-UX: Can't shl_load() a library containing Thread Local

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

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

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1379416] email.Header encode() unicode P2.3xP2.4

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/iss

[issue1372770] email.Header should preserve original FWS

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1368091] shutils cannot copy owner

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as issue 1355826 has more details. -- nosy: +ajaksu2 resolution: -> duplicate status: open -> closed superseder: -> shutil.move() does not preserve ownership ___ Python tracker <http://bug

[issue1367628] use PyOS_ReadlineFunctionPointer in non-interractive input

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: The snippet from "Parser/myreadline.c" is still present in trunk. -- nosy: +ajaksu2 stage: -> test needed title: use PyOS_ReadlineFunctionPointer in non-interractive input -> use PyOS_ReadlineFunctionPointer in non-interractive input t

[issue1360243] Add XML-RPC Fault Interoperability to XMLRPC libraries

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1410680] Add 'surgical editing' to ConfigParser

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Anyone interested in updating this? -- nosy: +ajaksu2 stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1409460] email.Utils.parseaddr() gives arcane result

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed in trunk, so issue 1464708 was probably forward ported. -- dependencies: +fixed handling of nested comments in mail addresses nosy: +ajaksu2 resolution: -> out of date status: open -> closed ___ Python t

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

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation nosy: +georg.brandl stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1396946] %ehrntDRT support for time.strptime

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review title: %ehrntDRT support for time.strptime -> %ehrntDRT support for time.strptime versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue1396258] KeyboardInterrupt prevents return to Windows console

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1395552] add support for thread function result storage

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/

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

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Cannot reproduce with dbhash on trunk (Linux). -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1434090] DOM tree inconsistency in expat XML parser

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy, patch stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1432343] Description of file-object read() method is wrong.

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1432343> ___ ___ Python-bugs-list mai

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

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation with recent versions, has nice tests. -- components: +Windows -None nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker

[issue1422094] email.MIME*.as_string removes duplicate spaces

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1413379] Popened file object close hangs in latest Cygwin update

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Needs confirmation for recent versions. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1412448] Compile under mingw properly

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close unless someone can salvage this patch for supported versions, addressing Martin's review. -- nosy: +ajaksu2 priority: normal -> low stage: -> patch review status: open -> pending type: ->

[issue1436206] CGIHTTPServer doesn't handle path names with embeded space

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: See issue 1535504 for patch. -- dependencies: +CGIHTTPServer doesn't handle path names with embeded space nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Pyt

[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1681674 was closed as won't fix, so IIUC this patch won't work. -- dependencies: +subprocess.Popen fails with socket._fileobject on Windows nosy: +ajaksu2 stage: -> test needed type: -> behavior versi

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

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 3.0 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1438480] shutil.move raises OSError when copystat fails

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1438185] os.renames() crashes NTFS junctions

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1439312 has a patch. -- dependencies: +os.renames() crashes NTFS junctions nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker

[issue1437051] "continue" in .pdbrc has no effect

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1436346] yday in datetime module

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1436346> ___ ___ Python-

[issue1445781] install fails on hard link

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/

[issue1443875] email/charset.py convert() patch

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1443866] email 3.0+ stops parsing headers prematurely

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1442493] IDLE shell window gets very slow when displaying long lines

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Squeezer - squeeze large output in the interpreter stage: -> test needed type: -> performance versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1441984] Multiple simultaneous sendtos on AF_UNIX socket broken.

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1457119] Unifying pickle and cPickle exception class hierarchies

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Almost fooled me, still as described on trunk: >>>help(cPickle.UnpickleableError) Help on class UnpickleableError in module cPickle: class UnpickleableError(PicklingError) [...] >>> help(pickle.PicklingError) Help on class PicklingError in mo

[issue1449496] Python should use 3GB Address Space on Windows

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1449496> ___ ___ Python-

[issue1448060] gettext.py breaks on plural-forms header (PATCH)

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1446619] extended slice behavior inconsistent with docs

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation -None nosy: +georg.brandl stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bug

[issue1447945] Unable to stringify datetime with tzinfo

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: So, won't fix? :) -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +3rd party -Python 2.4 ___ Python tracker <http://bugs.pyt

[issue1470540] XMLGenerator creates a mess with UTF-16

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Patch on issue 1470548. -- dependencies: +Bugfix for #1470540 (XMLGenerator cannot output UTF-16) nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue1470548] Bugfix for #1470540 (XMLGenerator cannot output UTF-16)

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1459279] sgmllib.SGMLparser and hexadecimal numeric character refs

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1459867] convenient Message.as_string to use mangle_from_=unixfrom ?

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: I can't understand the problem :/ -- nosy: +ajaksu2 ___ Python tracker <http://bugs.python.org/issue1459867> ___ ___ Pytho

<    3   4   5   6   7   8   9   10   11   12   >