openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DOPAL (DO Python Azureus Library)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 07, 2024 — Jan 07, 2025
Showing page 1 of 7
Search / Filter on:
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.
amc1
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.
amc1
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).
amc1
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.
amc1
More...
almost 19 years ago
The first, quite-fleshed-out version of the scripting module.
amc1
More...
almost 19 years ago
Added UXMLObject class.
amc1
More...
almost 19 years ago
Updated TODO - indicating what I'm aiming for in 0.57.
amc1
More...
almost 19 years ago
Updated settings to reflect 0.56 release.
amc1
More...
almost 19 years ago
Added request for contact to be made, and mentioned that I may drop Python 2.2 support in future.
amc1
More...
almost 19 years ago
Updated changelog for 0.56.
amc1
More...
almost 19 years ago
Added block describing link section notes.
amc1
More...
almost 19 years ago
Up to version 0.56.
amc1
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.
amc1
More...
almost 19 years ago
Updated class definitions for Azureus 2.4.0.1 b13.
amc1
More...
almost 19 years ago
ReusableAzureusConnection -> ExtendedAzureusConnection. Also left a backwardly compatible alias for EAC.
amc1
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.
amc1
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).
amc1
More...
almost 19 years ago
Fixed Python 2.2 incompatibility (use of sets module).
amc1
More...
almost 19 years ago
Added docstrings for all methods on ReusableAzureusConnection (but not the main class itself, yet).
amc1
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.
amc1
More...
almost 19 years ago
The Java primitive type "short" is now supported by DOPAL.
amc1
More...
almost 19 years ago
Slight change to docstring text - "the plugin" -> "the XML/HTTP plugin".
amc1
More...
almost 19 years ago
Added a variable linking to the GenericRPAttributes.java source (using SF's viewcvs utility).
amc1
More...
almost 19 years ago
Added an external projects section to the link page, as well as a link to SKaz.
amc1
More...
almost 19 years ago
Added the DopalDiskManagerFileInfo class, with helpful short and full descriptions.
amc1
More...
almost 19 years ago
We don't need to define "PluginInterface" in the typeless class map any more.
amc1
More...
almost 19 years ago
0.56 - "Zabimaru" to "Shinsou" upgrade.
amc1
More...
almost 19 years ago
Added TODO for RemoteObjectWriterMixin.force_attribute_types.
amc1
More...
almost 19 years ago
The standard and Dopal class maps now use TypelessRemoteObject as their fallback object class.
amc1
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.
amc1
More...
almost 19 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree