summaryrefslogtreecommitdiffstats
path: root/src/lib/python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [3114] Update exception messagesMukund Sivaraman2013-11-201-2/+2
|
* [3114] Raise DataTypeError exception for very large (overflow) integersDavid Carlier2013-11-202-4/+13
|
* Install message definitionsMichal 'vorner' Vaner2013-09-181-0/+2
| | | | | Don't crash on startup because message definition module is missing, install it like the rest.
* [master] Add a README describing __init__.py.inMukund Sivaraman2013-09-172-0/+7
|
* Remove generated fileMichal 'vorner' Vaner2013-09-161-0/+1
|
* Merge #3095Michal 'vorner' Vaner2013-09-168-4/+183
|\ | | | | | | | | | | | | Generic traceback handling in python. Conflicts: src/bin/memmgr/memmgr.py.in
| * [3095] Rename log message IDMichal 'vorner' Vaner2013-09-162-2/+2
| | | | | | | | | | The UNHANDLED_EXCEPTION is renamed to PYTHON_UNHANDLED_EXCEPTION, because only python code produces this one.
| * [3095] Fix module name in commentMichal 'vorner' Vaner2013-09-161-1/+1
| |
| * [3095] Update method commentMukund Sivaraman2013-09-121-1/+1
| |
| * [3095] Change assertion syntaxMukund Sivaraman2013-09-121-2/+1
| |
| * [3095] Assert that the traceback file was generated firstMukund Sivaraman2013-09-121-0/+1
| |
| * [3095] Assert that the main() function is called when passed to the ↵Mukund Sivaraman2013-09-121-0/+6
| | | | | | | | traceback handler
| * [3095] Test the case where nothing is returnedMukund Sivaraman2013-09-121-0/+10
| |
| * [3095] Rename test fixtureMukund Sivaraman2013-09-121-1/+1
| |
| * [3095] Update message id descriptionMukund Sivaraman2013-09-121-7/+8
| |
| * [3095] Docstring for the traceback_handlerMichal 'vorner' Vaner2013-08-271-0/+7
| |
| * [3095] Traceback handling functionMichal 'vorner' Vaner2013-08-278-4/+159
| | | | | | | | | | A function that catches exceptions, prints them to correct places and exists.
* | [master] Move path resolution stuff to bind10_configMukund Sivaraman2013-09-043-28/+28
| | | | | | | | | | | | ... and don't generate isc/server_common/bind10_server.py from isc/server_common/bind10_server.py.in. This fixes a builddir vs srcdir path failure for the isc.server_common module.
* | [master] Merge branch 'trac2883'Naoki Kambe2013-08-288-173/+130
|\ \ | |/ |/|
| * [2883] None not acceptable for spec_file_name of the Counters classNaoki Kambe2013-08-272-19/+10
| | | | | | | | | | | | Remove condition that spec_file_name is omitted (None is specified). Revise documentation of Counters and add a unit test to assert an exception raised when specifying an invalid argument.
| * [2883] change module_description of a spec file for testingNaoki Kambe2013-08-271-1/+1
| |
| * [2883] add a test specfile for using a counters object in TestNotifyOut classNaoki Kambe2013-08-083-2/+61
| |
| * [2883] add counters as a keyword argument into NotifyOutNaoki Kambe2013-08-081-12/+13
| |
| * [2883] additional statistics tests (not directory related)Naoki Kambe2013-08-081-0/+24
| |
| * [2883] no need to reload module and do tearDown in test classesNaoki Kambe2013-08-082-26/+0
| | | | | | | | The counters object doesn't have a static statistics object
| * [2883] remove TestDummyNotifyOutNaoki Kambe2013-08-081-19/+0
| | | | | | | | TestDummyXfroutServer class contains similar tests
| * [2883] create a counters object once in the test classNaoki Kambe2013-08-081-9/+6
| | | | | | | | and pass to each class via class argument
| * [2883] spec_file_name argument of Counters class is reqiuredNaoki Kambe2013-08-082-6/+5
| |
| * [2883] remove _statistics class attributeNaoki Kambe2013-08-084-90/+21
| | | | | | | | and define statistics data and spec inside instance scope
* | [3079] Fix typo in directory nameMichal 'vorner' Vaner2013-08-131-1/+1
| |
* | [3079] Don't enter to the makefilesMichal 'vorner' Vaner2013-08-132-8/+5
| | | | | | | | Do the condition at one level higher.
* | [3079] Disable the memory manager if no shared memoryMichal 'vorner' Vaner2013-08-131-0/+7
|/ | | | Just ifdef out the whole makefiles.
* Merge branch 'trac2856'Mukund Sivaraman2013-08-0212-29/+789
|\
| * [2856] Add a comment about add_reader() in states other than READYMukund Sivaraman2013-08-021-1/+9
| |
| * [2856] With no readers, make complete_update() from UPDATING go directly to ↵Mukund Sivaraman2013-07-252-1/+13
| | | | | | | | READY
| * [2856] Raise an exception if start_update() is called in any state other ↵Mukund Sivaraman2013-07-242-15/+16
| | | | | | | | than READY
| * [2856] Simplify code (old_readers will be empty before syncing readers)Mukund Sivaraman2013-07-241-2/+2
| |
| * [2856] Use deque instead of a list to store eventsMukund Sivaraman2013-07-241-5/+4
| | | | | | | | ... for faster pops from position 0 of the list.
| * [2856] Fix copyright yearMukund Sivaraman2013-07-241-1/+1
| |
| * [2856] Rename memmgr module mes file to libmemmgr to avoid conflictMukund Sivaraman2013-07-246-17/+20
| |
| * [2856] Update test to check more concretelyMukund Sivaraman2013-07-171-1/+2
| |
| * [2856] Log errors when using the ZoneWriterMukund Sivaraman2013-07-172-4/+18
| |
| * [2856] Log when the MemorySegmentBuilder receives a bad commandMukund Sivaraman2013-07-174-3/+63
| |
| * [2856] Remove excessive ordering testMukund Sivaraman2013-07-171-2/+0
| |
| * [2856] Test lists and sets directly instead of using len()Mukund Sivaraman2013-07-172-5/+5
| |
| * [2856] Delete the mapped file after the test completesMukund Sivaraman2013-07-171-0/+8
| |
| * [2856] Add test for "load" command to builderMukund Sivaraman2013-07-125-10/+139
| |
| * [2856] Rename env variableMukund Sivaraman2013-07-122-4/+4
| |
| * [2856] Add documentation for the __handle_load() method, etc.Mukund Sivaraman2013-07-111-6/+32
| |
| * [2856] Include the state transition diagramMukund Sivaraman2013-07-111-4/+13
| |