[issue45347] datetime subject to rounding?

2021-10-03 Thread Joachim Jablon
Joachim Jablon added the comment: It may or it may not be obvious to some, but in year 5328, October 31st is the last Sunday of October, which in Rome, as in the rest of EU, according to the 202X rules, means it’s the day we shift from summer time (in Rome UTC+2) to standard time (in Rome

[issue43848] gzip.py: explain optional argument mtime

2021-04-14 Thread Joachim
Change by Joachim : -- keywords: +patch pull_requests: +24142 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25410 ___ Python tracker <https://bugs.python.org/issu

[issue43848] gzip.py: explain optional argument mtime

2021-04-14 Thread Joachim
New submission from Joachim : Explain the data type of optional argument mtime: seconds since the epoch. As an alternative to mtime = None, recommend mtime = 0 for generating deterministic streams. -- assignee: docs@python components: Documentation messages: 391093 nosy: docs@python

[issue42181] describe PyEval_CallObjectWithKeywords and its replacement

2020-10-28 Thread Joachim
New submission from Joachim : The current 3.9 docs do not describe PyEval_CallObjectWithKeywords, among other PyEval_CallObject* functions. Yes, I know, these functions are deprecated. But they are still part of the API; they ought to be documented. Rather, given that they are deprecated

[issue39550] isinstance accepts subtypes of tuples as second argument

2020-02-04 Thread Joachim Jablon
New submission from Joachim Jablon : (Not really sure it is a bug, but better informed people might find it worthy still) isinstance can accept, as second argument, a type or a potentially nested tuple of types. Only tuples are accepted, as opposed to generic iterables. The reasoning behind

[issue29612] TarFile.extract() suffers from hard links inside tarball

2019-10-27 Thread TROUVERIE Joachim
Change by TROUVERIE Joachim : -- pull_requests: +16486 pull_request: https://github.com/python/cpython/pull/16958 ___ Python tracker <https://bugs.python.org/issue29

[issue30670] pprint for dict in sorted order or insert order?

2019-02-04 Thread Joachim Jablon
Joachim Jablon added the comment: If you stop sorting keys in pprint, then unittest.TestCase.assertDictEquals() (and pytest and such) won't be able to generate a meaningful diff when 2 dicts aren't equal, and it will be much more complicated to understand why a test fails. https

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-08-07 Thread TROUVERIE Joachim
Change by TROUVERIE Joachim : -- pull_requests: +8192 ___ Python tracker <https://bugs.python.org/issue29612> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-06-21 Thread Joachim Trouverie
Joachim Trouverie added the comment: Travis build failed for a reason unrelated to my changes. I relaunched it using an empty commit. If anyone could validate my changes I would rebase to validate my work. -- ___ Python tracker <ht

[issue24318] Better documentaiton of profile-opt (and release builds in general?)

2018-04-19 Thread Joachim Wagner
Joachim Wagner <jwag...@computing.dcu.ie> added the comment: The readme in 3.6.5 has a section on PGO but the sentence "If ran, ``make profile-opt`` will do several steps." can be misunderstood that one has to run this command instead of "make" after "c

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-03-28 Thread Joachim Trouverie
Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment: Anyone for a review ? -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-02-26 Thread Joachim Trouverie
Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment: I created a PR for this issue for Python 2.7 (https://github.com/python/cpython/pull/5753/files). I just skip the link creation if the target path is equals to the link target. I don't see any corner case where this

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-02-19 Thread TROUVERIE Joachim
Change by TROUVERIE Joachim <joachim.trouve...@linoame.fr>: -- keywords: +patch pull_requests: +5532 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue29612] TarFile.extract() suffers from hard links inside tarball

2018-02-19 Thread Joachim Trouverie
Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment: Is there anybody working on this issue or can I create a branch concerning it ? -- nosy: +jtrouverie ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32540] venv docs - doesn't match behavior

2018-02-18 Thread TROUVERIE Joachim
Change by TROUVERIE Joachim <joachim.trouve...@linoame.fr>: -- keywords: +patch pull_requests: +5516 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32540] venv docs - doesn't match behavior

2018-02-18 Thread Joachim Trouverie
Joachim Trouverie <joachim.trouve...@linoame.fr> added the comment: Is there anybody working on this issue or can I make a PR ? -- nosy: +jtrouverie ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32851] Complete your registration to Python tracker -- key uxOb1XizINE32OvAnH7tUiKMx4tFqGdK

2018-02-15 Thread TROUVERIE Joachim
New submission from TROUVERIE Joachim <joachim.trouve...@linoame.fr>: Thanks Le 15-02-2018 17:08, Python tracker a écrit : > To complete your registration of the user "joack" with > Python tracker, please do one of the following: > > - send a reply to rep...@

[issue29575] doc 17.2.1: basic Pool example is too basic

2017-02-21 Thread Joachim
Joachim added the comment: I never proposed to add a second example, but to make the one example more meaningful. As a minimal solution, could we replace the numbers 3 (input data) and 5 (threads) by a slightly more plausible choice? Davin explained why numbers should be incommensurate. So

[issue29575] your closing of issue29575

2017-02-20 Thread Joachim
Joachim added the comment: Dear Davin, since I am new to the Python bug tracker, I have to asked a stupid question: are you the benevolent dictator of the Python Standard Library? Otherwise, how can it be that one and the same person in one and the same intervention adds new arguments

[issue29575] doc 17.2.1: basic Pool example is too basic

2017-02-15 Thread Joachim
New submission from Joachim: The »basic example of data parallelism using Pool« is too basic. It demonstrates the syntax, but otherwise makes no sense, and therefore is potentially confusing. It is blatant nonsense to run 5 processes when there are only 3 data to be treated. Let me suggest

[issue24015] timeit should start with 1 loop, not 10

2015-04-20 Thread Joachim Breitner
New submission from Joachim Breitner: The docs for the timeit command line interface specify If -n is not given, a suitable number of loops is calculated by trying successive powers of 10 until the total time is at least 0.2 seconds. This sounds as if it it first tries 1, then 10, then 100

[issue4431] Distutils MSVC doesn't create manifest file

2014-08-11 Thread Joachim Herb
Joachim Herb added the comment: Using Visual C++ 10.0 SP1 Express to build extensions for python 3.4 (64bit) I also had to modify distutils/msvc9compiler.py in the described way -- nosy: +jmozmoz versions: +Python 3.4 ___ Python tracker rep

[issue14414] xmlrpclib leaves connection in broken state if server returns error without content-length

2014-07-18 Thread Joachim Bauch
Joachim Bauch added the comment: I could look into providing a patch if that helps... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14414

[issue14414] xmlrpclib leaves connection in broken state if server returns error without content-length

2012-03-26 Thread Joachim Bauch
New submission from Joachim Bauch m...@joachim-bauch.de: If a XML-RPC server returns an error page without a content-length header (for example with transfer-encoding: chunked instead), the method single_request in xmlrpclib doesn't read the response before raising a ProtocolError

[issue5367] typo in subprocess.py

2009-02-25 Thread Joachim Ott
New submission from Joachim Ott joachim@gmail.com: I saw it first in /usr/lib/python2.5/subprocess.py on two different systems, line 12 reads: rsubprocess - Subprocesses with accessible I/O streams It's still there in 3.0.1. Is a single r a valid python statement? -- components

[issue4017] Tkinter cannot find Tcl/Tk on Mac OS X

2008-12-18 Thread Joachim Strombergson
Joachim Strombergson external2...@strombergson.com added the comment: I downloaded the newly built 2.6.1 dmg and can confirm that, at least for me: (1) import Tkinter works. (2) Starting IDLE works. It looks like we have a winner, good job Benjamin

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-14 Thread Joachim Strombergson
Joachim Strombergson [EMAIL PROTECTED] added the comment: Aloha! I followed the suggestions in msg74544 by Leo M and can confirm that IDLE starts as OK. *BUT* when I try to import Tkinter I get: import Tkinter Traceback (most recent call last): File stdin, line 1, in module File /Library

[issue1385] hmac module violates RFC for some hash functions, e.g. sha512

2007-11-04 Thread Joachim Wagner
New submission from Joachim Wagner: (First time submitting a patch to this system.) The hmac module uses a fixed blocksize of 64 bytes. This is fine for many hash functions like md5, sha1 and sha256, but not for sha512 or in the general case. The RFC referenced in the python documentation