0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More vast changes - getting the module to be release ready. Main changes include a lot of documentation being added. More... almost 19 years ago
Lot of changes - mainly bugfixes, restructing of the ext_run code (broken down into multiple helper functions), added --connection options to allow setting / modifying of connection settings, added a __main__ code block for testing purposes. More... almost 19 years ago
We have now defined __unicode__ on DopalObjectMixin - it does the same that __str__ used to do. __str__ now takes the unicode string and encodes it in the default system encoding, replacing unknown characters with question marks). More... almost 19 years ago
Defined run (the original "run" function is now labelled "ext_run"), and modified ask_for_connection_data to request advanced connection-related settings. More... almost 19 years ago
The first, quite-fleshed-out version of the scripting module. More... almost 19 years ago
Added UXMLObject class. More... almost 19 years ago
Updated TODO - indicating what I'm aiming for in 0.57. More... almost 19 years ago
Updated settings to reflect 0.56 release. More... almost 19 years ago
Added request for contact to be made, and mentioned that I may drop Python 2.2 support in future. More... almost 19 years ago
Updated changelog for 0.56. More... almost 19 years ago
Added block describing link section notes. More... almost 19 years ago
Up to version 0.56. More... almost 19 years ago
Have to add explicit code to ensure that DiskManagerFileInfo is a type of object which exists when epydoc mode is on. More... almost 19 years ago
Updated class definitions for Azureus 2.4.0.1 b13. More... almost 19 years ago
ReusableAzureusConnection -> ExtendedAzureusConnection. Also left a backwardly compatible alias for EAC. More... almost 19 years ago
Last few checkins I did meant that I actually removed the code which dealt with string objects - we always use the response data from a AzureusResponse object - so the value will either be None, a string, or a xml.dom.Node object. More... almost 19 years ago
Debug objects now have more of a hierarchy (link-level, connection-level). Also fixed print_everything (which was printing too many lines when dealing with connection level objects). More... almost 19 years ago
Fixed Python 2.2 incompatibility (use of sets module). More... almost 19 years ago
Added docstrings for all methods on ReusableAzureusConnection (but not the main class itself, yet). More... almost 19 years ago
full_description and short_description are now externally usable methods - subclasses should now override the _full_description and _short_description methods. More... almost 19 years ago
The Java primitive type "short" is now supported by DOPAL. More... almost 19 years ago
Slight change to docstring text - "the plugin" -> "the XML/HTTP plugin". More... almost 19 years ago
Added a variable linking to the GenericRPAttributes.java source (using SF's viewcvs utility). More... almost 19 years ago
Added an external projects section to the link page, as well as a link to SKaz. More... almost 19 years ago
Added the DopalDiskManagerFileInfo class, with helpful short and full descriptions. More... almost 19 years ago
We don't need to define "PluginInterface" in the typeless class map any more. More... almost 19 years ago
0.56 - "Zabimaru" to "Shinsou" upgrade. More... almost 19 years ago
Added TODO for RemoteObjectWriterMixin.force_attribute_types. More... almost 19 years ago
The standard and Dopal class maps now use TypelessRemoteObject as their fallback object class. More... almost 19 years ago
1) ObjectWriterMixin.make_object will raise an AbortConversion if we don't have an appropriate class to use, if the object has no parent (rather than a SkipConversion). This prevents us from failing silently if the object we are trying to convert is a non-attribute. More... almost 19 years ago