<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python26/distinfo, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-09-19T09:06:57Z</updated>
<entry>
<title>Fixes modules in disable_module_list</title>
<updated>2009-09-19T09:06:57Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-09-19T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d9c3006ef4ed1c9af1c1427c8f00a62766d57096'/>
<id>urn:sha1:d9c3006ef4ed1c9af1c1427c8f00a62766d57096</id>
<content type='text'>
 * not "_sqlite", but "_sqlite3",  fixes PR#42070.
 * "bsddb" does not exists. (I can find it in Python21, not in Python23)
 * "cjkcodecs" should not be disabled.
   It is expected to exists in all Python variants and py-cjkcodecs was removed.
   Although, the module name is "_multibytecodec" and "_codecs_*".
   and missing "," after it kill subsecuent "gdbm".
 * "mpz" was removed in Python24.
</content>
</entry>
<entry>
<title>Don't install idle, there is a separate py-idle package for it.</title>
<updated>2009-07-18T10:41:33Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-07-18T10:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=82d720882a4955b370638cffef06ad9d6792aee0'/>
<id>urn:sha1:82d720882a4955b370638cffef06ad9d6792aee0</id>
<content type='text'>
Noted by Mark Davies in PR 41702.

Bump PKGREVISION.
</content>
</entry>
<entry>
<title>revert previous, doesn't work as I intended.</title>
<updated>2009-05-21T21:21:35Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2009-05-21T21:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e58f37d69bfd88d439911cd4bc845ec05c07cf90'/>
<id>urn:sha1:e58f37d69bfd88d439911cd4bc845ec05c07cf90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove sqlite3 stuff from PLIST and disable the sqlite3 module here.</title>
<updated>2009-05-21T20:47:38Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2009-05-21T20:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fa652d4731763406d79f4dd55c76f5a07b66a612'/>
<id>urn:sha1:fa652d4731763406d79f4dd55c76f5a07b66a612</id>
<content type='text'>
lang/python26 doesn't depend on sqlite3 and thus can't build the extension.
(this extension is installed by databases/py-sqlite3)
</content>
</entry>
<entry>
<title>* Make it build on DragonFly.</title>
<updated>2009-04-24T01:32:50Z</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2009-04-24T01:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b9b5fbe00b3d33ad45aa8ab449d7be40de2734b'/>
<id>urn:sha1:1b9b5fbe00b3d33ad45aa8ab449d7be40de2734b</id>
<content type='text'>
* Remove rgbimg module from PLIST, it's removed.
* Bump PKGREVISION.
</content>
</entry>
<entry>
<title>Fix libpython version number on Darwin.</title>
<updated>2009-04-19T15:20:00Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2009-04-19T15:20:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2bf442b3c86784341e4d77bf12178627581d2b84'/>
<id>urn:sha1:2bf442b3c86784341e4d77bf12178627581d2b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of python26-2.6.2.</title>
<updated>2009-04-19T14:42:48Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-04-19T14:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=89afe51ca1b1199020eb5c47ea971e0a6abec06f'/>
<id>urn:sha1:89afe51ca1b1199020eb5c47ea971e0a6abec06f</id>
<content type='text'>
Compiles, installs, and runs on NetBSD-5.99.10/amd64; no further
tests done. Please test and fix on your platform!

What's new in Python-2.6:

The major theme of Python 2.6 is preparing the migration path to
Python 3.0, a major redesign of the language. Whenever possible,
Python 2.6 incorporates new features and syntax from 3.0 while
remaining compatible with existing code by not removing older
features or syntax. When it tries to do what it can, adding
compatibility functions in a future_builtins module and a -3 switch
to warn about usages that will become unsupported in 3.0.

Some significant new packages have been added to the standard
library, such as the multiprocessing and json modules, but there
aren way.

Python 2.6 also sees a number of improvements and bugfixes throughout
the source. A search through the change logs finds there were 259
patches applied and 612 bugs fixed between Python 2.5 and 2.6. Both
figures are likely to be underestimates.

More details at
http://docs.python.org/whatsnew/2.6.html
</content>
</entry>
</feed>
