summaryrefslogtreecommitdiffstats
path: root/struct_h5_a__info__t.html
diff options
context:
space:
mode:
authorlrknox <lrknox@users.noreply.github.com>2023-10-29 00:53:32 (GMT)
committerlrknox <lrknox@users.noreply.github.com>2023-10-29 00:53:32 (GMT)
commit79eef0516172959f2ea847e061c65670813a184d (patch)
tree6ddd749afe433f3c6ff3398aa19a8ca806ac8b34 /struct_h5_a__info__t.html
parentc3540968712708ffbb612a23868d95c9d2eb73d6 (diff)
downloadhdf5-79eef0516172959f2ea847e061c65670813a184d.zip
hdf5-79eef0516172959f2ea847e061c65670813a184d.tar.gz
hdf5-79eef0516172959f2ea847e061c65670813a184d.tar.bz2
deploy: edb5cffdb20ad959c80b665cb8c2589f4c71414d
Diffstat (limited to 'struct_h5_a__info__t.html')
-rw-r--r--struct_h5_a__info__t.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct_h5_a__info__t.html b/struct_h5_a__info__t.html
index 93bf158..0653138 100644
--- a/struct_h5_a__info__t.html
+++ b/struct_h5_a__info__t.html
@@ -37,7 +37,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.119e694</span>
+ &#160;<span id="projectnumber">1.15.0.edb5cff</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
n> | | | | | | | | | * | | | | -f/--failfast command line option for unittest. Issue 8074. Documentation ↵Michael Foord2010-03-224-26/+86 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest | | | * | | | | Issue 7815. __unittest in module globals trims frames from reported ↵Michael Foord2010-03-2210-5/+32 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stacktraces in unittest. | | | * | | | | take into account keyword arguments when passing too many argsBenjamin Peterson2010-03-211-0/+9 | | | | | | | | | | | * | | | | improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-211-0/+9 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note this removes the "non-keyword" or "keyword" phrases from these messages. | | | * | | | | don't write duplicate testsBenjamin Peterson2010-03-211-2/+0 | | | | | | | | | | | * | | | | fix importBenjamin Peterson2010-03-211-2/+3 | | | | | | | | | | | * | | | | Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-211-20/+6 | | | | | | | | | | | * | | | | #8180: Fix test_pep277 on OS X and add more tests for special Unicode ↵Florent Xicluna2010-03-211-30/+105 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | normalization cases. | | | * | | | | rewrite a bitBenjamin Peterson2010-03-211-4/+6 | | | | | | | | | | | * | | | | Issue #8179: Fix macpath.realpath() on a non-existing path.Florent Xicluna2010-03-211-1/+4 | | | | | | | | | | | * | | | | Use assertRaises and add a specific warning filter.Florent Xicluna2010-03-211-9/+4 | | | | | | | | | | | * | | | | No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-212-8/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But when the "dl" module is available, it gives a py3k deprecation warning. | | | * | | | | Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" ↵Florent Xicluna2010-03-212-3/+35 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statements. | | | * | | | | Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.Florent Xicluna2010-03-211-17/+15 | | | | | | | | | | | * | | | | Silence more py3k warnings in unittest.case.Florent Xicluna2010-03-211-2/+2 | | | | | | | | | | | * | | | | #7092 - Silence more py3k deprecation warnings, using ↵Florent Xicluna2010-03-21