David Rose
|
1db044ca4e
|
add hash(Filename)
|
2009-08-07 15:27:58 +00:00 |
|
David Rose
|
0e773c8684
|
respect __nonzero__
|
2009-08-05 21:51:28 +00:00 |
|
David Rose
|
70e1e46a61
|
coercion memory leak fix, part 1
|
2009-06-10 14:33:44 +00:00 |
|
David Rose
|
2982ca3187
|
python 2.4
|
2009-02-19 00:38:44 +00:00 |
|
David Rose
|
221862b432
|
squelch compiler warnings about (char *)
|
2009-02-18 23:27:04 +00:00 |
|
David Rose
|
f477db0b19
|
might as well expose int and float typecasts, too
|
2009-01-20 19:51:31 +00:00 |
|
David Rose
|
a6f4fb2377
|
operator bool () -> __nonzero__()
|
2009-01-20 03:17:44 +00:00 |
|
David Rose
|
4cd50fa68d
|
fix performance issues with implicit parameter coercion
|
2009-01-07 20:05:57 +00:00 |
|
David Rose
|
1462bee771
|
better Filename usage
|
2008-11-11 23:28:14 +00:00 |
|
David Rose
|
587f000ab5
|
correct prototype for setitem
|
2008-11-08 16:55:57 +00:00 |
|
David Rose
|
58e0537e3c
|
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
|
2008-11-07 21:12:42 +00:00 |
|
David Rose
|
9468e4583c
|
further refinements to local_this checking
|
2008-10-29 19:06:57 +00:00 |
|
David Rose
|
f7105a081b
|
raise an exception if 'this' is null
|
2008-10-29 00:53:27 +00:00 |
|
David Rose
|
e81660a741
|
check PyErr_Occurred() even in ndebug mode
|
2008-09-27 00:12:08 +00:00 |
|
David Rose
|
524128b9fd
|
wip: starting experimental C-based task manager
|
2008-09-19 00:58:04 +00:00 |
|
David Rose
|
fb9c56432a
|
we are now using the modified BSD license
|
2008-05-28 18:37:20 +00:00 |
|
David Rose
|
ef5b2fe57e
|
squelch warning
|
2007-09-20 18:22:16 +00:00 |
|
David Rose
|
3804f89682
|
wchar_t might not be two bytes wide
|
2007-09-05 18:02:47 +00:00 |
|
David Rose
|
06a36aff63
|
get runtime info for things that don't inherit from TypedObject
|
2007-06-22 22:35:57 +00:00 |
|
David Rose
|
8d2bdc39fd
|
first pass at SIMPLE_THREADS
|
2007-06-21 15:33:27 +00:00 |
|
David Rose
|
137998a5c7
|
track_in_interpreter
|
2007-05-09 22:07:48 +00:00 |
|
David Rose
|
346928ece7
|
support BLOCKING keyword
|
2007-04-18 21:51:36 +00:00 |
|
David Rose
|
0be53cccf6
|
interrogate changes: respect const, use Python names in diagnostic messages
|
2007-02-08 20:15:54 +00:00 |
|
David Rose
|
616de46c25
|
use as_typed_object()
|
2006-09-07 17:22:22 +00:00 |
|
David Rose
|
990174f44e
|
class TypedObject is a typed class
|
2006-09-06 18:44:14 +00:00 |
|
David Rose
|
eaf21c7e2b
|
fix unary - in interrogate
|
2006-01-21 00:49:17 +00:00 |
|
David Rose
|
572a146c24
|
untabify
|
2006-01-13 18:38:07 +00:00 |
|
David Rose
|
968ad486b8
|
fix __rsub__ nonsense
|
2005-12-08 22:40:50 +00:00 |
|
David Rose
|
97c877ad3b
|
don't bother to write doc strings for constructors
|
2005-09-26 18:22:39 +00:00 |
|
David Rose
|
9c24c092dd
|
support python_repr
|
2005-09-14 00:08:50 +00:00 |
|
David Rose
|
096d7dfa50
|
better behavior for long comments
|
2005-09-12 17:18:05 +00:00 |
|
David Rose
|
88a77268b1
|
string limit
|
2005-09-12 16:11:00 +00:00 |
|
David Rose
|
f2d34a6022
|
class doc strings
|
2005-09-10 00:02:12 +00:00 |
|
David Rose
|
59ceb897ed
|
fix leaks, parameter checking in interrogate
|
2005-09-09 16:26:52 +00:00 |
|
David Rose
|
1f94eb12b4
|
build on irix
|
2005-07-13 17:07:25 +00:00 |
|
David Rose
|
b531ece1b4
|
fix interrogate on Linux
|
2005-07-13 16:48:56 +00:00 |
|
David Rose
|
01c82da5df
|
interrogate supports wstring
|
2005-07-13 15:37:56 +00:00 |
|
David Rose
|
ac748503b4
|
dos2unix
|
2005-07-04 18:35:38 +00:00 |
|
Roger Hughston
|
31bf98f33a
|
windows does not like this.. lets try again .. gcc and cv colisions :(
|
2005-06-29 22:13:27 +00:00 |
|
Roger Hughston
|
a4515f26c9
|
till trying to get this to work on none consistant compilers..
|
2005-06-29 21:57:22 +00:00 |
|
Roger Hughston
|
5e2df78ee8
|
hanged Comments for better DIR and help
|
2005-06-23 20:11:44 +00:00 |
|
Roger Hughston
|
069b7cda21
|
*** empty log message ***
|
2005-06-14 20:16:26 +00:00 |
|
Roger Hughston
|
05fafea499
|
dded Named argument support.. And A Support Class
fix to daves outpur/write bug..
|
2005-06-04 01:19:49 +00:00 |
|
Roger Hughston
|
59537b18d2
|
*** empty log message ***
|
2005-06-01 01:18:12 +00:00 |
|
Roger Hughston
|
a31108fcb8
|
*** empty log message ***
|
2005-05-27 23:40:34 +00:00 |
|
Roger Hughston
|
3d02ef10f5
|
*** empty log message ***
|
2005-05-27 19:44:19 +00:00 |
|
Roger Hughston
|
cdadcc77d8
|
*** empty log message ***
|
2005-05-27 03:15:02 +00:00 |
|
Roger Hughston
|
d259278846
|
*** empty log message ***
|
2005-05-27 01:35:37 +00:00 |
|
Roger Hughston
|
ac19f25620
|
*** empty log message ***
|
2005-05-27 01:20:46 +00:00 |
|
Roger Hughston
|
c11bb894b2
|
*** empty log message ***
|
2005-05-25 23:03:56 +00:00 |
|