You can subscribe to this list here.
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(49) |
May
(123) |
Jun
(162) |
Jul
(96) |
Aug
(59) |
Sep
(69) |
Oct
(73) |
Nov
(71) |
Dec
(29) |
2007 |
Jan
(68) |
Feb
(97) |
Mar
(170) |
Apr
(86) |
May
(78) |
Jun
(62) |
Jul
(114) |
Aug
(71) |
Sep
(145) |
Oct
(107) |
Nov
(43) |
Dec
(41) |
2008 |
Jan
(46) |
Feb
(66) |
Mar
(70) |
Apr
(91) |
May
(119) |
Jun
(104) |
Jul
(92) |
Aug
(83) |
Sep
(68) |
Oct
(146) |
Nov
(76) |
Dec
(70) |
2009 |
Jan
(114) |
Feb
(101) |
Mar
(153) |
Apr
(203) |
May
(85) |
Jun
(100) |
Jul
(109) |
Aug
(93) |
Sep
(48) |
Oct
(2) |
Nov
(1) |
Dec
(15) |
2010 |
Jan
(9) |
Feb
(12) |
Mar
(25) |
Apr
(61) |
May
(107) |
Jun
(75) |
Jul
(76) |
Aug
(91) |
Sep
(100) |
Oct
(46) |
Nov
(47) |
Dec
(28) |
2011 |
Jan
(105) |
Feb
(88) |
Mar
(82) |
Apr
(45) |
May
(46) |
Jun
(76) |
Jul
(73) |
Aug
(77) |
Sep
(53) |
Oct
(65) |
Nov
(58) |
Dec
(57) |
2012 |
Jan
(53) |
Feb
(19) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2013 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(12) |
Sep
|
Oct
(1) |
Nov
|
Dec
(15) |
2016 |
Jan
(16) |
Feb
(7) |
Mar
|
Apr
|
May
(3) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-09-06 16:29:21
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901880 By: fabioz Actually I'd consider it more of a python bug, because it fails to remove the last '\r' if the console gives you a '\n\r' after entering the text in the console. Also, checking the docs for raw_input, they say that it only handles the '\n', so, it is left to you (the coder) handle the '\r'... I believe they were not expecting this to happen (I also don't think the '\n\r' is standard (but thinking better, what is standard in a console... just having a \n, or using the system default terminator as does Eclipse? -- which in windows is \n\r). I think that in linux the default is just the '\n' (so, this problem only happens in windows, where the default line terminator is '\n\r'). You can try submitting a bug to Eclipse and to python.org and see who'll fix it (that's not really in the scope of pydev). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 16:22:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901867 By: akbowbender What about the Windows connection? Is the problem a result of the way the Windows/Elipse console handles things. Like is said in my original post, works fine in Fedora. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 16:17:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901857 By: fabioz That's because 'float' is more forgiving about it. E.g.: float('10\r') will return 10.0 (and in the other case it would throw an error). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 16:14:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901849 By: akbowbender Curious thing is, the following two lines work fine: delta = raw_input("Enter delta angle in DDD.MMSS format: ") radius = float(raw_input("Enter starting curve radius: ")) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 16:06:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901828 By: akbowbender Works now. Thanks! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 16:00:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901818 By: fabioz Surely appears related to the raw_input problem. If you do: Decimal(raw_input("Enter PI: ").replace('\r','')) It should work. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-06 15:38:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901785 By: akbowbender from decimal import * tangent1 = Decimal(raw_input("Enter tangent length from PT to PI: ")) Enter tangent length from PT to PI: 717.35 Traceback (most recent call last): File "C:\Documents and Settings\crhakari\workspace\Python\PythonTraining\CurveFit.py", line 6, in ? tangent1 = Decimal(raw_input("Enter tangent length from PT to PI: ")) File "C:\Python24\lib\decimal.py", line 571, in __new__ self._sign, self._int, self._exp = context._raise_error(ConversionSyntax) File "C:\Python24\lib\decimal.py", line 2267, in _raise_error raise error, explanation decimal.InvalidOperation This error only happens in Eclipse/PyDev on Windows. If run in Idle, the Windows command prompt or Eclipse/PyDev on Fedora, works fine. Could this be related to the raw_input problem noted in other posts? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-05 12:48:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3899578 By: fabioz I took a look at the code and what you said is correct: Pydev only considers .py and .pyw files for source code (and .pyd, .so and .dll for compiled modules). This issue actually appears in the open-source version (take a look at PythonPathHelper.java), so, you also don't have code-completion for those modules. Just adding .pyc is not enough to solve it, because you'd end up with duplicates in compiled/source modules (altough that's the first part for doing it). The solution would need to identify when a module appears as both .py and .pyc and when that happens only keep the .py option... this would make things a bit more slower, and as this is a pretty isolated, there should be an option to turn it on/off, so that users that don't need it are not affected). Meanwhile, while this is not implemented, you can add those modules manually to the forced builtins (so, in the example you gave, just add 're' to the forced builtins). Cheers, Fabio p.s.: please add this as a feature request. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-05 07:23:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3898875 By: ana06 That's it. Thanks for the quick response. Matthias ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-05 05:26:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3898767 By: prkelly Hi, I am using Pydev Extenstions with a non standard python interpreter. For the most part this work fine, but some of the built in libraries are not being resolved and hence giving import errors. For example; I get import errors for a module called 're' Looking at the System python path in pydev preferences, the location where re.pyc is located is definitely listed. looking in "compiled libs found on PYTHONPATH" the re module is not listed, though many other modules in the same location are. One possibility I noted; libraries picked up as '.pyd' or uncompiled '.py' seem to resolve ok. But importing '.pyc' modules without source appear unresolved? Any help appreciated. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-04 16:36:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3898146 By: fabioz Which pydev version are you using? Please report that as a bug. Thanks, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-04 11:08:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3897760 By: ewimo When I run my python script with Debug I get the Exception exceptions.AttributeError: "'NoneType' object has no attribute 'currentThread'" in ignored at the end. When I run my python script with Python I don't get this error message. What is the reason for this error message and what shall I do to avoid this error message? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-04 10:16:21
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3897711 By: fabioz Do you have some error in your error log? If it adds too many modules, the problem might be that you have to raise your maximum memory. E.g.: eclipse.exe -vmargs -Xmx256m Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-04 09:08:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3897651 By: ana06 I have been working with pydev for several months using python 2.4 and I never had any perfomance problems with eclipse. But after the installation of Enthought Python, which brings a lot of new modules, eclipse suffers from performance problems. When I type some new code, the system gets very slow and the processor-load is almost 100%. Does anybody have an advice how I can improve the perfomance of elipse without uninstalling Enthought Python? Regards, Matthias. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-01 00:24:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3893995 By: fabioz No, it's all in the same log... Really strange... now, is there some reason to keep version 3.1 (maybe upgrading to 3.2 and the latest pydev could solve your problems... otherwise, just create a simple project and open some python file whithin it -- it will be automatically considered a pydev project). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-31 20:02:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3893721 By: knovak Nothing in the eclipse log is there a seperate log for pydev? I'm on Linux. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-31 14:31:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3893396 By: fabioz Very strange... I'm on version 1.2.2 (and Eclipse 3.2.0) and it appears to work for me without any problems (and I don't remember messing with this for a long time)... Do you have some error in your error log? Also, which platform are you on? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-31 14:13:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3893372 By: knovak When I create a new Pydev Project I change the project content location by unchecking "Use default" then browsing to or typing in my desired location. It shows an error "Default location error" on top and the Next and Finish buttons are disabled. I've tried this with the new location the same as the default and still get the error. I'm certain this worked in an older version. I've just upgraded to Eclipse 3.1.2 and Pydev 1.1.0. Any ideas or is this a bug? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Fabio Z. <fa...@gm...> - 2006-08-29 10:59:31
|
On 8/29/06, EKo...@at... <EKo...@at...> wrote: > > > Hi all, > > I am using pydev 1.2.2, Eclipse 3.2 and Python 2.4.2 and want to see code > coverage results on all files in a directory. > > This works fine for some files, but others do not have any statistics. The > window says 'This File has no statistics' > > I tried with python 2.3, 2.5, all the same. > I cleared Coverage information, refreshed information several times, all > the same. > > Any Idea about this behaviour? > Can you add a bug-report for that? (and attach the file where this happens) Cheers, Fabio |
From: <EKo...@at...> - 2006-08-29 10:03:07
|
Hi all, I am using pydev 1.2.2, Eclipse 3.2 and Python 2.4.2 and want to see code coverage results on all files in a directory. This works fine for some files, but others do not have any statistics. The window says 'This File has no statistics' I tried with python 2.3, 2.5, all the same. I cleared Coverage information, refreshed information several times, all the same. Any Idea about this behaviour? thanks Erik |
From: SourceForge.net <no...@so...> - 2006-08-24 17:49:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3883210 By: fabioz Check http://pydev.sourceforge.net/features.html to know which features were incorporated in each release (and when the support for something was discontinued). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-24 17:14:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3883165 By: knovak I get the following error when I attempt to expand a variable when I hit a breakpoint. I'm running Eclipse 3.1 on Linux. Error: Error resolving variables Traceback (most recent call last): File "/opt/app/eclipse-3.1/plugins/org.python.pydev.debug_0.9.8.3/pysrc/pydevd.py", line 370, in doIt valDict = pydevd_vars.resolveCompoundVariable(self.thread, self.frame_id, self.scope, self.attributes) File "/opt/app/eclipse-3.1/plugins/org.python.pydev.debug_0.9.8.3/pysrc/pydevd _vars.py", line 136, in resolveCompoundVariable frame = findFrame(thread, frame_id) File "/opt/app/eclipse-3.1/plugins/org.python.pydev.debug_0.9.8.3/pysrc/pydevd _vars.py", line 131, in findFrame if curFrame == None : raise VariableError("findFrame: frame not found") VariableError: findFrame: frame not found This used to work fine but I lost my plugins an don't remember which version I had installed. I've tried several 0.9 version, 1.x seem to have other problems because I'm on eclipse 3.1. Any ideas? What is the latest version that supports 3.1? Thanks Kim ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-24 10:59:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3882540 By: fabioz Can you report that as a bug? I'll try to check it for the next release. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-23 16:20:21
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3881288 By: djragnaros I'm having the same problem with an equally simple program since I can never get breakpoints to work when importing a file that isn't in the python library. I'm using the same version of pydev, eclipse, and jython. Seems the import * is what breaks it. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-08-23 11:12:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3880655 By: mosegard I'm using Jython 2.1. I have tried to set the breakpoints all along a longer program - but the "error" appears in even a simple program such as this: in file TestModule.py: def foobar(): print(1) in file HelloWorld.py from TestModule import * foobar() <-- A BREAK POINT HERE Thanks for the quick response :) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |