Jelte Jansen
|
90b740caf4
[1245] namespace fix
|
13 years ago |
Jelte Jansen
|
0ea828cb5c
[1245] raise exception in _Check() if obj is NULL
|
13 years ago |
Jelte Jansen
|
1808345838
[1245] move all s_ decls to inside the .cc
|
13 years ago |
Jelte Jansen
|
fbe4ee1f76
[1245] rename internal object to cppobj for consistency
|
13 years ago |
Jelte Jansen
|
9c53309978
[1245] remove initModule from headers
|
13 years ago |
JINMEI Tatuya
|
c9ad781ebb
[1245] two small fixes: missing LIBRARY_PATH_PLACEHOLDER in some
|
13 years ago |
Jelte Jansen
|
4d39f72b87
[1245] cleanup of some comments in .cc files
|
13 years ago |
Jelte Jansen
|
b59f898456
[1245] split up headers and make dynamic library
|
13 years ago |
JINMEI Tatuya
|
ff20711233
[trac915] made mostly straightforward changes to existing binding
|
14 years ago |
chenzhengzhang
|
3e6c2a9c09
[trac363] use larger size type for PyArg_ParseTuple()
|
14 years ago |
JINMEI Tatuya
|
b20ba8d51b
more $Id$ cleanups:
|
14 years ago |
JINMEI Tatuya
|
86c629788c
removed unnecessary cast from pydnspp binding to help NetBSD compile
|
14 years ago |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
JINMEI Tatuya
|
0821f2b7b5
minor cleanup:
|
14 years ago |
Jelte Jansen
|
6af6a082b7
some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj)
|
15 years ago |
Jelte Jansen
|
f58095d1e8
parenthesized return statements
|
15 years ago |
Jelte Jansen
|
60da6a175e
last of the cpp review comments: factoring out common code in creation of statics, added a few explanatory comments
|
15 years ago |
Jelte Jansen
|
02ce015385
more review comments:
|
15 years ago |
Jelte Jansen
|
4353cffbf6
changed our type-specific structs to classes derived from PyObject, so we can use static_cast instead of interpret_cast
|
15 years ago |
Jelte Jansen
|
a2ce408444
use c++ style casts. Most of them are reinterpret_casts because of the way we used the strucutres in c-style as well, will change in next commit
|
15 years ago |
Jelte Jansen
|
024bea20e2
other simple review comment fixed; alignment of inline comments, and c++ style comments instead of c style
|
15 years ago |
Jelte Jansen
|
e12a45ef74
review mentioned i wasn't following coding guidelines, updating them
|
15 years ago |
Jelte Jansen
|
a5b1c2fb04
copyright statements had wrong year
|
15 years ago |
Jelte Jansen
|
b75fd438e1
removed some unnecessary comment lines
|
15 years ago |
Jelte Jansen
|
c188d51982
oh no, more docs!
|
15 years ago |
Jelte Jansen
|
dc8e0e7e50
some incref/memory issues
|
15 years ago |
Jelte Jansen
|
bf367225be
Added Message and Question wrappers
|
15 years ago |