Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,885 downloads
    Wine 1.4.1 / 1.6 RC2
    1,398 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,366 downloads
    BackTrack 5 R3
    1,290 downloads
    Red Hat Linux 9
    1,101 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,095 downloads
    VLC 2.0.7
    986 downloads
    Ubuntu 10.04.4 LTS
    851 downloads
    Red Hat Enterprise
    Linux 6.4

    780 downloads
    Ubuntu 12.04.2 LTS
    737 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 370
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 624
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-12

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > Programming > Code Generators > Python-SIP > Changelog

    Python-SIP 4.14.7 - Changelog


    What's new in Python-SIP 4.14.7:

    June 18th, 2013

    · This is a minor functional release and is required by PyQt v5.



    What's new in Python-SIP 4.14.6:

    April 22nd, 2013

    · This is a minor bugfix release.



    What's new in Python-SIP 4.14.5:

    March 27th, 2013

    · This is a minor bugfix release, specifically for QGIS.



    What's new in Python-SIP 4.14.4:

    March 4th, 2013

    · This is a minor bugfix release, but it does include a potential incompatibility in the use of the %VirtualErrorHandler directive.



    What's new in Python-SIP 4.14.2:

    December 10th, 2012

    · This is a minor functional release required by PyQt v4.9.6 and pogles v0.2.



    What's new in Python-SIP 4.14.1:

    October 29th, 2012

    · This is a minor feature release aimed at generating modules for C libraries.



    What's new in Python-SIP 4.13.2:

    February 11th, 2012

    · This is a bug fix release.



    What's new in Python-SIP 4.13.1:

    December 23rd, 2011

    · Deprecation warnings can no longer be disabled.
    · Class templates now allow super-classes to be defined as template arguments.
    · This release adds the all_raise_py_exception argument to the %Module directive, the /NoRaisesPyException/ function annotation, the /PyName/ typedef annotation, support for "public" preceding the name of a class in a super-class list, and support for "protected" and "private" preceding the name of a class in a super-class list (any such super-class will be ignored).



    What's new in Python-SIP 4.13:

    November 1st, 2011

    · This version adds the ÞfaultDocstringFormat directive.
    · It adds the format argument to the %Docstring directive.
    · %ConvertToSubClassCode can now cause a restart of the conversion process using a different requested type. '*' and '&' are now supported as unary operators in expressions used in the values of default arguments.
    · The /Transfer/ annotation can now be used with the /Array/ annotation to prevent the freeing of the temporary array of pointers.



    What's new in Python-SIP 4.12.2:

    May 2nd, 2011

    · /KeepReference/ is now supported as a function annotation.
    · Handwritten code in class templates no longer has the types substituted in lines that appear to contain C preprocessor directives.
    · Support for global inplace numeric operators was added.



    What's new in Python-SIP 4.12:

    December 27th, 2010

    · This version includes significant new functionality and also provides a path to ease the migration to SIP v5.



    What's new in Python-SIP 4.11:

    September 1st, 2010

    · added the %UnitPostIncludeCode directive
    · /KeepReference/ will now accept a key to track when the same object is passed to more than one method
    · operator() and __call__() can now accept keyword arguments
    · added support for Python v3.2.



    What's new in Python-SIP 4.10.3:

    July 13th, 2010

    · added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS
    · added the /__len__/ function annotation.



    What's new in Python-SIP 4.10.1:

    March 18th, 2010

    · This is primarily a bug-fix release.



    What's new in Python-SIP 4.10:

    January 21st, 2010

    · Added the sip.voidptr.ascapsule() method.
    · Added the -P command line option to build modules with "protected" redefined to "public" if supported by the platform. This can result in significantly smaller modules.
    · Added the -o command line option to automatically generate docstrings.
    · Added the -k command line option and /KeywordArgs/ and /NoKeywordArgs/ function annotations to support keyword arguments.
    · Added the /Default/ exception annotation.
    · Added the /DocType/ argument, function, mapped type and variable annotations.
    · Added the /DocValue/ argument annotation.
    · Added the %Docstring directive to specify explicit docstrings for classes, functions and methods.
    · Added sipError to %MethodCode to allow user errors to be distinguished from interpreter errors.
    · Added sipBadCallableArg() to the C API.
    · Added support for configuring and building outside of the source tree.



    What's new in Python-SIP 4.9:

    September 28th, 2009

    · This release adds the ability to wrap classes and functions in different ways and allows an application to choose a particular implementation at runtime.
    · It adds support for __iter__ and __next__.
    · Mapped types can now act as a namespace for enums and static methods.
    · The /Array/ annotation can now be applied to classes and mapped types.
    · The /NoArgParser/ annotation can now be applied to methods as well as functions.



    What's new in Python-SIP 4.8.2:

    August 17th, 2009

    · Fixed the '/' operator for Python v3 and future import for Python v2.
    · Backported the /AllowNone/ class annotation from v4.9.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM