<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python/Makefile, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-07-22T09:15:59Z</updated>
<entry>
<title>add python as category</title>
<updated>2004-07-22T09:15:59Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-22T09:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e0557702b6d438187125c40c0516561917b79d2'/>
<id>urn:sha1:7e0557702b6d438187125c40c0516561917b79d2</id>
<content type='text'>
ok'd a while back at pkgsrcCon by agc and wiz
</content>
</entry>
<entry>
<title>Add a python "meta package" to install a symlink from ${PKGBASE}/bin/python</title>
<updated>2004-02-06T08:37:22Z</updated>
<author>
<name>lukem</name>
<email>lukem</email>
</author>
<published>2004-02-06T08:37:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dcaaa7429de42b7e9e90ce41f074d5138469fa3e'/>
<id>urn:sha1:dcaaa7429de42b7e9e90ce41f074d5138469fa3e</id>
<content type='text'>
to the preferred version of python (as specified by PYTHON_VERSION_DEFAULT).
This means that cross-platform python scripts with "#!/usr/bin/env python"
actually function on pkgsrc systems without nasty hackery.
Approved by Alistair.
</content>
</entry>
<entry>
<title>remove the old python-2.x pkg, this is superseded by the new framework</title>
<updated>2002-01-29T12:37:46Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-01-29T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f40ae20cf9bb5e6e9400755f25ef415532eb8450'/>
<id>urn:sha1:f40ae20cf9bb5e6e9400755f25ef415532eb8450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a conflict with python20-* for the time remaining</title>
<updated>2002-01-17T13:49:01Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-01-17T13:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=43d73cfc3ad9055d339ab1c9f1bef55c87743325'/>
<id>urn:sha1:43d73cfc3ad9055d339ab1c9f1bef55c87743325</id>
<content type='text'>
(when all dependant pkgs are verified to work with
the new Python packages, this one will be removed)
</content>
</entry>
<entry>
<title>Remove some debugging stuff. Noted by D'Arcy J.M. Cain.</title>
<updated>2001-10-19T14:24:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2001-10-19T14:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e85b5e41b88eb9eda1c834514b3e53bde7a83e8'/>
<id>urn:sha1:5e85b5e41b88eb9eda1c834514b3e53bde7a83e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 2.0.1 (bugfix release)</title>
<updated>2001-06-28T13:19:56Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2001-06-28T13:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c57bf1b21ab3c10f61293d5bff90a9f9992cdb13'/>
<id>urn:sha1:c57bf1b21ab3c10f61293d5bff90a9f9992cdb13</id>
<content type='text'>
What's Fixed in Python 2.0.1
============================

- A few references to Python 2.1 in the LICENSE were changed to 2.0.1.

- Bogus indentation in Lib/statcache.py was fixed.

- A few small nits in the documentation were fixed and the new license
  was included there.

What's Fixed in Python 2.0.1c1
==============================

Critical Patches (from MoinMoin)

- Core dumps in _tkinter

Fixes to bugs reported on SourceForge

Bugs with an ID below 200000 can be found at
http://sourceforge.net/bugs/?func=detailbug&amp;bug_id=&lt;id&gt;&amp;group_id=5470

More recent bugs are accessed as
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=&lt;id&gt;&amp;group_id=5470&amp;atid=105470

- Brought SRE up to date with Python 2.1

- #117278, #117167: _tkinter

- #116172, curses module fails to build on SGI, _curses

- Patch #103485, compile on NetBSD

- Rename lines to nlines, macro sometimes defined in term.h

- Patch #130117: add a prototype required to compile cleanly on IRIX

- In Lib/locale.py, setlocale emulation, use != and not is not to compare
  strings

- #409651 - in Lib/fnmatch.py, make \ in a character group work

- #119622:  compile errors due to redundant atof decls. Removed from
  Python/compile.c and Python/marshal.c

- #121965 -- fixing containment in xrange() objects

- #126161 #123634 -- pickle.py, cPickle.c -- fix pickling unicode strings
  this is *backwards incompatible* with older pickles containing unicode
  strings -- but this has to be done, the previous pickling scheme broke
  anyway.

- complex() could segfault on numeric types with NULL for float conversion.
  Fixed.

- Fixed #407504 -- closing pwd and grp database when finished.

- Fixed memory leak in from import ...

- Importing should now be safe with multiple Py_Initialize/Py_Finalize
  sequences.

- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI

- del func.func_defaults raises a TypeError instead of dumping core

- #121013 - stringobject.c -- "".join(u"this is a test") dumped core

- exceptions.c  - make_class() Added a "goto finally" so that if
  populate_methods() fails, the return status will be -1 (failure)
  instead of 0 (success).

  fini_exceptions(): When decref'ing the static pointers to the
  exception classes, clear out their dictionaries too.  This breaks a
  cycle from class-&gt;dict-&gt;method-&gt;class and allows the classes with
  unbound methods to be reclaimed.  This plugs a large memory leak in a
  common Py_Initialize()/dosomething/Py_Finalize() loop.

- #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one

- Loosely based on patch #103249 -- Fix core dumps in PyUnicode_Count

- #125981 -- socketmodule.c --  closing sockets was not thread-safe.

- Use openssl/*.h to include the OpenSSL header files

- Patch #103636: Allow writing strings containing null bytes to an SSL socket

- #232787 -- Modules/timemodule.c, Python/errors.c, Objects/intobject.c

- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak

- #125891 - posixmodule.c - os.popen2,3 and 4 leaked file objects on Windows.

- #128053 - posixmodule.c - #ifdef for including "tmpfile" in the
            posix_methods[] array was wrong -- should be HAVE_TMPFILE

- #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.

- #125452 - shlex.shlex hungs when it encounters a string with an unmatched
            quote

- #119833 - close socket in smtplib if there was an error connecting

- #126863 - getopt long option handling fixed

- #123924 - httplib.py - Windows - using OpenSSL, problem with socket

- atexit.py - mutate list of functions in thread-safe way

- curses.ascii - space (ASCII 32) is now considered whitespace

- #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree

- mpzmodule.c - make .binary() work on 64-bit system, make it compile with
  Cygwin

- #127718 - '@' were '`' seem to be confused.

- #119862 - getargs.c - patched memory leak

- #128475 - pythonrun.c - In Py_Finalize, don't reset initialized flag
            until after the exit funcs have run

- #128713 - mmapmodule.c -  type(mmap_object) blew up on Linux.

- mmap on windows creates a mapping without a name when tagname isn't
  specified

- #117745 - UserString.py - Fix two typos in __imul__.

- #130306 - statcache.py - full of thread problems.

- Made statcache.forget_dir more portable

- In site.py, the ".pth" code knew about the layout of Python trees on
  unix and windows, but not on the mac. Fixed.

- #121706 - config.c - _PyImport_Inittab: define the exceptions module's init
                       function.

- Update install-sh using version from automake 1.4.

- #12195 - webbrowser.py - there was typo in Mac code

- quopri.py - treat \r as whitespace too

- xmllib.py - Moved clearing of "literal" flag.  The flag is set in setliteral
  which can be called from a start tag handler.  When the corresponding end
  tag is read the flag is cleared.  However, it didn't get cleared when
  the start tag was for an empty element of the type &lt;tag .../&gt;.  This
  modification fixes the problem.

- #117606 - configure.in, configure - use gcc -shared and gcc -fPIC

- #227562 - urllib.py - call URLopener.http_error_default when
                        an invalid 401 request is being handled.

- urllib.py - provide simple recovery/escape from apparent redirect recursion

- #129288 - urllib.py - changing %02x to %02X in quoting

- urllib.py - HTTPS now works with string URLs

- distutils/command/install.py - make .get_outputs() produce a list of unique
                                 filenames

- pyexpat.c - removed memory leaks

- #233253 - distutils/command/build_ext.py - the --define and --undef options
            didn't work, whether specified on the command-line or in setup.cfg.

- distutils/command/build_ext.py - make docstrings raw

- #128930 - distutils/command/build_ext.py - split rpath argument

- #131064, #129584, #127722 - PC/getpathp.c

- asynchat.py - now checking for empty buffer with ==, not "is"

- Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
</content>
</entry>
<entry>
<title>sparc64 does dynamic linking.</title>
<updated>2001-03-06T10:03:03Z</updated>
<author>
<name>mrg</name>
<email>mrg</email>
</author>
<published>2001-03-06T10:03:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a36238848b9caf642d0cca5717d982a2b0ebc4d1'/>
<id>urn:sha1:a36238848b9caf642d0cca5717d982a2b0ebc4d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the COMMENT from being in its own file to a definition in the</title>
<updated>2001-02-17T09:06:56Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2001-02-17T09:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=791d0f000e3800b92390f9dc47dfcdb2a421a0ca'/>
<id>urn:sha1:791d0f000e3800b92390f9dc47dfcdb2a421a0ca</id>
<content type='text'>
package Makefile.
</content>
</entry>
<entry>
<title>correct MASTER_SITES</title>
<updated>2000-12-05T15:04:32Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2000-12-05T15:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38a1c4afeb27a16eb6f3eaeb7cfe873a5a74c11f'/>
<id>urn:sha1:38a1c4afeb27a16eb6f3eaeb7cfe873a5a74c11f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First batch of upgrades for Python 2.0:</title>
<updated>2000-10-22T20:01:48Z</updated>
<author>
<name>tsarna</name>
<email>tsarna</email>
</author>
<published>2000-10-22T20:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d903c4837e28843b4628db14d7bcf295ca42fee4'/>
<id>urn:sha1:d903c4837e28843b4628db14d7bcf295ca42fee4</id>
<content type='text'>
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
</content>
</entry>
</feed>
