summaryrefslogtreecommitdiffstats
path: root/src/H5FDspace.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-05-29 21:43:41 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-05-29 21:43:41 (GMT)
commitbf9a02aab02fc268b799e0771dc9d167780f8c99 (patch)
tree7a7a8ff5649f35feb608d53a47b210bc1e911636 /src/H5FDspace.c
parentf4ddc227c2f407daea09c7811f943fd27b604d44 (diff)
downloadhdf5-bf9a02aab02fc268b799e0771dc9d167780f8c99.zip
hdf5-bf9a02aab02fc268b799e0771dc9d167780f8c99.tar.gz
hdf5-bf9a02aab02fc268b799e0771dc9d167780f8c99.tar.bz2
[svn-r20923] Description: Added test for permutations of attaching and detaching DS, see bug HDFFV-7605.
Tested: Jam (intel and gnu)
Diffstat (limited to 'src/H5FDspace.c')
0 files changed, 0 insertions, 0 deletions
* | Merged revisions 73328 via svnmerge fromAmaury Forgeot d'Arc2009-06-091-0/+1 | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73328 | amaury.forgeotdarc | 2009-06-10 01:37:11 +0200 (mer., 10 juin 2009) | 3 lines Missing import in test_curses, uncovered by some buildbots. (There are still a few test files that don't use the standard layout) ........ * | #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ↵Amaury Forgeot d'Arc2009-06-091-0/+10 | | | | | | | | | | | | ignored. Will backport to 3.0. * | Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-081-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73190 | georg.brandl | 2009-06-04 01:23:45 +0200 (Do, 04 Jun 2009) | 2 lines Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. ........ r73213 | georg.brandl | 2009-06-04 12:15:57 +0200 (Do, 04 Jun 2009) | 1 line #5967: note that the C slicing APIs do not support negative indices. ........ r73257 | georg.brandl | 2009-06-06 19:50:05 +0200 (Sa, 06 Jun 2009) | 1 line #6211: elaborate a bit on ways to call the function. ........ r73258 | georg.brandl | 2009-06-06 19:51:31 +0200 (Sa, 06 Jun 2009) | 1 line #6204: use a real reference instead of "see later". ........ r73260 | georg.brandl | 2009-06-06 20:21:58 +0200 (Sa, 06 Jun 2009) | 1 line #6224: s/JPython/Jython/, and remove one link to a module nine years old. ........ r73275 | georg.brandl | 2009-06-07 22:37:52 +0200 (So, 07 Jun 2009) | 1 line Add Ezio. ........ r73294 | georg.brandl | 2009-06-08 15:34:52 +0200 (Mo, 08 Jun 2009) | 1 line #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). ........ * | Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-071-0/+21 | | * | give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-062-3/+9 | | * | Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-042-0/+45 | | | | | | | | | | | | or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument. * | Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9 | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73232 | georg.brandl | 2009-06-04 20:59:58 +0200 (Do, 04 Jun 2009) | 1 line Add test for #3684. ........ * | Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-041-586/+0 | | * | Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-041-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73186 | georg.brandl | 2009-06-03 23:21:09 +0200 (Mi, 03 Jun 2009) | 1 line #6174: fix indentation in code example. ........ r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line #3584: ignore trailing newlines when placing the caret for a SyntaxError location. ........ r73212 | georg.brandl | 2009-06-04 12:10:41 +0200 (Do, 04 Jun 2009) | 1 line Better name for "Ctor". ........ * | More codestring -> codebytes.Georg Brandl2009-06-042-4/+4 | | * | #3791: remove last traces of bsddb.Georg Brandl2009-06-041-26/+3 | | * | #3613: add base64.encodebytes and decodebytes as the new spelling of ↵Georg Brandl2009-06-042-17/+17 | | | | | | | | encodestring and decodestring; deprecate the latter. * | Fix __all__.Raymond Hettinger2009-06-04