1. f23c27e Create a symlink to README for distutils/sdist by Philipp Hagemeister · 9 years ago
  2. dfe66fd release 1.0.12 by Philipp Hagemeister · 9 years ago
  3. 9881496 update README by Philipp Hagemeister · 9 years ago
  4. a6adda9 remove README.txt by Philipp Hagemeister · 9 years ago
  5. 0432505 Use new travis infrastructure by Philipp Hagemeister · 9 years ago
  6. dc6a1b5 more pedantic PEP8 by Philipp Hagemeister · 9 years ago
  7. e33a5a0 release 1.0.11 by Philipp Hagemeister · 9 years ago
  8. dc80ec6 Apply and test PEP8 by Philipp Hagemeister · 9 years ago
  9. cb66299 release 1.0.10 by Philipp Hagemeister · 9 years ago
  10. 3032918 travis: Try with pypy as well by Philipp Hagemeister · 9 years ago
  11. c0de812 Fix execution on PyPy (Fixes #19) by Philipp Hagemeister · 9 years ago
  12. 1a4996c release 1.0.9 by Philipp Hagemeister · 9 years ago
  13. caa4192 Add subnet_of / supernet_of (fixes #18) by Philipp Hagemeister · 9 years ago
  14. 802b1e4 Add a test case for #14 (Fixes #14) by Philipp Hagemeister · 9 years ago
  15. 6a1f95c Release 1.0.8 by Philipp Hagemeister · 9 years ago
  16. 3d0d762 Fix _compat_bit_length(0) by Philipp Hagemeister · 9 years ago
  17. 90641d1 Correct SmallestObject test setup by Philipp Hagemeister · 9 years ago
  18. b65c191 [2.6] Switch back to old-school assertRaises style by Philipp Hagemeister · 9 years ago
  19. df6c08e Reapply changes (2.7 only for now) by Philipp Hagemeister · 9 years ago
  20. 2396162 Commit upstream 02b81a82a57dc9816235297f33fe617786213c49 by Philipp Hagemeister · 9 years ago
  21. 2bd945f Bump version to 1.0.7 by Philipp Hagemeister · 10 years ago
  22. 3b2e054 Correct setup.py tags by Philipp Hagemeister · 10 years ago
  23. f3e752e Add a simplistic Makefile by Philipp Hagemeister · 10 years ago
  24. b896a60 Bump version number to reflect setup.py version. by Thomas Kemmer · 10 years ago
  25. 3c58834 Add Python 3.2 support. by Thomas Kemmer · 10 years ago
  26. 283f8c5 Add LICENSE file (#13) by Philipp Hagemeister · 10 years ago
  27. 787a14f v1.0.6 by Philipp Hagemeister · 11 years ago
  28. 7659050 Separate txt and md files (Fixes #7) by Philipp Hagemeister · 11 years ago
  29. 23fd3eb Bump version number by Philipp Hagemeister · 11 years ago
  30. 3891b2c Use range as an iterator (Fixes #6) by Philipp Hagemeister · 11 years ago
  31. 9a451f0 Release 1.0.4 by Philipp Hagemeister · 11 years ago
  32. 2609742 pep8 fixes by Philipp Hagemeister · 11 years ago
  33. b398583 Better error messages in Python 2 (Closes #5) by Philipp Hagemeister · 11 years ago
  34. 2ed8567 s#package#py_modules by Philipp Hagemeister · 11 years ago
  35. e2055c1 Add package name in setup.py by Philipp Hagemeister · 11 years ago
  36. ff0d466 Add symlink for PyPi by Philipp Hagemeister · 11 years ago
  37. 9dd9b1b Fix setup.py by Philipp Hagemeister · 11 years ago
  38. 1dda1c3 Fix travis tests by Philipp Hagemeister · 11 years ago
  39. 5b9468f more pep8ing by Philipp Hagemeister · 11 years ago
  40. 7c8dc1b pep8ify by Philipp Hagemeister · 11 years ago
  41. 458b74b setup.py (#1) by Philipp Hagemeister · 11 years ago
  42. 13857f9 Better README (#3) by Philipp Hagemeister · 11 years ago
  43. 11f6e52 travis test (Closes #4) by Philipp Hagemeister · 11 years ago
  44. 6a79a4d 3.3 compat by Philipp Hagemeister · 11 years ago
  45. 0301336 strict struct.pack for 2.6 by Philipp Hagemeister · 11 years ago
  46. 4190d32 bit_length for 2.6 by Philipp Hagemeister · 11 years ago
  47. dc5162a All tests pass! by Philipp Hagemeister · 11 years ago
  48. eb30650 yet more us, this time in the code by Philipp Hagemeister · 11 years ago
  49. 4472a89 yet more us by Philipp Hagemeister · 11 years ago
  50. bfe1b68 more us by Philipp Hagemeister · 11 years ago
  51. a057bcc Note common error by Philipp Hagemeister · 11 years ago
  52. a4610a6 fix more tests by Philipp Hagemeister · 11 years ago
  53. 4f0f082 Compatibility for bytes iteration by Philipp Hagemeister · 11 years ago
  54. e2cd88f fromhex and more us by Philipp Hagemeister · 11 years ago
  55. 73d3b81 Silence a test by Philipp Hagemeister · 11 years ago
  56. f61297a Add u to one more test by Philipp Hagemeister · 11 years ago
  57. 90eb079 Many more fixes by Philipp Hagemeister · 11 years ago
  58. 2c5d55f int.to_bytes drop-in by Philipp Hagemeister · 11 years ago
  59. 598344e Do not use classic classes by Philipp Hagemeister · 11 years ago
  60. 94ca4dd Patch int.from_bytes by Philipp Hagemeister · 11 years ago
  61. 39596af Fix some errors by Philipp Hagemeister · 11 years ago
  62. 26064fd Monkey-patch testrunner to include assertRaisesRegex by Philipp Hagemeister · 11 years ago
  63. 388002c Let tests on run 2.x by Philipp Hagemeister · 11 years ago
  64. 7777ffa Remove 2.6 syntax errors by Philipp Hagemeister · 11 years ago
  65. 6b5716b Copy over files from cpython hg d8c5f2e73a69 by Philipp Hagemeister · 11 years ago
  66. 421d559 Initial commit by Philipp Hagemeister · 11 years ago