bindings/python/ns3modulescan.py
2009-09-02 Don't python-bind the class NscTcpL4Protocol, it is implementation detail.
2009-01-13 Bug 375: Ctrl-C does not always work when running Python simulations
2008-11-26 Bug 289: CommandLine::AddValue is not wrapped
2008-10-15 Python: enable wrapping of the packet metadata APIs.
2008-10-15 A more pythonic wrapper for ns3.TypeId.LookupByNameFailSafe
2008-08-18 Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
2008-08-05 Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods.
2008-07-25 When python scanning API, remove again the NS3_LOG_ENABLE define; it is no longer needed.
2008-07-23 Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs)
2008-07-21 python scanning: remove redundant incref/decref_method annotations
2008-07-09 The 'everything.h' header file is only used for Python bindings and should be generated into bindings/python/, not ns3/.
2008-07-08 python bindings