View | Details | Raw Unified | Return to bug 191442 | Differences between
and this patch

Collapse All | Expand All

(-)/home/pi/myp/databases/py-sqlalchemy/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/databases/py-sqlalchemy/Makefile 394508 2015-08-17 14:20:40Z mat $
2
# $FreeBSD: head/databases/py-sqlalchemy/Makefile 394508 2015-08-17 14:20:40Z mat $
3
3
4
PORTNAME=	sqlalchemy
4
PORTNAME=	sqlalchemy
5
PORTVERSION=	0.7.10
5
PORTVERSION=	1.0.8
6
PORTREVISION=	2
7
CATEGORIES=	databases python
6
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)/home/pi/myp/databases/py-sqlalchemy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
1
SHA256 (SQLAlchemy-1.0.8.tar.gz) = 950c79c0abf9e9f99c43c627c51d40d14a946810a90c35e7cd827bfd0bffe46f
2
SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639
2
SIZE (SQLAlchemy-1.0.8.tar.gz) = 4627601
(-)/home/pi/myp/databases/py-sqlalchemy/pkg-plist (-23 / +82 lines)
Lines 1-26 Link Here
1
%%PORTDOCS%%%%DOCSDIR%%/contents.html
1
%%PORTDOCS%%%%DOCSDIR%%/contents.html
2
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
2
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
3
%%PORTDOCS%%%%DOCSDIR%%/core/api_basics.html
3
%%PORTDOCS%%%%DOCSDIR%%/core/compiler.html
4
%%PORTDOCS%%%%DOCSDIR%%/core/compiler.html
4
%%PORTDOCS%%%%DOCSDIR%%/core/connections.html
5
%%PORTDOCS%%%%DOCSDIR%%/core/connections.html
6
%%PORTDOCS%%%%DOCSDIR%%/core/constraints.html
7
%%PORTDOCS%%%%DOCSDIR%%/core/custom_types.html
8
%%PORTDOCS%%%%DOCSDIR%%/core/ddl.html
9
%%PORTDOCS%%%%DOCSDIR%%/core/defaults.html
10
%%PORTDOCS%%%%DOCSDIR%%/core/dml.html
5
%%PORTDOCS%%%%DOCSDIR%%/core/engines.html
11
%%PORTDOCS%%%%DOCSDIR%%/core/engines.html
12
%%PORTDOCS%%%%DOCSDIR%%/core/engines_connections.html
6
%%PORTDOCS%%%%DOCSDIR%%/core/event.html
13
%%PORTDOCS%%%%DOCSDIR%%/core/event.html
7
%%PORTDOCS%%%%DOCSDIR%%/core/events.html
14
%%PORTDOCS%%%%DOCSDIR%%/core/events.html
8
%%PORTDOCS%%%%DOCSDIR%%/core/exceptions.html
15
%%PORTDOCS%%%%DOCSDIR%%/core/exceptions.html
9
%%PORTDOCS%%%%DOCSDIR%%/core/expression_api.html
16
%%PORTDOCS%%%%DOCSDIR%%/core/expression_api.html
17
%%PORTDOCS%%%%DOCSDIR%%/core/functions.html
10
%%PORTDOCS%%%%DOCSDIR%%/core/index.html
18
%%PORTDOCS%%%%DOCSDIR%%/core/index.html
19
%%PORTDOCS%%%%DOCSDIR%%/core/inspection.html
11
%%PORTDOCS%%%%DOCSDIR%%/core/interfaces.html
20
%%PORTDOCS%%%%DOCSDIR%%/core/interfaces.html
12
%%PORTDOCS%%%%DOCSDIR%%/core/internals.html
21
%%PORTDOCS%%%%DOCSDIR%%/core/internals.html
22
%%PORTDOCS%%%%DOCSDIR%%/core/metadata.html
13
%%PORTDOCS%%%%DOCSDIR%%/core/pooling.html
23
%%PORTDOCS%%%%DOCSDIR%%/core/pooling.html
24
%%PORTDOCS%%%%DOCSDIR%%/core/reflection.html
14
%%PORTDOCS%%%%DOCSDIR%%/core/schema.html
25
%%PORTDOCS%%%%DOCSDIR%%/core/schema.html
26
%%PORTDOCS%%%%DOCSDIR%%/core/selectable.html
15
%%PORTDOCS%%%%DOCSDIR%%/core/serializer.html
27
%%PORTDOCS%%%%DOCSDIR%%/core/serializer.html
28
%%PORTDOCS%%%%DOCSDIR%%/core/sqlelement.html
16
%%PORTDOCS%%%%DOCSDIR%%/core/tutorial.html
29
%%PORTDOCS%%%%DOCSDIR%%/core/tutorial.html
30
%%PORTDOCS%%%%DOCSDIR%%/core/type_api.html
31
%%PORTDOCS%%%%DOCSDIR%%/core/type_basics.html
17
%%PORTDOCS%%%%DOCSDIR%%/core/types.html
32
%%PORTDOCS%%%%DOCSDIR%%/core/types.html
18
%%PORTDOCS%%%%DOCSDIR%%/dialects/access.html
19
%%PORTDOCS%%%%DOCSDIR%%/dialects/drizzle.html
20
%%PORTDOCS%%%%DOCSDIR%%/dialects/firebird.html
33
%%PORTDOCS%%%%DOCSDIR%%/dialects/firebird.html
21
%%PORTDOCS%%%%DOCSDIR%%/dialects/index.html
34
%%PORTDOCS%%%%DOCSDIR%%/dialects/index.html
22
%%PORTDOCS%%%%DOCSDIR%%/dialects/informix.html
23
%%PORTDOCS%%%%DOCSDIR%%/dialects/maxdb.html
24
%%PORTDOCS%%%%DOCSDIR%%/dialects/mssql.html
35
%%PORTDOCS%%%%DOCSDIR%%/dialects/mssql.html
25
%%PORTDOCS%%%%DOCSDIR%%/dialects/mysql.html
36
%%PORTDOCS%%%%DOCSDIR%%/dialects/mysql.html
26
%%PORTDOCS%%%%DOCSDIR%%/dialects/oracle.html
37
%%PORTDOCS%%%%DOCSDIR%%/dialects/oracle.html
Lines 31-59 Link Here
31
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
42
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
32
%%PORTDOCS%%%%DOCSDIR%%/index.html
43
%%PORTDOCS%%%%DOCSDIR%%/index.html
33
%%PORTDOCS%%%%DOCSDIR%%/intro.html
44
%%PORTDOCS%%%%DOCSDIR%%/intro.html
45
%%PORTDOCS%%%%DOCSDIR%%/orm/backref.html
46
%%PORTDOCS%%%%DOCSDIR%%/orm/basic_relationships.html
47
%%PORTDOCS%%%%DOCSDIR%%/orm/cascades.html
48
%%PORTDOCS%%%%DOCSDIR%%/orm/classical.html
34
%%PORTDOCS%%%%DOCSDIR%%/orm/collections.html
49
%%PORTDOCS%%%%DOCSDIR%%/orm/collections.html
50
%%PORTDOCS%%%%DOCSDIR%%/orm/composites.html
51
%%PORTDOCS%%%%DOCSDIR%%/orm/constructors.html
52
%%PORTDOCS%%%%DOCSDIR%%/orm/contextual.html
35
%%PORTDOCS%%%%DOCSDIR%%/orm/deprecated.html
53
%%PORTDOCS%%%%DOCSDIR%%/orm/deprecated.html
36
%%PORTDOCS%%%%DOCSDIR%%/orm/events.html
54
%%PORTDOCS%%%%DOCSDIR%%/orm/events.html
37
%%PORTDOCS%%%%DOCSDIR%%/orm/examples.html
55
%%PORTDOCS%%%%DOCSDIR%%/orm/examples.html
38
%%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html
56
%%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html
57
%%PORTDOCS%%%%DOCSDIR%%/orm/extending.html
39
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html
58
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html
40
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative.html
59
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/automap.html
60
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/baked.html
61
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/api.html
62
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/basic_use.html
63
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/index.html
64
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/inheritance.html
65
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/mixins.html
66
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/relationships.html
67
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative/table_config.html
41
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/horizontal_shard.html
68
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/horizontal_shard.html
42
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/hybrid.html
69
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/hybrid.html
43
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/index.html
70
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/index.html
71
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/instrumentation.html
44
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/mutable.html
72
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/mutable.html
45
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/orderinglist.html
73
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/orderinglist.html
46
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/sqlsoup.html
47
%%PORTDOCS%%%%DOCSDIR%%/orm/index.html
74
%%PORTDOCS%%%%DOCSDIR%%/orm/index.html
48
%%PORTDOCS%%%%DOCSDIR%%/orm/inheritance.html
75
%%PORTDOCS%%%%DOCSDIR%%/orm/inheritance.html
49
%%PORTDOCS%%%%DOCSDIR%%/orm/interfaces.html
50
%%PORTDOCS%%%%DOCSDIR%%/orm/internals.html
76
%%PORTDOCS%%%%DOCSDIR%%/orm/internals.html
77
%%PORTDOCS%%%%DOCSDIR%%/orm/join_conditions.html
51
%%PORTDOCS%%%%DOCSDIR%%/orm/loading.html
78
%%PORTDOCS%%%%DOCSDIR%%/orm/loading.html
79
%%PORTDOCS%%%%DOCSDIR%%/orm/loading_columns.html
80
%%PORTDOCS%%%%DOCSDIR%%/orm/loading_objects.html
81
%%PORTDOCS%%%%DOCSDIR%%/orm/loading_relationships.html
82
%%PORTDOCS%%%%DOCSDIR%%/orm/mapped_attributes.html
83
%%PORTDOCS%%%%DOCSDIR%%/orm/mapped_sql_expr.html
52
%%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html
84
%%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html
85
%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_api.html
86
%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_columns.html
87
%%PORTDOCS%%%%DOCSDIR%%/orm/mapping_styles.html
88
%%PORTDOCS%%%%DOCSDIR%%/orm/nonstandard_mappings.html
89
%%PORTDOCS%%%%DOCSDIR%%/orm/persistence_techniques.html
53
%%PORTDOCS%%%%DOCSDIR%%/orm/query.html
90
%%PORTDOCS%%%%DOCSDIR%%/orm/query.html
91
%%PORTDOCS%%%%DOCSDIR%%/orm/relationship_api.html
92
%%PORTDOCS%%%%DOCSDIR%%/orm/relationship_persistence.html
54
%%PORTDOCS%%%%DOCSDIR%%/orm/relationships.html
93
%%PORTDOCS%%%%DOCSDIR%%/orm/relationships.html
94
%%PORTDOCS%%%%DOCSDIR%%/orm/scalar_mapping.html
95
%%PORTDOCS%%%%DOCSDIR%%/orm/self_referential.html
55
%%PORTDOCS%%%%DOCSDIR%%/orm/session.html
96
%%PORTDOCS%%%%DOCSDIR%%/orm/session.html
97
%%PORTDOCS%%%%DOCSDIR%%/orm/session_api.html
98
%%PORTDOCS%%%%DOCSDIR%%/orm/session_basics.html
99
%%PORTDOCS%%%%DOCSDIR%%/orm/session_state_management.html
100
%%PORTDOCS%%%%DOCSDIR%%/orm/session_transaction.html
56
%%PORTDOCS%%%%DOCSDIR%%/orm/tutorial.html
101
%%PORTDOCS%%%%DOCSDIR%%/orm/tutorial.html
102
%%PORTDOCS%%%%DOCSDIR%%/orm/versioning.html
57
%%PORTDOCS%%%%DOCSDIR%%/search.html
103
%%PORTDOCS%%%%DOCSDIR%%/search.html
58
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
104
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
Lines 63-82 Link Here
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/dict_of_sets_with_default.py
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/dict_of_sets_with_default.py
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/__init__.py
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/advanced.py
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/caching_query.py
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/environment.py
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/fixture_data.py
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/helloworld.py
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/local_session_caching.py
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/model.py
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/relation_caching.py
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py
114
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/__init__.py
115
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/__init__.py
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/declarative_reflection.py
116
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/advanced.py
117
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/caching_query.py
118
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/environment.py
119
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/fixture_data.py
120
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/helloworld.py
121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/local_session_caching.py
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/model.py
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/relationship_caching.py
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py
Lines 88-113 Link Here
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/__init__.py
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/__init__.py
90
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/discriminator_on_association.py
134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/discriminator_on_association.py
135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/generic_fk.py
91
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_association.py
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_association.py
92
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_related.py
137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_related.py
93
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py
138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/directed_graph.py
139
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/directed_graph.py
95
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/__init__.py
140
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/__init__.py
96
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/concrete.py
141
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/concrete.py
97
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/polymorph.py
142
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/joined.py
98
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/single.py
143
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/single.py
144
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/__init__.py
145
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/cast.py
146
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/threeway.py
99
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/__init__.py
147
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/__init__.py
100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/large_collection.py
148
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/large_collection.py
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/__init__.py
150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/materialized_paths.py
101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py
151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py
102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py
152
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py
153
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/__init__.py
154
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/__main__.py
155
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/bulk_inserts.py
156
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/bulk_updates.py
157
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/large_resultsets.py
158
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/short_selects.py
159
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/performance/single_inserts.py
103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py
160
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py
104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py
161
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py
162
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py
106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py
163
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py
107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/__init__.py
164
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/__init__.py
108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/_lib.py
165
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/history_meta.py
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/history_meta.py
166
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/test_versioning.py
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/test_versioning.py
167
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/__init__.py
168
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_map.py
169
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_rows.py
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py
170
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py
171
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py
172
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py

Return to bug 191442