Re: Comment on UserGuide in robotframework

2014-06-25 Thread robotframework
Comment by blaines@gmail.com: 403. That's an error. Your client does not have permission to get URL /hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.8.5 from this server. That's all we know. thanks For more information: https://code.google.com/p/robotframework/wiki/UserGuide -- --

Re: Issue 1735 in robotframework: String: Keywords to convert strings to uppercase and lowercase

2014-06-25 Thread robotframework
Comment #11 on issue 1735 by aalto.t...@gmail.com: String: Keywords to convert strings to uppercase and lowercase http://code.google.com/p/robotframework/issues/detail?id=1735 GitHub sounds good for me, let's do it that way. I will assume that you will mail to the user group when all is goo

2 issues changed in robotframework

2014-06-25 Thread robotframework
Updates: Labels: -Type-Other Type-Defect Comment by pekka.klarck: Type-Other -> Type-Defect to ease migrating issues to GitHub. Now for real. Affected issues: issue 762: Windows: Selenium Server and Proxy Settings http://code.google.com/p/robotframework/issues/detail?id=762 iss

2 issues changed in robotframework

2014-06-25 Thread robotframework
Updates: Labels: -Type-Patch Type-Enhancement Comment by pekka.klarck: Removing Type-Patch label to ease migrating issues to GitHub. Affected issues: issue 1257: Patch for /src/robot/utils/robottime.py http://code.google.com/p/robotframework/issues/detail?id=1257 issue 1285: Pat

Re: Issue 1735 in robotframework: String: Keywords to convert strings to uppercase and lowercase

2014-06-25 Thread robotframework
Updates: Summary: String: Keywords to convert strings to uppercase and lowercase Comment #10 on issue 1735 by pekka.klarck: String: Keywords to convert strings to uppercase and lowercase http://code.google.com/p/robotframework/issues/detail?id=1735 Ok, let's go with option 4 and forge

Re: Issue 1735 in robotframework: String: Keywords to convert strings to upper/lower/title case

2014-06-25 Thread robotframework
Comment #9 on issue 1735 by aalto.t...@gmail.com: String: Keywords to convert strings to upper/lower/title case http://code.google.com/p/robotframework/issues/detail?id=1735 I am voting also with option 4, shall we go with that? If we go with option 4 will you edit the patch to contain only

[robotframework] push by pekka.klarck - BuiltIn: Fixed Convert To Octal/Hex with inputs bigger that sys.maxint... on 2014-06-25 11:48 GMT

2014-06-25 Thread robotframework
Revision: 70b63d951a8b Branch: default Author: Pekka Klärck Date: Wed Jun 25 10:50:13 2014 UTC Log: BuiltIn: Fixed Convert To Octal/Hex with inputs bigger that sys.maxint not to contain L at the end. Update issue 1739 Summary: `BuiltIn.Convert to Hex/Octal` add 'L' suffix when inp

Re: Issue 1739 in robotframework: `BuiltIn.Convert to Hex/Octal` add 'L' suffix when input is bigger than sys.maxint

2014-06-25 Thread robotframework
Updates: Summary: `BuiltIn.Convert to Hex/Octal` add 'L' suffix when input is bigger than sys.maxint Status: Done Owner: pekka.klarck Comment #3 on issue 1739 by pekka.klarck: `BuiltIn.Convert to Hex/Octal` add 'L' suffix when input is bigger than sys.maxint http://code.goo

Re: Issue 1735 in robotframework: String: Keywords to convert strings to upper/lower/title case

2014-06-25 Thread robotframework
Comment #8 on issue 1735 by pekka.klarck: String: Keywords to convert strings to upper/lower/title case http://code.google.com/p/robotframework/issues/detail?id=1735 How to convert 'ALL UPPER' to title case is actually a very good question. As you pointed out, `'ALL UPPER'.title() == 'All U

Issue 1740 in robotframework: \r\n newline attribute is changed to \n when using remote server

2014-06-25 Thread robotframework
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1740 by kimyb1...@gmail.com: \r\n newline attribute is changed to \n when using remote server http://code.google.com/p/robotframework/issues/detail?id=1740 RF version: 2.8.1 Python version: 2.7.3 on win32 When I use local

Re: Issue 1739 in robotframework: Convert to Hex add 'L' suffix when input is bigger than 2^31-1

2014-06-25 Thread robotframework
Comment #2 on issue 1739 by michael@gmail.com: Convert to Hex add 'L' suffix when input is bigger than 2^31-1 http://code.google.com/p/robotframework/issues/detail?id=1739 maybe you should consider using the __format__ function of the int type. eg instead of ret = method(self._convert_