summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorL Kurz <lkurz@hdfgroup.org>2018-03-29 17:52:58 (GMT)
committerL Kurz <lkurz@hdfgroup.org>2018-03-29 17:52:58 (GMT)
commit55f1d2945df1bb0b3e0e421dac63079db8b629cd (patch)
tree5f3d4479edf4a7610585e78cbc214b5ba51e45c5 /release_docs
parente8f5787831f7d561c79cc08c75fd6bc83252480d (diff)
downloadhdf5-55f1d2945df1bb0b3e0e421dac63079db8b629cd.zip
hdf5-55f1d2945df1bb0b3e0e421dac63079db8b629cd.tar.gz
hdf5-55f1d2945df1bb0b3e0e421dac63079db8b629cd.tar.bz2
Update email address
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/USING_HDF5_CMake.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt
index b516056..34ab1b4 100644
--- a/release_docs/USING_HDF5_CMake.txt
+++ b/release_docs/USING_HDF5_CMake.txt
@@ -313,7 +313,7 @@ endif()
set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PACKAGE@@HDF_PACKAGE_EXT@")
###############################################################################################################
-# For any comments please contact cdashhelp@hdfgroup.org
+# For any comments please contact help@hdfgroup.org
#
###############################################################################################################
span> * | | | | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors.Vinay Sajip2011-05-231-0/+15 | | | | | | | * | | | | | | merge 3.2Benjamin Peterson2011-05-231-0/+1 |\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | * | | | | merge 3.1Benjamin Peterson2011-05-231-0/+1 | |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | * | | correctly lookup __dir__Benjamin Peterson2011-05-231-0/+1 | | | | | * | | | | Merge 3.2Victor Stinner2011-05-231-7/+6 |\ \ \ \ \ | |/ / / / | * | | | Merge 3.1Victor Stinner2011-05-231-7/+6 | |\ \ \ \ | | |/ / / | | * | | test_codecs now removes the temporay file (created by the test)Victor Stinner2011-05-231-7/+6 | | | | | | | * | | Issue #10801: Remove a debug print() from test_zipfileVictor Stinner2011-05-221-1/+0 | | | | | * | | | | Issue #12105: test_posix, add the value of O_CLOEXEC in the error messageVictor Stinner2011-05-231-1/+2 | | | | | * | | | | Issue #12151: test_logging writes debug messages to stderr, not stdoutVictor Stinner2011-05-221-2/+2 | | | | | | | | | | | | | | | | | | | | stdout are lost in buildbots * | | | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-221-0/+7 | | | | | * | | | | Issue #12138: fix use of transient_internet() in test_urllibnetAntoine Pitrou2011-05-221-77/+62 |\ \ \ \ \ | |/ / / / | * | | | Issue #12138: fix use of transient_internet() in test_urllibnetAntoine Pitrou2011-05-221-77/+62 | | | | | * | | | | regrtest: enable faulthandler in main() instead of if __name__ == '__main__':Victor Stinner2011-05-221-3/+4 | | | | | | | | | | | | | | | | | | | | So it's also enabled when using "./python -m test". * | | | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a ↵Mark Dickinson2011-05-221-0/+11 | | | | | | | | | | | | | | | | | | | | TypeError, not a Decimal.InvalidOperation * | | | | Issue #12136: Added change to handle non-availability of the ssl module.Vinay Sajip2011-05-211-9/+14 | | | | | * | | | | Added SSL test for HTTPHandler.Vinay Sajip2011-05-211-33/+72 | | | | | * | | | | Added SSL capability to TestHTTPServer.Vinay Sajip2011-05-201-1/+14 | | | | | * | | | | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()Charles-François Natali2011-05-201-2/+18 | | | | | | | | | | | | | | | | | | | | accept and return str instead of bytes arrays. Add some more tests. * | | | | (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6 |\ \ \ \ \ | |/ / / / | * | | | test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6 | | | | | * | | | | (Merge 3.2) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-17/+0 |\ \ \ \ \ | |/ / / / | | | | | | | | | | zlib.decompress() anymore to be able to unload the module. | * | | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-17/+0 | |\ \ \ \ | | |/ / / | | | | | | | | | | zlib.decompress() anymore to be able to unload the module. | | * | | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-191-17/+0 | | | | | | | | | | | | | | | | | | | | to be able to unload the module. | | * | | Ooops, add the missing file of the backport of commit 33543b4e0e5d from PythonVictor Stinner2011-05-181-0/+0 | | | | | | | | | | | | | | | | | | | | | | | | | 3.2 (#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.) | | * | | Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, supportVictor Stinner2011-05-181-3/+26 | | | | | | | | | | | | | | | | | | | | | | | | | different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. * | | | | Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-19