Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
573 lines (433 loc) · 16.1 KB

20882.md

File metadata and controls

573 lines (433 loc) · 16.1 KB

Issue 20882: py3 divisions

archive/issues_020645.json:

{
    "assignees": [],
    "body": "<div id=\"comment:0\"></div>\n\nmore conversions to python3 division\n\nas a small step to py3 compatibility\n\nCC:  @tscrim @jm58660 @jdemeyer\n\nComponent: **python3**\n\nKeywords: **divison**\n\nAuthor: **Fr\u00e9d\u00e9ric Chapoton**\n\nBranch: **[`da78958`](https://github.com/sagemath/sagetrac-mirror/commit/da78958324430a2d943d6e5bf816269b98ee2f05)**\n\nReviewer: **Matthias Koeppe**\n\n_Issue created by migration from https://trac.sagemath.org/ticket/20882_\n\n",
    "closed_at": "2016-06-28T14:26:37Z",
    "created_at": "2016-06-26T09:59:29Z",
    "labels": [
        "https://github.com/sagemath/sage/labels/c%3A%20python3",
        "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
        "https://github.com/sagemath/sage/labels/enhancement"
    ],
    "milestone": "https://github.com/sagemath/sage/milestones/sage-7.3",
    "reactions": [],
    "repository": "https://github.com/sagemath/sage",
    "title": "py3 divisions",
    "type": "issue",
    "updated_at": "2018-02-23T13:34:36Z",
    "url": "https://github.com/sagemath/sage/issues/20882",
    "user": "https://github.com/fchapoton"
}

more conversions to python3 division

as a small step to py3 compatibility

CC: @tscrim @jm58660 @jdemeyer

Component: python3

Keywords: divison

Author: Frédéric Chapoton

Branch: da78958

Reviewer: Matthias Koeppe

Issue created by migration from https://trac.sagemath.org/ticket/20882


archive/issue_events_291205.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T09:59:29Z",
    "event": "milestoned",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291205"
}

archive/issue_events_291206.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T09:59:29Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/c%3A%20python3",
    "label_color": "0000b0",
    "label_name": "c: python3",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291206"
}

archive/issue_events_291207.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T09:59:29Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
    "label_color": "ffbb00",
    "label_name": "p: major / 3",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291207"
}

archive/issue_events_291208.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T09:59:29Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/enhancement",
    "label_color": "696969",
    "label_name": "enhancement",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291208"
}

archive/issue_events_291209.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T10:00:07Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291209"
}

archive/issue_comments_302739.json:

{
    "body": "<div id=\"comment:1\"></div>\n\nNew commits:\n<table><tr><td><a href=\"https://github.com/sagemath/sagetrac-mirror/commit/a67ca68152d586af35799c700d17b2d06721db94\"><code>a67ca68</code></a></td><td><code>more python3 divisions</code></td></tr></table>\n",
    "created_at": "2016-06-26T10:00:07Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302739",
    "user": "https://github.com/fchapoton"
}

New commits:

a67ca68more python3 divisions

archive/issue_comments_302740.json:

{
    "body": "Commit: **[`a67ca68`](https://github.com/sagemath/sagetrac-mirror/commit/a67ca68152d586af35799c700d17b2d06721db94)**",
    "created_at": "2016-06-26T10:00:07Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302740",
    "user": "https://github.com/fchapoton"
}

Commit: a67ca68


archive/issue_comments_302741.json:

{
    "body": "Branch: **[public/20882](https://github.com/sagemath/sagetrac-mirror/tree/public/20882)**",
    "created_at": "2016-06-26T10:00:07Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302741",
    "user": "https://github.com/fchapoton"
}

Branch: public/20882


archive/issue_comments_302742.json:

{
    "body": "<div id=\"comment:2\" align=\"right\">comment:2</div>\n\nbot is green, needs review.",
    "created_at": "2016-06-26T14:52:09Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302742",
    "user": "https://github.com/fchapoton"
}
comment:2

bot is green, needs review.


archive/issue_comments_302743.json:

{
    "body": "<div id=\"comment:3\" align=\"right\">comment:3</div>\n\nFor the doctests, please use\n\n```\n# optional - python2\n```\nwhich is standard syntax for the Sage doctester.",
    "created_at": "2016-06-26T15:17:47Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302743",
    "user": "https://github.com/jdemeyer"
}
comment:3

For the doctests, please use

# optional - python2

which is standard syntax for the Sage doctester.


archive/issue_events_291210.json:

{
    "actor": "https://github.com/jdemeyer",
    "created_at": "2016-06-26T15:17:47Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291210"
}

archive/issue_events_291211.json:

{
    "actor": "https://github.com/jdemeyer",
    "created_at": "2016-06-26T15:17:47Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20work",
    "label_color": "ffff00",
    "label_name": "needs work",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291211"
}

archive/issue_comments_302744.json:

{
    "body": "<div id=\"comment:4\" align=\"right\">comment:4</div>\n\nHello,\n\nWhat is the exact meaning of \"optional - python2\" ?\n\nWhere is it documented ?",
    "created_at": "2016-06-26T15:20:55Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302744",
    "user": "https://github.com/fchapoton"
}
comment:4

Hello,

What is the exact meaning of "optional - python2" ?

Where is it documented ?


archive/issue_comments_302745.json:

{
    "body": "Changed commit from **[`a67ca68`](https://github.com/sagemath/sagetrac-mirror/commit/a67ca68152d586af35799c700d17b2d06721db94)** to **[`da78958`](https://github.com/sagemath/sagetrac-mirror/commit/da78958324430a2d943d6e5bf816269b98ee2f05)**",
    "created_at": "2016-06-26T16:18:42Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302745",
    "user": "https://github.com/sagetrac-git"
}

Changed commit from a67ca68 to da78958


archive/issue_comments_302746.json:

{
    "body": "<div id=\"comment:5\"></div>\n\nBranch pushed to git repo; I updated commit sha1. New commits:\n<table><tr><td><a href=\"https://github.com/sagemath/sagetrac-mirror/commit/da78958324430a2d943d6e5bf816269b98ee2f05\"><code>da78958</code></a></td><td><code>using optional python2 where appropriate</code></td></tr></table>\n",
    "created_at": "2016-06-26T16:18:42Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302746",
    "user": "https://github.com/sagetrac-git"
}

Branch pushed to git repo; I updated commit sha1. New commits:

da78958using optional python2 where appropriate

archive/issue_events_291212.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T16:20:00Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20work",
    "label_color": "ffff00",
    "label_name": "needs work",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291212"
}

archive/issue_events_291213.json:

{
    "actor": "https://github.com/fchapoton",
    "created_at": "2016-06-26T16:20:00Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291213"
}

archive/issue_comments_302747.json:

{
    "body": "<div id=\"comment:6\" align=\"right\">comment:6</div>\n\ndone",
    "created_at": "2016-06-26T16:20:00Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302747",
    "user": "https://github.com/fchapoton"
}
comment:6

done


archive/issue_events_291214.json:

{
    "actor": "https://github.com/mkoeppe",
    "created_at": "2016-06-27T05:11:05Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291214"
}

archive/issue_events_291215.json:

{
    "actor": "https://github.com/mkoeppe",
    "created_at": "2016-06-27T05:11:05Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291215"
}

archive/issue_comments_302748.json:

{
    "body": "Reviewer: **Matthias Koeppe**",
    "created_at": "2016-06-27T05:11:37Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302748",
    "user": "https://github.com/mkoeppe"
}

Reviewer: Matthias Koeppe


archive/issue_comments_302749.json:

{
    "body": "Changed branch from **[public/20882](https://github.com/sagemath/sagetrac-mirror/tree/public/20882)** to **[`da78958`](https://github.com/sagemath/sagetrac-mirror/commit/da78958324430a2d943d6e5bf816269b98ee2f05)**",
    "created_at": "2016-06-28T14:26:37Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302749",
    "user": "https://github.com/vbraun"
}

Changed branch from public/20882 to da78958


archive/issue_events_291216.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-06-28T14:26:37Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291216"
}

archive/issue_events_291217.json:

{
    "actor": "https://github.com/vbraun",
    "commit_id": "173f395b71f4618ee3a0089eafa80cfeb424e2eb",
    "commit_repository": "https://github.com/sagemath/sage",
    "created_at": "2016-06-28T14:26:37Z",
    "event": "closed",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20882#event-291217"
}

archive/issue_comments_302750.json:

{
    "body": "Changed keywords from none to **divison**",
    "created_at": "2018-02-23T13:34:36Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302750",
    "user": "https://github.com/embray"
}

Changed keywords from none to divison


archive/issue_comments_302751.json:

{
    "body": "Changed commit from **[`da78958`](https://github.com/sagemath/sagetrac-mirror/commit/da78958324430a2d943d6e5bf816269b98ee2f05)** to none",
    "created_at": "2018-02-23T13:34:36Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20882",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20882#issuecomment-302751",
    "user": "https://github.com/embray"
}

Changed commit from da78958 to none