[issue5668] file stdin on disk creates garbage output in stack trace

2009-04-28 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Duplicate of #1514420. -- nosy: +ajaksu2 resolution: - duplicate stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5668

[issue2571] cmd.py always uses raw_input, even when another stdin is specified

2009-04-28 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Changing into a RFE: automatically set use_rawinput when 'stdin' is not None. Will be closed unless someone voices interest. -- components: +Library (Lib) -Extension Modules keywords: +easy priority: - low stage: - test needed status

[issue1492860] Integer bit operations performance improvement.

2009-04-28 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Mark: it was just my cluelessness showing :) -- dependencies: -long int bitwise ops speedup (patch included) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1492860

[issue5844] internal error on write while reading

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - critical stage: test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844

[issue1755841] Patch for [ 735515 ] urllib2 should cache 301 redir

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +jjlee stage: - patch review type: - feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1755841

[issue735515] urllib / urllib2 should cache 301 redirections

2009-04-27 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch in issue 1755841. -- dependencies: +Patch for [ 735515 ] urllib2 should cache 301 redir nosy: +ajaksu2 versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue1266570] PEP 349: allow str() to return unicode

2009-04-27 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Maybe something useful for 2.7? -- components: +Unicode -None nosy: +ajaksu2, ezio.melotti, haypo stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep

[issue1662] [patch] assert tp_traverse in PyType_GenericAlloc()

2009-04-27 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Bryan: can you provide a test case without external dependencies? If not, confirming this is still valid in 2.6 would also help. -- nosy: +ajaksu2 stage: - test needed ___ Python tracker rep

[issue1522] pyvm module patch

2009-04-27 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Could this be useful for the make other Python implementors lives easier plan? -- nosy: +ajaksu2 stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 -Python 3.0 ___ Python

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.1 -Python 2.4, Python 2.5, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1677

[issue1602] windows console doesn't print utf8 (Py30a2)

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ezio.melotti, haypo stage: - test needed versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1602

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

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1524938

[issue1763] Winpath module - easy access to Windows directories like My Documents

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - patch review versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1763

[issue1707753] get status output fix for Win32

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1707753

[issue481171] Hang using files named prn.txt, etc

2009-04-27 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Cannot reproduce the hang in 2.6.2 (Windows XP) for nul (opening and reading returns an empty string), prn or coml. Reading from con.xxx hangs, but it looks like it's waiting for data and Ctrl+C interrupts it. -- nosy: +ajaksu2 priority

[issue2091] file accepts 'rU+' as a mode

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IO stage: - patch review versions: +Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2091

[issue2091] file accepts 'rU+' as a mode

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2091 ___ ___ Python

[issue2223] regrtest.py -R not working

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2223

[issue1178] IDLE - add paste code functionality

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1178

[issue1777398] IDLE Freezes After Running Scripts

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Ross: can you confirm this with 2.6/3.x? -- nosy: +ajaksu2, gpolo stage: - test needed type: - behavior versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue1574] Touchpad 2 Finger scroll does not work in IDLE on Mac (But scroll wheel of external mouse does)

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1574

[issue2708] IDLE subprocess error

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - test needed type: crash - behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2708

[issue2710] error: (10035, 'The socket operation could not complete without blocking')

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Don: any news on this? Do you still get the same error with 2.6? -- nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.5

[issue1489051] keyword and topic help broken in Pythonwin IDE

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Would adding a .bat file to run hh -decompile be acceptable? -- assignee: - georg.brandl components: +Documentation, Installation -Windows nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.6, Python 3.1

[issue3003] sys.stdin.fileno() gives attribute error in IDLE

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I think this isn't a bug, but an implementation detail. Guilherme? -- nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python

[issue775544] Tk.quit leads to crash in python.exe

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - test needed versions: +Python 2.6, Python 3.0 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue775544

[issue3344] IDLE - use enumerate instead of zip(count(), ...)

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: +1 on committing this. -- nosy: +ajaksu2, gpolo priority: - normal stage: - patch review type: - feature request versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http

[issue1721083] Add File - Reload

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +add reload function to IDLE nosy: +gpolo stage: - test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1721083

[issue3559] Pasted \n not same as typed \n

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3559

[issue3573] IDLE hangs when passing invalid command line args (directory(ies) instead of file(s))

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +IDLE priority: - normal stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3573

[issue3938] Clearing globals; interpreter -- IDLE difference

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: If intended, should be documented somewhere, right? -- nosy: +ajaksu2, gpolo stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3938

[issue3961] Arrows key do not browse in the IDLE

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Richard: what do the same keys do in the command line interpreter? -- nosy: +ajaksu2, gpolo priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4432] IDLE.app (Mac) File Menu MIssing Options

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4432

[issue2053] IDLE - standardize dialogs

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2053 ___ ___ Python

[issue4652] IDLE does not work with Unicode

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Unicode nosy: +gpolo priority: - normal stage: - test needed type: performance - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4652

[issue4693] Idle for Python 3.0 is default even without doing make fullinstall

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Benjamin fixed this in r71936, #5756. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - idle pydoc et al removed from 3.1 without versioned replacements

[issue4691] IDLE Code Caching Windows

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - needs patch versions: -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4691

[issue4685] IDLE will not open (2.6.1 on WinXP pro)

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Ilan: any news on this? -- nosy: +ajaksu2, gpolo stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4685

[issue4765] IDLE fails to Delete Custom Key Set properly

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - test needed type: crash - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4765

[issue3286] IDLE opens window too low on Windows

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - low stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3286

[issue4832] idle filename extension

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I get the .py automatically on Linux, is this an intended behavior difference or should this issue be considered a bug instead? -- nosy: +ajaksu2, gpolo priority: - normal type: behavior - feature request versions: -Python 2.5, Python

[issue3068] IDLE - Add an extension configuration dialog

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - patch review type: behavior - feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue5065] IDLE improve Subprocess Startup Error message

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r71126, #1529142. -- nosy: +ajaksu2 resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - Allowing multiple instances of IDLE with sub-processes ___ Python

[issue5066] IDLE documentation for Unix obsolete/incorrect

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This looks like a perfect match for GHOP. -- keywords: +easy nosy: +ajaksu2, gpolo priority: - normal stage: - needs patch type: - behavior versions: +Python 2.6, Python 3.0, Python 3.1 ___ Python

[issue5150] IDLE to support reindent.py

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5150 ___ ___ Python

[issue5219] IDLE: slowness, pauses enter long strings

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I think this is a duplicate of issue 1529353. -- nosy: +ajaksu2, gpolo priority: - normal status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5219

[issue1252236] Simplying Tkinter's event loop

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1252236

[issue1047540] Turtle.py hangs Idle

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1047540 ___ ___ Python-bugs-list mailing

[issue1676] Fork/exec issues with Tk 8.5/Python 2.5.1 on OS X

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1676

[issue1175686] add reload function to IDLE

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1175686 ___ ___ Python-bugs-list mailing

[issue1207589] Right Click Context Menu

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch nosy: +gpolo stage: test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589

[issue5492] Error on leaving IDLE with quit() or exit() under Linux

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Cannot confirm on Kubuntu 8.04, Python 3.1a2+ built from source, tkinter.TkVersion is 8.5. -- nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type: crash - behavior ___ Python tracker

[issue5232] Setting font from preference dialog in IDLE on OS X broken

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch nosy: +gpolo priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5232

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

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Any ideas about how the permissions for .idlerc may get wrong? Is this something we can check and try to fix (or warn about) on install? -- components: +Installation nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type

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

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch review in issue 1529353. -- nosy: +ajaksu2, gpolo stage: test needed - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1442493

[issue834351] Mouse wheel crashes program

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue834351

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1080387 ___ ___ Python-bugs-list mailing

[issue1512124] OSX: debugger hangs IDLE

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1512124 ___ ___ Python-bugs-list mailing

[issue1350] IDLE - CallTips enhancement - show full doc-string in new window

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1350

[issue5594] IDLE startup configuration

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5594

[issue5680] Command-line arguments when running in IDLE

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - patch review versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5680

[issue5707] IDLE will not load

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo priority: - normal stage: - patch review type: crash - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5707

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

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch nosy: +asmodai, haypo stage: - test needed title: IDLE shell gives different len() of unicode strings compared to Python shell - compile(): IDLE shell gives different len() of unicode strings compared to Python shell type

[issue1253] IDLE - Percolator overhaul

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - patch review versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253

[issue2704] IDLE: Patch to make PyShell behave more like a Terminal interface

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Kurt: regarding line wrapping, can you report your browser and OS at http://psf.upfronthosting.co.za/roundup/meta/issue277 ? -- nosy: +ajaksu2, gpolo stage: - patch review ___ Python tracker rep

[issue1694663] Overloading int.__pow__ does not work

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k and trunk. -- nosy: +ajaksu2, marketdickinson stage: - patch review type: - behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker rep...@bugs.python.org http

[issue3130] In some UCS4 builds, sizeof(Py_UNICODE) could end up being more than 4.

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +sys.sizeof test fails with wide unicode keywords: +patch nosy: +ezio.melotti, haypo priority: - normal stage: - patch review versions: +Python 2.6, Python 3.0 ___ Python tracker rep

[issue2799] Remove PyUnicode_AsString(), rework PyUnicode_AsStringAndSize(), add PyUnicode_AsChar()

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +ezio.melotti, haypo priority: - normal type: - feature request versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2799

[issue1467929] %-formatting and dicts

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in trunk and py3k. How about changing this for 3.1? -- keywords: +patch nosy: +ajaksu2, benjamin.peterson, eric.smith type: - behavior versions: +Python 3.1 -Python 2.5 ___ Python tracker

[issue2646] Python does not accept unicode keywords

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fixed in r68805, #4978. -- nosy: +ajaksu2 resolution: - out of date stage: - committed/rejected status: open - closed superseder: - allow unicode keyword args ___ Python tracker rep

[issue1588] str.format() wrongly formats complex() numbers (Py30a2)

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k at rev71995. -- nosy: +ajaksu2, marketdickinson stage: - test needed versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1588

[issue1496032] test_float segfaults with SIGFPE on FreeBSD 6.0 / Alpha

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - behavior versions: +Python 2.6, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1496032

[issue2660] Py3k fails to parse a file with an iso-8859-1 string

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k on rev71995. -- components: +2to3 (2.x to 3.0 conversion tool) nosy: +ajaksu2, benjamin.peterson stage: - test needed type: - behavior versions: +Python 2.6, Python 3.1 -Python 3.0

[issue4335] inspect.getsourcelines ignores last line in module

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - patch review type: - behavior versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4335

[issue5838] Test issue

2009-04-25 Thread Daniel Diniz
New submission from Daniel Diniz aja...@gmail.com: Seems like submitting is broken? -- messages: 86472 nosy: ajaksu2 severity: normal status: open title: Test issue ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5838

[issue5838] Test issue

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: OK, no so broken then :) -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5838

[issue1685] linecache .updatecache fails on utf8 encoded files

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Cannot confirm with py3k on Linux, attaching the file I tested against. I'll try to come up with a rough test_linecache to help fixing a couple of issues :) -- nosy: +ajaksu2 Added file: http://bugs.python.org/file13766/line.py

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Fix was committed to py3k but with no tests AFAIK. Here's a (failing) test for trunk that runs OK after Guilherme's patch. We might want to keep this behavior restricted for when the module was reloaded. -- keywords: +patch nosy

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Added file: http://bugs.python.org/file13776/test_inspect-py3k.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1218234

[issue1309567] linecache module returns wrong results

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Adding some tests to make working on a patch easier. -- keywords: +patch nosy: +ajaksu2 stage: - patch review type: - behavior versions: -Python 2.3, Python 2.4, Python 2.5 Added file: http://bugs.python.org/file13777/test_linecache.py

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Er, no, it wasn't committed to py3k, it was just me getting my patches mixed. Attaching the py3k test with relative import fixed. -- Added file: http://bugs.python.org/file13778/test_inspect-py3k2.diff

[issue1218234] inspect.getsource doesn't update when a module is reloaded

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: Removed file: http://bugs.python.org/file13776/test_inspect-py3k.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1218234

[issue1309567] linecache module returns wrong results

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Patch (against py3k) with David Zaslavsky's solution from msg79117. It would be good to find failing tests after it's applied so we can fix this without breaking valid use cases. -- Added file: http://bugs.python.org/file13779

[issue1068477] linecache.py::updatecache strips directory info from files

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed in py3k and trunk as AMK describes it, fixed by the patch in issue 1309567. -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: - behavior ___ Python tracker rep

[issue1754483] linecache package handling

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Test script works with patch from issue 1309567. Hans, do you have more test cases? -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: - behavior versions: +Python 2.6, Python 3.0

[issue5742] inspect.findsource() should look only for sources

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This is a duplicate of issue 4050. -- nosy: +ajaksu2 resolution: - duplicate status: open - closed superseder: - inspect.findsource() returns binary data for shared library modules ___ Python

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

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Test for the patch. -- nosy: +ajaksu2 priority: - normal stage: - patch review versions: -Python 2.5 Added file: http://bugs.python.org/file13781/binary_source_test.diff ___ Python tracker rep

[issue1768858] Python - Operation time out problem

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1768858

[issue1070140] endianness detection fails on IRIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1070140

[issue1733544] HP 64 bit does not run

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733544

[issue1733532] HP automatic build of zlib

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733532

[issue1733523] HP shared object option

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733523

[issue1694442] Failure to build on AIX 5.3

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1694442

[issue1649011] HP-UX: compiler warnings: alignment

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1649011

[issue1642054] Python 2.5 gets curses.h warning on HPUX

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1642054

[issue1626545] Would you mind renaming object.h to pyobject.h?

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1626545

[issue1597798] Modules/readline.c fails to compile on AIX 4.2

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - out of date stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1597798

[issue1558802] Tru64 make install failure

2009-04-25 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks for the feedback, Ralf. -- resolution: - out of date stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue1516897] Use dynload_shlib on newer HP-UX versions

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - rejected stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1516897

[issue1733546] AIX shared object build of python 2.5 does not work

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- resolution: - invalid stage: test needed - committed/rejected status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1733546

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