0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove trailing whitespace. More... almost 14 years ago
Remove trailing whitespace. More... almost 14 years ago
Edited wiki page through web user interface. More... almost 14 years ago
Edited wiki page through web user interface. More... almost 14 years ago
Edited wiki page through web user interface. More... almost 14 years ago
Fix for issue 66, contributed by Lorenzo Colitti of Google. More... almost 14 years ago
Fix for issue 66, contributed by Lorenzo Colitti of Google. More... almost 14 years ago
Remove 'magic numbers' from code that involve address length. More... almost 14 years ago
Remove 'magic numbers' from code that involve address length. More... almost 14 years ago
+ really include RELEASENOTES in the release. More... almost 14 years ago
+ really include RELEASENOTES in the release. More... almost 14 years ago
+ rename. More... almost 14 years ago
+ quick bug fix (issue61). + also starting to include release notes with the release per request from Scott. More... almost 14 years ago
+ ignore compiled python files. More... almost 14 years ago
+ fix for issue61. problem with like-ip'd network objects that had the same broadcast address. More... about 14 years ago
+ fix for issue61. problem with like-ip'd network objects that had the same broadcast address. More... about 14 years ago
Edited wiki page through web user interface. More... about 14 years ago
+ update release notes. More... about 14 years ago
+ tagging a 2.1.2 release. More... about 14 years ago
+ fix ipv6 subnet representation. (thanks to email from jared to ipaddr-py-dev) More... about 14 years ago
+ fix ipv6 subnet representation. (thanks to email from jared to ipaddr-py-dev) More... about 14 years ago
+ add masked() to _BaseNet to automatically mask out the host bits of a network object. issue58. Reported by Robert Thomson. More... about 14 years ago
+ add masked() to _BaseNet to automatically mask out the host bits of a network object. issue58. Reported by Robert Thomson. More... about 14 years ago
+ doc-fix. issue60, reported by colmmac. More... about 14 years ago
+ doc-fix. issue60, reported by colmmac. More... about 14 years ago
+ ensure network and address objects aren't equal. (eg, IPNetwork('1.1.1.1/24') != IPAddress('1.1.1.1')) + whitespace cleanup. More... about 14 years ago
+ ensure network and address objects aren't equal. (eg, IPNetwork('1.1.1.1/24') != IPAddress('1.1.1.1')) + whitespace cleanup. More... about 14 years ago
+ one more address_exclude cleanup, to make sure network/address exclusions fail as expected. More... about 14 years ago
+ one more address_exclude cleanup, to make sure network/address exclusions fail as expected. More... about 14 years ago
+ fix issue where address exclude would puke if you tried to exclude and address from itself. More... about 14 years ago