28.05.18 23:11, Jeremy Kloth пише:
On Thu, May 17, 2018 at 6:18 AM, Serhiy Storchaka wrote:
Does anyone has the full copy of the PyXML repository, with the complete
history?
This library was included in Python 2.1 as the xml package and is not
maintained as a separate project since 2004. It's
On Thursday, May 17, 2018, Serhiy Storchaka wrote:
> [...]
>
> I'm trying to figure out some intentions and fix possible bugs in the xml
> package.
defusedxml
https://pypi.org/project/defusedxml/
> XML bomb protection for Python stdlib modules
https://pypi.org/project/defusedxml/#how-to-avoid
Wow. Thanks!
On Mon, May 28, 2018 at 1:14 PM, Jeremy Kloth
wrote:
> On Mon, May 28, 2018 at 2:11 PM, Jeremy Kloth
> wrote:
> > Here you go!
> >
> > https://github.com/jkloth/pyxml
>
> I did forget to mention that I was one of the prior maintainers on the
> PyXML project as well.
>
> --
> Jeremy
On May 28, 2018, at 17:42, Victor Stinner wrote:
> 2018-05-28 19:47 GMT+02:00 Ned Deily :
>> Hmm, for some some reason, it appears that, at the moment, the 2.7, 3.4, and
>> 3.5 branches have that option set, while 3.6, 3.7, and master don't. I'm
>> not sure how we got to that state. Any other
2018-05-28 19:47 GMT+02:00 Ned Deily :
> Hmm, for some some reason, it appears that, at the moment, the 2.7, 3.4, and
> 3.5 branches have that option set, while 3.6, 3.7, and master don't. I'm not
> sure how we got to that state. Any other reasons to prefer on versus off?
As I wrote, it became
On Thu, May 17, 2018 at 6:18 AM, Serhiy Storchaka wrote:
> Does anyone has the full copy of the PyXML repository, with the complete
> history?
>
> This library was included in Python 2.1 as the xml package and is not
> maintained as a separate project since 2004. It's home on SourceForge was
> rem
On Mon, May 28, 2018 at 2:11 PM, Jeremy Kloth wrote:
> Here you go!
>
> https://github.com/jkloth/pyxml
I did forget to mention that I was one of the prior maintainers on the
PyXML project as well.
--
Jeremy Kloth
___
Python-Dev mailing list
Python-De
On Mon, May 28, 2018 at 03:09:46PM +0300, Serhiy Storchaka
wrote:
> 25.05.18 05:09, Jan Claeys пише:
> > On Thu, 2018-05-17 at 15:18 +0300, Serhiy Storchaka wrote:
> > > Does anyone has the full copy of the PyXML repository, with the
> > > complete history?
> > >
> > > This library was included
On May 28, 2018, at 13:19, Nathaniel Smith wrote:
>
> Isn't that what happens if someone enables the check box at Repository
> Settings -> Branches -> Branch protection rules -> [pick a branch] -> Require
> branches to be up to date before merging ?
Hmm, for some some reason, it appears that,
Isn't that what happens if someone enables the check box at Repository
Settings -> Branches -> Branch protection rules -> [pick a branch] ->
Require branches to be up to date before merging ?
On Mon, May 28, 2018, 09:11 Brett Cannon wrote:
> Ryan is right that there's no special setting in GitHu
On 2018-05-28, Serhiy Storchaka wrote:
> I'm interesting what the result of this function means. In what
> cases it can return non-zero, and can it set an exception?
My memory is fuzzy (nearly 20 years since I wrote that code). My
best guess is that I thought a return value might be useful someho
Ryan is right that there's no special setting in GitHub at least which
would make merging more strict for certain branches as you're describing.
On Mon, 28 May 2018 at 07:06 Ryan Gonzalez wrote:
> AFAIK there's no setting like this available, and I've done this many
> times
> on other repos with
AFAIK there's no setting like this available, and I've done this many times
on other repos with no trouble. Maybe it could be a GitHub bug?
On May 28, 2018 4:59:03 AM Victor Stinner wrote:
Hi,
Since one or two weeks, I noticed that it's difficult to merge pull
requests into the 2.7 branch.
The tp_clear field of PyTypeObject has type inquiry. It is a pointer to
a function that takes PyObject * and return int.
typedef int (*inquiry)(PyObject *);
I'm interesting what the result of this function means. In what cases it
can return non-zero, and can it set an exception?
Currently tp
25.05.18 05:09, Jan Claeys пише:
On Thu, 2018-05-17 at 15:18 +0300, Serhiy Storchaka wrote:
Does anyone has the full copy of the PyXML repository, with the
complete history?
This library was included in Python 2.1 as the xml package and is
not maintained as a separate project since 2004. It's h
Hi,
Since one or two weeks, I noticed that it's difficult to merge pull
requests into the 2.7 branch. If a different commit is pushed in the
meanwhile (if a different PR has been merged), the 2.7 branch diverges
and the PR is immediately marked as "This branch is out-of-date with
the base branch"
On May 28, 2018, at 05:05, Victor Stinner wrote:
> Ned Deily closed old bugs reported on the macOS Tiger buildbot, since
> this buildbot has been retired 3 months ago (the builders are still
> visible online, but last builds were 3 months ago).
Perhaps Zach or someone else can remove them from th
Hi,
Ned Deily closed old bugs reported on the macOS Tiger buildbot, since
this buildbot has been retired 3 months ago (the builders are still
visible online, but last builds were 3 months ago).
It seems like the oldest macOS buildbot is now macOS El Capitan (macOS
10.11, 2015). Does it mean that
18 matches
Mail list logo