summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: fdo#36763 backport fix for py#4768Caolán McNamara2011-08-022-1/+13
|
* UPDMINOREXT is gone away, drop itCaolán McNamara2011-07-291-23/+18
|
* Use MACOSX_SDK_PATHNorbert Thiebaud2011-07-261-2/+1
|
* add easy-valgrindability to built-in pythonCaolán McNamara2011-07-262-1/+73
|
* add dylib to the list of native python modules for Mac (for pyuno.dylib)Christian Lohmaier2011-06-113-5/+16
|
* allow building internal Python on Mac (needs to be built as framework)Christian Lohmaier2011-06-066-13/+108
| | | | | fixes #i111496# (meta), #i111498# & #i111500# (along with the similar commits to the other repos)
* don't limit the _POSIX_SEMAPHORES+0 to FreeBSD (Mac needs it as well), rediffChristian Lohmaier2011-06-061-140/+114
| | | | | | please guys'n'gals: Use dmake create_patch when updating/creating new patches. And when replacing patches instead of adding ones, use solenv/bin/patch_sanitizer.pl
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-151/+151
|
* Don't build Python if DISABLE_PYTHON is TRUETor Lillqvist2011-05-291-0/+6
| | | | | | | | I don't know if this is the right thing to do. The --disable-python switch is documented to "Disable build of Python 2.x UNO API". Does that mean that it should disable use of Python at run-time completely? What about use of Python tools at build-time, do we have such? Will --disable-python then disable their use, too?
* Make the patch actually applyTor Lillqvist2011-05-281-3/+3
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-273-1/+36
|\ | | | | | | | | Conflicts: berkeleydb/makefile.mk
| * Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-223-1/+36
| |\ | | | | | | | | | | | | | | | Conflicts: python/makefile.mk zlib/makefile.mk
| | * CWS-TOOLING: integrate CWS ause127Ivo Hinkelmann2011-03-292-1/+22
| | |\
| | | * ause127: #i117375# avoid hard links in python buildHans-Joachim Lankenau2011-03-222-1/+22
| | | |
| | * | masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, ↵sb2011-03-182-1/+15
| | | | | | | | | | | | | | | | | | | | trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)
* | | | Drop OS2Tor Lillqvist2011-05-211-3/+0
|/ / /
* | | Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-6/+0
|\| | | | | | | | | | | | | | | | | Conflicts: graphite/makefile.mk libxml2/makefile.mk
| * | sb142: #i116738# ignore test stuff from the Python implementationsb2011-03-041-6/+0
| |/
* | Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-092-4/+37
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
| * ause126: #i114866# applied patch from issue: fix parallel build issueHans-Joachim Lankenau2010-10-082-0/+37
| |
| * sb126: merged in DEV300_m84sb2010-06-301-0/+1
| |\
| * | sb126: #i110197# remove -Wl,-z,noexecstack hacksb2010-06-221-4/+0
| | |
* | | Py_DEBUG mangling for WindowsTor Lillqvist2011-02-151-0/+11
| | |
* | | Make debugging the Python interpreter simplerTor Lillqvist2011-02-142-13/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | When building (in the LibreOffice sense) for Windows with debug=t, use the Debug solution configuration, but make the Debug project configutations produce identically named executables as the Release ones, and also use the normal runtime library. Use same executables names
* | | Clean up Python patches a bitTor Lillqvist2011-02-142-386/+10
| | | | | | | | | | | | | | | | | | Don't bother commenting out stuff we don't want in the pcbuild.sln file. Instead just remove it. Don't bother patching files specific for older MSVS versions that we don't support any more.
* | | Clean up makefilesThomas Arnhold2011-02-021-15/+0
| | |
* | | Fix Python build for x64 WindowsTor Lillqvist2011-01-232-1/+136
| | |
* | | fixed urllib.urlopen in the internal python (fdo#31466)Petr Mladek2010-11-232-1/+95
| | | | | | | | | | | | | | | | | | | | | | | | + backported two fixes from newer python: + close the file even if an exception occurs (py#5536) + urllib doesn't correct server returned urls (py#918368) + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting the fix
* | | Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö2010-11-041-1/+1
| | |
* | | Make sure Python builds for VS2008 againJesús Corrius2010-11-021-1/+1
| | |
* | | Actually deliver VC++ 10 compiled PythonJesús Corrius2010-10-291-0/+14
| | |
* | | Visual Studio 2010 project files for PythonJesús Corrius2010-10-292-1/+6375
| | |
* | | get this to build on AIXCaolán McNamara2010-10-133-1/+166
| | |
* | | python-win32-buildfix.diff: make python build properly on win32Thorsten Behrens2010-09-144-4/+386
| |/ |/|
* | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono2010-05-311-0/+1
|/
* CWS-TOOLING: integrate CWS ause117Jens-Heiner Rechtien2010-04-131-2/+2
|\
| * ause117: #i110262# one more chmod to make Include group writeableHans-Joachim Lankenau2010-03-221-2/+2
| |
* | ause110: update to DEV300_m74Hans-Joachim Lankenau2010-03-101-5/+1
|\|
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-5/+1
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | ause110: update to DEV300m70Hans-Joachim Lankenau2010-01-265-13/+222
|\|
| * CWS-TOOLING: integrate CWS pythonssldeduxJens-Heiner Rechtien2010-01-055-9/+222
| |\
| | * pythonssldedux: #i106542# build python md5 module for md5 email supportCaolán McNamara2009-12-171-0/+21
| | |
| | * pythonssldedux: #i106542# build python ssl module for ssl email supportCaolán McNamara2009-11-095-9/+201
| | |
| * | sb116: #i106845# removed obsolete IRIX portsb2009-11-131-4/+0
| |/
* / ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau2010-01-151-0/+1
|/
* CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov2009-08-262-1/+8
| | | | | | | | | | | | | | | | | | 2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
* #i101531# syntax fixedKurt Zenker2009-05-081-2/+2
|
* #i101079# mingw port patch file: PATCH_FILE_NAME->PATCH_FILESOliver Bolte2009-04-241-1/+1
|
* CWS-TOOLING: integrate CWS python26Ivo Hinkelmann2009-04-226-14797/+1590
| | | | | | | | | | | | | | | | | | | | 2009-04-22 11:57:41 +0200 obo r271091 : #i101079# mingw port (by tono) 2009-04-22 11:56:37 +0200 obo r271090 : #i101079# mingw port (by tono) 2009-04-22 11:55:55 +0200 obo r271089 : #i101079# mingw port (by tono) 2009-04-22 11:26:00 +0200 obo r271084 : #i100492# Patch for FreeBSD (by maho) 2009-04-21 10:19:01 +0200 obo r271020 : #i92413# make python buildable in Hamburg RE environment 2009-04-17 15:52:57 +0200 obo r270952 : #i10000# fix for 4NT shell support 2009-04-17 15:16:39 +0200 hjs r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300 2009-04-17 10:30:28 +0200 sb r270927 : #i92413# adaptions for Solaris and/or bash 2009-04-16 00:36:32 +0200 jbu r270861 : #i101080# patch for bash environment provided by tono 2009-04-15 13:50:01 +0200 rene r270842 : #i100997# allow also python < 2.6 again 2009-03-12 14:23:32 +0100 rene r269410 : cleanup: remove Python 2.3.4 - not referenced anymore 2009-03-11 21:48:58 +0100 jbu r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime) 2009-03-11 11:11:43 +0100 rene r269307 : fix typo; regen configure 2009-03-10 11:44:54 +0100 rene r269262 : update _AM_PYTHON_INTERPRETER_LIST 2009-03-10 00:30:09 +0100 jbu r269233 : python26 now builds on windows (installation set not built yet) 2009-03-06 21:45:20 +0100 jbu r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken 2009-03-06 14:08:33 +0100 rene r269004 : #i92413#
* CWS-TOOLING: integrate CWS mingwport18Release Engineers2009-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2009-03-27 12:51:41 +0100 tono r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono r269832 : i#100209: MinGW port fix for sspi