History log of /trunk/main/python/ (Results 1 - 25 of 43)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4c5b548f18-Mar-2024 Damjan Jovanovic

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.0.x.
Support old versions of Windows.
Uses Strawberry Perl on Windows to build, fetched as a dependency.
Workarounds for missing integer limit constants in the old version of MSVC we use.
NASM now works when it's in the PATH, instead of needing --with-nasm-path to ./configure.

Patch by: me

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
5d9194cb25-Feb-2021 Arrigo Marchiori

Install Python libraries also from lib64 (#111)

Revision tags: AOO419-GA, AOO418-GA
26aca12f18-Sep-2020 Don Lewis

Upgrade bundled python to 2.7.18.

Revision tags: 420-Dev2-m2
e979ffc311-Jan-2020 Pedro Giffuni

Update Python to version 2.7.17 (#23)

* Update cpython to version 2.7.17

* Update cpython to version 2.7.17

* Update cpython to version 2.7.17

Revision tags: AOO417, AOO420-Dev-m1
1c25f25209-Feb-2019 damjan

Port main/pyuno to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853252 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO416, AOO416-RC1
7cdbaf7601-Jun-2018 Pedro Giffuni

Update internal Python to bugfix version 2.7.15.

The new version includes fixes for security issues among the regular
maintainance changes upstream does.

For this version we are

Update internal Python to bugfix version 2.7.15.

The new version includes fixes for security issues among the regular
maintainance changes upstream does.

For this version we are also dropping the mingw build support. It was not terribly
difficult to maintain but AFAICT it has never been tested.

Tested on: FreeBSD


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832718 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO415
f305365914-Mar-2018 Pedro Giffuni

python: rename pcbuild to msvs9 in patch names to avoid confusion.

Since r1759046, which updated python to version 2.7.12, we are using
the legacy buildfiles which upstream moved from PC

python: rename pcbuild to msvs9 in patch names to avoid confusion.

Since r1759046, which updated python to version 2.7.12, we are using
the legacy buildfiles which upstream moved from PCbuild to PC/VS9.0.

We kept the old name for the patches to preserve the history in the
repository but since there is a good chance we may update the required
compiler, and use the updated build files, rename them properly to avoid
confusion.

Consistently use $(PYVERSION) while here.

Note this is untested: being a simple rename there should be no problem.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826694 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3961669608-Mar-2018 Damjan Jovanovic

Get main/python to build on Win64.
Adjust which files get delivered.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826259 13f79535-47bb-0

Get main/python to build on Win64.
Adjust which files get delivered.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826259 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO414
fa6bb50422-Oct-2017 Pedro Giffuni

Update Python to version 2.7.14.

Released on 2017-09-16.
ChangeLog available here:

https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc

Update Python to version 2.7.14.

Released on 2017-09-16.
ChangeLog available here:

https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS

Tested on: FreeBSD


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812865 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO413
2060104309-Jan-2017 pfg

Bring new Python bugfix release version 2.7.13.

Release Notes:
https://hg.python.org/cpython/raw-file/v2.7.13/Misc/NEWS

Tested on FreeBSD but since it is a minor update, we don'

Bring new Python bugfix release version 2.7.13.

Release Notes:
https://hg.python.org/cpython/raw-file/v2.7.13/Misc/NEWS

Tested on FreeBSD but since it is a minor update, we don't expect
problems on other platforms.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777922 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6fa9685003-Sep-2016 truckman

Tweak some of the source paths in the python d.lst file so that all
the necessary files are copied to solver to unbreak the Windows build.



git-svn-id: https://svn.apache.org/re

Tweak some of the source paths in the python d.lst file so that all
the necessary files are copied to solver to unbreak the Windows build.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759057 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3352667f03-Sep-2016 pfg

Update Python to version 2.7.12.

This is the latest bugfix release in the 2.7.x series (Released 2016-06-28).

We expect this to be the best release that still guarantees some
co

Update Python to version 2.7.12.

This is the latest bugfix release in the 2.7.x series (Released 2016-06-28).

We expect this to be the best release that still guarantees some
compatibility with previous versions while still letting us use some of
the features in newer language versions.

It is also easier to keep up to date with upstream and with newer
compilers.

Tested on FreeBSD, but shouldn't have problems on other platforms.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759046 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a8caa04a02-Sep-2016 truckman

Add missing quotes to .vcproj file to unbreak python build on Windows.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758938 13f79535-47bb-0310-9956-ffa450edef68

2b6bfce402-Sep-2016 pfg

python: update to version 2.7.9.

The new version contains many fixes including the following
vulnerabilities:

CVE-2013-1752
CVE-2013-1753

Which may or may not appl

python: update to version 2.7.9.

The new version contains many fixes including the following
vulnerabilities:

CVE-2013-1752
CVE-2013-1753

Which may or may not apply to AOO.
It is also an important step as it uses features from the newer OpenSSL
version that was imported in r1756954.

Tested on FreeBSD, may still need adjustments for MS-Windows.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758877 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO4121
c3dc64fb03-Jan-2016 Pedro Giffuni

Revert r1722700, bringing back the bundled Python version to 2.7.8

The buildbots were not fetching the original tarball so
we cached thin in ext_sources (r1722746).

Found by:

Revert r1722700, bringing back the bundled Python version to 2.7.8

The buildbots were not fetching the original tarball so
we cached thin in ext_sources (r1722746).

Found by: damjan


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722749 13f79535-47bb-0310-9956-ffa450edef68

show more ...

6db7314903-Jan-2016 Pedro Giffuni

Revert r1722635: Update Python bundled version to 2.7.8

It broke the buildots .. requires some investigation.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722

Revert r1722635: Update Python bundled version to 2.7.8

It broke the buildots .. requires some investigation.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722700 13f79535-47bb-0310-9956-ffa450edef68

show more ...

493c2f5102-Jan-2016 Pedro Giffuni

Update Python bundled version to 2.7.8

Highlights include:

- A regression in the mimetypes module on Windows has been fixed.
- A possible overflow in the buffer type has been fi

Update Python bundled version to 2.7.8

Highlights include:

- A regression in the mimetypes module on Windows has been fixed.
- A possible overflow in the buffer type has been fixed.
- A bug in the CGIHTTPServer module which allows arbitrary execution of
code in the server root has been patched.
- A regression in the handling of UNC paths in os.path.join has been
fixed.
- Many bugfixes.

As a side note: building with mingw remains supported and, given that
the status of clang in Windows keeps improving, it is very likely to
disappear in the future.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1722635 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411, AOO410
5883334b15-Apr-2014 Juergen Schmidt

#124680# update pyhton from 2.7.5 to 2.7.6

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1587468 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO410_Beta, AOO401, AOO400
46d3108d12-Aug-2013 Herbert Dürr

#i122829# re-enable python ctypes for Windows build

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513112 13f795

#i122829# re-enable python ctypes for Windows build

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513112 13f79535-47bb-0310-9956-ffa450edef68

show more ...

dd2a7a7009-Aug-2013 Oliver-Rainer Wittmann

122938: - revert changes to patch from revision 1509645 as they broke build on MacOS


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1512228 13f79535-47bb-0310-9956-ffa450

122938: - revert changes to patch from revision 1509645 as they broke build on MacOS


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1512228 13f79535-47bb-0310-9956-ffa450edef68

show more ...

4ea297e702-Aug-2013 Oliver-Rainer Wittmann

122938: - Windows: do not change line endings of patches before its application
- unify line endings in patches to match the line endings of the files to be patched


git-svn-

122938: - Windows: do not change line endings of patches before its application
- unify line endings in patches to match the line endings of the files to be patched


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1509645 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d3c32b8c05-Jul-2013 Herbert Dürr

#i122647# prevent symbol preemption of openssl symbols in python libs

Using the "exlude-libs ALL" linker option to prevent symbol preemptions
could be a good idea for all the third-party

#i122647# prevent symbol preemption of openssl symbols in python libs

Using the "exlude-libs ALL" linker option to prevent symbol preemptions
could be a good idea for all the third-party binaries we are redistibuting
to prevent clashes with system libraries. For now the change is specific
to the openssl symbols imported by our redistributed python libs.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1500058 13f79535-47bb-0310-9956-ffa450edef68

show more ...

59dd616d02-Jul-2013 Herbert Dürr

#i122647# link python against own libraries

The python module prefered system headers and libraries over the ones
requested by AOO's configure scripts. This impacted the build for packag

#i122647# link python against own libraries

The python module prefered system headers and libraries over the ones
requested by AOO's configure scripts. This impacted the build for packages
intended for redistribution, especially for the OpenSSL provided libs.

Found by: Ariel Constenla-Haile <arielch@apache.org>
Fixed by: Herbert Durr <hdu@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1498829 13f79535-47bb-0310-9956-ffa450edef68

show more ...

8e162c1b12-Jun-2013 Oliver-Rainer Wittmann

122500: enable Windows build having only the corresponding SDK SP1 installed
Name of this Windows SDK is "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1"
Downl

122500: enable Windows build having only the corresponding SDK SP1 installed
Name of this Windows SDK is "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1"
Download link of this Windows SDK is http://www.microsoft.com/en-us/download/details.aspx?id=3138


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1492076 13f79535-47bb-0310-9956-ffa450edef68

show more ...

bdfbb9ee04-Jun-2013 Jürgen Schmidt

#122010# deliver _sysconfigdata.py

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489507 13f79535-47bb-0310-9956-ffa450edef68

12