Re: [Python-Dev] datetime.timedelta total_microseconds

2019-02-27 Thread Steve Holden
preferable? Kind regards Steve Holden On Wed, Feb 27, 2019 at 3:13 PM Paul Ganssle wrote: > > On 2/26/19 7:03 PM, Chris Barker via Python-Dev wrote: > > This thread petered out, seemingly with a consensus that we should update > the docs -- is anyone doing that? > > I don&#x

Re: [DISCUSS] SPIP: .NET bindings for Apache Spark

2019-02-27 Thread Holden Karau
I’m +1 with Seans comment on the JIRA initially starting outside of Spark is probably the easiest way forward. On Wed, Feb 27, 2019 at 10:04 AM Sriram Sundaresan < sriram.sundare...@imaginea.com> wrote: > I am interested to take this up. Please let me know how to > proceed/contribute to this. >

Re: [Python-Dev] Compile-time resolution of packages [Was: Another update for PEP 394...]

2019-02-27 Thread Steve Holden
While these are interesting ideas, wouldn't it be better to leave this kind of packaging to snap and similar utilities that bundle the language support and libraries to allow simple isolated installation. Kind regards Steve Holden On Tue, Feb 26, 2019 at 10:05 PM Neil Schemenauer wrote:

Re: [pydotorg-www] Editor's Group

2019-02-21 Thread Steve Holden
Thanks, MaryBeth. Go ahead, and use your powers only for good! ;-) Kind regards Steve Holden On Thu, Feb 21, 2019 at 5:04 PM MaryBeth Okerson wrote: > Hello, > > > > I’d like to join the Editor’s Group to make changes on the following pages: > > Python Conferences

[spark] branch master updated: [DOCS] MINOR Complement the document of stringOrderType for StringIndexer in PySpark

2019-02-21 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 91caf0b [DOCS] MINOR Complement the document of

[Boatanchors] Winter 2019 Classic Exchange Phone

2019-02-18 Thread howard holden
The Phone Classic Exchange will take place Sunday Feb 24 1300Z to Feb 25 0700Z and Tuesday Feb 26 1300Z to Feb 27 0700Z The CX is a no-pressure contest celebrating the older commercial and Home Brew equipment that was the pride and joy of ham shacks many decades ago. The object is to encourage

Re: [PSF-Community] Sponsorship Sales, Fundraising for Community Orgs

2019-02-18 Thread Steve Holden
Sounds like an excellent resource. Talk to NumFocus - I'm sure a lot of PyData conferences would appreciate information on how to increase sponsorship locally. I've Bcc'd the admin there, so you may be approached or you can use your own connections, I'm sure. Kind regards S

Re: [pydotorg-www] Adding a new music notation software to the wiki

2019-02-17 Thread Steve Holden
Got it, thanks! You should be an editor now! Thanks for your help and your interest in the Python Wiki. Steve Holden On Sun, Feb 17, 2019 at 10:27 AM Amir Teymuri wrote: > Dear Steve, > > thank you for your reply! My username is AmirTeymuri. > > Bests, > Amir > &g

Re: [pydotorg-www] Adding a new music notation software to the wiki

2019-02-17 Thread Steve Holden
Hi Amir, Thanks for your note. If you create an account on the Wiki and let us know your username we'll be happy to add you tot he editors' group. Kind regards Steve Holden On Sat, Feb 16, 2019 at 3:38 PM amte wrote: > Hello, > > my Name is Amir Teymuri and i am the

[spark] branch master updated: [SPARK-21094][PYTHON] Add popen_kwargs to launch_gateway

2019-02-15 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3d6066e [SPARK-21094][PYTHON] Add popen_kwargs

Re: [pydotorg-www] Account on wiki.python.org

2019-02-14 Thread Steve Holden
Hi MaryBeth, Sorry about the problems - I don't know why https://wiki.python.org/moin/FrontPage?action=newaccount is spinning its wheels, I end with a 504 (Gateway Timeout), but I don't yet know what that means. I'm hoping one of the Wiki admins can step in here with more information. Kind regatd

Re: [sqlite] inconsistent behavior when creating INTEGER NOT NULL column without DEFAULT?

2019-02-13 Thread Graham Holden
On Wednesday, February 13, 2019, 11:06:07 PM, Thomas Kurz wrote: >> I guess a missing DEFAULT automatically implies DEFAULT NULL, so >> the behavior of ALTER should be correct whilst CREATE seems to >> forget to reject the statement. I suspect the difference is you can CREATE a NOT NULL column w

[jira] [Created] (MYNEWT-894) Where are the latest bugs Documented?

2019-02-11 Thread Clifford Holden (JIRA)
Clifford Holden created MYNEWT-894: -- Summary: Where are the latest bugs Documented? Key: MYNEWT-894 URL: https://issues.apache.org/jira/browse/MYNEWT-894 Project: Mynewt Issue Type: Wish

Re: [pydotorg-www] Edition request for the WebFrameworks wiki

2019-02-11 Thread Steve Holden
27;s a wiki, if people hate it it can just be changed again. > > > > Less clear on fullstack/non-fullstack distinction, maybe others have > > opinions? (or you could elaborate further?) > ___ > pydotorg-www mailing list > pydo

[spark] branch master updated: [SPARK-26185][PYTHON] add weightCol in python MulticlassClassificationEvaluator

2019-02-08 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 91e64e2 [SPARK-26185][PYTHON] add weightCol in

Re: [sqlite] Inconsistent behavior in sqlite3_set_authorizer() and error messages

2019-02-03 Thread Graham Holden
For the last point, using the SQLITE_OMIT_TEMPDB option, did you compile from the amalgamation or the full cannonical sources? According to  https://www.sqlite.org/compile.html#_options_to_omit_features, many "OMIT" options only work when the cannonical sources are used (my guess if compiling th

[Python-Dev] Fwd: How about updating OrderedDict in csv and configparser to regular dict?

2019-01-31 Thread Steve Holden
-- Forwarded message - From: Steve Holden Date: Thu, Jan 31, 2019 at 11:05 AM Subject: Re: [Python-Dev] How about updating OrderedDict in csv and configparser to regular dict? To: INADA Naoki And I see that such a patch is now merged. Thanks, Raymond

Re: [Python-Dev] How about updating OrderedDict in csv and configparser to regular dict?

2019-01-31 Thread Steve Holden
rties. regards Steve Holden On Thu, Jan 31, 2019 at 7:55 AM INADA Naoki wrote: > Hi, > > csv.DictReader uses OrderedDict by default, from Python 3.6. > But it doesn't make sense anymore, like namedtuple._asdict(). > How about changing default dict type back to regular dict. >

Re: [pydotorg-www] Want to be added to the editors group

2019-01-27 Thread Steve Holden
Currently the only reference to letsfindcourse is a link on https://wiki.python.org/moin/BeginnersGuide/NonProgrammers. If this remains the case it's probably legit. Kind regards Steve Holden On Sun, Jan 27, 2019 at 12:54 AM Mats Wichmann wrote: > On 1/26/19 1:08 AM, Chris Angeli

Re: [Python-Dev] Lost sight

2019-01-24 Thread Steve Holden
Like everyone else, I am sorry to hear this news, and extend my sympathies. It's marvellous that you are still able to work on Python at all, still. Since you have to be careful not to do too much, you will just have to choose your battles carefully. Thank you for your many contributions to Python

Austin Area Contributors and Reviewers

2019-01-19 Thread Holden Karau
aturally I care most about the Spark PR backlog). If you want to learn how to improve your OSS review skills that's awesome too - https://www.eventbrite.com/e/level-up-your-skills-with-open-source-code-reviews-a-live-review-with-holden-karau-tickets-54206463993 :) Cheers, Holden :) -- Twi

Re: [pydotorg-www] (no subject)

2019-01-13 Thread Steve Holden
I have no idea. If you can let us know what makes you think we are, perhaps we can come up with a more satisfactory reply. Steve Holden On Sun, Jan 13, 2019 at 7:44 PM Zeta Jones wrote: > Why are you tracking me > ___ > pydotorg-www mai

[spark] branch master updated: [SPARK-24489][ML] Check for invalid input type of weight data in ml.PowerIterationClustering

2019-01-07 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 71183b2 [SPARK-24489][ML] Check for invalid

Re: [Boatanchors] Winter 2019 Classic Exchange CW

2019-01-06 Thread howard holden
Correct 40M frequency is 7045, not 7025. Thanks, Howie WB2AWQ ___ Boatanchors mailing list Boatanchors@puck.nether.net https://puck.nether.net/mailman/listinfo/boatanchors

[Boatanchors] Winter 2019 Classic Exchange CW

2019-01-05 Thread howard holden
The CW Classic Exchange will take place Sunday Jan 13 1300Z to Jan 14 0700Z and Tuesday Jan 15 1300Z to Jan 16 0700Z The CX is a no-pressure contest celebrating the older commercial and Home Brew equipment that was the pride and joy of ham shacks many decades ago. The object is to encourage re

Re: [pydotorg-www] Logins on wiki.python.org don't seem to be working

2019-01-04 Thread Steve Holden
Thanks for taking the trouble to fix your issue and update the Wiki. Anbd good luck with your user group! regards Steve Holden On Thu, Jan 3, 2019 at 7:53 PM Christer Enfors wrote: > Yes, that works! Thanks a lot! I've now added my newly created user group > to the list - a bit

Re: [pydotorg-www] Pakt Publishing using wiki for SEO

2019-01-02 Thread Steve Holden
It may well (and it might be helpful to find our how much PSF income Pakt's much-vaunted donations program yields). I don't, however, believe that whether they became a sponsor should alter our approach to the Wiki content. regards Steve Holden On Wed, Jan 2, 2019 at 10:58 AM Chri

Re: [pydotorg-www] Pakt Publishing using wiki for SEO

2019-01-02 Thread Steve Holden
I'd agree this is abuse. We should revert the content to include the deleted links, and stop these automated updates. regards Steve Holden On Wed, Jan 2, 2019 at 10:22 AM M.-A. Lemburg wrote: > I don't know if you are aware, but Pakt has been publishing (apparently) > their

Re: [pydotorg-www] Logins on wiki.python.org don't seem to be working

2019-01-02 Thread Steve Holden
Thanks Marc-André, It seems to me that the Wiki is in need of some tender loving care. Given the outdated nature of Moin's design, I'm wondering what might be the best way t bring it up to date. Does anyone have specific knowledge in this area? regards Steve Holden On Wed, Jan 2, 20

Re: Trigger full GC during executor idle time?

2018-12-31 Thread Holden Karau
Maybe it would make sense to loop in the paper authors? I imagine they might have more information than ended up in the paper. On Mon, Dec 31, 2018 at 2:10 PM Ryan Blue wrote: > After a quick look, I don't think that the paper's >

Re: [PSF-Community] Welcome Ewa Jodlowska as the PSF's new Executive Director

2018-12-21 Thread Steve Holden
Wonderful news, and a well-deserved recognition of all Ewa has done for the Foundation. regards Steve Holden On Fri, Dec 21, 2018 at 5:36 PM Naomi Ceder wrote: > Hi everyone, > > It is with great pleasure that I announce that Ewa Jodlowska will be the > PSF's first E

Possible imagmagick package update

2018-12-16 Thread Paul Holden
In September CVE-2018-16323 (https://security-tracker.debian.org/tracker/CVE-2018-16323) was published, indicating a vulnerability in ImageMagick. The Debian security tracker shows that the Debian package update for stretch has been postponed (https://security-tracker.debian.org/tracker/CVE-2018-16

Re: [pydotorg-www] Python User Group

2018-12-14 Thread Steve Holden
Hi there, Python Maputo! You will need to create a Wiki account, and let us have the account name. We will add it to the editors list to let you make your entry (and any other Wiki changes you think are important). regards Steve Holden On Fri, Dec 14, 2018 at 7:48 PM Python Maputo

Re: How to preserve event order per key in Structured Streaming Repartitioning By Key?

2018-12-11 Thread Holden Karau
So it's been awhile since I poked at the streaming code base, but I don't think we make an promises about stable sort during repartition, and there's notes in there about how some of these components should be re-written into core so even if we did have stable sort I wouldn't depend on it unless it

Re: [Python-Dev] Inclusion of lz4 bindings in stdlib?

2018-12-01 Thread Steve Holden
be even more strident when a library module is a basic version, not to be used for production purposes. This inevitably means, however, that there will be lag in the documentation, which generally speaking lags current best practices. Steve Holden * I am not a significant contributor to the code

Re: [PSF-Community] PSF Newsletter

2018-12-01 Thread Steve Holden
somewhat stumbling bunch of geeks that I joined in 2003. More strength to its arm. Steve Holden On Fri, Nov 30, 2018 at 11:28 PM Peter Kropf wrote: > An RSS feed would be appreciated. > > > On Fri, Nov 30, 2018 at 2:57 PM David Mertz wrote: > >> Ditto, that seems mo

Re: Remove airflow from pypi

2018-11-24 Thread Holden Karau
What about if for the placeholder we made a package which depended on apache-airflow and printed out a deprecation warning when installed? That way existing builds would not necessarily break right away and people would be getting the modern version of the software? On Sat, Nov 24, 2018 at 3:33 PM

Re: [Boatanchors] kenwood reflector?

2018-11-24 Thread howard holden
There's one on QTH.com. Not real active but it does work. Don't know of others. Howie WB2AWQ On 11/24/2018 10:39 AM, Michael Tortorella wrote: > Folks, is there a Kenwood reflector I can read? I have a TM241 question. > > Thanks and 73 > > Mike W2IY > >

Re: [Spark Shell on AWS K8s Cluster]: Is there more documentation regarding how to run spark-shell on k8s cluster?

2018-11-15 Thread Holden Karau
If folks are interested, while it's not on Amazon, I've got a live stream of getting client mode with Jupyternotebook to work on GCP/GKE : https://www.youtube.com/watch?v=eMj0Pv1-Nfo&index=3&list=PLRLebp9QyZtZflexn4Yf9xsocrR_aSryx On Wed, Oct 31, 2018 at 5:55 PM Zhang, Yuqi wrote: > Hi Li, > > >

Re: [pydotorg-www] Wiki Editing Permissions

2018-11-04 Thread Steve Holden
Hi Dave, I don't see any correspondence, but I observe you have already been added to the editors list. S Steve Holden On Sun, Nov 4, 2018 at 11:07 AM, David Beazley wrote: > Can I get editing permissions back for DavidBeazley? I'd like to edit > some of my entries for Pyt

Re: Is there any Spark source in Java

2018-11-03 Thread Holden Karau
Parts of it are indeed written in Java. You probably want to reach out to the developers list to talk about changing Spark. On Sat, Nov 3, 2018, 11:42 AM Soheil Pourbafrani Hi, I want to customize some part of Spark. I was wondering if there any > Spark source is written in Java language, or all

Re: [pydotorg-www] Adding a Python Training

2018-11-02 Thread Steve Holden
Hi there, thanks for your inquiry. The reason that page is on a Wiki is to make it user-editable. If you register (on the Wiki) an account, we can add you to the editors' list so you can add the necessary content yourself. regards Steve Steve Holden On Fri, Nov 2, 2018 at 7:22 AM, Dö

Re: [pydotorg-www] Intro

2018-10-31 Thread Steve Holden
Hi Etesh, Many thanks for your interest in helping to keep the Wiki up to date. You should be good to go! regards Steve Steve Holden On Wed, Oct 31, 2018 at 8:06 PM, Ehtesh Choudhury wrote: > Hi, > > Just following the instructions on the Python Wiki Frontpage > <https://

Re: [pydotorg-www] Add AlexG to Editors !

2018-10-31 Thread Steve Holden
Hi Alex, We'll be more than happy to add you if you'd just let us have your Wiki username. regards Steve Steve Holden On Wed, Oct 31, 2018 at 5:16 PM, Alex Garel wrote: > Hello, > > I wanted to add the Mu editor to the page > https://wiki.python.org/moin/PythonDeb

Re: [sqlite] curious discovery about geopoly module

2018-10-31 Thread Graham Holden
> There are, of course, multiple apps on my system that use sqlite3.dll - > including the Bricscad app that I am running my vba code from.Speculating > somewhat: Have you tried updating the copy Briscad is using? If one version > is already in memory, you _may_ have problems persuading Windows

Re: [pydotorg-www] [Webmaster] 504 when creating account on Wiki

2018-10-30 Thread Steve Holden
Anyone on pydotorg-www able to respond to this, please? regards Steve Steve Holden On Tue, Oct 30, 2018 at 5:15 PM, Alex Garel wrote: > Hi, > > I would like to create an account on https://wiki.python.org > > I've tried to authenticate using OpenID (launchpad) and also c

Re: New Edit button on beam.apache.org pages

2018-10-29 Thread Holden Karau
So awesome :) On Mon, Oct 29, 2018, 7:50 AM Etienne Chauchot Cool ! > Thanks > Etienne > Le mercredi 24 octobre 2018 à 14:24 -0700, Alan Myrvold a écrit : > > To make small documentation changes easier, there is now an Edit button at > the top right of the pages on https://beam.apache.org. This b

Re: Helper methods for PySpark discussion

2018-10-26 Thread Holden Karau
g on and suggests the explicit operation that would do the most >> equivalent thing. And perhaps raise a warning (using the warnings module) >> for things that might be unintuitively expensive. >> On Fri, Oct 26, 2018 at 12:15 Holden Karau wrote: >> >>> Coming out of https:

Re: [Python-Dev] Python Language Governance Proposals

2018-10-26 Thread Steve Holden
PSF to manage such activity. Following the debate with interest, but mostly lurking due to my usual absence of skin in the game. Bonne chance! regards Steve Steve Holden On Fri, Oct 26, 2018 at 6:17 PM, Brett Cannon wrote: > > > On Tue, 23 Oct 2018 at 13:20, Jeroen Demeyer wrote:

spark git commit: [SPARK-25255][PYTHON] Add getActiveSession to SparkSession in PySpark

2018-10-26 Thread holden
ses #22295 from huaxingao/spark25255. Authored-by: Huaxin Gao Signed-off-by: Holden Karau Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d367bdcf Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d367bdcf Diff: http://git-

Helper methods for PySpark discussion

2018-10-26 Thread Holden Karau
Coming out of https://github.com/apache/spark/pull/21654 it was agreed the helper methods in question made sense but there was some desire for a plan as to which helper methods we should use. I'd like to purpose a light weight solution to start with for helper methods that match either Pandas or g

Re: [pydotorg-www] Contributing to wiki.python.org

2018-10-22 Thread Steve Holden
Hi Trey, Many thanks for your interest in the Wiki. It's always great when we have new volunteers to help with it! I've added you to the editors group, so you should be good to go. regards Steve Steve Holden On Mon, Oct 22, 2018 at 8:03 PM, Trey Huffine wrote: > Hi, > >

Re: [Python-Dev] Some PRs to merge?

2018-10-20 Thread Steve Holden
This is terrific work. We all know that the best way to encourage contributors is to use their usable contributions. Thank you very much, Stephane and Victor (again)! Steve Holden On Sat, Oct 20, 2018 at 10:32 AM, Stephane Wirtel wrote: > On 10/20, Victor Stinner wrote: > >> Le

Re: [pydotorg-www] Join Editors Group

2018-10-17 Thread Steve Holden
Hi David, Thanks very much for your interest. We appreciate the time volunteers spend to keep our Wiki up to date, You are now and editor. Go to it! regards Steve Steve Holden On Wed, Oct 17, 2018 at 3:16 PM, David Feldman wrote: > Hi. I would like to join the Editors group with

Re: [pydotorg-www] Python Wiki Editor Access

2018-10-16 Thread Steve Holden
Thanks, Kumar, I've added you to the editors group, so you should be good to go. regards Steve Steve Holden On Tue, Oct 16, 2018 at 11:45 AM, Kumar Anirudha via pydotorg-www < pydotorg-www@python.org> wrote: > Hi Editor Admin Group, > > I'd like access to edit pytho

Re: [VOTE] SPARK 2.4.0 (RC3)

2018-10-13 Thread Holden Karau
So if it's a blocker would you think this should be a -1? On Fri, Oct 12, 2018 at 3:52 PM Dongjoon Hyun wrote: > Hi, Holden. > > Since that's a performance at 2.4.0, I marked as `Blocker` four days ago. > > Bests, > Dongjoon. > > > On Fri, Oct 12, 2

Re: [VOTE] SPARK 2.4.0 (RC3)

2018-10-12 Thread Holden Karau
Following up I just wanted to make sure this new blocker that Dongjoon designated is surfaced - https://jira.apache.org/jira/browse/SPARK-25579?filter=12340409&jql=affectedVersion%20%3D%202.4.0%20AND%20cf%5B12310320%5D%20is%20EMPTY%20AND%20project%20%3D%20spark%20AND%20(status%20%3D%20%22In%20Progr

Code review and Coding livestreams today

2018-10-12 Thread Holden Karau
I’ll be doing my regular weekly code review at 10am Pacific today - https://youtu.be/IlH-EGiWXK8 with a look at the current RC, and in the afternoon at 3pm Pacific I’ll be doing some live coding around WIP graceful decommissioning PR - https://youtu.be/4FKuYk2sbQ8 -- Twitter: https://twitter.com/h

Code review and Coding livestreams today

2018-10-12 Thread Holden Karau
I’ll be doing my regular weekly code review at 10am Pacific today - https://youtu.be/IlH-EGiWXK8 with a look at the current RC, and in the afternoon at 3pm Pacific I’ll be doing some live coding around WIP graceful decommissioning PR - https://youtu.be/4FKuYk2sbQ8 -- Twitter: https://twitter.com/h

Re: "setup.py test" is being naughty

2018-10-03 Thread Holden Karau
I think (in the short term) discontinuing local testing and telling folks to use the docker based approach makes more sense (many of the tests have a complex set of dependencies that don't make sense to try and test locally). What do other folks think? On Wed, Oct 3, 2018 at 4:45 AM EKC (Erik Cede

Re: "setup.py test" is being naughty

2018-10-03 Thread Holden Karau
That's a really good point. The docs suggest running in docker but we don't warn people about the downsides of running the tests outside of docker and we should probably at least warn folks if it looks like they are running on bare metal. On Wed, Oct 3, 2018 at 3:01 AM EKC (Erik Cederstrand) wrot

Re: [VOTE] SPARK 2.4.0 (RC2)

2018-10-01 Thread Holden Karau
Oh that does look like an important correctness issue. -1 On Mon, Oct 1, 2018, 9:57 AM Marco Gaido wrote: > -1, I was able to reproduce SPARK-25538 with the provided data. > > Il giorno lun 1 ott 2018 alle ore 09:11 Ted Yu ha > scritto: > >> +1 >> >> Original message >> From:

[Boatanchors] Fall 2018 Classic Exchange phone

2018-09-29 Thread howard holden
Sorry I didn’t get this out sooner, but life gets in the way sometimes….. The Fall 2018 Classic Exchange Phone "CX" will take place on Sunday Sep 30 1300Z to Oct 1 0700Z And Tuesday Oct 2 1300Z to Oct 3 0700Z The CX is a no-pressure contest celebrating the older commercial and Home Brew equipmen

Jira issue updating adventures & dashboard (aka holdensmagicalunicorn)

2018-09-28 Thread Holden Karau
So I _think_ I figured out why my latest attempt at updating JIRA issues went off-the-rails, right now general user account don't have permission to start progress on issues which they did not create in the airflow project even if they are assigned to them. For now the dashboard is up in a read-on

[SDRuby] Re: When to add Heroku web dynos

2018-09-27 Thread Nick Holden
Hi Chris, A former coworker of mine is an expert on Heroku performance and scaling, and he's happy to hop on free consulting calls with anybody willing to give his Rails Autoscale a try. I'd recommend reac

[pydotorg-www] Fwd: [Webmaster] xss and open redirect in svn.python.org

2018-09-27 Thread Steve Holden
We've been notified of these issues from svn.python.org - don't know whether any action is required. regards Steve Holden -- Forwarded message - From: Stefan Jansson Date: Thu, Sep 27, 2018 at 5:01 PM Subject: Re: [Webmaster] xss and open redirect in svn.python.org

Re: [Python-Dev] Questions about signal handling.

2018-09-27 Thread Steve Holden
I'm afraid Kristjan left CCP some time ago, and may not subscribe to this list any more. Steve Holden On Tue, Sep 25, 2018 at 4:23 PM Antoine Pitrou wrote: > On Tue, 25 Sep 2018 09:09:26 -0600 > Eric Snow wrote: > > On Tue, Sep 25, 2018 at 1:45 AM Victor Stinner > wrote

[jira] [Assigned] (AIRFLOW-3046) ECS Operator mistakenly reports success when task is killed due to EC2 host termination

2018-09-25 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3046: --- Assignee: Holden Karau's magical unic

[jira] [Assigned] (AIRFLOW-3046) ECS Operator mistakenly reports success when task is killed due to EC2 host termination

2018-09-25 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3046: --- Assignee: (was: Holden Karau's magic

Re: [jira] [Assigned] (AIRFLOW-3099) Errors raised when some blocs are missing in airflow.cfg

2018-09-23 Thread Holden Karau
Thanks for the link and sorry for the spam.. For some reason it went into a loop on that. I've turned off updating JIRA issues progress so the dashboard will just be a read-only service and not do any of the updating. On Sun, Sep 23, 2018 at 1:11 AM Deng Xiaodong wrote: > Hi Holden, >

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Holden Karau's magical uni

[jira] [Assigned] (AIRFLOW-3104) .airflowignore feature is not mentioned at all in documentation

2018-09-23 Thread Holden Karau's magical unicorn (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holden Karau's magical unicorn reassigned AIRFLOW-3104: --- Assignee: Xiaodong DENG (was: Holden Ka

<    10   11   12   13   14   15   16   17   18   19   >