./lang/python27, Interpreted, interactive, object-oriented programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q3, Version: 2.7.8nb1, Package name: python27-2.7.8nb1, Maintainer: pkgsrc-users

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 exten-
sion language for existing applications. See the internal
documentation for hints.


Required to run:
[devel/libffi]

Required to build:
[devel/readline]

Master sites:

SHA1: 9c6281eeace0c3646fa556c8087bb1b7e033c9c4
RMD160: 04d7d55ea65074a9b419e5d0920414e54691d907
Filesize: 10278.559 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-03 15:12:52 by Matthias Scheler | Files touched by this commit (20) | Package updated
Log message:
Pullup ticket #4536 - requested by spz
lang/python27: security update

Revisions pulled up:
- lang/python27/Makefile                                        1.46
- lang/python27/distinfo                                        1.47
- lang/python27/patches/patch-Misc_NEWS                         1.5
- lang/python27/patches/patch-Modules_getpath.c                 1.2
- lang/python27/patches/patch-Objects_unicodeobject.c           1.1
- lang/python27/patches/patch-Python_codecs.c                   1.1
- lang/python27/patches/patch-ab                                1.3
- lang/python27/patches/patch-ad                                1.2
- lang/python27/patches/patch-ae                                1.2
- lang/python27/patches/patch-ah                                1.3
- lang/python27/patches/patch-am                                1.18
- lang/python27/patches/patch-an                                1.2
- lang/python27/patches/patch-ao                                1.5
- lang/python27/patches/patch-au                                1.7
- lang/python27/patches/patch-av                                1.2
- lang/python27/patches/patch-aw                                1.2
- lang/python27/patches/patch-ax                                1.5
- lang/python27/patches/patch-az                                1.4
- lang/python27/patches/patch-pyconfig.h.in                     1.3
- lang/python27/patches/patch-xa                                1.2

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Sun Nov  2 13:31:11 UTC 2014

   Modified Files:
   	pkgsrc/lang/python27: Makefile distinfo
   	pkgsrc/lang/python27/patches: patch-Misc_NEWS patch-Modules_getpath.c
   	    patch-ab patch-ad patch-ae patch-ah patch-am patch-an patch-ao
   	    patch-au patch-av patch-aw patch-ax patch-az patch-pyconfig.h.in
   	    patch-xa
   Added Files:
   	pkgsrc/lang/python27/patches: patch-Objects_unicodeobject.c
   	    patch-Python_codecs.c

   Log message:
   add the patches for Python issue 22518, also known as 22470, from
   the python source repository.
   Refresh patches