swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
5cea456 Remove two cross-references * Replace a malformed link in `write` docstring with a literal `write` rather than a real cross-reference, since that would just cross-reference itself. Also move `write` docstring inline. * Remove cross-reference for `<<` from inside a literal since text inside a literal can't contain a link. A cross-reference to `<<` already appears at the end of the docstring. (cherry picked from commit 2301c272135d69a7ebd7d0bf34eeb3bda07aec9d) ref #17969 20 August 2016, 06:44:38 UTC
a062d65 Move documentation inline for error types declared in base/base.jl. (#17959) (cherry picked from commit 87e00a144c77232c5d399e536103fd76a70786a5) 20 August 2016, 06:44:19 UTC
0c4397d disable openssl in curl build when build agains mbedtls [fix #17910] (#17955) (cherry picked from commit 18160d267d371e80ffeaeb407652a2626e6c7687) 20 August 2016, 06:44:00 UTC
721c6b7 improve correctness of fieldtype_tfunc Vararg is only exact if in covariant position also make getfield_tfunc monotonic for the case where the type has one field, to avoid the same bug fix #16530 (cherry picked from commit aeaff55cd606583a06b8c7c2a174cbbbb2577728) ref #17953 20 August 2016, 06:42:57 UTC
dcea839 slightly improve error message for unsupported kw arguments also fix some code formatting (cherry picked from commit 28d8b80f6a59614fc005accf50f15d57d60bb01f) ref #17973 20 August 2016, 06:42:35 UTC
6dd9e81 Fix StackOverflowError in zip_iteratorsize (cherry picked from commit 1e7f92c5163e0a638c537ac3babb2e5b33dc5ea8) ref #17966 20 August 2016, 06:42:15 UTC
df5286a Improve inferability of promote_op (cherry picked from commit 6fd91b287f63edc301a2ab219b7a145f5c61930d) ref #17929 20 August 2016, 06:41:15 UTC
14a5744 Move OffsetArray definition to TestHelpers (cherry picked from commit e95b5e20c4e7d6abfd4345d9dc5a114c6153ffa6) ref #17919 20 August 2016, 06:41:01 UTC
05197a5 Support non-1 indices and fix type problems in DFT (fixes #17896) (cherry picked from commit 996e2757cb39b88f112e03f602339aa2b7f0ee65) ref #17919 20 August 2016, 06:40:49 UTC
a36da57 Fix mbedtls clean target to delete all installed files. (cherry picked from commit 11a8e07d89d26fe5c42a3cbcfbfbcf85a5d790aa) ref #17783 20 August 2016, 06:39:39 UTC
9a6f035 Have libgit2 use our curl. Enforce curl as a dependency for the libgit2 build. Fix the libgit2 clean target Build curl only on linux and osx. Add pkg-config to build dependencies in README.md. Required to detect curl in libgit2 build. (cherry picked from commit 3687527bfc98be8438d2bf018e87c70ea123403b) ref #17783 20 August 2016, 06:39:28 UTC
5662306 Build curl to provide proxy support for Pkg. The curl build depends on mbedtls and libssh2 Patch for mbedtls to allow curl to build with mbedtls support Add curl to LICENSE.md, README.md and all the other various locations (cherry picked from commit 046c6eb7f896d806de3fc38da2e8c9153b2dba39) ref #17783 20 August 2016, 06:38:51 UTC
65aa0b0 Fix pcre clean target. (cherry picked from commit a434002b698ae6dd7cf26b3fac78d490b4a44f55) ref #17783 20 August 2016, 06:36:31 UTC
4364ded Only download busybox-w32 when USE_GPL_LIBS is 1 some of the spawn and cmdlineargs tests may fail in a no-GPL Windows build if executed outside of the build environment (all of which are GPL themselves...), we could either skip them or try to get them to work via calling powershell or some other non-GPL coreutils replacement (toybox? uutils? sbase + now-LPGL cygwin?) (cherry picked from commit 2a9dd3b2ef06e5ba36a1f3d8d33839498b7cc501) ref #17851 20 August 2016, 06:36:03 UTC
19b4222 Reinstate downloading old versions of winrpm gcc dll's This mostly reverts #17906 and puts #15521 back in place, but from a slightly more permanent download location now. Unfortunately using the latest opensuse copy of the gcc dll's is causing issues when a cygwin-built Julia tries to load an opensuse-built libzmq.dll. Using these slightly old gcc 5 versions seems to fix it. I suspect the difference is which libstdc++ ABI is being used. GCC 5 has both old and new available, but many distros had it using the old ABI by default for compatibility. GCC 6 (which opensuse is using now) is more likely to be using the new ABI by default. (cherry picked from commit 477a026055b83ee10879f489f64243d0825b35f9) ref #18059 20 August 2016, 06:35:34 UTC
b9d7579 Revert "Revert "Restore type parameter for elementwise ops"" This reverts commit e6f5d89f519f95ce71370bb44f62c387388cda35. ref #17798 and #17389 and #17929 20 August 2016, 06:17:49 UTC
4160a8a Revert "Revert "Make promote_op rely on Core.Inference.return_type"" This reverts commit dbdaf72b22078aa692875806b5ba20c8e7154e77. ref #17389 and #17929 20 August 2016, 06:17:27 UTC
d259be5 Bugfix #18073 (#18105) fix #18073: `any([])` and `all([])` (#18105) 18 August 2016, 20:15:22 UTC
0350e57 Tag v0.5.0-rc2 12 August 2016, 11:25:23 UTC
e3d9acc Merge pull request #17960 from JuliaLang/tk/backports-0.5.0-rc2 [release-0.5] backports for 0.5.0 rc2 12 August 2016, 10:11:39 UTC
688c3d6 Fix atahn to atanh (#17977) * Fix atahn to atanh * More tests (cherry picked from commit 5838a12ba037f40b31affe5b408edcf9ce4bed28) 12 August 2016, 08:28:14 UTC
dccf0cc Remove redundant uplo argument in chol family. When using Hermitian and Symmetric, it is redundant to also have an uplo argument and occasionally, it also gave the wrong result. This can therefore be considered a bugfix. (cherry picked from commit 608510306b3907e8ad0d7171b1a530169d81d6e2) ref #17985 12 August 2016, 08:27:23 UTC
0eabf45 Revert "Remove redundant uplo argument in chol family. When using Hermitian (#17909)" This reverts commit d992f3dd10602ef52d8c297ebb7c7396a579c963. (cherry picked from commit 62b55ce011cba72c96a1dc5f178ccd27c50c6e6d) ref #17985 12 August 2016, 08:27:09 UTC
a228a7a Fix typo in libgit2 credentials callback (#17975) (cherry picked from commit 1d5a4272f6563e3cce3ca5e8746c2eafa0a86dc9) 12 August 2016, 08:26:38 UTC
799af80 license header for weakkeydict.jl 11 August 2016, 07:11:52 UTC
84ad7c7 Fix doctest line numbers 11 August 2016, 06:11:38 UTC
aa59b42 fix output of getaddrinfo in networking and streams (#17931) fix output of getaddrinfo in networking and streams documentation for v0.5. (cherry picked from commit 068aa9d3aaae6c71b92845f8ee39feb139de0761) 11 August 2016, 05:39:51 UTC
826f27b fix BigInt `ndigits` test See #16766. `ndigits(big(0),1)` doesn't raise an error, but we were sometimes (randomly, rarely) testing that it does. This change makes the test reliable. The issue of how this case should actually behave is still open. (cherry picked from commit dd09d19f6545a87cef384378d6956ce48c04d9a5) ref #17952 11 August 2016, 05:33:12 UTC
03cf927 fix missing line break in precompile error message (cherry picked from commit 8dfe9c83edeff215c47729d3677e5775ab804af3) ref #17947 11 August 2016, 05:32:39 UTC
c3cd268 improve heuristic for when to refresh line in the REPL (#17868) * improve heuristic for when to refresh line * fix trailing whitespace... * use indent when not on first line * remove unused argument and change local var to not share name with function (cherry picked from commit f84b94ccac49c0a505b639122bb044069659f6d8) 11 August 2016, 05:31:26 UTC
058dcea reword second tag -> find in CONTRIBUTING.md ref #17911 (cherry picked from commit 091c2fd6485fd042f17651b1d869446c6b640db8) 11 August 2016, 05:30:47 UTC
1bd4fbb Add cross-release compatibility note to CONTRIBUTING.md (#17911) * Add cross-release compatibility note to CONTRIBUTING.md * tag -> specify (cherry picked from commit dcffb4a3b2bde018851d70450cbc9d7da2ca3988) 11 August 2016, 05:30:33 UTC
b311b03 Define conj and conj! for for Symmetric and Hermitian. (#17827) Fixes #17780 (cherry picked from commit 3f6b2b26a2d4ccef77f0b54ae664e5dcae157db1) 11 August 2016, 05:30:23 UTC
d992f3d Remove redundant uplo argument in chol family. When using Hermitian (#17909) and Symmetric, it is redundant to also have an uplo argument and occasionally, it also gave the wrong result. This can therefore be considered a bugfix. (cherry picked from commit 35df9b806956584043b9ada634124162bccd096e) 11 August 2016, 05:29:35 UTC
1c5cdfe Set an RPATH on all libraries requiring fortran in binary-dist (#17901) (cherry picked from commit 8615732f097fe3a992803b8d83729bdd315f1725) 11 August 2016, 05:28:51 UTC
b39e59d Patch is picky about newlines at end of file (cherry picked from commit cbb1b9647ee84e46b895db08ca98ad1b77d890f1) 11 August 2016, 05:28:50 UTC
b3fd795 fix incorrect bignum rng buffer size [fix #17772] (#17874) (cherry picked from commit 99c4add7e8848ead56e59e63c462ac795024d66a) 11 August 2016, 05:28:49 UTC
032db5f fix #13529, slowdown with large number of async `sleep` calls The problem was performance degradation of ObjectIdDict with many deleted items. The table needs to be rehashed after a large number of deletions. (cherry picked from commit c5e0f47a57993aae6c4ed3fa310724064fc51d16) ref #17655 11 August 2016, 05:28:48 UTC
203a8f0 fix spawn test to check exit status of async tasks (cherry picked from commit 8ea8df46e9a192d02fb51b6f2a6a9282b99a56e4) ref #17925 11 August 2016, 05:28:45 UTC
a4ee378 doc formatting and add back threadcall note (cherry picked from commit fa7f995c0a17e527e1d4f44f7c1b96077e26224e) ref #17862 11 August 2016, 05:28:27 UTC
1662aae Update 0.4 links and Pkg output to 0.5 (backport this commit) (cherry picked from commit 25764d1fd7c41b77258842a10655e8e3213b789d) ref #17862 11 August 2016, 05:28:21 UTC
1c7c905 Update url's in docs to fix `make -C doc linkcheck` (cherry picked from commit b824da4732f7e711ced3b63b1de146fc95f3121b) ref #17862 11 August 2016, 05:28:12 UTC
f54dec2 Use sphinx 1.4.5 to fix a linkcheck unicode bug with valgrind doc site (cherry picked from commit 99c8ea0f2ff857fabcc1a1852bf39302b5257af6) ref #17862 11 August 2016, 05:28:08 UTC
d986e8f excluse asc signature files from checksum listing (cherry picked from commit c3ca3dc3a34d1fc09a4962110168aeb00d8ab3e4) ref #17862 11 August 2016, 05:27:54 UTC
b6372ab More examples, cleanup of array and eigen method docs (cherry picked from commit 24cdc2675623ea85e1260adaed365ba1e095c081) ref #17882 11 August 2016, 05:27:44 UTC
c0bf573 Don't print an error message if ssh-agent fails Since we'll just fall back to the keys anyway. (cherry picked from commit a1cdc5409dfca99b9380e549793adf59c6330fb5) ref #17860 11 August 2016, 05:27:28 UTC
45c90ef Refactor credentials yet again Now, we never prompt for credentials unless we consider the credentials invalid (we tried three times and gave up), (note exceptions are ssh keys which we know have to exist for ssh credentials to work). Also, if through interactive prompting credentials get changed, they get reset to make sure that we do the retries. This fixes the original issue of not prompting when a prompt would have been required as well as being nicer in the face of typos when entering credentials. Fixes certain clone operations over HTTPS. (cherry picked from commit dbbd20085f99a60566e9b994c045c8c44ea9724c) ref #17860 11 August 2016, 05:26:54 UTC
916d894 test for #17811, type of e.g. `abs(Integer[])` (#17891) This tests that the result type of an empty comprehension is big enough to hold the possible results. (cherry picked from commit 93c60613d82c7d178b685d451b3aafc7cc30c624) 11 August 2016, 05:26:34 UTC
9bc9a47 use inferred type instead of `Union{}` for empty comprehensions fixes #17811 (cherry picked from commit 29e7ddfb3f6211347b34f6ba935e182bfb686d7e) ref #17847 11 August 2016, 05:26:18 UTC
3f2a09d Revert "Temporary ugly hack to download old versions of winrpm gcc dll's" (#17906) This reverts commit 97f18418b257bdcf625a5384687389b048e9c2ab. ref #15521 (cherry picked from commit 8a24871dcc2cd2b4175be198c159b7ec81b7a614) 11 August 2016, 05:25:25 UTC
fe1c733 bump openlibm, fixes #17751 (#17912) (cherry picked from commit 008d8e752cad0cf2c5890221f738d6c9ebcd8087) 11 August 2016, 05:09:41 UTC
9e896c9 Document `@threadcall` (#17915) (cherry picked from commit 42def4a1aec2a6402309619dda68e5948cfc4cb0) 11 August 2016, 05:09:40 UTC
43d9f06 Add test for function name being assigned in function (#17835) For issue #4914 (cherry picked from commit 932ce0c261d069f003ad7c1820b5e9a0ca3abda8) 11 August 2016, 05:09:39 UTC
4adaeee Add test for @code_typed and @code_lowered (#17892) Add test for typed and lowered Check if @code_typed and @code_lowered return LambdaInfo instead of Array (cherry picked from commit f5eea9228ee05367571d79aea5c0b622d97d1569) 11 August 2016, 05:09:39 UTC
d02d911 Remove export and rst docs for circshift! on release-0.5 ref https://github.com/JuliaLang/julia/pull/17861#issuecomment-238505848 11 August 2016, 05:09:38 UTC
8a1cf9b Faster, indices-aware circshift (and non-allocating circshift!) Fixes #16032, fixes #17581 (cherry picked from commit 60660b5dc663ee8c6f1501cc96c847ba64b14f5c) ref #17861 11 August 2016, 05:09:37 UTC
66b8bfe Add more backtrace tests (cherry picked from commit af2612d54405faf6bb50c36c52cb1d529c6d4f4b) ref #17818 11 August 2016, 05:09:36 UTC
c0936b7 Fix PermutedDimsArrays typo (cherry picked from commit 6ed3bb8fa848afb888bcc17aa89e7348a36b05ba) ref #17895 11 August 2016, 05:09:35 UTC
d5a51e9 Support -I for I::CartesianIndex (cherry picked from commit f6d3566550ab3975f4729876d3c9eed1fac86454) ref #17895 11 August 2016, 05:09:34 UTC
b673748 make WeakKeyDict finalizer usage gc-safe also use this `client_refs.lock` to protect other data-structures from being interrupted by finalizers, in the multi.jl logic we may want to start indicating which mutable data-structures are safe to call from finalizers, since generally that isn't possible to make a finalizer API gc-safe, that code should observe the standard thread-safe restrictions (there's no guarantee of which thread it'll run on), plus, if the data-structures uses locks for synchronization, use the `islocked` pattern (demonstrated herein) in the `finalizer` to re-schedule the finalizer when the mutable data-structure is not available for mutation. this ensures that the lock cannot be acquired recursively, and furthermore, this pattern will continue to work if finalizers get moved to their own separate thread. close #14445 fix #16550 reverts workaround #14456 (shouldn't break #14295, due to new locks) should fix #16091 (with #17619) (cherry picked from commit cd8be658c1cc954a28b538aa7200c62b739da936) ref #16204 11 August 2016, 05:09:33 UTC
7db1cd9 move Thread support much earlier in bootstrapping (cherry picked from commit bbd4bcc5db90a4ad73898f6f8113a18342ff1ea3) ref #16204 11 August 2016, 05:09:32 UTC
25c23b7 split weakkeydict into a separate file (cherry picked from commit 609957fcebe6b7d1a695d0e27807acdb0d4bfd4a) ref #16204 11 August 2016, 05:09:32 UTC
3d9c3d1 improve efficiency of Dict and accuracy of age (nee dirty) flag ref comment in #15923 (cherry picked from commit 32b58e1061a1fa8aa3080ba4a2a1bd394d13b34c) ref #16204 11 August 2016, 05:09:31 UTC
0a8b9a2 only run Pipe exhaustion test on unix windows doesn't stop you from allocating millions of pipes, until Julia runs out of memory (cherry picked from commit 3cfd1e418b65e5dfb41c40b7a7b4016b814a43d6) ref #17824 11 August 2016, 05:09:30 UTC
96af21a make Libuv types RAII with better error handling and bump libuv version for bugfixes (cherry picked from commit 2fdc182b79f906b7370e19c266f2119f1f58eb14) ref #17824 11 August 2016, 05:09:29 UTC
7b5782b move the typecache and inference locks to protect more of their global state (cherry picked from commit 7017d932e59b0ebae271056d745444a47c1575ed) ref #17885 11 August 2016, 05:09:28 UTC
d09dafb sharper inference of `===` with singletons, e.g. `x===nothing` (cherry picked from commit 283bd843e17e3440935cf8e4ce960dce72ef9ee6) ref #17844 11 August 2016, 05:09:27 UTC
df978c3 Add Gitter to README (#17878) * Add Gitter to README The Gitter is a large active community that new users have found lots of help at. I think it would be helpful to have the Gitter right here, because some of the people went to IRC for chat only to find out about the Gitter through the Gitter/IRC bot (and then switched to Gtiter for the code highlighting). I think showing the active community and the help it gives on a README will be important to lower the new-user threshold. * Removed Google+, and moved Gitter above IRC (cherry picked from commit 2277270e637859a820c378d32c7fd583af209923) 11 August 2016, 05:09:27 UTC
87565d3 Improve fft documentation (#17778) * Improve fft documentation * Remove whitespace * Use new notes syntax * Commit the generated .rst * Talk about cores, use CPU_CORES. * Committing generated rst (again) * `Other languages` -> `FFT libraries in other languages` * Remove redundant parts, add period * Link to section of manual * Fix doctests from changing line numbers * Fix doctests once more (cherry picked from commit 887ca0d7207f271a9620fa02a47eefb634158516) 11 August 2016, 05:09:26 UTC
91a3c42 Remove dupe digamma, fix docstrings (cherry picked from commit 2912c9e2adb05258793d8b25931fa0b87720a4c5) ref #17871 11 August 2016, 05:09:25 UTC
5b1edb5 More trig docstring cleanout (cherry picked from commit c7fc048c8ccf40112d386b8f133663cfa7a444de) ref #17871 11 August 2016, 05:09:24 UTC
7a5e180 Fix copy(region::Tuple) depwarn in FFTW (#17840) (cherry picked from commit 9c214520b49d5dd7e7d7da2bb8dbbc8bcc26cdfe) 11 August 2016, 05:09:23 UTC
8f06a6c Temporarily disable SSH tests until we can get them working on buildbots ref https://github.com/JuliaLang/julia/pull/17651#issuecomment-238211150 11 August 2016, 05:09:22 UTC
eb2f488 Test LibGit2 SSH authentication (#17651) (cherry picked from commit 7f074e94d70bb6cd97e981cd7b4867db8715f9d1) 11 August 2016, 05:09:21 UTC
87f160c Bump openlibm. (cherry picked from commit 03e92621aa93431ea78aa0d511427dce032035bf) ref #17864 11 August 2016, 05:09:20 UTC
bb40538 Update some function sigs for tasks and events, clear out HelpDB (#17846) (cherry picked from commit 6ba3b976dd5da09a7ed55e0bd531180a26ae4261) 11 August 2016, 05:09:20 UTC
203c34d Move datafmt docs out, update them a bit (cherry picked from commit 16cfe4d71d3d3c77e7941ada1f147fa45a2fb174) ref #17843 11 August 2016, 05:09:19 UTC
907db9f fix docstring wording (cherry picked from commit 6ffe1ab186f5369e18e3ff9a05c3b640454dc1a5) ref #17797 11 August 2016, 05:09:18 UTC
b9982cd Fixed line in helpdb for doctest (cherry picked from commit fdef48ddafb234166b19a51e1d381552a64d9b80) ref #17797 11 August 2016, 05:09:17 UTC
6903268 Doctests passed, gave up on ones (cherry picked from commit 071cd66aebf5968b9851071c70495ecaa4219a37) ref #17797 11 August 2016, 04:26:59 UTC
775c34e Added examples for ones, eye. Fixed up BitArray docs. Removed calls to `rand` in the doctests. (cherry picked from commit 6df3ec0a4410e9f30e0bcc15595722cc8f00e16d) ref #17797 11 August 2016, 04:26:45 UTC
ea617ec More HelpDB pruning for Bit/SparseArray, more examples Yet MORE examples from the REPL. Fixed and added links, changd some wording. (cherry picked from commit e4a377caada1ca49c85683fee04324987d3edbcf) ref #17797 11 August 2016, 04:26:34 UTC
630b862 Clarifies location of Sublime Text editing mode It is now in a separate repo and not in `contrib/` (cherry picked from commit c367b42b30e3a370b0d1eaed73d93368e7a44d37) ref #17849 11 August 2016, 04:25:59 UTC
a403819 AST doc - comparisons now use `call` unless chained (cherry picked from commit 008b15fef41ededf255a7948034178414c993621) ref #17855 11 August 2016, 04:25:28 UTC
df8dcf3 Recognize atom with a file extension. The `edit` function on windows fails if the editor command is `atom`. It succeeds if it is instead `atom.cmd`, but then Julia fails to recognize the `atom` editor. This fixes that. (cherry picked from commit e79bee701653c76eec6d01328fa6cfec43fd1493) ref #17857 11 August 2016, 04:24:25 UTC
0bbe027 Add tests for date parsing (#10817) (cherry picked from commit f2863efb5a52800a65be73b2377b717212fab0c4) ref #17836 11 August 2016, 04:22:39 UTC
d594e10 Move docs out of helpDB, make them less verbose. (cherry picked from commit 0aac966038d09cfa59a94ab002c655210be7c1be) ref #17841 11 August 2016, 04:22:38 UTC
631ff00 Deoptimize TLS access * Apparently `ifunc` is not supported by gcc 5 on ARM * Try even harder to workaround LLVM bug when dealing with returntwice function (cherry picked from commit f90eab3c4a00193b6c4fb1d0d8994afbdb540457) ref #17800 11 August 2016, 04:22:37 UTC
3d980ca Generalize findn and findnz for non-1 indices (cherry picked from commit 37e9c5cb2d583d8b44ea31c855a93574b42c5c8a) ref #17816 11 August 2016, 04:22:36 UTC
bee5a34 Get atsign-test_approx_eq working for non-1 indices (cherry picked from commit 06c6d59d9228c4a571e29f2cb0bf659f8f0e204f) ref #17816 11 August 2016, 04:22:35 UTC
1debda4 Get (c)transpose for vectors working with non-1 indices It was already working for matrices (cherry picked from commit 9114ae6030e14847e8557eaf11ca6d985743ccee) ref #17816 11 August 2016, 04:22:34 UTC
730c0a3 indices extensions for iterators & collect (cherry picked from commit a1e5daff1e2f47a3f6e56b01c800cc4cd5b40637) ref #17816 11 August 2016, 04:22:33 UTC
aee17b6 Move math docs out of HelpDB, more examples, fix typos (#17791) * Move math docs out of HelpDB, more examples, fix typos Found a series of typos in `cov` and friends. Added more notes about `NaN` and Julia. Made the function signatures reflect what's actually in the code. More examples for quite a few functions. * Move quadgk docs out, update formatting * Moved special functions out of HelpDB, insert some links * Updated docs for some array ops as well * Updated in response to feedback Removed calls to `rand` in doctests. Made examples better. Cleaned up function signatures. (cherry picked from commit 2d24eda52727c6cbccec935d689d84d710366f5a) 11 August 2016, 04:22:32 UTC
0e7933d Added documentation for doctests (#17825) The manual entry for doctests was way out of date! Updated with an example of what to do. (cherry picked from commit 6d3e3378649fbad886f3fa49ea11b09a0917f075) 11 August 2016, 04:22:31 UTC
48f7267 Move array documentation out of HelpDB, add examples (#17795) Lots of examples for things that are probably confusing for new Julia users. Made `reducedim` and `mapreducedim` arguments more similar to the ones for `reduce` and `mapreduce`. (cherry picked from commit 3e00217d69fa3f59dfd1ee0a6fd04deccec0dd5b) 11 August 2016, 04:14:45 UTC
3d91b01 Moved docs out of helpDB, way more examples Lots of our documentation for some relatively simple iterator methods had no examples. I added a bunch, moved docstrings out of HelpDB, and tried to illustrate some common use cases. (cherry picked from commit ad5d244934592b721bcc665db7a447ae8fb87625) ref #17790 11 August 2016, 04:14:27 UTC
c573b7b Fixed doc/conf.py #17813 Fixed missing UnicodeCharacters doc/conf.py, see #17813 (cherry picked from commit f566f0d254e13d04bc409c6d41e0272c18ba1fbc) ref #17814 remove patch copy-paste + artifacts from doc/conf.py (cherry picked from commit 6ba6d8dd4d053934258bbe2ff6f3466d5114cb72) 11 August 2016, 04:13:45 UTC
7306033 Fix #17805, spawn test failure on Windows introduced by #17522 (cherry picked from commit a3f288ce54ccf66ffaebb7d31574b1ed552e0045) ref #17815 11 August 2016, 04:12:46 UTC
c7cc66f Revert "Revert "Merge pull request #17522 from JuliaLang/jn/reliable-flush-close"" This reverts commit 58a14f38a312cf61451849badeaf695b9e50299c. 11 August 2016, 04:12:11 UTC
762a2a9 Fix `jl_static_show` for `bitstype` The byte gets sign extended when passing to the vararg `jl_printf` and then printed as an unsigned int which might come with unwanted `0xff` prefix... (cherry picked from commit bffa84e0c25492f15646586ace7e4bb77bb2916e) ref #17803 11 August 2016, 04:11:15 UTC
back to top