summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* close #5472 nre tests should be run (#5474)Florent2017-03-041-0/+22
* More robust tests for #5453 (#5469)Florent2017-03-031-14/+9
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-0/+19
* Add gethostname to nativesockets (#5443)Federico Ceratto2017-03-011-0/+8
* Merge pull request #5373 from nim-lang/feature/async-streamsAndreas Rumpf2017-02-261-3/+7
|\
| * Merge branch 'devel' into feature/async-streamsAraq2017-02-251-0/+11
| |\
| * | Implement streamed async/sync downloadFile and deprecate old one.Dominik Picheta2017-02-111-2/+4
| * | Implement streamed body reading in httpclient.Dominik Picheta2017-02-111-1/+3
* | | Make use of `used` in unittest (#5410)Fabian Keller2017-02-251-3/+12
| |/ |/|
* | Fixes #5382Anatoly Galiulin2017-02-131-0/+11
|/
* fixes #5349Araq2017-02-081-4/+36
* fix string slice & splice (#5311)Parashurama2017-02-011-0/+55
* Use onThreadCreation to set default SSL context for each thread (#5265)Ruslan Mustakov2017-01-231-1/+1
* new segfaults.nim stdlib module works on WindowsAraq2017-01-201-0/+4
* first implementation of segfaults stdlib moduleAndreas Rumpf2017-01-201-0/+25
* Improve & optimize strutils 'find' procs (#5196)Parashurama2017-01-111-0/+27
* add copyDir stdlib testAndreas Rumpf2017-01-101-0/+18
* Update unit test to handle AssertionError instead of ValueError for #5119Chris Heller2016-12-211-1/+1
* Guard against calling split with an empty string as a separator. Fixes #5119Chris Heller2016-12-211-0/+19
* make tos.nim green on WindowsAraq2016-12-131-4/+7
* Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-011-0/+28
|\
| * Add HTTP header deletion, improve testsFederico Ceratto2016-12-011-0/+28
* | Rewrite xmltools.innerTextDmitry Polienko2016-11-301-2/+16
|/
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-5/+5
* Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-141-0/+4
* Improved `-`; fixed testsFelix Krause2016-11-141-2/+2
* Fixed daylight saving timeFelix Krause2016-11-141-1/+22
* Fixed timezone rendering, added testFelix Krause2016-11-101-0/+12
* Merge pull request #5002 from goldenreign/time-compare-nosideeffectAndreas Rumpf2016-11-071-0/+11
|\
| * Add 'noSideEffect' pragma for Time type's operatorsgoldenreign2016-11-071-0/+11
* | Use ISO 8601 format for times.`$`. Fixed tests.Felix Krause2016-11-011-51/+66
* | Removed tzname because it's brokenFelix Krause2016-11-011-12/+12
|/
* add test: echo a seq with a nil valuejlp7652016-11-011-0/+2
* Merge pull request #4924 from nigredo-tori/fix-4917Andreas Rumpf2016-10-241-0/+22
|\
| * Improve as previously discussedDmitry Polienko2016-10-221-0/+10
| * Revert createDir signature, expose rawCreateDirDmitry Polienko2016-10-221-7/+0
| * Make createDir return discardable boolDmitry Polienko2016-10-221-0/+19
* | make tgetfileinfo work on WindowsAraq2016-10-241-8/+16
* | Merge branch 'devel' of https://github.com/rudis/Nim into rudis-develAraq2016-10-241-1/+31
|\ \
| * | tests: add more tests for getFileInfo()Simon Ruderich2016-09-171-1/+31
* | | Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-211-0/+16
| |/ |/|
* | Bugfix for times.initInterval (issue #4889)Jonathan Bernard2016-10-121-1/+8
* | Implements onProgressChanged callback for httpclient.Dominik Picheta2016-09-241-3/+22
* | Implements getContent and postContent for (Async)HttpClient.Dominik Picheta2016-09-241-0/+19
* | Handle redirects in HttpClient's post procs & post test.Dominik Picheta2016-09-241-18/+17
* | Fixes #4797.Dominik Picheta2016-09-191-0/+4
* | Implements proxy support for (Async)HttpClient. Ref #4423.Dominik Picheta2016-09-181-0/+6
* | Implements timeouts for synchronous HttpClient.Dominik Picheta2016-09-181-0/+13
* | Improvements to httpclient. Refs #4423.Dominik Picheta2016-09-181-0/+53
|/
* Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.Ruslan Mustakov2016-09-161-2/+10