summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/language_basics
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Softdeprecated C style array declaration in favour of Java style ↵Matus Valo2023-02-181-3/+3
| | | | | declaration (#5248) Co-authored-by: GalaxySnail <me@glxys.nl>
* [Docs] Refactor and extend structs, unions, enums, function pointer ↵Matus Valo2022-10-228-15/+52
| | | | documentation in language basics userguide (#5082)
* Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-2010-0/+122
| | | See https://github.com/cython/cython/issues/4187
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-151-1/+1
|
* Describe refcount behaviour of object vs PyObject* (GH-3013)Alex Willmer2019-07-081-0/+20
|
* Fix line endings.Stefan Behnel2019-02-159-110/+110
|
* Fix "casting_python" test on old MSVC versions.Stefan Behnel2018-08-111-3/+5
| | | | Closes #2489.
* Add comment in doc example to explain that two ways to compare pointers are ↵Stefan Behnel2018-07-071-1/+1
| | | | equivalent
* Merge pull request #2415 from gabrieldemarmiesse/test_language_basics_5scoder2018-07-071-0/+18
|\ | | | | Added tests for "language basics" part 5
| * Removed an outdated pxd, added a declaration of exc.pxd and made two ↵gabrieldemarmiesse2018-07-071-5/+14
| | | | | | | | examples for exceptions.
| * Moved an example for the rst file to the examples directory.gabrieldemarmiesse2018-06-251-0/+9
| |
* | Merge pull request #2417 from gabrieldemarmiesse/test_language_basics_6scoder2018-07-062-0/+11
|\ \ | | | | | | Added tests for "language basics" part 6
| * | Modified the examples with the keyword arguments.gabrieldemarmiesse2018-07-062-4/+3
| | |
| * | Moved two examples to the examples directory.gabrieldemarmiesse2018-06-252-0/+12
| |/
* | Merge pull request #2414 from gabrieldemarmiesse/test_language_basics_4scoder2018-07-062-0/+21
|\ \ | | | | | | Added tests for "language basics" part 4
| * | Moved common examples in the examples directory.gabrieldemarmiesse2018-06-252-0/+21
| |/
* | Merge pull request #2413 from gabrieldemarmiesse/test_language_basics_3scoder2018-07-061-0/+12
|\ \ | | | | | | Added tests for "language basics" part 3
| * | Moved an example of the language basics into the examples directory.gabrieldemarmiesse2018-06-251-0/+12
| |/
* | Merge pull request #2419 from gabrieldemarmiesse/test_language_basics_7scoder2018-07-062-0/+26
|\ \ | | | | | | Added tests for "language basics" part 7
| * | Moved some examples to the examples directory.gabrieldemarmiesse2018-06-252-0/+26
| |/
* | Moved an example of language_basics.rst into the examples directory for testing.gabrieldemarmiesse2018-06-251-0/+13
|/
* Moved a code snippet from language_basics.rst to the examples directory for ↵gabrieldemarmiesse2018-06-151-0/+16
testing.