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
/
Cython
/
Debugger
/
libpython.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cygdb (GH-3542)
Volker-Weissmann
2020-08-24
1
-40
/
+94
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-3
/
+3
*
Fixed gdb C call to free() that broke "cy exec". (GH-3487)
Volker-Weissmann
2020-04-03
1
-1
/
+1
*
Update libpython from latest CPython upstream (1ceb3a3d17).
Stefan Behnel
2019-03-31
1
-33
/
+67
*
Update URLs to https:// in docs and comments
Jon Dufresne
2019-01-11
1
-3
/
+3
*
Remove support for Py2.6 and various quirks that special-cased it.
gh2692_remove_py26_support
Stefan Behnel
2018-10-30
1
-3
/
+3
*
Misc. typos
luz.paz
2018-07-13
1
-1
/
+1
*
Use NamedTemporaryFile instead of mkstemp
Jeroen Demeyer
2018-02-09
1
-6
/
+4
*
Trivial typo fixes
Unknown
2017-10-17
1
-1
/
+1
*
Add missing import
Stefan Behnel
2017-09-04
1
-0
/
+1
*
Update gdb support in libpython.py from CPython 3.7 (git rev 5fe59f8).
Stefan Behnel
2017-09-04
1
-348
/
+502
*
Delete trailing spaces
mathbunnyru
2017-01-12
1
-2
/
+2
*
Replace "int(val) == 0" by "not val" for gdb.Value instances
Jeroen Demeyer
2016-08-17
1
-2
/
+2
*
adapt metaclass usage to Py2/Py3
Stefan Behnel
2015-07-26
1
-2
/
+19
*
replace xrange() by range() to make it work in Py2/Py3
Stefan Behnel
2015-07-25
1
-1
/
+1
*
make dict iteration compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-8
/
+9
*
make code usages of Python "long" compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-12
/
+12
*
make raw_input() usage compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-1
/
+7
*
make libcython.py Py2/3 compatible to allows its immediate usage from both ve...
Stefan Behnel
2014-09-05
1
-69
/
+111
*
Debugger: Support output for the 'display' command
Mark Florisson
2011-03-26
1
-20
/
+36
*
Debugger: Better output when halting on watchpoints
Mark Florisson
2011-03-26
1
-4
/
+8
*
Debugger: Fix little exception detection bug
Mark Florisson
2011-03-26
1
-1
/
+1
*
Debugger: Update 'help' documentation
Mark Florisson
2011-03-26
1
-2
/
+16
*
Debugger: Added $cy_eval() GDB function
Mark Florisson
2011-03-25
1
-15
/
+8
*
Debugger: Fix a few libpython.py bugs
Mark Florisson
2011-01-25
1
-11
/
+48
*
Debugger: Python 3 compatibility testsuite
Mark Florisson
2011-01-24
1
-1
/
+1
*
Debugger: Have 'cy run' take arguments (instead of having to use 'set args')
Mark Florisson
2011-01-18
1
-2
/
+2
*
Undo EOL whitespace additions.
Robert Bradshaw
2011-01-14
1
-178
/
+178
*
Debugger: Fix closure support + tests
Mark Florisson
2010-12-25
1
-2
/
+0
*
Remove tempfile
Mark Florisson
2010-12-16
1
-0
/
+1
*
Made libpython.py compatible with gdb 7.1
Mark Florisson
2010-12-15
1
-15
/
+17
*
Fix breakpoint approach for stepping (make stepping repeatable with breakpoin...
Mark Florisson
2010-12-15
1
-74
/
+17
*
Fix Python stepping watchpoints + cy step repeatability
Mark Florisson
2010-12-15
1
-33
/
+52
*
Disable watchpoint stepping by default (use cy step -w or cy step --watchpoin...
Mark Florisson
2010-12-15
1
-3
/
+9
*
Detect Python exceptions
Mark Florisson
2010-12-14
1
-13
/
+29
*
Generic exception support
Mark Florisson
2010-12-14
1
-0
/
+3
*
Refactor inferior execution control code, better gdb message handling and re-...
Mark Florisson
2010-12-14
1
-132
/
+146
*
Faster Python stepping using a watchpoint approach (f->f_lasti)
Mark Florisson
2010-12-14
1
-23
/
+82
*
Remove Python 3 metaclass support from Python 2 code (c'est ridicule!)
Mark Florisson
2010-12-09
1
-4
/
+0
*
Drop Python 2.5 support + unicode UCS4 builds support + add more tests
Mark Florisson
2010-12-09
1
-46
/
+79
*
Made tests less verbose by not using distutils.core.setup + skip debugger tes...
Mark Florisson
2010-12-05
1
-3
/
+7
*
"Fix" printing of gdb.Values with non-ascii characters or unicode ordinals
Mark Florisson
2010-12-02
1
-0
/
+4
*
Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible
Mark Florisson
2010-12-01
1
-1
/
+3
*
Changed bytes object ob_sval cast to unsigned char * to prevent a RuntimeErro...
Mark Florisson
2010-11-30
1
-2
/
+3
*
cy exec test + correct building of locals dict in Cython frames for non-wide ...
Mark Florisson
2010-11-28
1
-3
/
+13
*
set breakpoint pending on for libpython
mark
2010-11-28
1
-7
/
+11
*
Choose PyString/PyBytesObjectPtr according to python version + support signal...
mark
2010-11-27
1
-26
/
+36
*
Merged with libpython.py from Python3.2 + prevented continuation with negativ...
Mark Florisson
2010-11-25
1
-29
/
+245
*
Make stepping breakpoints internal in newer versions of gdb
Mark Florisson
2010-11-22
1
-2
/
+17
*
Attempt to merge back Cython locals -- failed! gdb.Value is too broken
Mark Florisson
2010-11-18
1
-1
/
+1
[next]