Commit Graph

  • b5564eb606 WIP big old docstring for the top Mahmoud Hashemi 2017-04-04 10:29:38 -0700
  • fac4477d62 WIP big old docstring for the top Mahmoud Hashemi 2017-04-04 10:29:38 -0700
  • d226501f7c found a query string oddity Mahmoud Hashemi 2017-04-04 10:28:22 -0700
  • 57af9b116c found a query string oddity Mahmoud Hashemi 2017-04-04 10:28:22 -0700
  • 262b3f32d3 pop some TODOs Mahmoud Hashemi 2017-04-04 10:27:53 -0700
  • dfab33c22f pop some TODOs Mahmoud Hashemi 2017-04-04 10:27:53 -0700
  • 3cdf3072ba as it turns out, python3 added a __dir__ method to object Mahmoud Hashemi 2017-03-28 19:51:33 -0700
  • 344c5bc3f2 as it turns out, python3 added a __dir__ method to object Mahmoud Hashemi 2017-03-28 19:51:33 -0700
  • d6b150bc23 various uncameling Mahmoud Hashemi 2017-03-28 18:30:07 -0700
  • 88f985d336 various uncameling Mahmoud Hashemi 2017-03-28 18:30:07 -0700
  • bda25393e8 second step of twisted compat Mahmoud Hashemi 2017-03-28 18:27:02 -0700
  • 4ea28ff80a second step of twisted compat Mahmoud Hashemi 2017-03-28 18:27:02 -0700
  • 1d88aa849e first phase of twisted backwards compat Mahmoud Hashemi 2017-03-28 10:48:42 -0700
  • c0b1714de1 first phase of twisted backwards compat Mahmoud Hashemi 2017-03-28 10:48:42 -0700
  • b8b3b9364d take care of warnings in the quote map Mahmoud Hashemi 2017-03-27 19:15:40 -0700
  • 4e4d8354d7 take care of warnings in the quote map Mahmoud Hashemi 2017-03-27 19:15:40 -0700
  • d9e25b7c19 add additional attributes to __eq__ Mahmoud Hashemi 2017-03-27 18:22:37 -0700
  • d248cf7b15 add additional attributes to __eq__ Mahmoud Hashemi 2017-03-27 18:22:37 -0700
  • 2a8c9a8306 standardize on 'uses_netloc' (vs 'use_netloc') Mahmoud Hashemi 2017-03-27 10:56:49 -0700
  • 5c1991bf15 standardize on 'uses_netloc' (vs 'use_netloc') Mahmoud Hashemi 2017-03-27 10:56:49 -0700
  • a6b20f8d95 make uses_netloc a vanilla property like the other url attributes Mahmoud Hashemi 2017-03-27 10:50:16 -0700
  • 89f5169829 make uses_netloc a vanilla property like the other url attributes Mahmoud Hashemi 2017-03-27 10:50:16 -0700
  • 4d4bfaaba5 add (and test) hashability to URL Mahmoud Hashemi 2017-03-27 10:40:54 -0700
  • 73229f2940 add (and test) hashability to URL Mahmoud Hashemi 2017-03-27 10:40:54 -0700
  • d6315ec6d3 WIP changelog Mahmoud Hashemi 2017-03-25 02:31:17 -0700
  • bd25e079c5 WIP changelog Mahmoud Hashemi 2017-03-25 02:31:17 -0700
  • b27b17dede couple of TODOs Mahmoud Hashemi 2017-03-25 02:31:00 -0700
  • 9502119141 couple of TODOs Mahmoud Hashemi 2017-03-25 02:31:00 -0700
  • c6f44153b3 adding initial README (links TBD) Mahmoud Hashemi 2017-03-24 18:22:10 -0700
  • 3eedde0005 adding initial README (links TBD) Mahmoud Hashemi 2017-03-24 18:22:10 -0700
  • 159a4fd777 pop a TODO Mahmoud Hashemi 2017-03-23 18:36:20 -0700
  • 2fc3de7084 pop a TODO Mahmoud Hashemi 2017-03-23 18:36:20 -0700
  • 1e4dd77254 encode and decode userinfo Mahmoud Hashemi 2017-03-23 18:36:06 -0700
  • 37572e7806 encode and decode userinfo Mahmoud Hashemi 2017-03-23 18:36:06 -0700
  • fa057cd559 pop a couple TODOs Mahmoud Hashemi 2017-03-23 10:33:00 -0700
  • 3828d3e59c pop a couple TODOs Mahmoud Hashemi 2017-03-23 10:33:00 -0700
  • 1de18f4a71 add an explicit check with a useful error message for the easy mistake of using the normal URL constructor Mahmoud Hashemi 2017-03-23 10:30:06 -0700
  • d88d3d1411 add an explicit check with a useful error message for the easy mistake of using the normal URL constructor Mahmoud Hashemi 2017-03-23 10:30:06 -0700
  • 8fb12f9757 click on empty resolves path dot segments https://twistedmatrix.com/trac/ticket/8184 Mahmoud Hashemi 2017-03-22 09:37:14 -0700
  • 5f9364c373 click on empty resolves path dot segments https://twistedmatrix.com/trac/ticket/8184 Mahmoud Hashemi 2017-03-22 09:37:14 -0700
  • eb12a883aa pop a couple todos Mahmoud Hashemi 2017-03-19 18:40:04 -0700
  • fd74a4c119 pop a couple todos Mahmoud Hashemi 2017-03-19 18:40:04 -0700
  • 3b3efadfa8 test ipv6 even on windows py27 Mahmoud Hashemi 2017-03-19 18:39:54 -0700
  • c869107e3b test ipv6 even on windows py27 Mahmoud Hashemi 2017-03-19 18:39:54 -0700
  • 86069c0caf add another quick invalid port check Mahmoud Hashemi 2017-03-19 17:58:54 -0700
  • afa255ccc8 add another quick invalid port check Mahmoud Hashemi 2017-03-19 17:58:54 -0700
  • d7c7316196 remove dependence on urllib.quote, use specialized function for encoding each part, removing significant overhead Mahmoud Hashemi 2017-03-19 17:31:03 -0700
  • 56bd830912 remove dependence on urllib.quote, use specialized function for encoding each part, removing significant overhead Mahmoud Hashemi 2017-03-19 17:31:03 -0700
  • cd88047bc3 remove urlunsplit, enable uses_netloc Mahmoud Hashemi 2017-03-19 00:10:26 -0700
  • 2fa0520974 remove urlunsplit, enable uses_netloc Mahmoud Hashemi 2017-03-19 00:10:26 -0700
  • c0ed73f11c idna, netloc slashes, and pep8 aliases Mahmoud Hashemi 2017-03-18 23:38:55 -0700
  • 7f7174cf59 idna, netloc slashes, and pep8 aliases Mahmoud Hashemi 2017-03-18 23:38:55 -0700
  • f68d5e8a7a tests: more roundtripping URLs from boltons, and allow omission of root path slash per 3986 Mahmoud Hashemi 2017-03-18 20:07:24 -0700
  • 275c94a26a tests: more roundtripping URLs from boltons, and allow omission of root path slash per 3986 Mahmoud Hashemi 2017-03-18 20:07:24 -0700
  • 8a514a2eb2 remove unused urlsplit import Mahmoud Hashemi 2017-03-18 18:27:50 -0700
  • 268e1deb66 remove unused urlsplit import Mahmoud Hashemi 2017-03-18 18:27:50 -0700
  • b67b3e94c7 fix up a whole bunch of formatting inconsistencies in the tests Mahmoud Hashemi 2017-03-18 18:26:24 -0700
  • 908d507d64 fix up a whole bunch of formatting inconsistencies in the tests Mahmoud Hashemi 2017-03-18 18:26:24 -0700
  • 52f7f35ae7 update scheme port mapping and uses_netloc behavior Mahmoud Hashemi 2017-03-18 16:49:35 -0700
  • b383f75345 update scheme port mapping and uses_netloc behavior Mahmoud Hashemi 2017-03-18 16:49:35 -0700
  • 4f0979a4f0 the code itself should be python2.6 compatible, but unittests still need to be ported Mahmoud Hashemi 2017-03-14 22:00:24 -0700
  • 91294848b3 the code itself should be python2.6 compatible, but unittests still need to be ported Mahmoud Hashemi 2017-03-14 22:00:24 -0700
  • e9092ea7a3 pytest and tox now working Mahmoud Hashemi 2017-03-13 23:09:40 -0700
  • b8ee8d7ccd pytest and tox now working Mahmoud Hashemi 2017-03-13 23:09:40 -0700
  • 14f2ed6b57 add pytest.ini to enable doctest ALLOW_UNICODE (to get rid of errors on u'') Mahmoud Hashemi 2017-03-13 23:09:25 -0700
  • 7a90486422 add pytest.ini to enable doctest ALLOW_UNICODE (to get rid of errors on u'') Mahmoud Hashemi 2017-03-13 23:09:25 -0700
  • dd27376f41 WIP toxing: fix setup.py packages Mahmoud Hashemi 2017-03-13 20:26:54 -0700
  • 2697d30eba WIP toxing: fix setup.py packages Mahmoud Hashemi 2017-03-13 20:26:54 -0700
  • 4230ce99a5 WIP: getting doctests passing slightly more Mahmoud Hashemi 2017-03-13 20:20:10 -0700
  • 0f6f818907 WIP: getting doctests passing slightly more Mahmoud Hashemi 2017-03-13 20:20:10 -0700
  • d80f4ebcd9 WIP: trying to get tox toxing Mahmoud Hashemi 2017-03-13 20:19:49 -0700
  • a1ca38640b WIP: trying to get tox toxing Mahmoud Hashemi 2017-03-13 20:19:49 -0700
  • 83023487ce couple more tests Mahmoud Hashemi 2017-02-16 18:34:03 -0800
  • 837101f2cf couple more tests Mahmoud Hashemi 2017-02-16 18:34:03 -0800
  • 08832a7282 expose URLParseError. test for invalid ipv6 behavior Mahmoud Hashemi 2017-02-16 18:26:32 -0800
  • 389c4c59f9 expose URLParseError. test for invalid ipv6 behavior Mahmoud Hashemi 2017-02-16 18:26:32 -0800
  • bde136968f a bit of TODOing Mahmoud Hashemi 2017-02-16 18:10:07 -0800
  • 52dd7ede3e a bit of TODOing Mahmoud Hashemi 2017-02-16 18:10:07 -0800
  • f943f00fa3 enable netloc support for unrecognized schemes Mahmoud Hashemi 2017-02-16 09:53:03 -0800
  • 657c7d9907 enable netloc support for unrecognized schemes Mahmoud Hashemi 2017-02-16 09:53:03 -0800
  • b747ad87b2 basic ipv6 successfully roundtripping Mahmoud Hashemi 2017-02-16 09:49:50 -0800
  • afbf9a63e3 basic ipv6 successfully roundtripping Mahmoud Hashemi 2017-02-16 09:49:50 -0800
  • b3bd42a267 WIP: first cut on integrating regex-based, ipv6-supporting parsing in URL.fromText Mahmoud Hashemi 2017-02-15 18:32:48 -0800
  • e8f12c403e WIP: first cut on integrating regex-based, ipv6-supporting parsing in URL.fromText Mahmoud Hashemi 2017-02-15 18:32:48 -0800
  • 902b1c5d4b a small addition to the README Mahmoud Hashemi 2017-02-15 18:32:04 -0800
  • 7d1827dc76 a small addition to the README Mahmoud Hashemi 2017-02-15 18:32:04 -0800
  • c18427f79a half of the netloc detection logic and a bunch of parsing machinery that will become useful into the next steps Mahmoud Hashemi 2017-02-15 10:19:01 -0800
  • 8b1e4bde7a half of the netloc detection logic and a bunch of parsing machinery that will become useful into the next steps Mahmoud Hashemi 2017-02-15 10:19:01 -0800
  • 0155dd9828 adding a few TODOs Mahmoud Hashemi 2017-02-14 18:46:57 -0800
  • 21248a7907 adding a few TODOs Mahmoud Hashemi 2017-02-14 18:46:57 -0800
  • 7300b8be0a initial import from Twisted, with gitignore, license, code, tests, and setup.py Mahmoud Hashemi 2017-02-14 11:37:11 -0800
  • f0176169ee initial import from Twisted, with gitignore, license, code, tests, and setup.py Mahmoud Hashemi 2017-02-14 11:37:11 -0800
  • dc187bd19e It wouldn't be the repr. Jean-Paul Calderone 2017-02-05 19:16:11 -0500
  • 8799e78cfd Fix the content and formatting of the URL.child docstring. Jean-Paul Calderone 2017-02-05 09:48:12 -0500
  • fa60a7bd0b move everything Amber Brown (HawkOwl) 2016-07-15 14:22:02 +0800
  • 90822e5aec L{None} everywhere. Adi Roiban 2016-06-17 08:36:24 +0100
  • 62670bc0e7 Merge urlpath-str-8068-3: Make twisted.python.urlpath.URLPath respect the default path of '/' hawkowl 2015-11-13 11:15:42 +0000
  • f7eade1306 Merge iri-5388-4: new, internationalizable URL glyph 2015-10-26 10:09:35 +0000