[issue1330538] datetime/xmlrpclib.DateTime comparison

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: The patch looks OK. The python-dev discussion starts at http://mail.python.org/pipermail/python-dev/2005-October/057514.html. I'm nervous about removing the ability to pass a date or time to the constructor, but the consensus was that this conversion was

[issue1330538] datetime/xmlrpclib.DateTime comparison

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Committed to 2.6 trunk in rev. 60991. -- resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue835521] More obvious indication of __reduce__ documentation.

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Thanks for the suggestion. I've added index entries for __reduce__, as well as __reduce_ex__ and a few others in rev. 60994 -- nosy: +akuchling resolution: -> fixed status: open -> closed Tracker <[E

[issue800929] Module-specific PDFs

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Given that we now have a print-specific stylesheet for the documentation, a printed version of the HTML page for a module seems acceptable. I just looked at a print-preview of the pickle docs, the output looks good, so IMHO we don't need to do anything sp

[issue1433694] normalize function in minidom unlinks empty child nodes

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch applied to 2.6 in rev. 60995, and to 2.5-maint in rev. 60998. Thanks for reporting the problem, and for finding the bugfix! -- nosy: +akuchling resolution: -> fixed status: open -> closed _ Tracker &

[issue781445] Applets don't work on 10.1

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Presumably this was fixed in 10.1 or 10.2 at some point, because MacPython 2.3 comes as an installer. Closing as 'fixed'; Jack, please re-open if this is still relevant. -- nosy: +akuchling resolution: -> fixed status: o

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: The solution of adding caching, If-Modified-Since, etc. is a good one, but I quail in fear at the prospect of expanding the saxutils resolver into a fully caching HTML agent that uses a cache across processes. We should really be encouraging people to use more

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1389051> _ ___ Python-bu

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Fredrik's suggested fix for SSL IMAP committed as rev. 61006, and to 2.5-maint in rev. 61007. There still seems to be a problem with the non-SSL version. I'm looking into that next. _ Tracker <[EMAIL PROT

[issue1092502] Memory leak in socket.py on Mac OS X

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Andreas Lauer's suggested fix is correct. Applied to 2.6 trunk in rev. 61008 and to 2.5-maint in rev. 61009. -- nosy: +akuchling resolution: out of date -> fixed _ Tracker <[EMAIL PROTECTED]> <http:

[issue2170] rewrite of minidom.Node.normalize

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2170> __ ___ Python-bugs-li

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Andreas Lauer's suggested fix on #1092502 is correct, and fixes the problem for the non-SSL IMAP class. Applied to 2.6 trunk in rev. 61008 and to 2.5-maint in rev. 61009. -- resolution: -> fixed status: open -

[issue1204] readline configuration for shared libs w/o curses dependencies

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1204> __ ___ Python-bugs-li

[issue1204] readline configuration for shared libs w/o curses dependencies

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: The patch looks reasonable. I'll commit it on Monday when I'm on a machine with a more up-to-date autoconf. -- keywords: +64bit __ Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1483] xml.sax.saxutils.prepare_input_source ignores character stream in InputSource

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Could you please provide a simple little test case for the bug? I'd like to add a test when I commit the change, but you can probably boil the problem down into a test faster than I can. -- nosy: +akuchling __ Tr

[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1714> __ ___ Python-bugs-li

[issue1519] async_chat.__init__() parameters

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> josiahcarlson nosy: +josiahcarlson __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1519> __ ___ Python-bu

[issue1291] test_resource fails on recent linux systems (

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1291> __ ___ Python-bugs-list mailing list Unsubs

[issue1311] os.path.exists(os.devnull) regression on windows

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1311> __ ___ Python-bugs

[issue1291] test_resource fails on recent linux systems

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: I went ahead and pulled the 2.6 test back into 2.5-maint in rev. 61016, and then realized that Nick actually backported the change in rev. 60727. I decided to leave it alone; the 2.6 test should still avoid the problem, has the additional feature of using

[issue1858] Make .pypirc handle multiple servers

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: Random notes on bugday.distutils.patch: * dist.py: this change should definitely be applied, no matter what happens to the rest of the patch. * Yay! Lots of tests! * distutils.pypirc: I'm doubtful of the finalize_options() here; looking for '

[issue1858] Make .pypirc handle multiple servers

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: * I like factoring out the .pypirc code into a separate class. * Overall I think the patch is acceptable. We'd need to decide whether the new .pypirc is considered suitable -- I don't remember the reaction to it on the distutils-sig or catalog-

[issue2124] xml.sax and xml.dom fetch DTDs by default

2008-02-25 Thread A.M. Kuchling
A.M. Kuchling added the comment: I mention urllib because, as noted earlier in the discussion, code that fetches resources over HTTP should really be caching (looking at the Expires header, sending an ETag and an If-Modified-Since header, etc.). It's difficult for us to add these featur

[issue2001] Pydoc interactive browsing enhancement

2008-02-26 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2001> __ ___ Python-bugs-list mailing list Unsubs

[issue2169] Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer

2008-02-26 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2169> __ ___ Python-bugs-li

[issue2169] Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer

2008-02-28 Thread A.M. Kuchling
A.M. Kuchling added the comment: Applied to 2.6 in rev. 61105; it will be merged up to 3.0 at some point. Thanks for the patch! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2202] urllib2 fails against IIS 6.0 (No support for MD5-sess auth)

2008-02-28 Thread A.M. Kuchling
A.M. Kuchling added the comment: Marking as easy, assuming you add the exception; implementing MD5-sess is probably not easy. -- keywords: +easy nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue2225] py_compile.main() does not return error code

2008-03-04 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2225> __ ___ Python-bugs-list mailing list Unsubs

[issue433030] SRE: (?>...) is not supported

2008-03-05 Thread A.M. Kuchling
A.M. Kuchling added the comment: Also referred to as an atomic group: see http://www.regular-expressions.info/atomic.html for a discussion. Fredrik, when you say "the engine has code for this", what do you mean? -- nosy: +akuchling Track

[issue433030] SRE: (?>...) is not supported

2008-03-05 Thread A.M. Kuchling
A.M. Kuchling added the comment: There's also an alternate syntax for this, called possessive quantifiers: a*+, a++, a{m,n}+. Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue2220] bug in rlcompleter

2008-03-05 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2220> __ ___ Python-bugs-list mailing list Unsubs

[issue2305] Update What's new in 2.6

2008-03-17 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: I intend to finish writing the 2.6 document; PyCon has been taking up all of my free time the past few weeks, but obviously that's over now. __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2442] Undocumented features added to 2.6

2008-03-20 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: The following modules or features aren't documented: future_builtins, __self__ and __func__ on method objects, the print() function. -- assignee: georg.brandl components: Documentation messages: 64230 nosy: akuchling, g

[issue1649238] potential clash with C++ in ceval.h

2008-04-10 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- keywords: +easy _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1649238> _ ___ Python-bugs

[issue1092502] Memory leak in socket.py on Mac OS X

2008-04-14 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Note that _rbufsize is only set to 1 if the _fileobject's bufsize is set to 0. So perhaps the bug is that some library is turning off buffering when it shouldn't. I don't see how you would fix this in the C code, othe

[issue2535] duplicate Misc.lower

2008-04-14 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2535> __ ___ Python-bugs

[issue2636] Regexp 2.6 (modifications to current re 2.2.2)

2008-04-15 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2636> __ ___ Python-bugs

[issue2601] [regression] reading from a urllib2 file descriptor happens byte-at-a-time

2008-04-15 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: It was applied to 2.5-maint after 2.5.2 was released, BTW, so the change isn't in any stable released version, only the 2.6 alphas. __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2636] Regexp 2.6 (modifications to current re 2.2.2)

2008-04-15 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- components: +Regular Expressions -Library (Lib) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2636> __

[issue2654] Typo at http://docs.python.org/dev/3.0/howto/doanddont.html

2008-04-18 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Fixed in r62373; thanks for reporting this! -- assignee: georg.brandl -> akuchling nosy: +akuchling resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> &l

[issue2687] SSL example script fails mysteriously on MacOS

2008-04-24 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: On my MacOS 10.4.11 machine, the example SSL server and client in the documentation don't work, and they fail with a mysterious error 0. The attached tarball contains my slightly-modified version of the scripts and the test k

[issue2657] Curses sometimes fails to initialize terminal

2008-04-25 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- assignee: -> akuchling nosy: +akuchling title: curses -> Curses sometimes fails to initialize terminal __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2650] re.escape should not escape underscore

2008-05-08 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: I haven't assessed the patch, but wouldn't mind to see it applied to an alpha release or to 3.0; +0 from me. Given that the next 2.6 release is planned to be a beta, though, the release manager would have to rule. Note th

[issue1625509] 'imp' documentation does not mention that lock is re-entrant

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Applied to trunk to r62996. -- assignee: -> akuchling nosy: +akuchling resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1858] Make .pypirc handle multiple servers

2008-05-10 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- assignee: -> akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1858> __ ___ Python-b

[issue2488] Backport sys.maxsize to Python 2.6

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: djmitchell noticed this patch at the bug day -- should it be committed, or just closed? -- nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2488] Backport sys.maxsize to Python 2.6

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Oh, and I don't understand Raymond's comment: sys.maxsize isn't an alias for anything, but a new piece of information (the largest size of containers). Maybe that information isn't useful, or 2.6 doesn't

[issue1858] Make .pypirc handle multiple servers

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Is the only purpose of the '-r' in sys.argv code to avoid having to specify arguments multiple times when you're doing multiple commands on a line? Perhaps it would be acceptable to then just drop that bit of code

[issue1858] Make .pypirc handle multiple servers

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Committed to trunk as r62998; thank you very much for the patch! -- keywords: -easy resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue756982] mailbox should use email not rfc822

2008-05-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: I think removing those old classes in 3.0 would be very sensible. Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1792] o(n*n) marshal.dumps performance for largish objects with patch

2008-05-11 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: I've applied Facundo's version of the patch in r63059. -- nosy: +akuchling resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <h

[issue1858] Make .pypirc handle multiple servers

2008-05-11 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Brett backed out my commit in r63002 because I forgot to include the distutils.config module. Re-committed in r63014 and r63060. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4259] Update pydoc URLs

2008-11-04 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: The URL for module documentation generated by pydoc is no longer valid. The attached patch corrects it for Python 2.5.3 by assembling the URL using the Python version. This patch shouldn't be forward-ported to 2.6 or 2.7; Sph

[issue4185] re module treats raw strings as normal strings

2008-11-11 Thread A.M. Kuchling
Changes by A.M. Kuchling <[EMAIL PROTECTED]>: -- nosy: +akuchling ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4185> ___ __

[issue4185] re module treats raw strings as normal strings

2008-11-11 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Re-opening as a documentation bug; we should at least make the re.sub docstring match the text documentation. -- assignee: -> akuchling resolution: invalid -> status: closed -> open ___

[issue1665333] Documentation missing for OptionGroup class in optparse

2008-11-13 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Re-opening, since Optik is no longer externally maintained. -- assignee: -> akuchling nosy: +akuchling resolution: invalid -> status: closed -> open title: Documentation missing for OptionGroup class in optparse -&

[issue4318] optparse: formatting of help text/descriptions

2008-11-13 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: (Copied from an anonymous submission in the Optik bug tracker.) There have been some recent discussions on comp.lang.python about the optparse/optik module, and Steve Bethard suggested you might be interested in some of the work done

[issue4319] optparse and non-ascii help strings

2008-11-13 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: (copied from the Optik bug tracker) Related bug: http://www.mail-archive.com/python-bugs-list@python.org/msg07227.html Hi all, It seems to me that the workaround to the above bug in optparse.py versio 1.5.3 introduces a new bug whe

[issue4320] optparse: "1 2 3" should be seen as one string

2008-11-13 Thread A.M. Kuchling
New submission from A.M. Kuchling <[EMAIL PROTECTED]>: (copied from the Optik bug tracker -- I haven't tried to replicate this.) -- components: Library (Lib) messages: 75848 nosy: akuchling severity: normal status: open title: optparse: "1 2 3" should be seen a

[issue4259] Update pydoc URLs

2008-12-10 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Committed to 2.5 in rev. 67693. Do I need to 'svnmerge block' this revision to prevent future merges from attempting to apply it to trunk? -- status: open -> closed ___ Pyt

[issue38450] 3.8 Release Notes: IDLE section dupe

2019-10-11 Thread A.M. Kuchling
Change by A.M. Kuchling : -- pull_requests: +16300 pull_request: https://github.com/python/cpython/pull/16621 ___ Python tracker <https://bugs.python.org/issue38

[issue8840] truncate() semantics changed in 3.1.2

2020-03-05 Thread A.M. Kuchling
Change by A.M. Kuchling : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2020-03-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch has been applied. -- nosy: +akuchling resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39793] make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains

2020-04-16 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 5565c30f0b25996a0e73477fc0e1e1aced52b926 by Batuhan Taşkaya in branch 'master': bpo-39793: use the same domain on make_msgid tests (#18698) https://github.com/python/cpython/commit/5565c30f0b25996a0e73477fc0e1e1aced52b926 -

[issue39793] make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains

2020-04-16 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset ccf30e96d4bdcf04396e00899a0319041144509f by Miss Islington (bot) in branch '3.8': bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554) https://github.com/python/cpython/commit/ccf30e96d4bdcf04396e00899a0319

[issue39793] make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains

2020-04-16 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset cd09d7e55d160edc454763d3fb6a48180988741a by Miss Islington (bot) in branch '3.7': bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555) https://github.com/python/cpython/commit/cd09d7e55d160edc454763d3fb6a48

[issue25872] multithreading traceback KeyError when modifying file

2020-05-14 Thread A.M. Kuchling
Change by A.M. Kuchling : -- nosy: +akuchling nosy_count: 5.0 -> 6.0 pull_requests: +19398 pull_request: https://github.com/python/cpython/pull/20092 ___ Python tracker <https://bugs.python.org/issu

[issue29620] unittest.TestCase.assertWarns raises RuntimeEror if sys.modules changes size

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 46398fba4d66ad342cf2504ef947b5fb857423b2 by kernc in branch 'master': bpo-29620: iterate over a copy of sys.modules (GH-4800) https://github.com/python/cpython/commit/46398fba4d66ad342cf2504ef947b5fb857423b2 -- nosy:

[issue29620] unittest.TestCase.assertWarns raises RuntimeEror if sys.modules changes size

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 3e499cda47afe2282ca3f1d04151e2c86f2e7e09 by Miss Islington (bot) in branch '3.8': bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816) https://github.com/python/cpython/commit/3e499cda47afe2282ca3f1d04151e2

[issue29620] unittest.TestCase.assertWarns raises RuntimeEror if sys.modules changes size

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset f881c869753fb2b1b7aef353416893190251c539 by Miss Islington (bot) in branch '3.7': bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817) https://github.com/python/cpython/commit/f881c869753fb2b1b7aef353416893

[issue29620] unittest.TestCase.assertWarns raises RuntimeEror if sys.modules changes size

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: Changes applied to master, 3.8, and 3.7. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue40626] application/x-hdf5 mime type missing from mimetypes library

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 60c2a810e37994fc640c58d0ef45b6843354b770 by MARK SCHWAB in branch 'master': bpo-40626: Support HDF5 in mimetypes (GH-20042) https://github.com/python/cpython/commit/60c2a810e37994fc640c58d0ef45b6843354b770 -- nosy:

[issue40626] application/x-hdf5 mime type missing from mimetypes library

2020-06-11 Thread A.M. Kuchling
A.M. Kuchling added the comment: MIME type added to master and 3.8 branches. Thanks for your patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41192] Some audit events are undocumented

2020-10-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset ebc8c3828779374b9be4fae5c8ffc0059d36ac8c by Saiyang Gou in branch 'master': bpo-41192: Fix some broken anchors for audit event entries (#21310) https://github.com/python/cpython/commit/ebc8c3828779374b9be4fae5c8ffc0059d36ac8c -

[issue41192] Some audit events are undocumented

2020-10-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 2ee6ef98b4cf94f4c21cc4301d4e226b70809c7e by Miss Skeleton (bot) in branch '3.9': bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767) https://github.com/python/cpython/commit/2ee6ef98b4cf94f4c21cc4301d4e22

[issue41192] Some audit events are undocumented

2020-10-19 Thread A.M. Kuchling
Change by A.M. Kuchling : -- pull_requests: +21731 pull_request: https://github.com/python/cpython/pull/22768 ___ Python tracker <https://bugs.python.org/issue41

[issue41192] Some audit events are undocumented

2020-10-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset ec18c468b8aed4b4a3d1942ae18b96d8efebe04b by Miss Skeleton (bot) in branch '3.8': bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770) https://github.com/python/cpython/commit/ec18c468b8aed4b4a3d1942ae18b96

[issue38144] Add the root_dir and dir_fd parameters in glob.glob()

2020-10-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: I'm digging around in the sys.audit() feature. Did the sys.audit("glob.glob", ...) call disappear in commit 8a64ceaf9856e7570cad6f5d628cce789834e019, or is something clever going on that I missed? -- n

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset ec42789e6e14f6b6ac13569aeadc13798d7173a8 by Andrey Doroschenko in branch 'master': bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) https://github.com/python/cpython/commit/ec42789e6e14f6b6ac13569aeadc13

[issue40554] Add escape to the glossary?

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing issue, since the consensus is to not add the term. -- nosy: +akuchling resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset b249aeae89f55b9da5cdff082ba271e2b15b7825 by Miss Skeleton (bot) in branch '3.9': bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) https://github.com/python/cpython/commit/b249aeae89f55b9da5cdff082ba271

[issue39693] tarfile's extractfile documentation is misleading

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing after applying the PR. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.7, Python 3.8 ___ Python tracker <https://bug

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 0c37269be7065b9b15b7b3a4406084f9535a793a by Andrew Kuchling in branch 'master': bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768) https://github.com/python/cpython/commit/0c37269be7065b9b15b7b3a44

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
Change by A.M. Kuchling : -- pull_requests: +21777 pull_request: https://github.com/python/cpython/pull/22821 ___ Python tracker <https://bugs.python.org/issue41

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset a797fd74fe11ef5968b8593b0d39b6aa6ba5aef1 by Miss Skeleton (bot) in branch '3.8': bpo-41192: Clarify the sys module's description of the auditing feature (GH-22820) https://github.com/python

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset b948d13ec076e757b7f6904aa67df2f36e4671b7 by Andrew Kuchling in branch '3.9': [3.9] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22821) https://github.com/python

[issue42098] Test suite should verify auditing events get triggered

2020-10-20 Thread A.M. Kuchling
New submission from A.M. Kuchling : During the 3.10 development process, a call to `sys.audit()` got accidentally removed from the glob module. No tests caught it. This is clearly bad. sys.audit() is intended for security-related purposes and can result in operations being cancelled, so

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7 by Saiyang Gou in branch 'master': bpo-41192: Add documentation of undocumented audit events (GH-21308) https://github.com/python/cpython/commit/3f7e990fd49dbabc1dde41ce58c1bd

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 46130f85381f697dc7f609b2659cc046d2370417 by Miss Skeleton (bot) in branch '3.9': bpo-41192: Add documentation of undocumented audit events (GH-22831) https://github.com/python/cpython/commit/46130f85381f697dc7f609b2659cc0

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 058affc09f0f105444ec62c880907a512b785b72 by Miss Skeleton (bot) in branch '3.8': bpo-41192: Add documentation of undocumented audit events (GH-22832) https://github.com/python/cpython/commit/058affc09f0f105444ec62c880907a

[issue41192] Some audit events are undocumented

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: After this flurry of commits, I think everything associated with the issue is now fixed. Along the way, I also noticed that the sys.audit() call had disappeared from the glob module (it's now restored) and filed issue #42098 to improve the test su

[issue29981] Update Index for set, dict, and generator 'comprehensions'

2020-10-20 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 2d55aa9e37c9c84f4f6a8135d0326da0bcd8f38b by Florian Dahlitz in branch 'master': bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) https://github.com/python

[issue6519] Reorder 'with' statement for files in Python Tutorial

2017-06-12 Thread A.M. Kuchling
A.M. Kuchling added the comment: PR filed against master: https://github.com/python/cpython/pull/2143 -- pull_requests: +2193 ___ Python tracker <http://bugs.python.org/issue6

[issue34484] Unicode HOWTO incorrectly refers to Private Use Area for surrogateescape

2019-03-02 Thread A.M. Kuchling
Change by A.M. Kuchling : -- stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34484> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue34484] Unicode HOWTO incorrectly refers to Private Use Area for surrogateescape

2019-03-03 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 97c288df614dd7856f5a0336925f56a7a2a5bc74 by Andrew Kuchling in branch 'master': bpo-20906: Various revisions to the Unicode howto (#8394) https://github.com/python/cpython/commit/97c288df614dd7856f5a0336925f56

[issue20906] Issues in Unicode HOWTO

2019-03-03 Thread A.M. Kuchling
A.M. Kuchling added the comment: New changeset 97c288df614dd7856f5a0336925f56a7a2a5bc74 by Andrew Kuchling in branch 'master': bpo-20906: Various revisions to the Unicode howto (#8394) https://github.com/python/cpython/commit/97c288df614dd7856f5a0336925f56

[issue22102] Zipfile generates Zipfile error in zip with 0 total number of disk in Zip64 end of central directory locator

2019-05-13 Thread A.M. Kuchling
A.M. Kuchling added the comment: I also ran across this issue today, where the 'disks' value in a Zip file is 0. I'm trying to find out what software was used to create them, but it's quite plausible that it's Windows as Ramsey Kant suggests. So I think this fix s

[issue22102] Zipfile generates Zipfile error in zip with 0 total number of disk in Zip64 end of central directory locator

2019-05-13 Thread A.M. Kuchling
A.M. Kuchling added the comment: Oh, I missed that there was already a patch. BTW, I found two dissections of zip files that also show disk numbers of 0: the one at https://rzymek.github.io/post/excel-zip64/ is exploring an Excel Zip issue, and the forensic tutorial at https

[issue34484] Unicode HOWTO incorrectly refers to Private Use Area for surrogateescape

2019-05-14 Thread A.M. Kuchling
A.M. Kuchling added the comment: Yes, I think this issue can now be closed. -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue8840] truncate() semantics changed in 3.1.2

2018-03-06 Thread A.M. Kuchling
Change by A.M. Kuchling : -- keywords: +patch pull_requests: +5776 ___ Python tracker <https://bugs.python.org/issue8840> ___ ___ Python-bugs-list mailin

<    1   2   3   4   5   6   >