Commit Graph

8083 Commits

Author SHA1 Message Date
Nico Zanferrari
ef9e2dca1f pyinstaller compatibility fix
pyinstaller with python 2 on Windows does not like it
2020-03-23 14:01:36 +01:00
Nico Zanferrari
b4a945b3ae hidden import needed for PyInstaller's binaries
an explicit 'import site' is needed for having a full functional interactive shell in the PyInstaller's binaries
2020-03-23 13:39:47 +01:00
Nico Zanferrari
82cb9011ac Update for web2py 2.19.1 2020-03-23 12:45:23 +01:00
Nico Zanferrari
1ec6411cfb Update for web2py 2.19.1 2020-03-23 12:44:47 +01:00
Nico Zanferrari
31b1f746fe Update for web2py 2.19.1 2020-03-23 12:43:58 +01:00
mdipierro
fa6e9b1caf modified fcgi, hopefully works with py3 2020-03-22 14:06:25 -07:00
mdipierro
e004215ea6 fixed 0x80000000L -> 0x80000000 for py3 2020-03-21 18:25:34 -07:00
mdipierro
bf0cf06343 version 2.19.1 2020-03-21 13:18:43 -07:00
mdipierro
4882890a3c reverting 88ed162dae 2020-03-21 12:50:11 -07:00
mdipierro
6c4649d992 fixed issue #2217, bs4, thanks romicasal 2020-03-21 12:40:23 -07:00
mdipierro
279858b424 fixed pysimplesoap, fixes issues #2254, thanks pgastinger 2020-03-21 12:29:22 -07:00
mdipierro
a633bcde7d Expose should not clear session, was a test, fixes #2257, thanks Martin Mosbeck 2020-03-21 12:21:44 -07:00
mdipierro
88ed162dae fixes #2262, body decode on py3, thanks liuyigh 2020-03-21 12:18:15 -07:00
mdipierro
6aff6e1132 fixes #2271, sqlhtml changing dict, thanks macneiln 2020-03-21 12:11:46 -07:00
mdipierro
1ed5117200 re-raise crtl+c, fixes #2292, thanks nursix 2020-03-21 12:09:39 -07:00
mdipierro
97a0eac8ce test python 3.8 2020-03-21 11:47:28 -07:00
mdipierro
f1dd7f0d89 updated pydal to 20200321.1 2020-03-21 11:45:36 -07:00
mdipierro
03d633fdd8 Merge pull request #2290 from bmiklautz/typo
fix: typo
2020-03-15 00:31:38 -07:00
mdipierro
42833b36b2 Merge pull request #2286 from flavour/master
Update PyRTF to Python 3
2020-03-15 00:31:06 -07:00
mdipierro
0a25ace199 Merge pull request #2283 from vinyldarkscratch/update-language-files
Update language files
2020-03-15 00:30:36 -07:00
mdipierro
a0c49d39aa Merge branch 'master' of github.com:web2py/web2py 2020-03-08 21:55:54 -07:00
mdipierro
31422cffcd deal with corrupted sessions in cookies, thanks Luca 2020-03-08 21:55:34 -07:00
Bernhard Miklautz
b32291469a fix: typo
Fix a typo introduced in commit 7038758960.
2020-03-04 21:53:15 +01:00
Fran Boon
e89d2bc7fa Update PyRTF to Python 3 2020-02-12 09:54:21 +00:00
Queen Vinyl Darkscratch
f7da6dc3e9 Update language files 2020-01-24 02:55:58 -08:00
mdipierro
ec40c1b5a9 Merge pull request #2281 from guiguid/master
Improve capacity of model extraction for legacy SQLite DB
2020-01-15 07:32:32 +01:00
mdipierro
93ef108c0b new pydal 2020-01-03 17:42:08 +01:00
Guillaume DELVIT
e55cf14a07 Improve capacity of model extraction for legacy SQLite DB
Extended version with support of 
 - Inline CREATE TABLE declaration in sqlite DB. 
 - "ID_MYTABLE" as REFERENCE PRIMARY KEY
2020-01-01 11:52:34 +01:00
mdipierro
382d034fdd AuthJWT 400->401 2019-12-26 09:22:04 +01:00
mdipierro
ee0763100b Merge pull request #2264 from timnyborg/patch-12
limit widget rebuilding on form error to ListWidget
2019-12-24 06:57:17 -08:00
mdipierro
67b033d0a8 Merge pull request #2224 from timnyborg/patch-6
fix error block location in radio buttons
2019-12-24 06:48:19 -08:00
mdipierro
b6060ab79a Merge pull request #2280 from dlage/issue-2274
Fix Issue 2274 - sessions using redis
2019-12-24 06:44:11 -08:00
2efa54a2d7 remove useless imports. 2019-12-12 18:03:10 +00:00
f5cdf17c48 fix wrong redis server host. 2019-12-12 15:07:23 +00:00
3272755fea better structure in the redis test class. 2019-12-12 15:00:37 +00:00
022ddd49c4 fixed convertions for compatibility with Python3. Add further testing of redis sessions functions. 2019-12-12 14:37:41 +00:00
8f84b5df34 fix lambda definition. 2019-12-11 19:09:51 +00:00
223755d894 fix missing pip install redis. 2019-12-11 19:06:19 +00:00
981254ec61 add test_redis to gluon init. 2019-12-11 18:55:14 +00:00
ce917feb7e Fix redis_session types for new redis client. Add testing in travis and appveyor.yml 2019-12-11 18:31:44 +00:00
bad0d0b26b Start new testing of redis_session and save redis session table information so we can recover data from redis in the native format. 2019-12-05 19:53:20 +00:00
517f88891f Add a test that simulates redis session usage. 2019-12-05 19:26:40 +00:00
mdipierro
c44c2b06d3 Merge branch 'master' of github.com:web2py/web2py 2019-11-02 23:09:04 -07:00
mdipierro
eda8277fbd removed unwanted import that breaks python3.8 2019-11-02 20:09:47 -07:00
mdipierro
21afb0933e Merge pull request #2270 from tomodachi/freeipa_auth
Add support for freeIPA ldap auth
2019-10-27 21:27:40 -07:00
mdipierro
90fc9ea622 Merge pull request #2269 from bmiklautz/spawn_v2
Fix scheduler issue on linux related to multiprocessing
2019-10-27 21:27:04 -07:00
mdipierro
61976e7c3a Merge pull request #2267 from nicozanf/master
Fix broken inframe Vimeo video
2019-10-27 21:25:20 -07:00
Mateusz Mojsiejuk
a0eac8fce7 Add support for freeIPA ldap auth 2019-10-25 15:52:11 +02:00
Bernhard Miklautz
7038758960 new [scheduler]: add parameter use_spawn
Add a new parameter to Scheduler to allow it to use spawn
multiprocessing method.

This is only available with python3 therefore the parameter is
ignored with python2.
2019-10-25 11:31:54 +02:00
Nico Zanferrari
77bcda3f3e Added Python 3 binaries to the download page +typo
It fixes issue #2027.

** IMPORTANT ** - before approving, you need to copy from https://github.com/nicozanf/web2py-pyinstaller to https://mdipierro.pythonanywhere.com/examples/static the files: 
- web2py_win.zip
- web2py_win_py2.zip
- web2py_osx.zip
- web2py_osx_py2.zip

And also modify the procedures for the "For Testers" versions on https://mdipierro.pythonanywhere.com/examples/static, that should use the previous ones as binaries.
2019-10-23 22:41:19 +02:00