Furl Versions Save

🌐 URL parsing and manipulation made easy.

v0.5.7

7 years ago
  • Fixed: Only percent-decode percent-encoded path strings once, not twice.

0.5.6

7 years ago
  • Changed: Bumped the orderedmultidict dependency from v0.7.7 to v0.7.8. The latter, v0.7.8, fixes a splat (i.e. **omdict) bug.

0.5.3

7 years ago
  • Fixed: In Python 2, furl.netloc and furl.origin return strings, not Unicode strings.

v0.5.2

7 years ago
  • Added: Test PEP8 compliance with tox.
  • Fixed: Verify valid schemes before adoption.

v0.5.1

7 years ago