Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue19361>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Note that, per the new JSON RFC 7159 (https://tools.ietf.org/html/rfc7159 ),
top-level non-collection values are now de-jure permissible in JSON:
> Appendix A. Changes from RFC 4627
>o Changed the definition of "JSON text" so that it
Chris Rebert added the comment:
The new JSON RFC now at least mentions BOM handling:
https://tools.ietf.org/html/rfc7159#section-8.1 :
> Implementations MUST NOT add a byte order mark to the beginning of a
> JSON text. In the interests of interoperability, implementations
> that p
New submission from Chris Rebert:
json module docs: https://docs.python.org/3/library/json.html
New superseding JSON RFC: https://tools.ietf.org/html/rfc7159
Errata to the new RFC: http://www.rfc-editor.org/errata_search.php?rfc=7159
ECMA-404: http://www.ecma-international.org/publications
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue21401>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue1043134>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue1521950>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue13826>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue13197>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue21545>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chris Rebert:
Since these functions run shell commands, which is a common vector for
security-related bugs (see
* http://cwe.mitre.org/data/definitions/78.html
* http://cwe.mitre.org/data/definitions/88.html
), I suggest that they should have security warning boxes analogous
Chris Rebert added the comment:
Okay, so can this issue be closed in light of the existing docs and issue 21514
then?
--
___
Python tracker
<http://bugs.python.org/issue13
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue12634>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
What about CityHash? (http://code.google.com/p/cityhash/ ; unofficial C port:
http://code.google.com/p/cityhash-c/ )
It's good enough for Google...
--
nosy: +cvrebert
___
Python tracker
<http://bugs.py
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue16619>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue4153>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue17359>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Here's a draft patch against the default branch that updates the json module's
docs accordingly.
Note that under "Implementation Limitations", the statement "This module does
not impose any such limits beyond those of the relevant Pyt
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue10289>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Thanks for the speedy review!
Those NaN-related arguments are already mentioned in the docs (see last 2
sentences of
https://docs.python.org/3/library/json.html#infinite-and-nan-number-values ),
and this patch doesn't touch that subse
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue18355>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
> 1) JSON just support floats
If you read the JSON standards documents, you'll see that this isn't accurate.
Regardless, a general solution for non-built-in numeric types does seem
preferable.
--
___
P
Chris Rebert added the comment:
So, when might I expect to see this patch merged, since it's now been approved?
--
___
Python tracker
<http://bugs.python.org/is
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20779>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22189>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22276>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue21611>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22356>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22393>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20059>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20050>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20078>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20138>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20630>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20632>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20246>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue20727>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue13936>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue5207>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue4947>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6712>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue4395>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue1170>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chris Rebert :
>From what I've seen on several c.l.p threads, some people have a tough
time figuring the correct 'args' argument to subprocess.Popen's
constructor. In an effort to cut down on such discussions in the future,
I've written the a
Chris Rebert added the comment:
Added string conversions to table for good measure.
--
status: closed -> open
Added file: http://bugs.python.org/file14771/table.rst
___
Python tracker
<http://bugs.python.org/iss
Changes by Chris Rebert :
--
type: -> feature request
___
Python tracker
<http://bugs.python.org/issue6760>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6783>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
versions: +Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14817/subprocess.rst.patch
___
Python tracker
<http://bugs.python.org/issue6
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6858>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6108>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Ok, changed to "note" directives instead of "warning"s. Anything else
that keeps this from being applied?
--
Added file: http://bugs.python.org/file15033/subprocess.rst.patch
___
P
Changes by Chris Rebert :
Removed file: http://bugs.python.org/file14817/subprocess.rst.patch
___
Python tracker
<http://bugs.python.org/issue6760>
___
___
Python-bug
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue7159>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chris Rebert :
I would like the offer the table in the attached file for addition to
the 'time' module documentation so as to provide a quick overview of how
to convert between the various time representations. As it currently
stands (at least on the current public
New submission from Chris Rebert :
Prompted by
http://mail.python.org/pipermail/python-ideas/2009-April/004048.html
The current error message issued when trying to use the get item ([])
operator on an object that does not define __getitem__ can be hard to
understand:
>>> class A(obje
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue5434>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6021>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue6301>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
I'm busy with finding an apartment and taking exams for the next week-or-so,
but after that I'll try and suggest a patch. If anyone wants to have a crack at
it between now and then, don't
Chris Rebert added the comment:
I found some extra time. Here's an initial suggested patch against py3k head.
Disclaimer: I have no special expertise in computer security beyond having read
"Secure Coding: Principles and Practices" a while back.
--
keywords: +patch
A
New submission from Chris Rebert :
See http://docs.python.org/py3k/c-api/unicode.html#file-system-encoding
Note the literal and unhyperlinked ":func:PyUnicode_FSConverter" in the last
sentence of the first paragraph. I suspect there's a trivial syntax error in
New submission from Chris Rebert :
http://docs.python.org/py3k/library/os.html currently mentions os.popen() in
several places. The docs for os.popen() itself say:
'These functions are described in section "File Object Creation"'
However, unlike the 2.x version of
Changes by Chris Rebert :
Added file: http://bugs.python.org/file18209/subprocess.rst.diff
___
Python tracker
<http://bugs.python.org/issue7950>
___
___
Python-bugs-list m
Chris Rebert added the comment:
My apologies for the extra email...
--
Added file: http://bugs.python.org/file18210/subprocess.rst.diff
___
Python tracker
<http://bugs.python.org/issue7
Changes by Chris Rebert :
Removed file: http://bugs.python.org/file18209/subprocess.rst.diff
___
Python tracker
<http://bugs.python.org/issue7950>
___
___
Python-bug
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue23670>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue23496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue27561>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue27587>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue17279>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Ping! It's been about 3 months since this was given the green light...
--
___
Python tracker
<http://bugs.python.org/is
Chris Rebert added the comment:
Thanks Serhiy!
--
___
Python tracker
<http://bugs.python.org/issue21514>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Ping!
Seems like this should be closed since the new RFC explicitly legalizes the
feature in question and since the docs explicitly warn about the
interoperability of the feature.
--
___
Python tracker
<h
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22936>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue22951>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
Here is a patch that adds the necessary warnings from issue 7950.
Please review it when you get a chance.
--
keywords: +patch
Added file: http://bugs.python.org/file37338/fix-21557.patch
___
Python tracker
<h
Chris Rebert added the comment:
Ping. This small patch has been waiting nearly 3 months for a review.
--
___
Python tracker
<http://bugs.python.org/issue22
Chris Rebert added the comment:
WebM's docs use "video/webm" and never use an "application/*" type.
See http://www.webmproject.org/docs/container/
They also specify "audio/webm" for audio-only content, but both use the same
file extension, so associating &q
Chris Rebert added the comment:
Yes, the existing patch looks fine.
--
___
Python tracker
<http://bugs.python.org/issue16329>
___
___
Python-bugs-list mailin
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue19776>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Rebert added the comment:
This behavior seems to be required by the General Decimal Arithmetic
Specification (http://speleotrove.com/decimal/daexcep.html ):
> The following exceptional conditions can occur:
> [...]
> Invalid operation
> This occurs and sign
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue23342>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue24668>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chris Rebert:
There is a cross-reference to namedtuple in SimpleNamespace's docs, but not
vice-versa, despite these types being fairly similar.
--
assignee: docs@python
components: Documentation
messages: 248389
nosy: cvrebert, docs@python
priority: normal
sev
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue23597>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue26252>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue23622>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue24064>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Rebert :
--
nosy: +cvrebert
___
Python tracker
<http://bugs.python.org/issue28537>
___
___
Python-bugs-list mailing list
Unsubscribe:
201 - 289 of 289 matches
Mail list logo