| /trunk/main/python/prj/ |
| H A D | d.lst | 1 mkdir: %_DEST%\lib%_EXT%\python 2 mkdir: %_DEST%\lib%_EXT%\python\lib-old 3 mkdir: %_DEST%\lib%_EXT%\python\lib-tk 4 mkdir: %_DEST%\lib%_EXT%\python\site-packages 5 mkdir: %_DEST%\lib%_EXT%\python\encodings 6 mkdir: %_DEST%\lib%_EXT%\python\email 7 mkdir: %_DEST%\lib%_EXT%\python\email\mime 8 mkdir: %_DEST%\lib%_EXT%\python\compiler 9 mkdir: %_DEST%\lib%_EXT%\python\hotshot 10 mkdir: %_DEST%\lib%_EXT%\python\distutils [all …]
|
| /trunk/main/pyuno/inc/pyuno/ |
| H A D | pyuno.hxx | 31 #include <Python.h> 34 #include <Python.h> 41 // Compatibility for older system Python (2.6 and previous) 60 External interface of the Python UNO bridge. 73 /** function called by the python runtime to initialize the 76 preconditions: python has been initialized before and 89 /** Helper class for keeping references to python objects. 90 BEWARE: Look up every python function you use to check 92 (python terminus for a not acquired object pointer 96 precondition: python has been initialized before and [all …]
|
| /trunk/main/pyuno/zipcore/ |
| H A D | makefile.mk | 36 @echo "Not building python-core because system python is being used" 41 PYDIRNAME=python-core-$(PYVERSION) 44 PYTHONBINARY=$(BIN)$/python$(EXECPOST).bin 47 PYTHONBINARY=$(DESTROOT)$/bin$/python.bin 49 PYTHONBINARY=$(DESTROOT)$/bin$/python$(EXECPOST) 54 …$(shell @$(FIND) $(SOLARLIBDIR)$/python -type f| $(GREP) -v "\.pyc" |$(GREP) -v "\.py~" |$(GREP) -… 55 FINDLIBFILES=$(subst,$(SOLARLIBDIR)$/python, $(FINDLIBFILES_TMP)) 58 $(shell @$(FIND) $(SOLARINCDIR)$/python -type f| $(GREP) -v "\.h~" | $(GREP) -v _failed)) 59 FINDINCFILES=$(subst,$(SOLARINCDIR)$/python, $(FINDINCFILES_TMP)) 64 $(foreach,i,$(FINDINCFILES) $(DESTROOT)$/include$/python$(PYMAJOR).$(PYMINOR)$(i)) [all …]
|
| H A D | python.sh | 53 …prog/python-core-%%PYVERSION%%/lib:$sd_prog/python-core-%%PYVERSION%%/lib/lib-dynload:$sd_prog/pyt… 55 PYTHONHOME=$sd_prog/python-core-%%PYVERSION%% 59 exec "$sd_prog/python.bin" "$@"
|
| H A D | python.cxx | 110 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib")); 119 L"python-core-" MY_PYVERSION L"\\lib\\site-packages")); 128 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib\\lib-dynload")); 135 MY_STRING(L"python-core-" MY_PYVERSION L"\\lib\\lib-dynload")); 143 MY_STRING(L"python-core-" MY_PYVERSION)); 152 L"python-core-" MY_PYVERSION L"\\bin\\python.bin")); 155 L"python-core-" MY_PYVERSION L"\\bin\\python.exe"));
|
| /trunk/main/python/ |
| H A D | python-2.7.18-msvs9.patch | 1 diff --git misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj misc/build/Python-2.7.18/PC/VS9.0/_bsddb… 2 --- misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 3 +++ misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 68 diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj misc/build/Python-2.7.18/PC/VS9.0/_ctyp… 69 --- misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 70 +++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 125 diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj misc/build/Python-2.7.18/PC/VS9.0/… 126 --- misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 127 +++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 192 diff --git misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj misc/build/Python-2.7.18/PC/VS9.0/… [all …]
|
| H A D | python-2.7.18-msvs9-win64.patch | 1 diff --git misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj misc/build/Python-2.7.18/PC/VS9.0/_bsddb… 2 --- misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 2020-04-19 23:13:39.000000000 +0200 3 +++ misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 2025-01-01 13:31:13.583881000 +0200 68 diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj misc/build/Python-2.7.18/PC/VS9.0/_ctyp… 69 --- misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 2020-04-19 23:13:39.000000000 +0200 70 +++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 2025-01-01 13:33:08.080013000 +0200 125 diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj misc/build/Python-2.7.18/PC/VS9.0/… 126 --- misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 2020-04-19 23:13:39.000000000 +0200 127 +++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 2025-01-01 13:34:51.168123000 +0200 192 diff --git misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj misc/build/Python-2.7.18/PC/VS9.0/… [all …]
|
| H A D | makefile.mk | 36 @echo "An already available installation of python should exist on your system." 44 TARFILE_NAME=Python-$(PYVERSION) 47 python-solaris.patch \ 48 python-freebsd.patch \ 49 python-md5.patch \ 50 python-ssl.patch \ 51 python-solver-before-std.patch \ 52 python-$(PYVERSION)-sysbase.patch \ 53 python-$(PYVERSION)-nohardlink.patch 57 PATCH_FILES += python-$(PYVERSION)-msvs9.patch [all …]
|
| H A D | python-freebsd.patch | 1 diff -ruN misc/Python-2.7.18/Modules/fcntlmodule.c misc/build/Python-2.7.18/Modules/fcntlmodule.c 2 --- misc/Python-2.7.18/Modules/fcntlmodule.c 2019-10-19 13:38:44.000000000 -0500 3 +++ misc/build/Python-2.7.18/Modules/fcntlmodule.c 2020-01-09 22:59:15.052886000 -0500 10 format for the 'code' parameter because Python turns 0x8000000 55 diff -ruN misc/Python-2.7.18/Python/thread_pthread.h misc/build/Python-2.7.18/Python/thread_pthread… 56 --- misc/Python-2.7.18/Python/thread_pthread.h 2019-10-19 13:38:44.000000000 -0500 57 +++ misc/build/Python-2.7.18/Python/thread_pthread.h 2020-01-09 22:59:15.053731000 -0500 111 diff -ruN misc/Python-2.7.18/configure misc/build/Python-2.7.18/configure 112 --- misc/Python-2.7.18/configure 2019-10-19 13:38:44.000000000 -0500 113 +++ misc/build/Python-2.7.18/configure 2020-01-09 22:59:15.072666000 -0500
|
| H A D | python-ssl.patch | 1 diff -ur misc/Python-2.7.18/PC/VS9.0/build_ssl.py misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py 2 --- misc/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:20.903051000 -0500 3 +++ misc/build/Python-2.7.18/PC/VS9.0/build_ssl.py 2020-01-10 00:33:30.274973000 -0500 10 diff -ur misc/Python-2.7.18/setup.py misc/build/Python-2.7.18/setup.py 11 --- misc/Python-2.7.18/setup.py 2020-01-10 00:33:20.477509000 -0500 12 +++ misc/build/Python-2.7.18/setup.py 2020-01-10 00:33:30.276902000 -0500
|
| H A D | pyversion.mk | 21 # when you want to change the python version, you must update the d.lst 22 # in the python project accordingly !!! 36 PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll 37 PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib 43 PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll 44 PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib
|
| H A D | pyversion_dmake.mk | 21 # when you want to change the python version, you must update the d.lst 22 # in the python project accordingly !!! 36 PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll 37 PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib 43 PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll 44 PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib
|
| H A D | python-2.7.18-msvs9-python-path.patch | 1 --- misc/build/Python-2.7.18/PC/VS9.0/pyproject.vsprops 2017-09-16 19:38:35.000000000 +0200 2 +++ misc/build/Python-2.7.18/PC/VS9.0/pyproject.vsprops 2018-03-08 07:10:30.002138400 +0200 7 - Value="$(SolutionDir)\python.exe" 8 + Value="$(OutDir)\python.exe"
|
| H A D | python-2.7.18-sysbase.patch | 1 diff -ruN misc/Python-2.7.18/configure misc/build/Python-2.7.18/configure 2 --- misc/Python-2.7.18/configure 2014-06-29 21:05:48.000000000 -0500 3 +++ misc/build/Python-2.7.18/configure 2016-01-01 15:18:37.398344671 -0500
|
| H A D | python-md5.patch | 1 diff -ru misc/Python-2.7.18/Modules/Setup.dist misc/build/Python-2.7.18/Modules/Setup.dist 2 --- misc/Python-2.7.18/Modules/Setup.dist 2012-04-09 18:07:33.000000000 -0500 3 +++ misc/build/Python-2.7.18/Modules/Setup.dist 2012-07-24 17:08:56.000000000 -0500
|
| H A D | python-2.7.18-msvs9-subsystem.patch | 1 --- misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj 2018-03-08 05:18:19.659192400 +0200 2 +++ misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj 2018-03-08 06:06:12.776404800 +0200 11 --- misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:21:48.081999200 +0200 12 +++ misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj 2018-03-08 06:23:02.210741600 +0200
|
| /trunk/main/pyuno/ |
| H A D | Package_zipcore.mk | 22 include $(SRCDIR)/python/pyversion.mk 26 $(eval $(call gb_Package_add_file,pyuno_zipcore,bin/python-core-$(PYVERSION).zip,python-core-$(PYVE… 32 PYTHONBINARY := $(WORKDIR)/CustomTarget/pyuno/zipcore/python-core-$(PYVERSION)/bin/python.bin 34 PYTHONBINARY := $(WORKDIR)/CustomTarget/pyuno/zipcore/python-core-$(PYVERSION)/bin/python$(gb_Execu… 39 …python -type f | grep -v "\.pyc" | grep -v "\.py~" | grep -v .orig | grep -v _failed),$(subst $(OU… 40 …python -type f | grep -v "\.h~" | grep -v _failed),$(subst $(OUTDIR)/inc/python,$(WORKDIR)/CustomT… 42 $(WORKDIR)/CustomTarget/pyuno/zipcore/python-core-$(PYVERSION).zip : $(PYTHON_CORE_FILES) 46 zip -r python-core-$(PYVERSION).zip python-core-$(PYVERSION) 49 $(PYTHONBINARY) : $(OUTDIR)/bin/python$(gb_Executable_EXT) 54 $(WORKDIR)/CustomTarget/pyuno/zipcore/python-core-$(PYVERSION)/lib/% : $(OUTDIR)/lib/python/% [all …]
|
| H A D | Package_pyuno_python_sh.mk | 22 include $(SRCDIR)/python/pyversion.mk 26 $(eval $(call gb_Package_add_file,pyuno_python_sh,bin/pyuno/python,python.sh)) 28 $(WORKDIR)/CustomTarget/pyuno/zipcore/python.sh : $(SRCDIR)/pyuno/zipcore/python.sh
|
| /trunk/main/ |
| H A D | aclocal.m4 | 183 # Adds support for distributing Python modules and packages. To 190 # locations to install python extension modules (shared libraries). 194 # If your package is configured with a different prefix to python, 196 # environment variable, or create a .pth file (see the python 200 # cause an error if the version of python installed on the system 205 dnl Find a Python interpreter. Python versions prior to 2.0 are not 208 [python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl 213 # Find any Python interpreter. 214 if test -z "$PYTHON"; then 215 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) [all …]
|
| H A D | LICENSE | 308 - Python license 319 License: Python License 321 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 324 1. This LICENSE AGREEMENT is between the Python Software Foundation 326 otherwise using this software ("Python") in source or binary form and 332 prepare derivative works, distribute, and otherwise use Python 335 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights 336 Reserved" are retained in Python alone or in any derivative version 340 or incorporates Python or any part thereof, and wants to make 343 the changes made to Python. [all …]
|
| /trunk/main/pyuno/demo/ |
| H A D | makefile.mk | 31 $(ROOT)$/python-bridge.html \ 67 #PYDIRNAME=python-$(PYVERSION) 85 #PYTHONLIBRARY=$(DESTROOT)$/program$/$(DLLPRE)python$(DLLPOST).$(PYVERSION) 86 #PYRUNTIMELINK=$(DESTROOT)$/program$/python 106 #FINDDIRS=$(subst,/,$/ $(shell +cd $(SOLARLIBDIR)$/python && $(FIND) . -type d)) 107 #FINDLIBFILES=$(subst,/,$/ $(shell +cd $(SOLARLIBDIR)$/python && $(FIND) . -type f)) 135 # $(DESTROOT)$/program$/pydemo$/python-bridge.html \ 138 # $(DESTROOT)$/program$/$(PYDIRNAME)$/bin$/python$(EXESUFFIX) \ 163 # cd $(DESTROOT)$/program && ln -s $(PYDIRNAME) python 167 # cd $(DESTROOT)$/program && ln -s $(DLLPRE)python$(DLLPOST).$(PYVERSION) $(DLLPRE)python$(DLLPOS… [all …]
|
| /trunk/main/scp2/source/python/ |
| H A D | file_python.scp | 119 Name = STRING(CONCAT3(python-core-,PYVERSION,.zip)); 130 Name = "python.bin"; 137 // Scripting Framework Python script proxy 151 //Scripting Framework Python example scripts 160 // Scripting Framework Python configuration settings 228 Target = STRING(CONCAT2(include/python,PYMAJMIN)); 244 HostName = STRING(CONCAT2(python,PYMAJMIN)); 279 Name = "python"; 280 Target = "../Resources/Python.app/Contents/MacOS/OOoPython"; 287 Name = "python"; [all …]
|
| H A D | profileitem_python.scp | 53 Value = CONCAT2($ORIGIN/python-core-,PYVERSION); 69 … #define FRAMEWORKLIB CONCAT4($ORIGIN/OOoPython.framework/Versions/,PYMAJMIN,/lib/python,PYMAJMIN) 75 Value = CONCAT9($ORIGIN/python-core-,PYVERSION, 76 /lib $ORIGIN/python-core-,PYVERSION, 77 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION, 78 /lib/lib-tk $ORIGIN/python-core-,PYVERSION, 83 Value = STRING(CONCAT9($ORIGIN/python-core-,PYVERSION, 84 /lib $ORIGIN/python-core-,PYVERSION, 85 /lib/lib-dynload $ORIGIN/python-core-,PYVERSION, 86 /lib/lib-tk $ORIGIN/python-core-,PYVERSION, [all …]
|
| /trunk/main/testtools/source/bridgetest/pyuno/ |
| H A D | makefile.mk | 39 PYEXC=$(DLLDEST)$/python$(EXECPOST) 43 PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/python 45 PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) python 48 …:=$(SOLARLIBDIR)$/pyuno;$(PWD);$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-d… 50 …:=$(SOLARLIBDIR)$/pyuno:$(PWD):$(SOLARLIBDIR):$(SOLARLIBDIR)$/python:$(SOLARLIBDIR)$/python$/lib-d… 59 CWD_TMP=$(strip $(shell @echo "import os;print os.getcwd()" | $(PYTHON))) 86 $(DLLDEST)$/python$(EXECPOST) : $(SOLARBINDIR)$/python$(EXECPOST) 107 cd $(DLLDEST) && $(TEST_ENV) && $(PYTHON) main.py
|
| /trunk/main/l10ntools/scripts/ |
| H A D | makefile.mk | 25 # force python to create the *.pyc files. 33 PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/python 35 PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) python 51 @$(PYTHON) $(BIN)/xtxex.py > /dev/null 53 @$(PYTHON) $(BIN)/xtxex.py >& /dev/null
|