aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Syntax.md
AgeCommit message (Expand)AuthorFilesLines
2023-09-11raw printerCharles Brunet1-1/+1
2023-08-31Document that dicts can be indexed with []Bruce Merry1-0/+9
2023-07-28docs: clarify what str.split doesEli Schwartz1-2/+2
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-03-02doc: remove unexisting operators from grammarCharles Brunet1-1/+1
2023-02-27documentation: there is no unary + operatorCharles Brunet1-1/+1
2022-11-02Document binary literals.Garrett D'Amore1-0/+2
2022-05-01Add support for multiline f-stringsPeter Lesslie1-3/+3
2022-04-15Add note in docs that multiline f-strings are not supportedPeter Lesslie1-2/+5
2022-04-07docs: Document argument flatteningDaniel Mensinger1-0/+48
2021-10-10Fix typos discovered by codespellChristian Clauss1-3/+3
2021-10-03docs: Fix broken linksDaniel Mensinger1-2/+2
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger1-0/+3
2021-09-30doc: document string.strip() optional argument [skip ci]Stone Tickle1-0/+5
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger1-0/+12
2021-08-31Make assignment a statement in Syntax.md (#9188) [skip-ci]jimman20031-3/+3
2021-04-28doc: update syntax description of immutabilityAlexander Lyashuk1-2/+4
2021-04-06docs: document bool to_int and to_string methodsSimon Ser1-0/+8
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning1-1/+9
2021-03-10Yet another documentation updateLaurin-Luis Lehning1-0/+3
2021-03-10Add syntax documentation with tentative version targetLaurin-Luis Lehning1-0/+16
2021-03-09Add str.replace() methodTristan Partin1-0/+11
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-18/+21
2021-01-23docs: Fix typo in Syntax.md [skip ci]Evgeny Ermakov1-1/+1
2020-10-22Syntax.md: Fix variable used in substring exampleDanilo Spinella1-2/+2
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan1-2/+3
2020-07-20string: add substring methodStéphane Cerveau1-0/+20
2020-06-28syntax.md: document version_compare ambiguities [skip ci]Michael Hirsch, Ph.D1-0/+8
2020-06-28syntax.md: correct markdown heading syntax [skip ci]Michael Hirsch, Ph.D1-46/+33
2020-06-24docs: Document string path building with examplesNirbheek Chauhan1-3/+22
2020-05-01Document formal Meson grammar [skip ci]Flow-It1-0/+70
2019-12-04dict: Fully evaluate keysXavier Claessens1-2/+10
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan1-1/+1
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan1-1/+1
2019-07-26note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D1-0/+7
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D1-3/+3
2019-04-28consistent invalid escape sequence behaviourJon Turney1-0/+3
2018-12-19docs: Add warning about not using join_paths() with build targets [skip ci]Dylan Baker1-0/+8
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen1-3/+39
2018-10-04Add documentation and release notes for 'in', 'continue' and 'break'Xavier Claessens1-0/+43
2018-09-20syntax guide: move logical ops section beside if statement [skip ci]Bruce Richardson1-23/+24
2018-06-06docs: Fix dictionary syntax [skip ci]Yudi Matsuzake1-1/+1
2018-05-23Document octal and binary integer literals in syntax.Filipe Brandenburger1-0/+7
2018-05-22dict: add since annotationsMathieu Duponchelle1-1/+4
2018-05-20dict: Document, add release snippetMathieu Duponchelle1-6/+58
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan1-1/+2
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell1-2/+18
2018-02-05Add support for hex int literals.Jussi Pakkanen1-0/+6
2017-11-19Fix literal backslash syntaxLucas Werkmeister1-1/+1
2017-11-11Cleanupping.Jussi Pakkanen1-22/+69