mdipierro
|
cf52195b44
|
Merge branch 'master' of github.com:web2py/web2py
|
2018-04-19 00:17:39 -05:00 |
|
Radu Ioan Fericean
|
0900a3ddb9
|
discovered and use _compat to_bytes and to_native functions
|
2018-04-14 14:58:53 +03:00 |
|
Radu Ioan Fericean
|
086bfb5851
|
fix redis sessions and redis for python3
|
2018-04-14 14:33:37 +03:00 |
|
Radu Ioan Fericean
|
90288a0134
|
fix sessions in cookies for python3
|
2018-04-14 11:42:31 +03:00 |
|
mdipierro
|
5de8cb4da5
|
fixed syntax for attachemnts, thanks Paolo Pastori
|
2018-04-03 11:24:32 -05:00 |
|
mdipierro
|
e9dcac4ecd
|
Merge pull request #1818 from ilvalle/py3.6dev
fix include_meta for py35, added tests
|
2017-12-02 13:01:12 -06:00 |
|
ilvalle
|
622b29366a
|
fix include_meta for py35, added tests. close #1816
|
2017-12-02 11:03:46 +01:00 |
|
Leonel Câmara
|
12253ab757
|
Fix #1715
|
2017-11-13 15:31:05 +00:00 |
|
Leonel Câmara
|
3ecdd1c11b
|
Fix #1757
|
2017-09-07 10:18:41 +01:00 |
|
Leonel Câmara
|
892fba9e54
|
fix unordered include_files result
Now only concats adjacent internal to the application stuff, this also Fixes #1673
|
2017-08-09 01:08:28 +01:00 |
|
mdipierro
|
de8b2a477b
|
Merge pull request #1722 from leonelcamara/patch-5
mobilize is back
|
2017-08-07 23:29:06 -05:00 |
|
Leonel Câmara
|
8533fa0d00
|
put is_mobile and is_tablet in the result of user_agent()
|
2017-08-08 00:50:55 +01:00 |
|
Leonel Câmara
|
a744835f21
|
Fix response.download with nonasccii filenames
Fixes #1718
|
2017-08-05 13:27:44 +01:00 |
|
mdipierro
|
047ed786ac
|
fixed some error in hashlib_md5
|
2017-07-10 16:02:15 -05:00 |
|
mdipierro
|
ca1e5156ba
|
fixed hashlib_md5 again, thanks Paolo
|
2017-07-10 15:10:16 -05:00 |
|
mdipierro
|
e3ec4d4075
|
merged hashlib conflict
|
2017-07-10 14:20:39 -05:00 |
|
mdipierro
|
2396cad2d1
|
Merge pull request #1658 from ilvalle/fix_minify
fix minify, added tests
|
2017-07-10 14:09:53 -05:00 |
|
Richard Vézina
|
88790dcaee
|
Enhance globals.py PEP8
|
2017-06-21 14:49:10 -04:00 |
|
ilvalle
|
9f79dccb05
|
fix minify, added tests
|
2017-06-20 22:12:43 +02:00 |
|
mdipierro
|
566feb79d4
|
Merge pull request #1649 from ilvalle/fix_globals
fix Pickler.dispatch_table
|
2017-06-15 04:01:14 -05:00 |
|
ilvalle
|
2ea5939640
|
fix Pickler.dispatch_table
|
2017-06-14 21:45:18 +02:00 |
|
Leonel Câmara
|
ac67beb280
|
Fixes #1634 by adding a parameter "ignore_extension" to Request.restful which allows you to leave the args untouched if you set it to True.
|
2017-06-06 01:53:42 +01:00 |
|
ilvalle
|
a31cf09dd3
|
minor compileapp refactor
|
2016-09-28 21:49:24 +02:00 |
|
niphlod
|
25e8f4aef1
|
fixes #1449
codename "he who late imports by default makes everybody's life a misery
for no speedup at all"
|
2016-09-19 21:33:01 +02:00 |
|
Giovanni Barillari
|
0528a347b3
|
Updated pyDAL to 16.08
|
2016-08-13 15:38:55 +02:00 |
|
mdipierro
|
eebf406d97
|
fixed import error
|
2016-08-01 04:13:32 -05:00 |
|
mdipierro
|
cc1ff02079
|
only one portalocker
|
2016-08-01 03:46:51 -05:00 |
|
mdipierro
|
35eaba1096
|
removed duplicated code, using pydal's _compat.py
|
2016-08-01 03:39:22 -05:00 |
|
mdipierro
|
665e14186e
|
fixed issue with sessions in db on GAE
|
2016-07-17 04:18:56 -05:00 |
|
mdipierro
|
fe04923d28
|
Merge pull request #1392 from ilvalle/py3_fixes_7
Py3 fixes
|
2016-07-16 03:01:16 -05:00 |
|
ilvalle
|
73399fdee6
|
fix py3 html
|
2016-07-15 20:35:54 +02:00 |
|
mdipierro
|
d067897cef
|
json(indent=...) parameter
|
2016-07-07 01:47:59 -05:00 |
|
mdipierro
|
338ca6ba5c
|
Merge pull request #1361 from ilvalle/py3_fixes_step2
few py3 fixes
|
2016-06-18 07:48:39 -05:00 |
|
ilvalle
|
48209f5bdf
|
fix compileapp
|
2016-06-13 20:20:49 +02:00 |
|
ilvalle
|
180ada57da
|
fix request.json, close #1337
|
2016-06-13 18:00:14 +02:00 |
|
mdipierro
|
f4a353960b
|
merged conflicts
|
2016-06-12 19:59:58 -05:00 |
|
ilvalle
|
1f013d76f3
|
minor few fix
|
2016-06-10 14:14:40 +02:00 |
|
ilvalle
|
71ba0e515f
|
updated portalocker, few py3 syntax/import fix
|
2016-06-04 14:07:42 +02:00 |
|
ilvalle
|
2f7d76769c
|
typo in globals
|
2016-06-03 23:44:45 +02:00 |
|
ilvalle
|
97eb013831
|
fix test_html and test_template for py3
|
2016-06-03 11:46:32 +02:00 |
|
ilvalle
|
a1fd92b7f8
|
updated imports in tests
|
2016-06-02 14:28:21 +02:00 |
|
ilvalle
|
01bab81432
|
manually adapt few imports
|
2016-06-01 20:16:30 +02:00 |
|
ilvalle
|
35900da19b
|
running lib2to3.fixes.fix_except
|
2016-05-29 08:31:19 +02:00 |
|
Martin Doucha
|
40b8a4d75d
|
Whitespace fix
|
2016-05-28 22:25:58 +02:00 |
|
Martin Doucha
|
54e443dfad
|
Ignore internal attributes when checking whether new session was changed
|
2016-05-28 21:54:24 +02:00 |
|
Leonel Câmara
|
a9ee9a6b58
|
remove simplejson
|
2016-05-11 00:47:23 +01:00 |
|
mdipierro
|
5cf835d856
|
fixed session_cookie_key leak
|
2016-03-21 17:25:16 -05:00 |
|
mdipierro
|
5290308dea
|
global options are back
|
2016-03-18 19:37:46 -05:00 |
|
mdipierro
|
f370187332
|
removed double json.loads(body), thanks Simone
|
2016-03-14 18:03:54 -05:00 |
|
mdipierro
|
9706d125b4
|
DO NOT LEAK GLOBALS SETTINGS INTO request object
|
2016-03-14 14:52:41 -05:00 |
|