[issue4007] make clean fails to delete .a and .so.X.Y files

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4007 ___ ___ Python-bugs-list

[issue4035] Support bytes for os.exec*()

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) priority: - high type: - feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4035

[issue4036] Support bytes for subprocess.Popen()

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) priority: - high type: - feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4036

[issue4080] pyunit - display time of each test case - patch

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib), Tests -None nosy: +michael.foord priority: - normal stage: - test needed versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4126] remove not decodable environment variables

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +loewis priority: - high versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4126

[issue4144] 3 tutorial documentation errors

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: David, I hope others can understand your report, I get dizzy looking at it :) -- assignee: - georg.brandl components: +Documentation nosy: +ajaksu2, georg.brandl priority: - normal type: - behavior versions: +Python 3.1 -Python 3.0

[issue5980] Add bug tracker tasks to PEP 101

2009-05-16 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: We sure could have helpers for updating RFEs and bugs to correct versions. They could be scripts for bulk updating and/or per-issue UI shortcuts for Developers. I'll open a meta-tracker RFE for this. Correcting user reports and requests is also

[issue6032] Fix refleaks in test_urllib2_localnet

2009-05-15 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Collin, This the fix for issue 6002, right? Does issue 1208304 also cause leaks in your tests? -- dependencies: +test_urllib2_localnet DigestAuthHandler leaks nonces nosy: +ajaksu2 priority: - normal

[issue5677] Serious interpreter crash and/or arbitrary memory leak using .read() on writable file

2009-05-15 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IO nosy: +benjamin.peterson, pitrou priority: - high stage: - test needed versions: -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5677

[issue4188] Lib/threading.py causes infinite recursion when running as verbose

2009-05-15 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - high stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4188

[issue4186] type() doesn't accept bases and dict keyword arguments

2009-05-15 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4186

[issue4174] Performance optimization for min() and max() over lists

2009-05-15 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Given the drawbacks mentioned (and the fact that the current patch would break when the list mutates under its feet), is this still valid? -- nosy: +ajaksu2 stage: - test needed ___ Python tracker rep

[issue1286] fileinput, StringIO, and cStringIO do not support the with protocol

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1286 ___ ___ Python-bugs-list

[issue1772673] Replacing char* with const char*

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +replacing char* with const char* in sysmodule.c/.h versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1772673

[issue1051] certificate in Lib/test/test_ssl.py expires in February 2013

2009-05-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Maybe this should be added to a PEP? IMO it would be better if the a new certificate could be issued soon enough so that test_ssl in any given version works at least until that version stops being supported. -- nosy: +ajaksu2

[issue1441] Cycles through ob_type aren't freed

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1441 ___ ___ Python-bugs-list

[issue1736792] dict reentrant/threading bug

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1736792

[issue1706039] Added clearerr() to clear EOF state

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IO nosy: +benjamin.peterson, pitrou priority: - normal stage: - patch review versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1706039

[issue1704474] test_optparse.py mod. for jython

2009-05-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Can someone ping the Jython tracker for help on this? -- nosy: +ajaksu2 type: - feature request versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http

[issue1697943] msgfmt cannot cope with BOM

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Unicode keywords: +patch stage: - test needed type: - behavior versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1697943

[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review type: - behavior versions: +Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1692335

[issue1598083] Top-level exception handler writes to stdout unsafely

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1598083

[issue1540617] Use Py_ssize_t for rangeobject members

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1540617

[issue1530559] struct.pack raises TypeError where it used to convert

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +struct.pack(I, foo); struct.pack(L, foo) should fail keywords: +patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1530559

[issue1687125] cannot catch KeyboardInterrupt when using curses getkey()

2009-05-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Seems related to #706406 and #3180. -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue1399935] enhance unittest to define tests that *should* fail

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1399935

[issue1399935] enhance unittest to define tests that *should* fail

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1399935

[issue1309352] Make fcntl work properly on AMD64

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1309352

[issue1306248] Add 64-bit Solaris 9 build instructions to README

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - needs patch type: - feature request versions: +Python 2.6, Python 3.1 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1306248

[issue1244929] hide tests from TestProgram

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1244929

[issue1152248] Enhance file.readlines by making line separator selectable

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IO nosy: +benjamin.peterson, pitrou versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1152248

[issue920573] http libraries throw errors internally in BitTorrent

2009-05-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I think we should close this, otherwise we'll have to get creative trying to find bugs that might as well have been fixed. -- nosy: +ajaksu2 status: open - pending ___ Python tracker rep

[issue502236] Asynchronous exceptions between threads

2009-05-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue502236

[issue4832] idle filename extension

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Amaury, Your patch also forces '.py' to any saved file on Linux, but using 'defaultextension = ' it works correctly here. Does if fix things on Windows? -- ___ Python tracker rep...@bugs.python.org

[issue1523] xdrlib fails to detect overflow (struct bug?)

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: On trunk, I get the described struct behavior with DeprecationWarning: struct integer overflow masking is deprecated. The xdr.py script gives: 18446744073709551615 - - 4294967295 On py3k, both raise struct.error: argument out of range

[issue731991] find correct socklen_t type

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review type: - feature request versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue731991

[issue1739648] zipfile.testzip() using progressive file reads

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - resource usage versions: +Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1739648

[issue1783] nonexistent data items declared as exports in sysmodule.h

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - needs patch type: - behavior versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1783

[issue1467201] size_t warnings on OSX 10.3

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Unless someone can confirm the warnings still exist, this will be closed. -- nosy: +ajaksu2 priority: normal - low stage: - test needed status: pending - open type: - behavior versions: +Python 2.6, Python 3.1 -Python 2.5

[issue1866] const arg for PyInt_FromString

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1866

[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) = sizeof(long)

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: That would be issue 1983. -- dependencies: +Return from fork() is pid_t, not int nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2005

[issue1983] Return from fork() is pid_t, not int

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Is this pending for trunk and py3k too or just for 2.5 (and hence can be closed)? -- nosy: +ajaksu2 status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1983

[issue1428655] Use PyOS_snprintf for static buffers

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Does anyone want to adopt this one? :) -- nosy: +ajaksu2 stage: - patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue1200] Allow array.array to be parsed by the t# format unit.

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: PyBUF_CHARACTER is now gone, and getargs.c reads: /*TEO: This can be eliminated --- here only for backward compatibility */ case 't': { /* 8-bit character buffer, read-only access */ -- nosy: +ajaksu2

[issue1932] Cosmetic patch to supress compiler warning

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - patch review versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1932

[issue1294] Management of KeyboardInterrupt in cmd.py

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294

[issue2492] Check implementation of new buffer interface for PyString in 2.6

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2492

[issue2325] isinstance(anything, MetaclassThatDefinesInstancecheck) raises instead of returning False

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This now works correctly (returns False) in release26-maint, trunk and py3k. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep

[issue3180] Interrupts are lost during readline PyOS_InputHook processing

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Michael, How does this interact with the fix from issue 706406? -- components: +Extension Modules -None nosy: +ajaksu2 priority: - normal stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6

[issue1534607] IndexError: Add bad index to msg

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1534607

[issue3070] Wrong size calculation in posix_execve

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +haypo, loewis priority: - normal stage: - test needed type: - behavior versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3070

[issue2981] confusing action of struct.pack and struct.unpack with fmt 'p'

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal type: behavior - feature request versions: +Python 2.7, Python 3.2 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2981

[issue2521] ABC caches should use weak refs

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed on release26-maint and trunk. -- nosy: +ajaksu2 priority: - normal stage: - test needed type: - resource usage ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2521

[issue1376292] Write user's version of the reference guide

2009-05-13 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +Documentation for Descriptors in the main docs stage: - needs patch versions: +Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1376292

[issue966625] Documentation for Descriptors in the main docs

2009-05-13 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Maybe we should close this in favor of issue 1376292? -- nosy: +ajaksu2 stage: - needs patch status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue966625

[issue6016] Use shipped zlib if the system version is bad

2009-05-13 Thread Daniel Diniz
New submission from Daniel Diniz aja...@gmail.com: The attached patch makes setup.py use the shipped zlib.h in Modules/zlib/ when a bogus zlib.h is found by find_file. However, I couldn't test it (nor make it work) when a system zlib is missing (no time right now). Can we build the shipped zlib

[issue1741130] struct.pack(I, foo); struct.pack(L, foo) should fail

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Mark, Virgil: Thanks for correcting my wrong assessment! The lucky TypeError comes from rev 68120. It looks like that error message in trunk is due to a PyNumber_And(v, pylong_ulong_mask) when v isn't a PyNumber. I've added a get_pylong(v

[issue1513299] Clean up usage of map() in the stdlib

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1513299

[issue2118] smtplib.SMTP() raises socket.error rather than SMTPConnectError

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - patch review versions: +Python 3.1 -Python 2.5, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2118

[issue1569291] Speed-up in array_repeat()

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1569291

[issue2958] update Lib/test/README

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2958

[issue1057417] New BaseSMTPServer module

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - feature request versions: +Python 2.7, Python 3.2 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1057417

[issue2768] os.fstat and other os.f* methods should use PyObject_AsFileDescriptor

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou stage: - patch review versions: +Python 2.7, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2768

[issue2856] os.listdir doc should mention that Unicode decoding can fail

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib), Unicode nosy: +haypo, loewis priority: - normal versions: +Python 2.6, Python 3.1 -Python 2.3, Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue1724366] cPickle module doesn't work with universal line endings

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk and py3k. -- components: +IO nosy: +ajaksu2, benjamin.peterson, pitrou stage: - test needed type: - behavior versions: +Python 2.6, Python 3.1 -Python 2.4 Added file: http://bugs.python.org/file13969

[issue2661] Mapping tests cannot be passed by user implementations

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests priority: - normal versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2661

[issue1511] csv input converts \r\n to \n but csv output does not when a field has internal line breaks

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I get different behavior in py3k compared to trunk: ~/trunk-py$ ./python issue1511_py3k.py [['foo', 'bar\r\nbaz\r\nbiff', 'boo']] 'foo,bar\r\nbaz\r\nbiff,boo\r\n' ~/trunk-py$ ../py3k/python issue1511_py3k.py [['foo', 'bar\nbaz\nbiff', 'boo

[issue1621] Do not assume signed integer overflow behavior

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +haypo stage: - patch review versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1621

[issue1142] code sample showing errors reading large files with py 2.5/3.0

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IO nosy: +benjamin.peterson, pitrou stage: - test needed versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1142

[issue1511] csv input converts \r\n to \n but csv output does not when a field has internal line breaks

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: You're right, sorry about the noise. Closing as out of date. -- resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue2142] naive use of ''.join(difflib.unified_diff(...)) results in bogus diffs with inputs that don't end with end-of-line char

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.1 -Python 2.3, Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2142

[issue4135] help(modules ftp) fails due to test modules

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This is a duplicate of issue 4540. -- nosy: +ajaksu2 resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - typo in a module describes utf-8 as uft-8 ___ Python

[issue1705520] pyunit should allow __unittest in locals to trim stackframes

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1705520

[issue1552] fromfd() and socketpair() should return wrapped sockets

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review type: behavior - feature request versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1552

[issue4050] inspect.findsource() returns binary data for shared library modules

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This bug seems to break help(C-module) in py3k after rev 70587: import pickle help(pickle) Traceback (most recent call last): File stdin, line 1, in module File ~/py3k/Lib/site.py, line 429, in __call__ return pydoc.help(*args, **kwds

[issue1576598] ftplib doesn't follow standard

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +ftplib: Strict RFC 959 (telnet in command channel) status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1576598

[issue1676121] Problem linking to readline lib on x86(64) Solaris

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - duplicate stage: test needed - committed/rejected status: pending - closed superseder: - documentation for new SSL module ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue831574] Solaris term.h needs curses.h

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Closing on lack of feedback. -- resolution: - rejected stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue831574

[issue1729930] 2.5.1 latest svn fails test_curses and test_timeout

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tests stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1729930

[issue1260171] subprocess: more general (non-buffering) communication

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1260171

[issue1195] Problems on Linux with Ctrl-D and Ctrl-C during raw_input

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk, doesn't seem to affect py3k. -- keywords: +patch nosy: +ajaksu2 stage: - test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue706392] faster _socket.connect variant desired

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706392

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior versions: +Python 2.6 Added file: http://bugs.python.org/file13971/test.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue730473] Add Py_AtInit() startup hook for extenders

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue730473

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13971/test.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Oops, sorry! I should know better than to name scripts test.py: the upload failed and when I realized that (after some time), test.py was already something else. Thanks for catching this instance of PEBKAC, Michael :) -- Added file: http

[issue5977] distutils build_ext.get_outputs returns wrong result (patch)

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Tarek, It looks like all buildbots are red because setup.py doesn't work with this change: running build running build_ext Traceback (most recent call last): File ./setup.py, line 1896, in module main() File ./setup.py, line 1891, in main

[issue5977] distutils build_ext.get_outputs returns wrong result (patch)

2009-05-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Tarek, Sorry about breaking the compiler option, I was aware that passing None there would have that risk. I think anything that breaks people's setup.py shouldn't go into release26-maint without a really important motivation. Is there a way

[issue4066] smtplib SMTP_SSL._get_socket doesn't return a value

2009-05-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks, Marcin! Same bug seems to apply to py3k, ported patches attached. -- stage: - patch review versions: +Python 3.1 Added file: http://bugs.python.org/file13964/return_socket.diff ___ Python

[issue5752] xml.dom.minidom does not escape newline characters within attribute values

2009-05-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Francesco, Your patch still doesn't allow one to add a multiline attribute values as Tomalak describes: The catch: This leads to an actual data loss if I *wanted* to store newline characters in an attribute -- unless the newline characters

[issue5752] xml.dom.minidom does not escape newline characters within attribute values

2009-05-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5752

[issue2813] No float formatting in PyString_FromFormat

2009-05-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +eric.smith priority: - normal stage: - patch review versions: +Python 2.7, Python 3.2 -Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, Python 2.2.3, Python 2.3, Python 2.4, Python 2.5, Python 2.6, Python 3.0

[issue1672568] silent error in email.message.Message.get_payload

2009-05-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Renaud, Here's your patch with a test case against trunk. -- stage: test needed - patch review Added file: http://bugs.python.org/file13967/noisy_get_payload.diff ___ Python tracker rep

[issue4470] smtplib SMTP_SSL not working.

2009-05-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +smtplib SMTP_SSL._get_socket doesn't return a value priority: - high stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4470

[issue4066] smtplib SMTP_SSL._get_socket doesn't return a value

2009-05-10 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Marcin, Done and set this one as a dependency of 4470. It would be very good to have a test that flexes this patch, can you work on one? -- priority: - critical ___ Python tracker rep

[issue5980] Add bug tracker tasks to PEP 101

2009-05-09 Thread Daniel Diniz
New submission from Daniel Diniz aja...@gmail.com: This patch would add the following bug tracker tasks to PEP 101 (Doing Python Releases 101): - Add version X.Y+1 as when version X.Y enters alpha. - Change non-doc RFEs to version X.Y+1 when version X.Y enters beta. - Update 'behavior

[issue5797] there is en exception om Create User page

2009-05-09 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - low status: open - pending versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5797

[issue5895] socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED compiles incorrectly

2009-05-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Naoyuki, Is the API a mix of size_t and int? Does the attached patch help? If you could confirm that building with _XOPEN_SOURCE_EXTENDED doesn't need a change, the #ifdef should check for that too. -- components: +Build keywords: +patch

[issue5911] built-in compile() should take encoding option.

2009-05-08 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Interpreter Core, Unicode -None priority: - normal stage: - test needed versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5911

[issue1542677] compile(): IDLE shell gives different len() of unicode strings compared to Python shell

2009-05-08 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +built-in compile() should take encoding option. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1542677

<    1   2   3   4   5   6   7   8   9   10   >