Handle None module in module_available
Added early return of False when module_available receives None, preventing an AttributeError crash in version checks.
CLOSEDpydata/xarrayPR #11358
Fixed three Python brace-format string errors in Sphinx fa and el locale .po files that cause msgfmt compilation failures. Each msgstr now uses the correct format field names matching its msgid.
Added early return of False when module_available receives None, preventing an AttributeError crash in version checks.
Fixed RangeIndex.arange so non-dividing steps materialize the same values as numpy.arange instead of deriving a different spacing from the interval length.
Clarified xarray's DataArray user guide so the coords list description no longer contradicts the documented coords=[times, locs] example.