Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #2384 from gabrieldemarmiesse/test_string_9 | scoder | 2018-06-22 | 1 | -0/+15 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 9 | |||||
| * | | Put an example of a decoding to utf-8 to the examples directory for testing. | gabrieldemarmiesse | 2018-06-21 | 1 | -0/+15 | |
| |/ | ||||||
* | | Merge pull request #2378 from gabrieldemarmiesse/test_string_4 | scoder | 2018-06-22 | 1 | -0/+9 | |
|\ \ | |/ |/| | Adding tests for "Unicode and passing strings" part 4 | |||||
| * | Put a dummy processing in the function rather than asking the user for decision. | gabrieldemarmiesse | 2018-06-20 | 1 | -3/+5 | |
| | | ||||||
| * | Moved an example from string.rst into the examples directory for testing. | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #2381 from gabrieldemarmiesse/test_string_7 | scoder | 2018-06-20 | 2 | -0/+7 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 7 | |||||
| * | | Removed outdated part of the string.rst. | gabrieldemarmiesse | 2018-06-20 | 2 | -8/+0 | |
| | | | ||||||
| * | | Moved stuff from string.rst to the examples directory. | gabrieldemarmiesse | 2018-06-19 | 4 | -0/+15 | |
| |/ | ||||||
* | | Merge pull request #2382 from gabrieldemarmiesse/test_string_8 | scoder | 2018-06-20 | 2 | -0/+13 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 8 | |||||
| * | | Put the decoding examples of string.rst in the examples directory. | gabrieldemarmiesse | 2018-06-19 | 2 | -0/+13 | |
| |/ | ||||||
* | | Merge pull request #2380 from gabrieldemarmiesse/test_string_6 | scoder | 2018-06-20 | 1 | -0/+8 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 6 | |||||
| * | | Moved an example from the string.rst to the examples directory. | gabrieldemarmiesse | 2018-06-19 | 1 | -0/+8 | |
| |/ | ||||||
* | | docs: Give the string input conversion function in the string tutorial a ↵ | Stefan Behnel | 2018-06-20 | 3 | -9/+10 | |
| | | | | | | | | better name and clarify some comments. | |||||
* | | Merge pull request #2379 from gabrieldemarmiesse/test_string_5 | scoder | 2018-06-20 | 3 | -0/+27 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 5 | |||||
| * | | Moved an example from string.rst to the examples directory. | gabrieldemarmiesse | 2018-06-19 | 3 | -0/+27 | |
| |/ | ||||||
* | | Merge pull request #2377 from gabrieldemarmiesse/test_string_3 | scoder | 2018-06-20 | 1 | -0/+5 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 3 | |||||
| * | | Moved an example from string.rst to the examples directory. | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+5 | |
| |/ | ||||||
* | | Merge pull request #2376 from gabrieldemarmiesse/test_string_2 | scoder | 2018-06-20 | 1 | -0/+9 | |
|\ \ | | | | | | | Adding tests for "Unicode and passing strings" part 2 | |||||
| * | | Moved an example from string.rst to the examples directory. | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+9 | |
| |/ | ||||||
* | | Merge pull request #2375 from gabrieldemarmiesse/test_pure_11 | scoder | 2018-06-20 | 2 | -0/+9 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 11 | |||||
| * | | Moved the dostuff.py example to the examples directory. | gabrieldemarmiesse | 2018-06-18 | 2 | -0/+9 | |
| |/ | ||||||
* | | Merge pull request #2374 from gabrieldemarmiesse/test_pure_10 | scoder | 2018-06-20 | 1 | -0/+7 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 10 | |||||
| * | | Moved a code snippet from pure.rst to test it. Removed the colon after the ↵ | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+7 | |
| |/ | | | | | | | decorator. | |||||
* | | Merge pull request #2373 from gabrieldemarmiesse/test_pure_9 | scoder | 2018-06-20 | 1 | -0/+5 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 9 | |||||
| * | | Moved and extend an example in pure.rst. | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+5 | |
| |/ | ||||||
* | | Merge pull request #2372 from gabrieldemarmiesse/test_pure_8 | scoder | 2018-06-20 | 1 | -0/+6 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 8 | |||||
| * | | Moved a code snippet from the pure.rst to the examples directory. Fixed a ↵ | gabrieldemarmiesse | 2018-06-18 | 1 | -0/+6 | |
| |/ | | | | | | | small bug. | |||||
* | | Merge pull request #2371 from gabrieldemarmiesse/test_cython_tutorial | scoder | 2018-06-20 | 2 | -19/+14 | |
|\ \ | | | | | | | Adding tests for "Basic tutorial" | |||||
| * | | Moved a python code snippet into the examples directory from "basic tutorial". | gabrieldemarmiesse | 2018-06-18 | 2 | -19/+14 | |
| |/ | ||||||
* | | docs: Give a better explanation for changing the extend() method in the C ↵ | Stefan Behnel | 2018-06-20 | 1 | -4/+5 | |
| | | | | | | | | | | | | libraries tutorial. See #2362. | |||||
* | | Merge pull request #2362 from gabrieldemarmiesse/enhance_wrapping_c_libraries | scoder | 2018-06-20 | 1 | -0/+62 | |
|\ \ | |/ |/| | Enhance "wrapping C libraries". | |||||
| * | Changed the extend function to extend_ints. | gabrieldemarmiesse | 2018-06-17 | 1 | -9/+10 | |
| | | ||||||
| * | Put back int as the main data type for the interface. | gabrieldemarmiesse | 2018-06-17 | 1 | -7/+6 | |
| | | ||||||
| * | Used intptr_t instead of int to avoid warnings (and crashes in C++). Removed ↵ | gabrieldemarmiesse | 2018-06-16 | 1 | -0/+62 | |
| | | | | | | | | old examples files. | |||||
* | | Merge pull request #2361 from gabrieldemarmiesse/test_string | scoder | 2018-06-17 | 3 | -0/+39 | |
|\ \ | | | | | | | Extended the examples of string.rst and put them in the examples directory for testing. | |||||
| * | | In the string tutorial: Added try...finally and moved a small code snippet ↵ | gabrieldemarmiesse | 2018-06-17 | 3 | -17/+8 | |
| | | | | | | | | | | | | back to the .rst file. | |||||
| * | | Extended the examples of string.rst and put them in the examples directory ↵ | gabrieldemarmiesse | 2018-06-16 | 4 | -0/+48 | |
| |/ | | | | | | | for testing. | |||||
* | | Move a comment from the documentation into the example that it refers to, in ↵ | Stefan Behnel | 2018-06-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | order to avoid inconsistencies (e.g. line number references) and also to make it visible to those who only look at the file. See #2353. | |||||
* | | Merge pull request #2353 from gabrieldemarmiesse/test_memory_allocation_1 | scoder | 2018-06-17 | 1 | -0/+19 | |
|\ \ | | | | | | | Added tests for "memory allocation" Part 1 | |||||
| * | | Changed the list comprehension and also added a note about the inefficiency ↵ | gabrieldemarmiesse | 2018-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | of this example. | |||||
| * | | Moved an example from memory_allocation.rst to the examples directory to be ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+19 | |
| | | | | | | | | | | | | tested. | |||||
* | | | Merge pull request #2360 from gabrieldemarmiesse/test_profiling_tutorial_5 | scoder | 2018-06-16 | 1 | -0/+16 | |
|\ \ \ | | | | | | | | | Added tests to "profiling tutorial" part 5 | |||||
| * | | | Moved a code snippet from profiling tutorial to the examples directory for ↵ | gabrieldemarmiesse | 2018-06-16 | 1 | -0/+16 | |
| | |/ | |/| | | | | | | | testing. | |||||
* | | | Merge pull request #2359 from gabrieldemarmiesse/test_profiling_tutorial_4 | scoder | 2018-06-16 | 1 | -0/+13 | |
|\ \ \ | | | | | | | | | Added tests to "profiling tutorial" part 4 | |||||
| * | | | Moved an examples from profiling_tutorial.rst to the examples directory. | gabrieldemarmiesse | 2018-06-16 | 1 | -0/+13 | |
| |/ / | ||||||
* | | | Merge pull request #2358 from gabrieldemarmiesse/test_profiling_tutorial_3 | scoder | 2018-06-16 | 1 | -0/+13 | |
|\ \ \ | | | | | | | | | Added tests to "profiling tutorial" part 3 | |||||
| * | | | Moved a code snippet from profiling_tutorial.rst to the examples directory. | gabrieldemarmiesse | 2018-06-16 | 1 | -0/+13 | |
| |/ / | ||||||
* | | | Changed xrange for range while moving a piece of code from the profiling ↵ | gabrieldemarmiesse | 2018-06-16 | 1 | -0/+13 | |
|/ / | | | | | | | tutorial to the examples directory. | |||||
* | | Minor docs cleanup. | Stefan Behnel | 2018-06-16 | 2 | -2/+6 | |
| | | ||||||
* | | Merge pull request #2350 from gabrieldemarmiesse/test_working_with_numpy_2 | scoder | 2018-06-16 | 1 | -0/+74 | |
|\ \ | | | | | | | Adding tests for "working with numpy" part 2 |