Big Stone added the comment:
there will be a security fix in sqlite-3.30 around October 10th.
https://nvd.nist.gov/vuln/detail/CVE-2019-16168#VulnChangeHistorySection
https://www.sqlite.org/draft/releaselog/3_30_0.html
--
___
Python tracker
New submission from Big Stone :
there is a security fix in sqlite-3.30
https://nvd.nist.gov/vuln/detail/CVE-2019-16168#VulnChangeHistorySection
https://www.sqlite.org/releaselog/3_30_0.html
--
messages: 354023
nosy: Big Stone
priority: normal
severity: normal
status: open
title
Big Stone added the comment:
Is it be possible to backport this inside the standard ProactorEventLoop of
Python-3.8.1 ? As things are currently broken, no kitten would be armed
https://github.com/python-trio/trio/pull/1269
--
___
Python tracker
Big Stone added the comment:
3.35.4 is there
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/issue43492>
___
___
Python-bugs-list mailin
New submission from Big Stone :
hi all. On Windows/Mac, isn't sqlite3 module compiled with "json1" extension on
recent Python releases ?
I thought it was, but fails to use it.
Python 3.9.0a5 (tags/v3.9.0a5:dcd4c4f, Mar 23 2020, 20:39:59) [MSC v.1924 64
bit (AMD64)] on w
Change by Big Stone :
--
title: activation json1 extension in sqlite -> activate json1 extension in
sqlite
___
Python tracker
<https://bugs.python.org/issu
Change by Big Stone :
--
title: activate json1 extension in sqlite -> activate (or include) json1
extension in sqlite
___
Python tracker
<https://bugs.python.org/issu
Big Stone added the comment:
You may also consider having it on Mac Python-3.8 and not on Windows Python-3.8
is a total abnormality. For example, in the context of a Classroom.
--
___
Python tracker
<https://bugs.python.org/issue40
Big Stone added the comment:
it seems this feature would interest Dask team.
https://github.com/dask/distributed/issues/3695
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/issue39
New submission from Big Stone :
SQlite-3.35.0 of mach 2021 will have Built-In Math Functions option.
https://sqlite.org/draft/releaselog/3_35_0.html
Would it be possible to have it activated in the following versions update of
Python ? It's pretty usefull for some basic stati
Big Stone added the comment:
Is this bug causing the Dask-Jupyterlab failure ?
https://github.com/dask/distributed/issues/4168
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/issue35
Big Stone added the comment:
it seems resolved now, at least with VS 2019
--
___
Python tracker
<https://bugs.python.org/issue42686>
___
___
Python-bugs-list m
Big Stone added the comment:
hello,
Python-3.8.4rc1 and Python-3.9.0b4 are still with SQLite-3.31.1.
Is it expected ?
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/issue40
Big Stone added the comment:
any hope to have a SQLite refresh in Python-3.8.0b1 for Windows/Mac ?
It's generally the ideal / less annoying moment to do so.
--
___
Python tracker
<https://bugs.python.org/is
Big Stone added the comment:
any hope for beta2 ?
--
___
Python tracker
<https://bugs.python.org/issue35360>
___
___
Python-bugs-list mailing list
Unsubscribe:
Big Stone added the comment:
on my test cases, sqlite_bro and baresql, db.py , it works without problems.
--
___
Python tracker
<https://bugs.python.org/issue35
Big Stone added the comment:
Windows users would certainly prefer to have an emulated non-performant
emulation of the old API, rather than a breakage of their beloved
Jupyter/Tornado ecosystem.
--
nosy: +Big Stone
___
Python tracker
<ht
New submission from Big Stone:
I would be interested in having SQLite shipped with the math extension in
python-3.7.
The log / exponential function are important for some sql use case like
exp(sum(log(x)))
--
components: Extension Modules
messages: 298555
nosy: Big Stone
priority
Big Stone added the comment:
is there still any hope on this ?
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/issue17535>
___
___
Python-bug
Changes by Big Stone :
--
title: update sqlite to 3.17.0 -> update sqlite to 3.19.2
___
Python tracker
<http://bugs.python.org/issue28791>
___
___
Python-
Big Stone added the comment:
sqlite-3.28.0 now available, with extended window functio support: EXCLUDE
clause, GROUPS frame types, window chaining, and support for " PRECEDING"
and " FOLLOWING" boundaries in RANGE frames.
---
New submission from Big Stone :
remark: I get a similar error from two packages, when experimenting with
Python-3.8.0a4 on Windows
import asyncio
await asyncio.sleep(0)
---
TypeError
Big Stone added the comment:
I found a third project that is impacted
https://github.com/microsoft/python-language-server/issues/1070.
--
___
Python tracker
<https://bugs.python.org/issue36
Big Stone added the comment:
WinPython-64bit-3.6.4.0Qt5b4 doesn't in fact includes IDLEX: IDLEX is not
compatible with Python-3.6+
The "IDLEX" icon of WinPython switches back to "normal" IDLE, when IDLEX is not
detected.
As WinPython-3.5 is being deprecated, the ic
Big Stone added the comment:
done, sorry for the (now) missleading icon name.
--
___
Python tracker
<https://bugs.python.org/issue33000>
___
___
Python-bug
Big Stone added the comment:
Sorry, I'm not skilled enough to do PR on Python core.
--
___
Python tracker
<https://bugs.python.org/issue30952>
___
___
Pytho
Big Stone added the comment:
Hi Victor,
I would like to use math functions, specifically "exp(sum(log(x)))", on the
Sqlite motor shipped embedded with Python on Windows.
It's an important corner case of what I miss in Sqlite motor, that forced me to
(wait to) rely on SQLServe
Big Stone added the comment:
I know you can do create_function():
https://raw.githubusercontent.com/stonebig/sqlite_bro/master/docs/sqlite_bro.GIF
But the performance is crappy at best because of string conversion in the API.
If you want SQlite because of its performance, recent version
Big Stone added the comment:
Please apologize. I indeed went off-topic. I can understand few person find
this request usefull, and over-react to defend it.
Sorry again.
--
status: pending -> open
___
Python tracker
<https://bugs.pyth
Big Stone added the comment:
as a graphical sqlite browser, you have sqlite_bro that may give you
inspiration. It's about one single file.
--
nosy: +Big Stone
___
Python tracker
<https://bugs.python.org/is
New submission from Big Stone :
sqlite-3.25 now includes window functions, something very important in modern
SQL.
https://www.sqlite.org/windowfunctions.html
Could it be included in next Python maintenance release ?
--
messages: 327253
nosy: Big Stone
priority: normal
severity
Big Stone added the comment:
hum. On Windows at least, just drop-in replace the sqlite3.dll per the new
sqlite-3.25 dll and the window functions just works.
==> I don't see the need for your latter point, at least on Windows.
checked with sqlite_bro on Python-3.6.7rc1 with example
Big Stone added the comment:
Dear Mike Thompson,
I think your most reasonnable option this year is to use the IDLEX fork, that
works on Python-3.6/3.7 now:
pip install IDLEX
python idlex.pyw # or python [directory of python.exe]\scripts\idlex.pyw
Big Stone added the comment:
for the record, since summer 2018, idlex-1.18 is compatible again with
Python-3.6+: the author simply forked the old IDLE library IDLEX was depending
on.
so IDLEX icon in recent Winpython is"truly" I
New submission from Big Stone:
I fear it's too late for Python-3.6, but sqlite-3.15.1 fixes an old annoying
bug (hidden since 3.8.0), and arriving tomorrow (nov.24th) sqlite-3.15.2 should
be the well ".2" stabilized version of recent 3.15 improvements towards SQL
standard (
Changes by Big Stone :
--
title: update sqlite to 3.14.2 -> update sqlite to 3.15.2
___
Python tracker
<http://bugs.python.org/issue28791>
___
___
Python-
Big Stone added the comment:
Comment kindly provided by D. Richard Hipp himself:
"""""
I don't have a login for the python bug tracker so I cannot comment
there. But I think I see the problem. This is as Aviv Polivoda
remarks at https://bugs.python.org/issue2851
Big Stone added the comment:
rewording of sqlite documentation:
http://www.sqlite.org/src/info/a4205a83e4ed977a
--
___
Python tracker
<http://bugs.python.org/issue28
Big Stone added the comment:
too late for sqlite-0.15.2 in Python-3.6.0rc ?
--
___
Python tracker
<http://bugs.python.org/issue28791>
___
___
Python-bugs-list m
Big Stone added the comment:
As far as I test, the novelties from 0.15.2 don't break any API (just nice
SQL-syntax sugar), and correct some old 3.8.0 bugs.
and ".2" is the same level of stabilisation as current "0.14.2"
--
Big Stone added the comment:
I understand the decision. Yet it always baffles me that a version correcting
known bugs is not included at beta stage.
--
___
Python tracker
<http://bugs.python.org/issue28
Changes by Big Stone :
--
title: "python.exe t2.py" doesn't work the same on Pythn-3.6 as Python-3.5 ->
"python.exe t2.py" doesn't work the same on Python-3.6 as Python-3.5
___
Python tracker
&
New submission from Big Stone:
Hi,
I have two file "t1.py" and "t2.py" in the same directory. "t2.py" can't import
"t1.py" when launched from python.exe on Python-3.6. it was ok on Python-3.5
(all other things being equal). And it's ok wh
Big Stone added the comment:
doesn't the "." entry means "look at same place as current source file" ? Could
there be a way to get that "classic" behavior on Python-3.6 ?
--
___
Python tracker
Big Stone added the comment:
The "targeted" user, a beginner in Python, will put its t1.py & t2.py examples
anywhere on his disk, and discover that it doesn't work like in the book.
It is very annoying for WinPython intended purpose, if a simple trick cannot
provide the
Big Stone added the comment:
and I fail to understand why IDLE doesn't feel the problem.
--
___
Python tracker
<http://bugs.python.org/issue29578>
___
___
Big Stone added the comment:
ok, I found this as a possible workaound. I hope it's correct
on t2.py, specify the __path__ variable before importing t1.
import os
__path__=[os.path.dirname(os.path.abspath(__file__))]
from . import t1
print(&qu
Big Stone added the comment:
Using sys.path.append could result in an arbitrary long sys.path, full of
duplicates, isn't it ?
--
___
Python tracker
<http://bugs.python.org/is
Big Stone added the comment:
Hi Steve,
Could there be a "" (or "@source" or whatever string) convention be
added in python._pth to explicitely allow that "formerly default" situation ?
It would not break anything backward, and allow again classic Python-3.5
Big Stone added the comment:
or just I add a blank line in current python._pth and all is ok immediately ?
--
___
Python tracker
<http://bugs.python.org/issue29
Big Stone added the comment:
If I place a blank line or a semi-column, nothing happen.
If i put my relative path ..\test, then I must do "import t1"
If I set a __path__ in t2.py, then I have to do "from . import t1"
"There should be one-- and preferably only one --obvi
Big Stone added the comment:
ok, I understand that the improvement over current solution is, starting with
python-3.6.1rc:
- remove "python._pth"
- check I have a "Lib\os.py" (otherwise a "python36.zip"),
- a
Big Stone added the comment:
Thanks Steve.
Change applied, byebye python._pth.
--
___
Python tracker
<http://bugs.python.org/issue29578>
___
___
Python-bug
Big Stone added the comment:
python-3.7 should include the latest stable sqlite, at the time of last alpha.
--
title: update sqlite to 3.15.2 -> update sqlite to 3.17.0
___
Python tracker
<http://bugs.python.org/issu
New submission from Big Stone:
Sqlite-3.14.1 includes a lot of fixes since sqlite-38.11, including some for
windows ;-) . it would be nice to upgrade
--
components: Windows
messages: 273821
nosy: Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity
Big Stone added the comment:
remark: since sqlite 3.11.0, sqlite.org default sqlite3.dll includes FTS3,
FTS5, RTREE, DBSTAT, JSON1, and RBU extensions, causing sqlite3.dll to jump to
1646Ko size instead of 756Ko current (windows 64).
This works well over Python3.5.2 64 bit, but you may
Big Stone added the comment:
thanks! I suppose I have to wait official python3.6b1 for windows to tell you
what you included.
--
___
Python tracker
<http://bugs.python.org/issue27
New submission from Big Stone:
most of the time, it confuses "uninstall" button for a "modify".
when not confusing, it takes 0.5 second for no visible effect.
--
messages: 276301
nosy: Big Stone
priority: normal
severity: normal
status: open
title: impossible to uni
Big Stone added the comment:
small detail: installed via non-default mean:
python-3.6.0b1-amd64.exe
TargetDir=C:\WinPython\basedir36\winpython-3.6.0b1-amd64\python-3.6.0b1.amd64
/quiet InstallAllUsers=0 Include_launcher=0 InstallLauncherAllUsers=0
Include_test=0 AssociateFiles=0 Shortcuts
Big Stone added the comment:
what I found in temp (user temp)
--
Added file: http://bugs.python.org/file44642/temp_info.zip
___
Python tracker
<http://bugs.python.org/issue28
Big Stone added the comment:
well, json extension is not included in 3.6.0b1 . not a drama, yet a small
deception
--
___
Python tracker
<http://bugs.python.org/issue27
Big Stone added the comment:
okay is successfukky repaired, then uninstalled by clicking twice on the
installer.exe.
this never worked by using the "application and functionalities" menu of
windows 109.
--
___
Python trac
New submission from Big Stone:
sqlite 3.14.2 released September 12th is said to correct 3 bugs.
(https://www.sqlite.org/releaselog/3_14_2.html)
I would suggest to upgrade from Sqlite 3.14.1 to sqlite 3.14.2 for beta2
--
messages: 276984
nosy: Big Stone, zach.ware
priority: normal
New submission from Big Stone:
on WinPython-64bit-3.6.0.0Zerorc2.exe, python-3.6.0b2 based, I can't get IDLEX
working with "python._pth".
If I put "Lib\site-packages\" in python._pth, python.exe dies.
If I put "#Lib\site-packages\", idlexlib is said "u
Big Stone added the comment:
python.exe crashes when I try this python._pth:
.
Lib
import site
DLLs
Lib\site-packages
#python36.zip
all variation I try on Lib\site-packages do fail, when I not commenting # the
line...
Nevertheless, jupyter/numpy/bokeh do work with original setting.
I'm
Big Stone added the comment:
I just see a windows screen poping up with (translated from french)
"Python has stopped to work"
a problem caused this program to stop working correctly. Windows is going to
close this program and will inform you if a solution is
Big Stone added the comment:
possible particularities of my PC vs yours:
- I have no python entry at all in the regex
- I have no py.exe,
- I have no Visual Studio (but the compiler)
with Windows 10, I don't know where is the even v
Big Stone added the comment:
Event Viewer says, when I put "Lub\site-packages" in python._pth:
""""
Nom de l’application défaillante python.exe, version : 3.6.112.1013, horodatage
: 0x57fc0593
Nom du module défaillant : ucrtbase.dll, version : 10.0.14393.0,
Big Stone added the comment:
Thanks Eryk,
So the root cause is that IDLEX is no more compatible with IDLE in python3.6.
==> I can survive this loss... Now, I don't if the "python._pth" crash is a
problem, as I can stay with "#Lib
Big Stone added the comment:
hi Steve,
You can grab it there
https://sourceforge.net/projects/winpython/files/WinPython_3.6/3.6.0.0/betas/WinPython-64bit-3.6.0.0Zerorc2.exe/download
MD5 | SHA-1|
SHA-256
Big Stone added the comment:
maybe click on the "WinPython Command Prompt.exe" and do "pip uninstall IDLEX"
as a first step. so you should see IDLE working
--
___
Python tracker
<http://bug
Big Stone added the comment:
will it be in python-3.6.0b3 ?
what should be in python._pth, in WinPython particular case ?
(as Lib\site-packages didn't seem needed, for unknown reason)
--
___
Python tracker
<http://bugs.python.org/is
New submission from Big Stone:
It would be nice to have also sha-1 and sha-256 provided with python-360b3
download links and annoucement (so no separate sites).
md5 is dangerously easy to workaround nowodays
--
messages: 279666
nosy: Big Stone
priority: normal
severity: normal
status
Big Stone added the comment:
oups ! i mean "ON several sites"
--
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue28555>
___
___
Big Stone added the comment:
thank you all for the patch
IDLEX was a requirement for a french examination.
I think the reason was to see the line numbers on the left of the editor.
For sure since IDLEX birth, IDLE has made some progress and IDLEX is becoming
irrelevant, but this lovely tiny
Big Stone added the comment:
the "show line number on the left" feature is on the "github web editor", on
"atom", and on "spyder" and "erik" python IDE, so rather the expected standard
for python editing.
--
___
Big Stone added the comment:
the suggested python._pth change makes python unhappy:
python36.zip
DLLs
Lib
.
import site
Récipient d’erreurs 116251549737, type 5
Nom d’événement : BEX64
Réponse : Non disponible
ID de CAB : 0
Signature du problème :
P1 : python.exe
P2
Big Stone added the comment:
oups! I may have test the old one...
--
___
Python tracker
<http://bugs.python.org/issue28522>
___
___
Python-bugs-list mailin
Big Stone added the comment:
it looks ok with 3.6.0b3 ... sorry for the false alarm
--
___
Python tracker
<http://bugs.python.org/issue28522>
___
___
Python-bug
New submission from Big Stone:
hi, we detect a strange issue on Pandas-0.19.1/Python-3.6.0b3/Windows that may
or may not be a Python-3.6 bug.
As it was for the glory of Python-3.6.0b3 testing, we signal the incident here.
https://github.com/pandas-dev/pandas/issues/14561
--
messages
Big Stone added the comment:
the curiosity is the error message, different (and uncaught) under Python 3.6
"SystemError", while with python < 3.6, you get a "ValueError"
--
___
Python tracker
<http://
Big Stone added the comment:
Thank you, Victor. So I guess I should close the issue.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Big Stone added the comment:
I fear GPG is not easy stuff for Windows users.
I fear a bunch of people on this network can circomvent DNS and make python.org
points to the wrong place.
sha-1 instead of md5 would have been an improvement
New submission from Big Stone:
Hi, if possible a few words of explanation to implement it may be helpfull, as
I don't see the difference yet, in the typical case where it was not good
before:
https://cloud.githubusercontent.com/assets/4312421/20240181/5bf917fe-a912-11e6-95e8-e65fcb9a884
Big Stone added the comment:
same un-effect in Qtconsole, I'm disappointed. Maybe I mis-understood what
these PEP would bring ?
--
Added file: http://bugs.python.org/file45464/pep_528-529_where_are_you_you.PNG
___
Python tracker
85 matches
Mail list logo