summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/url.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Add recommendation for URL.create() re: escapingGord Thompson2022-11-271-9/+15
* Tighten password security by removing `URL.__str__`Yassen Damyanov2022-09-231-3/+0
* change verbiage stating exact compliance with RFC-1738Mike Bayer2022-09-171-14/+19
* migrate labels to new tutorialMike Bayer2022-06-071-7/+46
* Add links to database url section from URL docsFederico Caselli2022-03-291-1/+13
* pep-484 for engineMike Bayer2022-03-011-69/+117
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* Initial ORM typing layoutMike Bayer2022-01-141-31/+17
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Add __copy__, __deepcopy__ to URL. Fixes: #7400Tom Ritchford2021-12-061-0/+16
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-2/+5
* Clean up most py3k compatFederico Caselli2021-11-241-13/+12
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-7/+7
* First round of removal of python 2Federico Caselli2021-11-011-2/+0
* indicate private use of URL.__new__ privately onlyMike Bayer2021-10-011-1/+3
* Ensure str is callect on the URL password.Federico Caselli2021-09-131-5/+27
* remove erroneous None check from _assert_strMike Bayer2021-09-041-3/+0
* 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