summaryrefslogtreecommitdiff
path: root/scripting/source/pyprov/pythonscript.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-09python script fix (thanks cmc)Philipp Lohmann [pl]1-17/+34
2010-03-08undo previous changePhilipp Lohmann [pl]1-33/+17
2010-03-04fix a snafuPhilipp Lohmann [pl]1-17/+33
2009-05-05#i10000# pytohn fixIvo Hinkelmann1-11/+77
2009-04-02CWS-TOOLING: integrate CWS jl119_DEV300Ivo Hinkelmann1-22/+103
2009-03-13 08:14:58 +0100 jl r269453 : CWS-TOOLING: rebase CWS jl119 to branches/OOO310@269350 (milestone: OOO310:m5) 2009-03-10 16:01:33 +0100 jl r269280 : #i98990# apply patch by jbu: fixing the python script provider 2009-03-10 13:25:02 +0100 jl r269268 : #i93939# 2009-03-10 11:44:07 +0100 jl r269261 : #i93939# 2009-03-09 17:14:58 +0100 jl r269205 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-09 16:34:34 +0100 jl r269201 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-05 16:40:16 +0100 jl r268924 : #99618# Do not migrate java settings 2009-02-25 14:29:53 +0100 jl r268439 : #i99618# do not invalidate existing javasettings by using a new date in the update element
2008-12-11CWS-TOOLING: integrate CWS sb101Rüdiger Timm1-0/+2
2008-12-08 16:52:06 +0100 sb r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there 2008-11-24 18:15:54 +0100 sb r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too 2008-11-20 21:12:31 +0100 jbu r264103 : deactivated debug log 2008-11-20 21:09:03 +0100 jbu r264102 : #i95331# ld_library_path now contains ure/lib directory 2008-11-20 21:05:37 +0100 jbu r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged) 2008-11-20 20:46:57 +0100 jbu r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again 2008-11-20 20:38:23 +0100 jbu r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state 2008-11-20 10:46:28 +0100 sb r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does) 2008-11-18 17:01:09 +0100 sb r263784 : #i96314# fixed encode() 2008-11-18 15:59:17 +0100 sb r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP 2008-11-18 13:51:36 +0100 sb r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values
2008-05-20INTEGRATION: CWS pyunosystempaths_DEV300 (1.6.32); FILE MERGEDKurt Zenker1-4/+8
2008/04/23 06:30:40 fs 1.6.32.1: #i86251# committing on behalf of jbu@openoffice.org - proper system path encodings
2007-10-11INTEGRATION: CWS pyunofixes4 (1.5.58); FILE MERGEDKurt Zenker1-37/+100
2007/09/25 15:46:54 jbu 1.5.58.2: logging code is now more robust, in case exceptions occur during logging, they are ignored. Strange things on windows (stdout is broken) occur. 2007/07/30 19:47:45 jbu 1.5.58.1: added pythonpath import functionality, improved error handling and stacktraces
2006-03-22INTEGRATION: CWS pyunofixes2 (1.4.34); FILE MERGEDOliver Bolte1-23/+32
2006/01/11 22:14:05 jbu 1.4.34.2: #i54155# ensuring now, that a linefeed is appended to the script when necessary, some additional code cleanup 2006/01/07 20:07:23 jbu 1.4.34.1: #i54157# added a flush in log function (needed on win32)
2005-02-11INTEGRATION: CWS pyunofixes1 (1.3.8); FILE MERGEDJens-Heiner Rechtien1-151/+699
2005/02/02 15:40:27 toconnor 1.3.8.6: #i25309# ensure that a valid value is return by ScriptContext.getDocument() Issue number: Submitted by: Reviewed by: 2005/01/19 23:11:07 jbu 1.3.8.5: #i37468# reworked logging, cleanup 2005/01/09 22:06:58 jbu 1.3.8.4: #i37468# XNameContainer in the PackageProvider is now implemented correctly, save and run buttons now do something sensible 2005/01/06 14:11:54 toconnor 1.3.8.3: #i25267# editor for python scripts Issue number: Submitted by: Reviewed by: 2005/01/02 20:47:13 jbu 1.3.8.2: #i37468# better uno-packages-support added 2004/12/12 19:39:35 jbu 1.3.8.1: #i25309# removed native part of python provider, python part has been reimplemented completely
2004-10-22INTEGRATION: CWS scriptingf6 (1.2.34); FILE MERGEDRüdiger Timm1-2/+2
2004/08/03 14:45:08 dfoster 1.2.34.1: #i32502#
2004-01-05INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDEDRüdiger Timm1-0/+194
2003/12/15 17:38:41 toconnor 1.1.2.1: #i23308# - add ScriptProviderForPython to scripting framework, based on code originally written by Joerg Budischewski, modified by Duncan Foster to use C++ classes for parsing script metadata, implementing XBrowseNode and XScriptProvider APIs