Commit Graph

15 Commits

Author SHA1 Message Date
Wilfredo Sánchez f3866df48c Add Glyph's text for #112. 2020-04-06 12:07:35 -07:00
Wilfredo Sánchez ddcac26063 Note changes since 19.0.0 2020-04-02 10:38:01 -07:00
Mahmoud Hashemi 7022c475a1 update 19.0.0 changelog a bit 2019-04-08 10:03:48 -07:00
Mahmoud Hashemi 717b4f5cc0 add v19.0.0 changelog 2019-04-08 00:05:45 -07:00
Mahmoud Hashemi 3e7a64e551 initial CHANGELOG for 18.0.0 2018-02-26 00:10:20 -08:00
wouter bolsterlee 45ca800d4e Also accept dictionaries as ‘query=’ arguments
The URL constructor and the .replace() method now sensibly handle
dictionaries passed to the ‘query’ argument, instead of strictly
requiring it to be an iterable of (key, value) pairs (both of which
must be strings).

Examples:

  URL(query={"foo": "bar"})
  url.replace(query={"foo": "bar"})

This simplifies the API for the common use case, in which:

- the order of the items does not matter
  (though Python >= 3.6 preserves dictionary order)
- no duplicate parameters are present

Updated the docs to include an example of this.

Fixes #50.
2017-12-06 11:02:06 +01:00
Mahmoud Hashemi d7b59fd62e fix typo + add link 2017-08-19 19:39:44 -07:00
Mahmoud Hashemi 6606b097c4 add CHANGELOG for 17.3.1 2017-08-19 01:14:45 -07:00
Mahmoud Hashemi 56bd4fffb8 add the 17.3.0 changelog 2017-07-18 23:41:40 -07:00
Mahmoud Hashemi 5ae8fce292 add version 17.2.1 changelog 2017-06-18 12:34:26 -07:00
Mahmoud Hashemi 97bf8ff57a adding changelog for v17.2.0 2017-06-17 18:56:06 -07:00
Mahmoud Hashemi b62511c352 CHANGELOG for 17.1.1 2017-05-06 17:28:55 -07:00
Mahmoud Hashemi 464a3018a2 few more questions, todo updates, and changelog clarifications 2017-04-15 13:49:35 -07:00
Mahmoud Hashemi 4e4d8354d7 take care of warnings in the quote map 2017-03-27 19:15:40 -07:00
Mahmoud Hashemi bd25e079c5 WIP changelog 2017-03-25 02:31:17 -07:00