Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parsecsv fix style (#17933) | Juan Carlos | 2021-05-04 | 1 | -67/+64 |
| | | | | | | | * ReSync with Devel * Fix style in parsecsv * Update lib/pure/parsecsv.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Change stdlib imports to use std prefix in most examples (#17202) | Danil Yarantsev | 2021-02-28 | 1 | -10/+10 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -32/+0 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | Raise KeyError if passed an invalid row entry (#15227) | Scott Wadden | 2020-08-26 | 1 | -2/+7 |
| | |||||
* | parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport] | Jjp137 | 2020-07-27 | 1 | -2/+2 |
| | |||||
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 1 | -2/+2 |
| | |||||
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 1 | -2/+2 |
| | | | | | | New issue: since `Table[A, B]` allocates its backing storage with `newSeq[KeyValuePair[A, B]]`, it's no longer legal to create a table with `not nil` types used as either keys or values. | ||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -3/+3 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | [backport] run nimpretty on parsers | narimiran | 2019-09-30 | 1 | -6/+6 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) | Arne Döring | 2019-02-28 | 1 | -9/+6 |
| | |||||
* | Handle empty lines in parsecsv; fixes #8365 (#9343) | Federico Ceratto | 2019-01-26 | 1 | -1/+7 |
| | |||||
* | better docs: parsecsv (#10391) | jiro | 2019-01-24 | 1 | -22/+140 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | Parsecsv mutability (#7253) | Misha Kotwica | 2018-02-24 | 1 | -11/+11 |
| | | | | | | | | * parsecsv: immutable vars into lets improving readability * parsecsv.rowEntry: add mutable access | ||||
* | Name error in example (#6935) | Strømberg | 2017-12-17 | 1 | -1/+1 |
| | | | Name error, example didn't compile . | ||||
* | fixes #6148 | Andreas Rumpf | 2017-10-26 | 1 | -1/+4 |
| | |||||
* | Improvements to parsecsv to include a minimalist DictReader #4285 | A. S. Budden | 2016-06-12 | 1 | -0/+73 |
| | |||||
* | adds another 'open' to parsecsv; refs #3695 | Andreas Rumpf | 2016-05-28 | 1 | -0/+11 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -20/+20 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | more stdlib modules work | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | several modules changed | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -27/+29 |
| | |||||
* | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+178 |