summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-232-150/+235
* applies #322 without FReadDir effectAraq2013-02-221-1/+8
* added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
* small cleanupsAraq2013-02-191-3/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-164-31/+47
|\
| * WA for #329, caused by #335Simon Hafner2013-02-151-1/+1
| * on the path to get unittest running from JSSimon Hafner2013-02-151-12/+27
| * elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
| * UTC weekday in JSSimon Hafner2013-02-151-1/+2
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-153-17/+17
* | preparations for a generational GCAraq2013-02-161-1/+1
|/
* Fixed osproc.execCmdEx; tester should now succeed.Dominik Picheta2013-01-281-16/+15
* Fixes #317Dominik Picheta2013-01-271-12/+29
* merged upstream masterZahary Karadjov2013-01-2723-337/+850
|\
| * bugfix: typeinfo.extendSeqAraq2013-01-272-4/+4
| * Added strutils.unescape and fixed issue with strutils.escape.Dominik Picheta2013-01-251-1/+39
| * Merge pull request #306 from gradha/pr_adds_randomize_with_specific_seedAraq2013-01-231-4/+27
| |\
| | * Adds randomize(seed) for repeatable pseudo random numbers.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| * | Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-231-2/+2
| |\ \
| | * | Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-2/+2
| | |/
| * | bugfix: ftpclient compiles againAraq2013-01-221-1/+1
| * | Added a timeout parameter to irc.reconnect.Dominik Picheta2013-01-211-3/+18
| * | Fixed os.sleep not sleeping for long enough with values below 1000ms.Dominik Picheta2013-01-211-1/+1
| |/
| * fixes sequtils.filterItAraq2013-01-191-5/+4
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+1
| * fixes a performance regression for json handlingAraq2013-01-151-1/+8
| * 'sort' for ordered tablesAraq2013-01-121-1/+47
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-111-10/+154
| |\
| | * Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
| | * Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
| | * Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
| * | 'importcpp' for the JS target to generate an infix callAraq2013-01-111-1/+1
| |/
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-081-0/+6
| |\
| | * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-0/+6
| | |\
| | | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
| * | | make some tests greenAraq2013-01-081-1/+3
| |/ /
| * | fixes #293Araq2013-01-082-5/+5
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-265-170/+253
| |\ \
| | * | Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| | * | Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-234-76/+153
| | * | Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| | * | recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
| * | | small improvements for FFIAraq2012-12-261-1/+8
| |/ /
| * / Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| |/
| * Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
| * Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
| * Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
| * Adds to split() a code example using a set of separators.Grzegorz Adam Hankiewicz2012-12-111-1/+18
| * Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
| * Fixes #268Dominik Picheta2012-12-083-18/+65