WinFuture-Forum.de: Microsoft Ironpython V1.0 Beta 7 - WinFuture-Forum.de

Zum Inhalt wechseln

Beiträge in diesem Forum erhöhen euren Beitragszähler nicht.
Seite 1 von 1

Microsoft Ironpython V1.0 Beta 7 Programmsprache für die .NET Plattform


#1 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 31. Dezember 2005 - 06:07

Microsoft IronPython v1.0 Beta 1 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

IronPython ist der Codename für den Beta-Release der Python Programmsprache für die .NET Plattform.

IronPython is the codename for a beta release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.


Lizenztyp: Freeware (Shared Source)
IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (747KB): IronPython-1.0-Beta1.zip


Inzwischen gibt es dazu auch eine News auf der Frontseite.

Dieser Beitrag wurde von Stan bearbeitet: 25. Mai 2006 - 11:06

0

Anzeige



#2 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 26. Januar 2006 - 03:27

Microsoft IronPython v1.0 Beta 2 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

We have just released IronPython 1.0 Beta 2. The focus of this release was fixing bugs that you found and reported (big thanks!), cleanup and re-factoring of the code base and we also made significant progress towards cleaning up FxCop warnings.

IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (834KB): IronPython-1.0-Beta2.zip

Dieser Beitrag wurde von swissboy bearbeitet: 26. Januar 2006 - 03:29

0

#3 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 16. Februar 2006 - 00:49

Microsoft IronPython v1.0 Beta 3 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

We have just released IronPython 1.0 Beta 3. This release is primarily a bug fix release as we drive towards IronPython 1.0. Unfortunately we didn’t get to review the PythonEngine APIs in this release but will be getting this done for the next beta.
We also continue to work on improving CLR and Python interop. In this release we’ve added support for an assembly path (clr.Path) for assembly dependency resolution. If you’re currently using clr.AddReferenceToFile(‘…’) you’ll need to modify these calls to update the path and then add a reference without a full path (this will ensure dependencies get resolved in an orderly fashion). We’ve also improved our array support, adding both slicing operations for arrays and a new array creation syntax: System.Array[int]((2,3,4,5)) will create an integer array with the values 2,3,4 and 5.
Finally we continue to advance standard Python compatibility with the addition of a few new built-in modules: struct, codecs, and marshal. These are some of the most-requested modules from the community.


IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (937KB): IronPython-1-Beta3.zip

Dieser Beitrag wurde von swissboy bearbeitet: 16. Februar 2006 - 00:51

0

#4 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 09. März 2006 - 19:10

Microsoft IronPython v1.0 Beta 4 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

IronPython is the codename for a beta release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.


IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (1.0MB): IronPython-1.0-Beta4.zip
0

#5 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 31. März 2006 - 03:27

Microsoft IronPython v1.0 Beta 5 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

We have just released IronPython 1.0 Beta 5. This release focuses primarily on improving IronPython’s performance. In this area we’ve reduced working set and startup type by optimizing methods on-demand, improved the speed of attribute access, reduced the overhead in many basic operations (e.g. equality checks and uninitialized checks for local variables), and done other various fine tuning. As usual there are also a good number of bug fixes (primarily focused on community reported bugs). There was also one significant API change in the .NET <-> Python interoperability area.

IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (1.08MB): IronPython-1.0-Beta5.zip

Dieser Beitrag wurde von swissboy bearbeitet: 31. März 2006 - 03:29

0

#6 Mitglied ist offline   balu2004 

  • Gruppe: aktive Mitglieder
  • Beiträge: 10
  • Beigetreten: 09. April 05
  • Reputation: 0

geschrieben 31. März 2006 - 07:14

Könntest Du bitte den Lizenztyp ergänzen oder wird sowas bei Deinem
Lieblingshersteller unter keiner Lizenz veröffentlicht?

gruß

balu2004
0

#7 Mitglied ist offline   swissboy 

  • Gruppe: aktive Mitglieder
  • Beiträge: 1.299
  • Beigetreten: 29. Dezember 04
  • Reputation: 2
  • Wohnort:127.0.0.1

  geschrieben 21. April 2006 - 01:48

Microsoft IronPython v1.0 Beta 6 - Programmsprache für die .NET Plattform
für Windows Server 2003, Windows XP und Windows XP 64-bit, benötigt das Microsoft .NET Framework Version 2.0 Redistributable Package (Visual Studio 2005 beinhaltet bereits das .NET Framework)

We have just released IronPython 1.0 Beta 6. This release focuses primarily on fixing bugs and improving compatibility with CPython. Major cleanups includes supporting __metaclass__ at the module level, using __mro__ for new-style class method resolution, and a massive cleanup to make sure all of our comparisons are identical to CPython. With this release we’ve also improved the performance of calls to arbitrary .NET assemblies by enabling our call-optimization for all assemblies and updated the tutorial for beta 6.

Lizenztyp: Freeware (Shared Source)
IronPython Community: http://workspaces.go....com/ironpython
Infos und Download: http://www.microsoft.com/downloads/details...&DisplayLang=en
Direkt-Download (1.19MB): IronPython-1.0-Beta6.zip
0

#8 Mitglied ist offline   UserXYZ 

  • Gruppe: Verbannt
  • Beiträge: 1.322
  • Beigetreten: 07. August 02
  • Reputation: 0

  geschrieben 25. Mai 2006 - 10:00

Microsoft IronPython v1.0 Beta 7 - Programmsprache für die .NET Plattform

http://fileforum.betanews.com/sendfile/111...n-1.0-Beta7.zip

cya
0

#9 Mitglied ist offline   Stan 

  • Gruppe: aktive Mitglieder
  • Beiträge: 7.017
  • Beigetreten: 06. Juni 04
  • Reputation: 35
  • Geschlecht:Männlich
  • Wohnort:München

geschrieben 25. Mai 2006 - 11:06

http://www.microsoft.com/downloads/details...&DisplayLang=en

Der Link ist besser.
0

#10 Mitglied ist offline   UserXYZ 

  • Gruppe: Verbannt
  • Beiträge: 1.322
  • Beigetreten: 07. August 02
  • Reputation: 0

  geschrieben 26. Juli 2006 - 19:58

Microsoft IronPython v1.0 RC 1 - Programmsprache für die .NET Plattform

http://fileforum.betanews.com/sendfile/111...1.0-RC1-Bin.zip

cya
0

#11 Mitglied ist offline   UserXYZ 

  • Gruppe: Verbannt
  • Beiträge: 1.322
  • Beigetreten: 07. August 02
  • Reputation: 0

  geschrieben 19. August 2006 - 19:49

Microsoft IronPython v1.0 RC 2 - Programmsprache für die .NET Plattform

Zitat

Changelog:

* CodePlex bug 2199: ReflectedPackage exposes internal types
* Several exception handling fixes including issue with break in except block
* CodePlex 2014 - _getitem_ on old style classes cannot be called as x1,2
* CodePlex 2015 - list._rmul_ returns Ops.NotImplemented for subclass of long
* CodePlex 2016 - Power with module on classes with _pow_ throws
* CodePlex 2023 - Cannot convert class whose _int_ returns long to int
* CodeDom reports file & line numbers based upon External Source information
* CodeDom auto-adds unknown namespaces to import list
* CodePlex 1752 - Issue with yield in finally
* Bug fix: CodePlex 1388 - TypeError when calling _init_ with keyword argument 'args'
* Bug fix: CodePlex 1886 - Powmod throws ValueError for large numbers
* Bug Fix: CodePlex 1887 - powmod is very slow for large numbers
* Bug fix: 1357 - MD5.Create call raises TypeError - multiple overloads conflict for static methods with same name in type hierarchy
* Bug fix: CodePlex 1393 - "get_DefaultFont() takes exactly -1 arguments (-1 given)" when accessing static property with self (now a better error message)
* Bug fix: CodePlex 1361 - help() function in ironpython shows incorrect behavior


http://www.codeplex.com/Release/ProjectRel...p;releaseId=159

cya
0

#12 Mitglied ist offline   UserXYZ 

  • Gruppe: Verbannt
  • Beiträge: 1.322
  • Beigetreten: 07. August 02
  • Reputation: 0

  geschrieben 07. September 2006 - 12:19

IronPython 1.0 Brings Managed Code

Zitat

Programming language developers are quite accustomed to using beta builds of their own work even in production environments; so for them, today's announcement from Microsoft that IronPython 1.0 is finally complete, may not be big news.


Microsoft IronPython 1.0

http://fileforum.betanews.com/detail/Micro...on/1111988941/1

cya
0

Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0