[issue5507] ctypes configuration fails on mips-linux (and probably Irix)

2009-03-20 Thread Roumen Petrov
Roumen Petrov added the comment: please find already open issue and close this one. -- nosy: +rpetrov ___ Python tracker ___ ___ Pytho

[issue4625] IDLE won't open anymore, .idlerc unaccessible

2009-03-20 Thread Timothy Zhang
Timothy Zhang added the comment: I meet the same problem and have it fixed. I use Python 2.5.2 on Windows XP. This is my solution: 1. Choose "Tool->Folder Option" in your explorer menu, then click "View" tab, uncheck "use simple file sharing(recommended)". 2. Right click on "C:\Documents and Se

[issue5524] execfile() removed from Python3

2009-03-20 Thread STINNER Victor
STINNER Victor added the comment: martin> There is a much simpler solution to the problem: martin> use exec(open(fn,"rb").read()) Ok... but there is the newline issue: (self quote) "exec() doesn't support newline different than \n, see issue #4628". And open_python() can be used for other us

[issue5526] Local variables unavailable for operation of list comprehension when using eval()

2009-03-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is a fundamental limitation of how comprehensions are implemented in Python 3 and is unlikely to change anytime soon. -- nosy: +benjamin.peterson resolution: -> wont fix status: open -> closed ___ Python tra

[issue1322] platform.dist() has unpredictable result under Linux

2009-03-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 2009-03-18 18:13, Matthias Klose wrote: > Matthias Klose added the comment: > > MAL, please can we add zooko's patch in some form? The current > implementation assumes an implementation, which doesn't exist on all > platforms, and just dividing linux di

[issue5033] setup.py crashes if sqlite version contains 'beta'

2009-03-20 Thread Gerhard Häring
Changes by Gerhard Häring : -- assignee: -> ghaering nosy: +ghaering priority: -> low ___ Python tracker ___ ___ Python-bugs-list mai

[issue1322] platform.dist() has unpredictable result under Linux

2009-03-20 Thread Zooko O'Whielacronx
Zooko O'Whielacronx added the comment: I just read back through this ticket, but I didn't understand exactly what MAL wanted to have different from what this Python function currently does: http://allmydata.org/trac/tahoe/browser/src/allmydata/__init__.py?rev=20081125155118-92b7f-f74fc964ebd9d3

[issue5518] cPickle produces inconsistent output

2009-03-20 Thread rb
rb added the comment: Martin, Sorry, I don't follow. I realise that the refcounts will be different; but pickling an object should surely be independent of the refcount as there is no need to include the refcount in the output? What other way (using pickle or not) can I convert a generic immut

[issue1726687] Bug found in datetime for Epoch time = -1

2009-03-20 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Is the "break" intended in the test function? it seems that this will skip the whole test. Isn't "continue" better? -- ___ Python tracker _

[issue1726687] Bug found in datetime for Epoch time = -1

2009-03-20 Thread STINNER Victor
STINNER Victor added the comment: @Amaury: You wrote: << But negative time_t are still not allowed by the Microsoft CRT, the tests fail.>> So I choosed to skip mktime(-1) test if mktime(-2) fails. I don't have Windows to test my patch nor current behaviour. --

[issue4258] Use 30-bit digits instead of 15-bit digits for Python integers.

2009-03-20 Thread Mark Dickinson
Mark Dickinson added the comment: Backported to trunk in r70479. Mario, thanks for the long multiplication tweaks you submitted: could you possibly regenerate your Feb 19th patch against the trunk (or py3k, whichever you prefer) and attach it to issue 3944? -- resolution: -> accept

[issue5518] cPickle produces inconsistent output

2009-03-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: pickle is designed to provide persistent storage, not create keys for objects. Changes to the format are fine as long as they are compatible. -- nosy: +benjamin.peterson status: pending -> closed ___ Python tracke

[issue5527] multiprocessing won't work with Tkinter (under Linux)

2009-03-20 Thread Aki
New submission from Aki : Hello, The attached test case, which uses multiprocessing module to run Tkinter GUI process, runs flawlessly under Solaris but hung under Linux (CentOS5). The test case is a trimmed version of much larger program but it still exhibits the same problem. I got a suggesti

[issue5463] Remove deprecated features from struct module

2009-03-20 Thread Andreas Schawo
Andreas Schawo added the comment: Ok, heres the patch again. Passed regression tests. Should the version number increase to 0.3? Maybe to reflect there are no more deprecated features. It should then take place after FLOAT_COERCE cleanup. I'm currently trying to figure out whats about _PY_STR

[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 ___ _

[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 __

[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 status: open -> pending

[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 ___ ___ Python-bugs-

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 to try to worm

[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 _

[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 __

[issue1040026] os.times() is bogus

2009-03-20 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Is this fixed in Python 2.6.1? We have encountered some problems on both OS X and FreeBSD by using 2.6.1: http://code.google.com/p/psutil/issues/detail?id=40 -- nosy: +giampaolo.rodola ___ Python tracker

[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

[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.6 -Python 2.4 ___

[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 ___ _

[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 ___ Python tracker

[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 ___ _

[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 argument 'pattern' (pos 1) not found --

[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 ___

[issue5528] Unable to launch IDLE on Windows

2009-03-20 Thread Chris
New submission from Chris : I have recently installed python 2.6 and I have been successfully able to run python from a command line and from the Python command line. However, when I try to launch the IDLE, all I get is a window that flashes. I tried launching the IDLE from a command line wi

[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 ___ __

[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 ___ __

[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 ___ ___ Python-bugs-list mailing list Uns

[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 tracker

[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 __

[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

[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 ___

[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 ___ __

[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 ___ _

[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 ___ ___ Python-bugs-li

[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 ___

[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 ___ ___

[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 ___ ___

[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 ___ __

[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 ___ ___ Pyt

[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 ___

[issue4024] float(0.0) singleton

2009-03-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have 3 comments for future readers who might want to reopen. 1) This would have little effect on calculation with numpy. 2) According to sys.getrefcount, when '>>>' appears, 3.0.1 has 1200 duplicate references to 0 and 1 alone, and about 2000 to all of them.

[issue5524] execfile() removed from Python3

2009-03-20 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Ok... but there is the newline issue: (self quote) "exec() doesn't support > newline different than \n, see issue #4628". So that issue should get fixed, then. > And open_python() can be used for other usages than execfile() ;-) > > Note: tokenize.open_py

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

2009-03-20 Thread Ben Decker
Ben Decker added the comment: Our next target will probably be somewhere with Python 3 -- components: +Interpreter Core -None versions: +Python 3.1 -Python 2.4 ___ Python tracker

[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 __

[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 ___ ___

[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 ___

[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 ___

[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 ___ ___

[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 ___ _

[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

[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 type: -> feature

[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 ___ _

[issue5518] cPickle produces inconsistent output

2009-03-20 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Sorry, I don't follow. I realise that the refcounts will be different; > but pickling an object should surely be independent of the refcount as > there is no need to include the refcount in the output? There certainly is a need to consider the refcount. Else

[issue1326448] set.__getstate__ is not overriden

2009-03-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: tim_one -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[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 __

[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 tracker

[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 __

[issue1040026] os.times() is bogus

2009-03-20 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Is this fixed in Python 2.6.1? Please try to answer this question yourself in the future. Python 2.6.1 was released on Dec 4th (http://www.python.org/download/releases/2.6.1/), and the commits were made on Dec 29 (as seen both in the time stamp on my message

[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 __

[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 ___ ___

[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 ___

[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 ___

[issue1324770] Adding redblack tree to collections module

2009-03-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: I'm curious what the use case is for this. It is not the purpose of the collections module to implement all possible storage techniques (b-trees, pairing heaps and whatnot). What problem is being solved? AFAICT, this offers a ordered dictionary style API w

[issue1386675] _winreg specifies EnvironmentError instead of WindowsError

2009-03-20 Thread Mark Hammond
Mark Hammond added the comment: oops - this slipped off my radar. I agree with *both* Frederic and Tony :) The module promises to raise an EnvironmentError, which is does. However, the main killer from my POV is that a 'winerror' attribute is likely to be of interest, and this is only availab

[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 ___ _

[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 ___ ___ Python-bugs-list mailing list Unsub

[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 ___ __

[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 __

[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: -> feature request _

[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 ___ Python tracker <

[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 versions: +Python 2.6 _

[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 ___ ___

[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 ___ ___

[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 ___ ___

[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 ___ ___ Python-bugs-list ma

[issue1326448] set.__getstate__ is not overriden

2009-03-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: Am going to close this one. Subclassers have the option of overriding __reduce__ to control pickling. My reading of the docs shows no guarantees that builtin types won't use __reduce__. Since this has been out for a good while, there doesn't seem to be a w

[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 ___

[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 ___

[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 ___

[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 ___

[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 ___ ___

[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 module pickle: class Pi

[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 ___ ___ Python-bugs-list ma

[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 ___ ___

[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

[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 _

[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

  1   2   >