summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/collections.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-101-10/+5
* rename MappedCollection and relatedMike Bayer2022-10-111-10/+21
* Propagate key for collection eventsMike Bayer2022-08-161-32/+38
* Remove all `__nonzero__` methods (#8308)Nikita Sobolev2022-07-301-2/+0
* revenge of pep 484Mike Bayer2022-05-151-11/+19
* pep484: attributes and relatedMike Bayer2022-05-031-62/+146
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* pep484 + abc bases for assocaitionproxyMike Bayer2022-03-011-2/+3
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-235/+24
* mypy: sqlalchemy.utilMike Bayer2022-01-241-1/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* copy list for __iadd__Mike Bayer2021-12-021-2/+2
* Clean up most py3k compatFederico Caselli2021-11-241-3/+1
* Remove object in class definitionFederico Caselli2021-11-221-6/+6
* First round of removal of python 2Federico Caselli2021-11-011-30/+7
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Create new event for collection add w/o mutationMike Bayer2021-05-121-1/+51
* happy new yearMike Bayer2021-01-041-1/+1
* Document caveat about backrefs and attribute_mapped_collectionMike Bayer2020-08-261-4/+7
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-32/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Skip on slice assignment to selfMike Bayer2019-11-201-0/+2
* Remove unnecessary util.callable usageSteven Loria2019-09-091-1/+1
* Fix typosMin ho Kim2019-07-211-1/+1
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+45
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* move to inspect_getfullargspecMike Bayer2019-01-151-4/+6
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-5/+20
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-5/+20
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-4/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-109/+185
* Call __del() before remove()Mike Bayer2018-12-281-13/+28
* Remove MappedCollection converter; deprecate @converterMike Bayer2018-09-271-24/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-3/+3
* Don't mutate old collection on bulk replaceMike Bayer2017-03-151-2/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add missing items to collection.__getstate__Mike Bayer2016-11-141-1/+7
* - happy new yearMike Bayer2016-01-291-1/+1
* - refactor of adapt_like_to_iterable(), fixes #3457.Mike Bayer2015-12-091-53/+19
* Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
* - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+10
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-17/+6