[Python-announce] Leo 6.7.5 Released

2023-11-20 Thread Edward K. Ream
ttps://leo-editor.github.io/leo-editor/testimonials.html) - [A web page that displays .leo files]( https://leo-editor.github.io/leo-editor/load-leo.html) - [More links](https://leo-editor.github.io/leo-editor/leoLinks.html) Edward - Edwa

[Python-announce] ANN: Leo 6.7.4 Released

2023-08-22 Thread Edward K. Ream
itor/testimonials.html) - [A web page that displays .leo files]( https://leo-editor.github.io/leo-editor/load-leo.html) - [More links](https://leo-editor.github.io/leo-editor/leoLinks.html) Edward K. Ream - Edward K. Ream: ed

[Python-announce] Leo 6.7.2 released

2023-03-05 Thread Edward K. Ream
-editor.github.io/leo-editor/load-leo.html> - More links <https://leo-editor.github.io/leo-editor/leoLinks.html> - Edward K

Re: sqlite3 double quote behavior

2022-12-15 Thread John K. Parejko
:58, Chris Angelico wrote: > > On Wed, 14 Dec 2022 at 08:19, Roel Schroeven wrote: >> >> Chris Angelico schreef op 13/12/2022 om 20:01: >>> On Wed, 14 Dec 2022 at 06:00, Roel Schroeven wrote: >>>> >>>> Stefan Ram schreef op 13/12/2022 om 8:42: >

sqlite3 double quote behavior

2022-12-12 Thread John K. Parejko
Asking here before I file an improvement request issue on the python GitHub: sqlite has a known misfeature with double-quoted strings, whereby they will be interpreted as string literals if they don’t match a valid identifier [1]. The note in the sqlite docs describe a way to disable this

[Python-announce] ANN: Leo 6.7.0 released

2022-09-30 Thread Edward K. Ream
r.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward - Edward K. Ream: edream...@gmail.com An old man, crazy about computer programming. Leo Editor: http://leoeditor.com/ - __

[Python-announce] ANN: Leo 6.6.3 released

2022-07-22 Thread Edward K. Ream
- Edward K. Ream: edream...@gmail.com An old man, crazy about computer programming. Leo Editor: http://leoeditor.com

[Python-announce] ANN: Leo 6.6.2 released

2022-06-02 Thread Edward K. Ream
iles <http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward - Edward K. Ream: edream...@gmail.com An old man, crazy about computer programming. Leo Editor: http://leoeditor.com/ -

[Python-announce] ANN: Leo 6.6.1 released

2022-04-28 Thread Edward K. Ream
lt;http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward - Edward K. Ream: edream...@gmail.com An old man, crazy about computer programming. Leo Editor: http://leoeditor.com/ ---

[Python-announce] ANN: Leo 6.6 released

2022-03-31 Thread Edward K. Ream
lt;http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward - Edward K. Ream: edream...@gmail.com An old man, crazy about computer programming. Leo Editor: http://leoeditor.com/ ---

[issue47028] Incorrect behaviour when zipping a bunch of maps

2022-03-15 Thread John K.
New submission from John K. : map(f, itr) is supposed to be the lazy way to do [f(val) for val in itr]. However, when unpacking and zipping a list of maps, I get a different result from when evaluating eagerly. More precisely: Python 3.10.2 | packaged by conda-forge | (main, Mar 8 2022, 15

[Python-announce] ANN: Leo 6.6-b2 released

2022-02-25 Thread Edward K. Ream
are saying about Leo](http://leoeditor.com/testimonials.html) - [A web page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) Edward - Edward K. Ream: edream...@gmail.com

[Python-announce] Leo 6.5 released

2021-10-22 Thread Edward K. Ream
Leo http://leoeditor.com 6.5 is now available on [GitHub](https://github.com/leo-editor/leo-editor). Leo is an [IDE, outliner and PIM](http://leoeditor.com/preface.html). **The highlights of Leo 6.5** - Add python-to-typescript and view-recent-commands. - Add

[Python-announce] ANN: Leo 6.5-b1 released

2021-10-15 Thread Edward K. Ream
Leo http://leoeditor.com 6.5b1 is now available on [GitHub](https://github.com/leo-editor/leo-editor). Leo is an [IDE, outliner and PIM](http://leoeditor.com/preface.html). **The highlights of Leo 6.5** - Add python-to-typescript and view-recent-commands. - Add

[Python-announce] ANN: Leo 6.4

2021-09-27 Thread Edward K. Ream
l) Edward ----- Edward K. Ream: edream...@gmail.com Leo Editor: http://leoeditor.com/ - ___ Python-announce-list mailing list -- python-ann

[issue42369] Reading ZipFile not thread-safe

2021-08-02 Thread Khaled K
Khaled K added the comment: Hi Thomas, I'm facing the same issue. Would you care to opensource your implementation. -- nosy: +khaledkoutini ___ Python tracker <https://bugs.python.org/issue42

[issue43932] f-string decimal has leading space

2021-04-24 Thread Akshay K
New submission from Akshay K : When using a f-string to print a number with a certain number of decimal places, the number is printed with a leading space. -- components: Interpreter Core files: fstringdemo.py messages: 391789 nosy: Axeinator, eric.smith priority: normal severity

How to copy the entire outlook message content in python

2020-12-29 Thread nikhil k
Hello All, I'm a beginner trying to achieve the below in my python script: Can anyone help me on this? I'm stuck at step2. 1. Input: A locally saved outlook mail (*.msg) path 2. Go to the path and Copy the entire body of the mail 3. Create a new mail and paste the contents into new mail 4.

problem in installation of python 3.9.0

2020-12-02 Thread Priyankgasree K
Hello, I am Priyankgasree, i am facing problem in installing python3.9.0. after i finish download it always says you have to repair or uninstall. I have repaired and uninstalled and reinstalled several times but i can't do anything . And also I cant able to download other versions of

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Hitansh K Doshi
Hitansh K Doshi added the comment: I made changes to rst file and added link that I got from university of Washington do check it. Let me know if any changes, you find it proper. I will submit my PR. changes in shown in image -- Added file: https://bugs.python.org/file49599

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Hitansh K Doshi
Hitansh K Doshi added the comment: I contacted them I got to know that the project is discontinued since 2008 and the resources are no more maintained. they have provided with an github repo and an archive file link This is the exact reply: Unfortunately, both UW IMAP and Pine/Alpine

ANN: Leo 6.3 final released

2020-11-06 Thread Edward K. Ream
ttps://github.com/kaleguy/leovue#leo-vue> - What people are saying about Leo <http://leoeditor.com/testimonials.html> - A web page that displays .leo files <http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward ----

ANN: Leo 6.3 b1 released

2020-10-26 Thread Edward K. Ream
eoVue <https://github.com/kaleguy/leovue#leo-vue> - What people are saying about Leo <http://leoeditor.com/testimonials.html> - A web page that displays .leo files <http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> ----

[issue42153] doc: library imaplib a url not available

2020-10-26 Thread Hitansh K Doshi
Hitansh K Doshi added the comment: hello, I am new to python repo, I would like to contribute here. I checked the page to told and it is showing that https://www.washington.edu/imap/ is not found. I tried to find the url to their documentation but I couldn't found one. can you please guide

Re: Making Python the Best App Dev Platform

2020-09-21 Thread Bonface M. K.
your project have that-- doing bootstrapping for tests for you; and having somewhere that mentions how to run them. I'll try to have a look at it over the weekend? That's seems like something I'd use- though it'd have to be more generic. > Best, > Val > > On Sep 21, 2

Re: Making Python the Best App Dev Platform

2020-09-21 Thread Bonface M. K.
e to hear from you. And if you’d > like to help, super! > > Best, > Val Also, just a suggestion: how about a way to bootstrap tests. I haven't really seen that on theGH link shared above. -- Bonface M. K. (https://www.bonfacemunyoki.com) Chief Emacs Mchochezi / Twitter: @BonfaceKilz G

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst

2020-08-11 Thread Edward K Ream
Edward K Ream added the comment: You're welcome. It was a pleasure working with you all on this issue. I enjoyed learning the PR workflow, and I enjoyed the discussion of the merits. One last comment. Like everything in life, links and their implied endorsements are provisional. If a link

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst

2020-08-07 Thread Edward K Ream
New submission from Edward K Ream : These links added with the provisional approval of GvR, pending approval of the PR. -- assignee: docs@python components: Documentation messages: 375019 nosy: docs@python, edreamleo priority: normal severity: normal status: open title: Add links

Corrected: leoAst.py creates two-way links between tokens and ast nodes

2020-07-25 Thread Edward K. Ream
apologies for the confusion this has already caused. Edward -- Edward K. Ream: edream...@gmail.com Leo: http://leo

ANN: leoAst.py creates two-way links between tokens and ast nodes

2020-07-25 Thread Edward K. Ream
class <https://stackoverflow.com/questions/7456933/>, an earlier attempt at plugging the holes in python's api. Edward -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com/

[issue33337] Provide a supported Concrete Syntax Tree implementation in the standard library

2020-07-25 Thread Edward K Ream
Edward K Ream added the comment: Hello all, This is a "sideways" response to this issue. I have been dithering about whether to give you a heads up. I hope you won't mind... I have just announced the leoAst.py on python-announce-list. You can read the announcement her

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2020-07-17 Thread David K. Hess
David K. Hess added the comment: @michael-lazar a documentation change seems the path of least resistance given the complicated history of this module. +1 from me. -- ___ Python tracker <https://bugs.python.org/issue38

Subject: Python Open-Source Snippets Newsletter

2020-05-23 Thread Aswin K
Hi, I am creating a Python newsletter showcasing useful code snippets from popular open-source libraries. I will also be providing a runnable demo link to better understand the working. Newsletter subscription link: https://www.pythonninja.xyz/subscribe A sample snippet from the newsletter:

[issue40139] mimetypes module racy

2020-04-04 Thread David K. Hess
David K. Hess added the comment: I’m not sure I can shed any light on this particular bug, but I would say that based on my dealings with this module, it is definitely not thread-safe. That means that if you are going to have multiple threads accessing it simultaneously, you really should

Leo 6.2 and 6.2.1 released

2020-04-01 Thread Edward K. Ream
inks](http://leoeditor.com/leoLinks.html) Edward -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com/ --

ANN: Leo 6.2 b1 released

2020-03-19 Thread Edward K. Ream
Links.html) -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com/ -- -- Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-ann

[issue39686] add dump_json to ast module

2020-02-19 Thread Richard K
Richard K added the comment: > I don't think the clang argument holds because clang is a command-line tool > after all and it makes sense that it can produce several outputs while the > ast module is exposes APIs that you can further process inside the language. > Having json fr

[issue39686] add dump_json to ast module

2020-02-19 Thread Richard K
Richard K added the comment: Batuhan & Pablo thank you for your thoughts! Just wanted to reply to a few of the comments to clarify my position on the issue. > IMHO this is not a feature that has a general usage. If you want, as far as I > can see, there are some packages

[issue39686] add dump_json to ast module

2020-02-18 Thread Richard K
Change by Richard K : -- keywords: +patch pull_requests: +17938 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18558 ___ Python tracker <https://bugs.python.org/issu

[issue39686] add dump_json to ast module

2020-02-18 Thread Richard K
New submission from Richard K : Currently within the ast module, `dump` generates a string representation of the AST for example, >>> ast.dump(node) 'Module(body=[], type_ignores=[])' The proposed enhancement would provide a complementary function, `dump_json` as in a json repre

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread David K. Hess
David K. Hess added the comment: The documentation you quoted does read to me as compatible? The database it is referring to is the one hardcoded in the module – not the one assembled from that and the host OS. But, maybe this is just the vagaries of language and perspective at play. Anyway

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread David K. Hess
David K. Hess added the comment: Hi, I'm the author of the commit that's been fingered. Some comments about the behavior being reported First, as pointed out by @xtreak, indeed the mimetypes module uses mimetypes files present on the platform to add to the built in list of mimetypes

[issue38663] Untokenize does not round-trip ws before bs-nl

2019-11-03 Thread Edward K Ream
Edward K Ream added the comment: This post: https://groups.google.com/d/msg/leo-editor/DpZ2cMS03WE/5X8IDzpgEAAJ discusses unit testing. The summary states: "I've done the heavy lifting on issue 38663. Python devs should handle the details of testing and packaging."

[issue38663] Untokenize does not round-trip ws before bs-nl

2019-11-03 Thread Edward K Ream
Edward K Ream added the comment: This post https://groups.google.com/d/msg/leo-editor/DpZ2cMS03WE/VPqtB9lTEAAJ discusses a complete rewrite of tokenizer.untokenize. To quote from the post: I have "discovered" a spectacular replacement for Untokenizer.untokenize in python's tokeni

[issue38663] Untokenize does not round-trip ws before bs-nl

2019-11-03 Thread Edward K Ream
Edward K Ream added the comment: The original bug report used a Leo-only function, g.toUnicode. To fix this, replace: result = g.toUnicode(tokenize.untokenize(tokens)) by: result_b = tokenize.untokenize(tokens) result = result_b.decode('utf-8', 'strict

[issue24159] Misleading TypeError when pickling bytes to a file opened as text

2019-11-02 Thread stein-k
Change by stein-k : -- nosy: +stein-k ___ Python tracker <https://bugs.python.org/issue24159> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38663] Untokenize does not round-trip ws before bs-nl

2019-11-01 Thread Edward K Ream
New submission from Edward K Ream : Tested on 3.6. tokenize.untokenize does not round-trip whitespace before backslash-newlines outside of strings: from io import BytesIO import tokenize # Round tripping fails on the second string. table = ( r''' print\ ("abc") ''',

Leo 6.1-b1 released

2019-10-27 Thread Edward K. Ream
) - [A web page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com

[issue38567] urllib.parse.unquote_plus raises incorrect errormessage when string parameter is bytes

2019-10-23 Thread stein-k
Change by stein-k : -- keywords: +patch pull_requests: +16441 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16903 ___ Python tracker <https://bugs.python.org/issu

[issue38567] urllib.parse.unquote_plus raises incorrect errormessage when string parameter is bytes

2019-10-23 Thread stein-k
New submission from stein-k : urllib.parse.unquote_plus(b'abc%20def') ... TypeError: a bytes-like object is required, not 'str' -- components: Library (Lib) messages: 355242 nosy: stein-k priority: normal severity: normal status: open title: urllib.parse.unquote_plus raises incorrect

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-10-14 Thread Tahia K
Tahia K added the comment: I went ahead and picked this one up :) PR is posted to github. -- ___ Python tracker <https://bugs.python.org/issue38288> ___ ___

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-10-14 Thread Tahia K
Change by Tahia K : -- keywords: +patch pull_requests: +16353 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16797 ___ Python tracker <https://bugs.python.org/issu

[issue38160] Add a "PyInterpreterState *" field to PyTypeObject.

2019-09-26 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue38160> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue38141] Use fewer statics in Argument Clinic.

2019-09-26 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue38141> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue38278] Need a more efficient way to perform dict.get(key, default)

2019-09-26 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue38278> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-09-26 Thread Tahia K
Tahia K added the comment: Hello, I'm interested in picking this task up. Would it be alright for me to grab it? -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue38

[issue38155] Add __all__ to the datetime module

2019-09-16 Thread Tahia K
Tahia K added the comment: Thanks @corona10. I've posted a PR with all these bits. -- ___ Python tracker <https://bugs.python.org/issue38155> ___ ___ Python-bug

[issue38155] Add __all__ to the datetime module

2019-09-16 Thread Tahia K
Change by Tahia K : -- keywords: +patch pull_requests: +15807 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/16203 ___ Python tracker <https://bugs.python.org/issu

[issue38155] Add __all__ to the datetime module

2019-09-14 Thread Tahia K
Tahia K added the comment: I'll definitely add that test @Paul. Speaking of, what do you guys think of this test: def test_c_all(self): """Test that __all__ symbols between the c datetime module and the python datetime library are equivalent."&qu

[issue38158] PyType_Spec docs list non-existant field "doc"

2019-09-14 Thread Tahia K
Tahia K added the comment: Awesome - just posted the PR. -- ___ Python tracker <https://bugs.python.org/issue38158> ___ ___ Python-bugs-list mailing list Unsub

[issue38158] PyType_Spec docs list non-existant field "doc"

2019-09-14 Thread Tahia K
Change by Tahia K : -- keywords: +patch pull_requests: +15752 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/16142 ___ Python tracker <https://bugs.python.org/issu

[issue38155] Add __all__ to the datetime module

2019-09-13 Thread Tahia K
Tahia K added the comment: Hello! I'm interested in picking up this task. Is it okay if I grab it? The import test bit seems tricky, since (from what I understand) inspecting on an "import *" statement might conflict against other global imports in that test file. I'm a new c

[issue38158] PyType_Spec docs list non-existant field "doc"

2019-09-13 Thread Tahia K
Tahia K added the comment: Is it okay for me to grab this one? -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue38158> ___ ___ Python-bug

[issue23019] pyexpat.errors wrongly bound to message strings instead of message codes

2019-09-12 Thread Tahia K
Tahia K added the comment: Hi guys, Is this issue still free to pick up? -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue23019> ___ ___ Pytho

[issue35784] document that hashlib.new takes kwargs

2019-09-10 Thread Tahia K
Tahia K added the comment: Hello, I just submitted a small PR for this doc change, including the example provided by Jörn (thanks Jörn). -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue35

[issue35784] document that hashlib.new takes kwargs

2019-09-10 Thread Tahia K
Change by Tahia K : -- keywords: +patch pull_requests: +15531 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15890 ___ Python tracker <https://bugs.python.org/issu

[issue5714] http.server._url_collapse_path should live elsewhere

2019-09-10 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue5714> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue11664] Add patch method to unittest.TestCase

2019-09-10 Thread Tahia K
Change by Tahia K : -- nosy: +ta1hia ___ Python tracker <https://bugs.python.org/issue11664> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue37845] SLCertVerificationError: Unable to handle SAN names (from Certifications) published with white spaces at start

2019-08-14 Thread David K.
David K. added the comment: OK, I see your point :) Modification of the original certificiation is legally problematic. Much thanks for the patience and time to explain, D.K On Wed, Aug 14, 2019, 17:23 Christian Heimes wrote: > > Christian Heimes added the comment: > > O

[issue37845] SLCertVerificationError: Unable to handle SAN names (from Certifications) published with white spaces at start

2019-08-14 Thread David K.
David K. added the comment: Hi, Judging by your comment, I think there is a an unfortnate misunderstanding. If you'd be kind enough, please let me explain: 1. The issue I had was indeed on Python 3.7, using the highly used "requests" library. Also my change was -no

[issue37845] SLCertVerificationError: Unable to handle SAN names (from Certifications) published with white spaces at start

2019-08-13 Thread David K.
Change by David K. : -- keywords: +patch pull_requests: +14979 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15260 ___ Python tracker <https://bugs.python.org/issu

[issue37845] SLCertVerificationError: Unable to handle SAN names (from Certifications) published with white spaces at start

2019-08-13 Thread David K.
New submission from David K. : Unable to establish SSL connections using company's private certificates where their SANs (Subject Alternative Names) contain at least one DNS Name that starts with white spaces. Attempting to establish SSL connection would result in Exception

Leo 6.0 beta 1 released

2019-06-26 Thread Edward K. Ream
) -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com/ -- -- %(web_page_url)slistinfo/%(_internal_name)s Support

[issue4963] mimetypes.guess_extension result changes after mimetypes.init()

2019-06-25 Thread David K. Hess
David K. Hess added the comment: Thank you Steve! Nice to see this one make it across the finish line. -- ___ Python tracker <https://bugs.python.org/issue4

[issue37114] lstrip remove extra characters in the presence of a matching number

2019-05-31 Thread Akilesh K
New submission from Akilesh K : When the argument to lstrip / strip has a number and it matches the string it begins to act different. >>> text = "apiv1appliance" >>> text.strip("apiv1") 'liance' >>> text.strip("apiv2") '1applianc

Leo 5.9 released

2019-05-19 Thread Edward K. Ream
ying about Leo](http://leoeditor.com/testimonials.html) - [A web page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) Edward -- Edward K. Ream: ed

[issue36699] building for riscv multilib (patch attached)

2019-05-02 Thread Andreas K . Hüttel
Andreas K. Hüttel added the comment: Who am I to disagree. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36699] building for riscv multilib (patch attached)

2019-04-22 Thread Andreas K . Hüttel
New submission from Andreas K. Hüttel : Hi. I have been trying to install Python on a (well prototype of a) risc-v multilib Gentoo system, where the system library directory is /usr/lib64/lp64d (!). See as reference for the directories https://www.sifive.com/blog/all-aboard-part-5-risc-v

[issue35747] Python threading event wait influenced by date change

2019-01-16 Thread ido k
ido k added the comment: thanks @pablogsal. looks like duplicate of bugs.python.org/issue23428 It seems like i cant trust the threading wait function and need to use busy waiting. -- resolution: -> duplicate ___ Python tracker <

[issue35747] Python threading event wait influenced by date change

2019-01-15 Thread ido k
ido k added the comment: thanks for the comment please look at the code. i use wait on event for 60 seconds. the wait timed out in less than 60 seconds... why this is not a bug? -- ___ Python tracker <https://bugs.python.org/issue35

[issue35747] Python threading event wait influenced by date change

2019-01-15 Thread ido k
New submission from ido k : Happen on ubuntu Opening two threads - one thread alternate system date The seconds waits for 60 seconds. joining both threads. The execution should take at least 60 seconds. Takes less then 15 seconds. Any work around? -- components: Library (Lib) files

[issue22616] Allow connecting AST nodes with corresponding source ranges

2019-01-14 Thread Edward K Ream
Edward K Ream added the comment: On Mon, Jan 14, 2019 at 5:24 AM Ivan Levkivskyi wrote: Adding endline and endcolumn to every ast node will be a big improvement. Edward -- Edward K. Ream: edream

installing modules problem

2018-11-08 Thread Ian K.
Hello, My name is Ian Kilty and I have been having trouble with pip. I have pip installed, and I have tried to install modules they say they are installed in cmd, but when I go into python and import the module, it can't find it. I hope there is a simple solution to this problem, please let me

Leo 5.8 released

2018-10-02 Thread Edward K. Ream
-- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com/ -- -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

Data Science News Issue 2 released

2018-08-27 Thread Karthikeyan A K via Python-list
Hello All, We have released Issue 2 of Data Science news. One can get it here https://datasciencenews.herokuapp.com/2018/08/26/issue-2.html - Karthikeyan A K -- https://mail.python.org/mailman/listinfo/python-list

[ANN] A magazine for Data Science Enthusiasts

2018-08-21 Thread Karthikeyan A K via Python-list
Hello All, I have started a magazine for Data Science enthusiasts which brings you every week the latest happenings in the world of Data Science. You can get the first issue here https://datasciencenews.herokuapp.com/2018/08/19/issue-1.html - Karthikeyan A K -- https://mail.python.org/mailman

[Promotion] Book for Data Science Aspirants

2018-08-09 Thread Karthikeyan A K
y struggle and answers to it in this book. I hope this book would help you. - Karthikeyan A K -- https://mail.python.org/mailman/listinfo/python-list

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-07-08 Thread stein-k
stein-k added the comment: I have made the News Entry and created the Pull request as described here: https://devguide.python.org/pullrequest/. Should I update the Status and Resolution of the issue here, or wait for some kind of confirmation

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-06-17 Thread stein-k
Change by stein-k : -- pull_requests: +7376 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32498> ___ ___ Python-bugs-list mai

ANN: Leo 5.7.3 released

2018-05-29 Thread Edward K. Ream
) - [A web page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) ​Edward​ -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com

[issue4963] mimetypes.guess_extension result changes after mimetypes.init()

2018-04-09 Thread David K. Hess
David K. Hess <david_k_h...@mac.com> added the comment: Are there any committers watching this issue that are able to review the PR? https://github.com/python/cpython/pull/3062 It's close to 6 months old now with no action on it. I'm willing to help but doing so and then having the PR

Leo 5.7.1 Released

2018-04-09 Thread Edward K. Ream
page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) Edward -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com

Leo 5.7 final released

2018-02-28 Thread Edward K. Ream
-leo.html) - [More links](http://leoeditor.com/leoLinks.html) -- Edward K. Ream: edream...@gmail.com Leo: http://leoeditor.com

Leo 5.7b1 released

2018-01-31 Thread Edward K. Ream
aleguy/leovue#leo-vue> - What people are saying about Leo <http://leoeditor.com/testimonials.html> - A web page that displays .leo files <http://leoeditor.com/load-leo.html> - More links <http://leoeditor.com/leoLinks.html> Edward ---

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-01-21 Thread stein-k
stein-k <karlsen.st...@gmail.com> added the comment: Patch for tests. Added test for calling unquote with bytes input and removed Exception raised in original test. -- Added file: https://bugs.python.org/file47397/urllib_parse_unquote_handle_bytes_test

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-01-18 Thread stein-k
stein-k <karlsen.st...@gmail.com> added the comment: Added a patch containing the fix, is this the proper way or should I create a pull request? -- keywords: +patch Added file: https://bugs.python.org/file47395/urllib_parse_unquote_handle_bytes

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-01-07 Thread stein-k
stein-k <karlsen.st...@gmail.com> added the comment: The unquote function does take an encoding argument, but I am more worried about unquote_to_to_bytes which just assumes utf-8. (But this might be an implementation detail of its intended usage.) I must agree that a polym

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-01-06 Thread stein-k
stein-k <karlsen.st...@gmail.com> added the comment: The message is incorrect for the input to the function, and confusing because the caller did supply a bytes-like object. The exception is from an implementation detail, and if the implementation changes the exception could as wel

[issue32498] urllib.parse.unquote raises incorrect errormessage when string parameter is bytes

2018-01-05 Thread stein-k
New submission from stein-k <karlsen.st...@gmail.com>: urllib.parse.unquote(b'abc%20def') ... TypeError: a bytes-like object is required, not 'str' -- components: Library (Lib) messages: 309517 nosy: stein-k priority: normal severity: normal status: open title: urllib.parse.u

[issue32440] Use HTTPS in help()

2017-12-28 Thread Old K
Old K <oldk1...@gmail.com> added the comment: I have created a pull request at: https://github.com/python/cpython/pull/5030 -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

  1   2   3   4   5   6   7   8   9   10   >