Discussion:
[Python-3000-checkins] r64997 - python/branches/py3k
georg.brandl
2008-07-16 02:55:37 UTC
Permalink
Author: georg.brandl
Date: Wed Jul 16 04:55:36 2008
New Revision: 64997

Log:
Blocked revisions 64453,64471,64489,64527,64535,64554,64595,64702 via svnmerge

........
r64453 | andrew.kuchling | 2008-06-22 15:39:11 +0200 (Sun, 22 Jun 2008) | 1 line

Wording fix
........
r64471 | facundo.batista | 2008-06-23 01:19:14 +0200 (Mon, 23 Jun 2008) | 5 lines


Fixing the problem stated in issue 2702 with the patch submitted
in the issue 3165. Now cPickle does not fails with uncontrolled
behaviour when pickling into a very deep nested structure.
........
r64489 | thomas.heller | 2008-06-23 16:49:56 +0200 (Mon, 23 Jun 2008) | 2 lines

Fix compilation on Windows.
........
r64527 | facundo.batista | 2008-06-25 21:24:53 +0200 (Wed, 25 Jun 2008) | 9 lines


Reverting the patch from #3165, as it broke other
behaviours. I left the original test commented out (note
that that test came from #2702, which seems to have a
problem in FreeBSD and Windows, but not in Linux).

I included a new test, to watch over the now-broken
behaviour, I took it from #3179.
........
r64535 | georg.brandl | 2008-06-26 20:55:37 +0200 (Thu, 26 Jun 2008) | 2 lines

Add a version tag for shutdown().
........
r64554 | trent.nelson | 2008-06-27 04:24:49 +0200 (Fri, 27 Jun 2008) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-64347" from
svn+ssh://pythondev at svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade
........
r64595 | facundo.batista | 2008-06-30 03:10:55 +0200 (Mon, 30 Jun 2008) | 3 lines


Fix #2702, with a correct accounting of recursion.
........
r64702 | georg.brandl | 2008-07-04 19:22:53 +0200 (Fri, 04 Jul 2008) | 2 lines

Give the pickle special methods a signature.
........


Modified:
python/branches/py3k/ (props changed)

Loading...