index
:
delta/cython.git
0.17
0.18.x
0.19.x
0.20.x
0.21.x
0.22.x
0.23.x
0.24.x
0.25.x
0.27.x
0.28.x
0.29.x
cgetter_rewrite
ci_compile_all
clean_up_capi_features
cy3str
dalcinl-embedsignature
dalcinl/fix-c-used-variable
dalcinl/fix-c-warning
dalcinl/fix-cpdef-warning
dalcinl/fix-getbuffer
dalcinl/fix-module-cleanup
dalcinl/fix-release
dalcinl/fix-travis
dalcinl/fix-try-finally
dalcinl/mark-unused-vars
dalcinl/no-old-python
dalcinl/numpy
dropPy32
enable_limited_api_file_tests
faster_absolute_reimports
faster_pymultiply
fix-pypy3
fix_build_ext
fix_gh3246
fix_srctree_tests_on_windows
fixed_code_objects
full_code_writer
gh1461_cover_sig_line
gh1461_cover_sig_line_master
gh1807_getitem_mapping_first
gh2056_special_binop
gh2306_coro_frame
gh2343_heap_types
gh2564_enable_binding
gh2565_language_level_3str
gh2580_enable_generator_stop
gh2665_package_init_pyx
gh2670_win_intop
gh2692_remove_py26_support
gh2781_pep487_init_subclass
gh2983_lambda_sig
gh3090_always_allow_keywords
gh3092_percent_d_format
gh3481_defaults_warning
gh3545_reduce_cython_reimport
gh3554_smart_exit_gil
gh3573_versioned_pxds
gh3578_refleak
gh3625_returns_exc
gh3678_undep_unicode
gh884_docstrings
gsoc-kurt-regraft
ipython711
ipython711_master
less_tp_new
linting
ll3_new_style_classes
master
msvc_cpp
neg-overflow
no-old-python
optimise_pysequence_list
patma-preview
pep484_typing
pep515_underscores_in_numbers
pkg_init_windows
release
robertwb-rect
simplify_utility_loading
smarter_bounds_checks
test_stats
travis-ci
travis_cleanup
tune_calls
update_test_dependencies
github.com: cython/cython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
src
/
userguide
/
source_files_and_compilation.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)
da-woods
2022-12-08
1
-0
/
+18
*
Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)
scoder
2022-12-08
1
-4
/
+6
*
Add compiler directive to disable the default exception propagation for legac...
Matus Valo
2022-12-06
1
-2
/
+9
*
docs: Add a note about the "cython-lint" tool.
Stefan Behnel
2022-11-01
1
-3
/
+7
*
Allow setting "annotation_typing" directive more locally (GH-4886)
da-woods
2022-07-12
1
-1
/
+2
*
Correct typo in the word "decorator" (#4768)
Ivan Kapeykin
2022-05-06
1
-1
/
+1
*
docs: rst formatting.
Stefan Behnel
2022-04-18
1
-2
/
+12
*
Document @cython.compile (GH-4551)
Matus Valo
2022-01-02
1
-0
/
+29
*
Make "new_build_ext" the new "build_ext" (GH-4498)
Matus Valo
2021-12-20
1
-1
/
+1
*
Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)
da-woods
2021-06-29
1
-3
/
+11
*
Fix many ReST issues in the docs.
Stefan Behnel
2021-05-25
1
-6
/
+15
*
Add the new "c_api_binop_methods" directive to the documentation.
Stefan Behnel
2020-07-09
1
-0
/
+7
*
Change default of "always_allow_keywords" directive to True (GH-3605)
scoder
2020-05-24
1
-4
/
+4
*
Update documentation on deprecated NumPy C-API warnings.
Stefan Behnel
2020-04-10
1
-3
/
+22
*
Use PEP 518 indication for Cython build-time dependency. (GH-3461)
Diego Elio Pettenò
2020-03-26
1
-4
/
+16
*
In the documentation, update references to point at `setuptools`. (GH-3456)
Diego Elio Pettenò
2020-03-24
1
-29
/
+23
*
Merge branch 'master' into gh2564_enable_binding
Stefan Behnel
2020-03-22
1
-1
/
+1
|
\
|
*
fix indentation on annotation_typing docs (GH-3257)
Samuel Colvin
2020-03-10
1
-1
/
+1
*
|
DOC: document default change (GH-3173)
Matti Picus
2020-01-26
1
-1
/
+5
|
/
*
#2740 emit_code_comments - removed from options, updated documentation (GH-3236)
Yuri Escalianti
2020-01-13
1
-1
/
+4
*
Documented annotation_typing compiler option (#3232)
da-woods
2019-11-12
1
-0
/
+6
*
Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...
realead
2019-06-07
1
-1
/
+3
*
Support showing the complete C code in the annotated html-file (GH-2858)
realead
2019-05-30
1
-1
/
+2
*
Update URLs to https:// in docs and comments
Jon Dufresne
2019-01-11
1
-1
/
+1
*
Clarify top-of-file comment directives.
Robert Bradshaw
2018-11-08
1
-3
/
+2
*
Document "language_level=3str" and also support it in the cythonize command a...
Stefan Behnel
2018-09-29
1
-3
/
+6
*
Removed the reference guide from the docs.
gabrieldemarmiesse
2018-08-11
1
-0
/
+29
*
Minor doc clarifications and fixes.
Stefan Behnel
2018-08-11
1
-8
/
+9
*
Merge pull request #2546 from gabrieldemarmiesse/moving_compilation_again
scoder
2018-08-11
1
-0
/
+56
|
\
|
*
Moved the Cythonize section in the userguide.
gabrieldemarmiesse
2018-08-11
1
-0
/
+56
*
|
Merge pull request #2547 from gabrieldemarmiesse/moving_options
scoder
2018-08-11
1
-0
/
+44
|
\
\
|
*
|
Moving the compiler options into the source files and compilation.
gabrieldemarmiesse
2018-08-11
1
-0
/
+44
|
|
/
*
|
Moving Integrating multiple modules and Distributing cython modules into the ...
gabrieldemarmiesse
2018-08-11
1
-0
/
+147
|
/
*
Merge pull request #2482 from gabrieldemarmiesse/move_compilation_4
scoder
2018-08-11
1
-18
/
+437
|
\
|
*
Copy pasted pyximport and the compiler options to the userguide.
gabrieldemarmiesse
2018-07-08
1
-18
/
+437
*
|
Merge pull request #2483 from gabrieldemarmiesse/move_compilation_3
scoder
2018-07-23
1
-0
/
+158
|
\
\
|
*
|
Moved some text from reference/compilation.rst.
gabrieldemarmiesse
2018-07-08
1
-0
/
+158
|
|
/
*
|
Merge pull request #2481 from gabrieldemarmiesse/move_compilation_2
scoder
2018-07-23
1
-2
/
+0
|
\
\
|
*
|
Docs: Removed the note redirecting to the reference guide.
gabrieldemarmiesse
2018-07-08
1
-2
/
+0
|
|
/
*
|
Moved some text from reference/compilation.rst to userguide/source_file_and_c...
gabrieldemarmiesse
2018-07-08
1
-1
/
+16
|
/
*
Redirect to a recently reviewed description of pyximport rather than keeping ...
gabrieldemarmiesse
2018-06-23
1
-50
/
+1
*
Used autodocs because it makes more sense.
gabrieldemarmiesse
2018-03-24
1
-38
/
+1
*
Added argument list for pyximport.
gabrieldemarmiesse
2018-03-24
1
-0
/
+45
*
docs: pyximport actually all output files into the build directory, not just ...
Stefan Behnel
2017-08-27
1
-17
/
+2
*
Update pyximport documentation following the discussion in #1827.
Stefan Behnel
2017-08-27
1
-47
/
+49
*
Delete trailing spaces
mathbunnyru
2017-01-12
1
-1
/
+1
*
Fix typos.
Jakub Wilk
2015-09-12
1
-1
/
+1
*
Fix the placement of a closing bracket
Wieland Hoffmann
2015-05-31
1
-2
/
+2
*
Fix document error "*.pyx" -> ["*.pyx"]
colinfang
2015-03-25
1
-1
/
+1
*
move some build docs from user guide to reference to reduce redundancy
Stefan Behnel
2013-07-08
1
-75
/
+0
[next]