Version: 3.5, Package name: Python-3.5.3 |
Maintained by: Remi Pointel |
Master sites:
|
Description-gdbm Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. This package contains the gdbm, for using the GNU DBM library in Python. Description-idle Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. This package contains IDE for Python. Description-main Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. Description-tests Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. This package contains the Python testsuite. Description-tkinter Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications. See the internal documentation for hints. This package contains the Tkinter module, for using the tk toolkit in Python. |
Filesize: 20171.963 KB |
Version History (View Complete History) |
|
2017-07-08 02:28:01 by Landry Breuil | Files touched by this commit (36) |
Log message: Retire python 3.4 and 3.5, python 3.6 is the default python3 version since 7 months, and nothing uses those anymore. ok rpointel@ (MAINTAINER) ajacoutot@ |
2017-04-05 05:43:23 by Remi Pointel | Files touched by this commit (5) |
Log message: update to 3.5.3. more information: https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-3 ok benoit@. |
2017-02-20 04:04:27 by Peter Hessler | Files touched by this commit (5) |
Log message: 10 years ago, we needed to build python with c++ to make sure modules with native c++ code worked fine. We no longer need to do that, and llvm errors out with the non-sensical combination of "c++ -std=c99". this fixes the python build on arm64 tested by sthen@ in an i386 bulk, thanks! OK sthen@, rpointel@ (maintainer) |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-08-12 03:55:28 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: annotate python interpreters with wxneeded; while python itself is clean there are various ports that aren't (e.g. py-cryptography and py-qt5 (QtWebKit)). obviously not a long-term "fix" but helps to keep moving forward ok jca@ sthen@ rpointel@ (MAINTAINER) |
2016-07-03 14:10:33 by Remi Pointel | Files touched by this commit (10) |
Log message: forgotten make update-patches, spotted by danj@. inputs and ok sthen@. |
2016-07-03 12:16:00 by Remi Pointel | Files touched by this commit (14) |
Log message: update Python 2.7 to 2.7.12, 3.4 to 3.4.5 and 3.5 to 3.5.2. tested in a bulk build and ok sthen@, ok danj@ |
2016-06-29 10:14:45 by Marc Espie | Files touched by this commit (309) |
Log message: add is-branch to all trivial ports that exist as multiple branches. |
2016-05-11 16:43:49 by Christian Weisgerber | Files touched by this commit (7) |
Log message: fix build after OpenBSD 5.x -> 6.x transition |
2016-04-06 05:29:25 by Christian Weisgerber | Files touched by this commit (4) |
Log message: replace gettext module with library dependency; ok rpointel@ |
2015-12-22 11:00:31 by Remi Pointel | Files touched by this commit (5) |
Log message: update to python 3.5.1. ok shadchin@ benoit@ |
2015-10-08 01:18:24 by Remi Pointel | Files touched by this commit (2) |
Log message: python != 2.7 depends on archivers/xz; spotted by nigel@ (thanks). bump revision for python 3.5. |
2015-09-27 22:50:37 by Remi Pointel | Files touched by this commit (4) |
Log message: patch to detect ALPN support commited upstream. modify CHANGES to indicate this. ok sthen@. |
2015-09-24 13:16:42 by Stuart Henderson | Files touched by this commit (2) |
Log message: @comment the wininst*.exe files as done in python3.4, also fixes packaging on !amd64 as some filenames included ${MACHINE_ARCH} but are actually static. ok rpointel@ |