summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/url.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid mutable object as default valuestsimafeip2021-08-241-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* URL parsing fixesMike Bayer2021-05-241-22/+17
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-31/+14
* reformat URL attributesMike Bayer2021-05-121-11/+11
* Fix documentation type in URL classFederico Caselli2021-05-121-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+4
* make URL immutableMike Bayer2020-08-251-47/+532
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Fix query string escaping in engine URLsMiguel Grinberg2020-05-211-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Add port comparison in __eq__() and __ne__() method to URLSanjana2019-02-281-0/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-50/+65
* Allow multiple plugin namesMike Bayer2018-02-131-5/+21
* happy new yearMike Bayer2018-01-121-1/+1
* Allow url.password to be an objectMike Bayer2017-12-041-1/+12
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-1/+9
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-5/+11
* - Adjustments to the engine plugin hook, such that theMike Bayer2015-05-221-7/+11
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-0/+12
* PEP8 style fixesBrian Jarrett2014-07-131-5/+8
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+15
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-131-2/+2
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-061-2/+9
* find some more inline imports and move them outMike Bayer2013-08-041-1/+1
* do a sweep of some obvious 3kismsMike Bayer2013-05-261-1/+1
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-8/+5
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-9/+13
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-2/+2
* more import cleanupsMike Bayer2012-08-071-3/+4
* - [feature] Added a new systemMike Bayer2012-04-241-42/+15
* happy new yearMike Bayer2012-01-041-1/+1
* - The entry point resolution supported byMike Bayer2011-09-241-2/+9
* - Use urllib.parse_qsl() in Python 2.6 and above,Mike Bayer2011-06-211-4/+4
* see #2060Diana Clarke2011-02-281-1/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5