Commit Graph

12 Commits

Author SHA1 Message Date
4213244370 Fix bug found with pychecker 2011-03-12 09:42:11 +01:00
d3f6682a18 fdo#34699 some pythonsamples not visible on Mac OS X
node.expr is a Node of type "Tuple", not a builtin tuple datatype, thus
python 2.3 did fail with TypeError: iteration over non-sequence
2011-03-07 16:34:14 +01:00
5a523e334d CWS-TOOLING: integrate CWS ooo321gsl04_DEV300 2010-03-25 14:14:26 +01:00
78da6efabd #i10000# pytohn fix 2009-05-05 11:53:18 +00:00
e659d2a7df CWS-TOOLING: integrate CWS jl119_DEV300
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
2009-04-02 16:25:40 +00:00
5cfe5254ba CWS-TOOLING: integrate CWS sb101
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-12-11 12:57:12 +00:00
e58d0f6e03 INTEGRATION: CWS pyunosystempaths_DEV300 (1.6.32); FILE MERGED
2008/04/23 06:30:40 fs 1.6.32.1: #i86251# committing on behalf of jbu@openoffice.org - proper system path encodings
2008-05-20 13:32:05 +00:00
48572e05f8 INTEGRATION: CWS pyunofixes4 (1.5.58); FILE MERGED
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
2007-10-11 10:51:40 +00:00
801a501e4b INTEGRATION: CWS pyunofixes2 (1.4.34); FILE MERGED
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)
2006-03-22 09:46:30 +00:00
8ae2246676 INTEGRATION: CWS pyunofixes1 (1.3.8); FILE MERGED
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
2005-02-11 15:37:23 +00:00
f34cdd38ba INTEGRATION: CWS scriptingf6 (1.2.34); FILE MERGED
2004/08/03 14:45:08 dfoster 1.2.34.1: #i32502#
2004-10-22 13:10:11 +00:00
bca8d89fb3 INTEGRATION: CWS scriptingf2 (1.1.2); FILE ADDED
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
2004-01-05 13:38:06 +00:00