Commit graph

107 commits

Author SHA1 Message Date
ee97319a59 remove the mess caused by merge conflict 2025-08-10 11:43:35 +02:00
ccd7001726 Merge branch '0.5.x_feature_asgi_send' 2025-08-10 11:39:42 +02:00
13589ab819 add Content-Length header 2025-08-10 11:35:36 +02:00
b035c86b31 http.response.start goes AFTER http.response.body 2025-08-10 11:18:12 +02:00
9cd2345c80 ASGI requires the whole body 2025-08-10 11:08:05 +02:00
7041c19b57 bug 2025-08-10 10:55:47 +02:00
ac66f3632c bugfix to negotiate(), port to Flask 2025-08-10 10:48:32 +02:00
55c9f5fee2 export WantsContentType 2025-08-10 09:40:01 +02:00
a23cad2e45 add Quart utilities add_i18n(), negotiate() add_rest() 2025-08-10 09:09:20 +02:00
5bdf13b104 add SQLAlchemy.create_all() 2025-08-08 07:58:17 +02:00
1ab0982dc3 add session cleanup 2025-08-05 11:11:43 +02:00
7953ff4847 remove VSC artifacts 2025-08-04 14:44:34 +02:00
dbf85f5369 make it work 2025-08-04 14:43:06 +02:00
daa9f6de0c fixed context manager 2025-08-04 14:39:24 +02:00
6846c763f2 apparently engine.begin() does not need to be awaited 2025-08-04 14:33:03 +02:00
7478c8e404 types, again 2025-07-31 23:27:59 +02:00
9286a01de0 typo 2025-07-31 23:16:07 +02:00
8a209a729c typing 2025-07-31 23:14:16 +02:00
6daedc3dee add sass module, update README 2025-07-31 22:53:44 +02:00
73c105d5cb typing whitespace 2025-07-30 23:00:46 +02:00
2c52f9b561 add twocolon_list() 2025-07-30 20:19:31 +02:00
18b31c9889 fix pyproject 2025-07-30 18:23:17 +02:00
d30e1086f3 add BabelTowerError 2025-07-30 13:00:41 +02:00
73d3088d86 add modules redact, sqlalchemy_async, functions none_pass() 2025-07-30 10:54:09 +02:00
a3330d4340 code style, minor fixes 2025-07-30 02:01:11 +02:00
38ff59c76a add calendar module, drop Quart-SQLAlchemy 2025-07-25 08:24:46 +02:00
589d4b3b13 type annotations, NotFoundError 2025-07-24 11:44:24 +02:00
002dbb0579 add bound_fk(), unbound_fk(), TimedDict() 2025-07-24 09:48:01 +02:00
303e9e2b2d add timed_cache() 2025-07-22 22:15:11 +02:00
b4ef56f260 0.4.0: release notes 2025-07-22 02:28:44 +02:00
3188b59c15 add mod_floor() and mod_ceil(), fix b64*() taking a wrong turn 2025-07-19 23:09:16 +02:00
8a16fe159f add PrefixIdentifier() and some tests 2025-07-19 11:31:01 +02:00
e5ca63953d add module .dorks and flask.harden() 2025-07-17 21:33:11 +02:00
ee36616b43 new module lex 2025-07-17 19:45:43 +02:00
4a2e8d3343 add addattr() 2025-07-11 09:58:08 +02:00
d9690ea3a5 backport bugfixes from 0.3.6 2025-07-09 17:15:42 +02:00
9c3755637a fix bug with multiple sources in classtools 2025-07-09 16:17:26 +02:00
4919edc871 backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass, part 2 2025-07-06 22:40:43 +02:00
4ccf4fb7a0 backport bug fixes from 0.3.4 into master, reimplement ConfigSource() and add a superclass 2025-07-06 22:40:17 +02:00
3d03cc00fa fixed bug in sqlalchemy.id_column() 2025-06-18 16:30:02 +02:00
e5d9c8e4a6 still bugs in snowflake (!) 2025-06-18 10:17:00 +02:00
01d0464da2 version advance 0.3.2 2025-06-18 10:04:04 +02:00
121fbe83b0 fixed generator in snowflake_column() in sqlalchemy module 2025-06-18 09:59:58 +02:00
1d6d5d72f8 fix Snowflake.to_b32l() for negative values 2025-06-18 09:35:09 +02:00
e615cbb628 FIX Snowflake codecs, add sqlalchemy.parent_children(), additem(), release 0.3.0 2025-06-18 08:40:37 +02:00
946973f732 add Snowflake support, change behavior of kwargs_prefix(), fix padding bug in base32 functions 2025-06-17 20:13:40 +02:00
d6e54f192f add markdown module 2025-06-11 14:38:22 +02:00
38eac17109 add abstract get_signature() to sqlalchemy.AuthSrc(), itertools.ltuple() and rtuple() and UserSigner.sign_object() 2025-06-11 01:16:29 +02:00
9f75d983ba add token loader, .flask_sqlalchemy, jsonencode(), base2048 2025-06-01 10:51:32 +02:00
dfa4309216 bug fixes in sqlalchemy and classtools, 0.2.3 2025-05-27 16:04:09 +02:00