summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set version to 'git' in git repo.HEADmasterMikel Ward2017-09-151-1/+1
* Rename README.md to README so it can be shared between setup.py and github.release-2.2.0Mikel Ward2017-09-152-1/+1
* Bump version to 2.2.0.Mikel Ward2017-09-151-1/+1
* Update README.md and long description to say ipaddr is replaced by ipaddress.Mikel Ward2017-09-152-10/+7
* Merge pull request #118 from ghost/mastermbward2017-02-092-15/+24
|\
| * Fix compatibility with Python 3vkh782016-01-052-15/+24
* | Merge pull request #119 from nickjacobson/patch-1sixMichael Shields2016-06-171-0/+2
|\ \ | |/ |/|
| * Adding trove classifiers for Python 2.nickjacobson2016-06-171-0/+2
|/
* Remove test-2to3.sh.Michael Shields2015-09-021-29/+0
* Test pickling.Michael Shields2015-09-021-2/+9
* Remove OWNERS, a file which is only useful inside Google.Michael Shields2015-08-281-4/+0
* Merge branch 'alexf101-patch-1'Michael Shields2015-08-171-4/+7
|\
| * Merge branch 'patch-1' of https://github.com/alexf101/ipaddr-py into alexf101...Michael Shields2015-08-171-4/+7
| |\ |/ /
| * Performance fix for collapse_addr_list.Alex Finkel2015-07-311-4/+7
* | Fix typo.Michael Shields2015-08-171-1/+1
* | Enable Travis.Michael Shields2015-08-171-0/+5
* | Remove obsolete documentation on 1.x and 3.x ("3144").Michael Shields2015-08-172-385/+0
* | Move trunk/ to root.Michael Shields2015-08-1711-3621/+351
* | Convert README to Markdown, and update links.Michael Shields2015-08-171-3/+3
* | Remove Subversion tags and branches.Michael Shields2015-08-17202-71955/+0
* | Merge branch 'master' of github.com:google/ipaddr-pyMichael Shields2015-08-17217-0/+76235
|\ \ | |/
| * ipaddr: add the ability to create non-trivial IPv*Network objects via tuples.Peter Moody2014-07-262-82/+195
| * from Paul Marks:Peter Moody2013-09-212-124/+147
| * ipaddr incorrectly parses some V6 addresses.Peter Moody2012-06-292-0/+3
| * Docstring typo reported by Jason KeenePeter Moody2012-06-271-1/+1
| * fix for issue:95, refer to nets in the exceptionPeter Moody2012-06-111-1/+1
| * add license boilerplate to test-2to3.shPeter Moody2012-04-301-1/+15
| * rename to ipaddress to avoid confusion with backwards-incompatible ipaddrPeter Moody2012-02-122-410/+410
| * testing git push processPeter Moody2012-02-061-1/+1
| * tag/release 2.1.10pmoody@google.com2012-01-2113-318/+3883
| * remove un-needed filepmoody@google.com2011-12-041-286/+0
| * Created wiki page through web user interface.pmoody@google.com2011-12-041-0/+261
| * start a new wiki page on using ipaddrpmoody@google.com2011-12-041-0/+286
| * fix exploding network bugpmoody@google.com2011-12-042-3/+9
| * typopmoody@google.com2011-12-041-1/+1
| * patch r235 - r237 into the pep3144 branchpmoody@google.com2011-11-292-11/+20
| * fixpmoody@google.com2011-11-292-11/+11
| * fix for i84pmoody@google.com2011-11-242-0/+9
| * patch from pmarkspmoody@google.com2011-11-242-80/+67
| * fix copyright. whoops. i90pmoody@google.com2011-09-221-1/+1
| * cleaning up docstringspmoody@google.com2011-09-221-19/+18
| * remove strict from the ipinterface classes and have the network code check th...pmoody@google.com2011-09-092-19/+20
| * rename _BaseNetwork to _BaseInterface & add a network property to _BaseInterf...pmoody@google.com2011-09-091-15/+22
| * finish rename from network -> network_address. do the same for the broadcast ...pmoody@google.com2011-09-082-31/+31
| * fix version string in the branchpmoody@google.com2011-09-081-1/+1
| * remove the ip attribute from the network objects. make collpase_address_list ...pmoody@google.com2011-09-081-1/+38
| * add ip interface classes. needs more unit testspmoody@google.com2011-09-082-207/+256
| * progressing towards 3144 compliancepmoody@google.com2011-09-085-0/+3067
| * patch from pmarks for i87pmoody@google.com2011-08-222-222/+206
| * 2001:0::3:4:5:6:7:8 should be considered validpmoody@google.com2011-07-222-1/+5