issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"python",
"cpython"
] | BPO | [683515](https://bugs.python.org/issue683515)
--- | :---
Nosy | @malemburg, @gvanrossum
Files | <li>[unicode_eval.patch2](https://bugs.python.org/file5012/unicode_eval.patch2 "Uploaded as application/octet-stream at 2003-02-09.20:56:32 by jvr"): unicode support for compile, eval and exec</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-10.09:25:57.000>
created_at = <Date 2003-02-09.19:01:53.000>
labels = ['interpreter-core']
title = 'Add unicode support to compile(), eval() and exec'
updated_at = <Date 2003-02-10.09:25:57.000>
user = 'https://bugs.python.org/jvr'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.09:25:57.000>
actor = 'lemburg'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-09.19:01:53.000>
creator = 'jvr'
dependencies = []
files = ['5012']
hgrepos = []
issue_num = 683515
keywords = ['patch']
message_count = 6.0
messages = ['42741', '42742', '42743', '42744', '42745', '42746']
nosy_count = 4.0
nosy_names = ['lemburg', 'gvanrossum', 'nnorwitz', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683515'
versions = ['Python 2.3']
```
</p></details>
| Add unicode support to compile(), eval() and exec | https://api.github.com/repos/python/cpython/issues/37948/comments | 6 | 2003-02-09T19:01:53Z | 2022-04-09T22:35:19Z | https://github.com/python/cpython/issues/37948 | 1,198,792,029 | 37,948 |
[
"python",
"cpython"
] | BPO | [683486](https://bugs.python.org/issue683486)
--- | :---
Nosy | @loewis, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-06-28.08:12:48.000>
created_at = <Date 2003-02-09.17:50:28.000>
labels = ['docs']
title = 'Tutorial: info on Source Code Encoding is missing'
updated_at = <Date 2003-06-28.08:12:48.000>
user = 'https://bugs.python.org/rnd0110'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-28.08:12:48.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-09.17:50:28.000>
creator = 'rnd0110'
dependencies = []
files = []
hgrepos = []
issue_num = 683486
keywords = []
message_count = 3.0
messages = ['14537', '14538', '14539']
nosy_count = 3.0
nosy_names = ['loewis', 'rhettinger', 'rnd0110']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683486'
versions = ['Python 2.3']
```
</p></details>
| Tutorial: info on Source Code Encoding is missing | https://api.github.com/repos/python/cpython/issues/37947/comments | 3 | 2003-02-09T17:50:28Z | 2022-04-09T22:35:18Z | https://github.com/python/cpython/issues/37947 | 1,198,792,021 | 37,947 |
[
"python",
"cpython"
] | BPO | [683467](https://bugs.python.org/issue683467)
--- | :---
Nosy | @gvanrossum
Files | <li>[int.diff](https://bugs.python.org/file786/int.diff "Uploaded as text/plain at 2003-02-09.17:49:11 by nnorwitz"): patch intobject.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-10.02:22:19.000>
created_at = <Date 2003-02-09.16:59:02.000>
labels = ['interpreter-core']
title = "'int' ability to generate longs not inherited"
updated_at = <Date 2003-02-10.02:22:19.000>
user = 'https://bugs.python.org/gerrit'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.02:22:19.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-09.16:59:02.000>
creator = 'gerrit'
dependencies = []
files = ['786']
hgrepos = []
issue_num = 683467
keywords = []
message_count = 7.0
messages = ['14530', '14531', '14532', '14533', '14534', '14535', '14536']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nnorwitz', 'gerrit']
pr_nums = []
priority = 'high'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683467'
versions = ['Python 2.3']
```
</p></details>
| 'int' ability to generate longs not inherited | https://api.github.com/repos/python/cpython/issues/37946/comments | 7 | 2003-02-09T16:59:02Z | 2022-04-09T22:35:17Z | https://github.com/python/cpython/issues/37946 | 1,198,792,016 | 37,946 |
[
"python",
"cpython"
] | BPO | [683416](https://bugs.python.org/issue683416)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-18.00:51:26.000>
created_at = <Date 2003-02-09.14:52:29.000>
labels = ['docs']
title = 'Whats new: Obligatory source code encodings if not ASCII'
updated_at = <Date 2003-02-18.00:51:26.000>
user = 'https://bugs.python.org/rnd0110'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-18.00:51:26.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-09.14:52:29.000>
creator = 'rnd0110'
dependencies = []
files = []
hgrepos = []
issue_num = 683416
keywords = []
message_count = 2.0
messages = ['14528', '14529']
nosy_count = 2.0
nosy_names = ['akuchling', 'rnd0110']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683416'
versions = ['Python 2.3']
```
</p></details>
| Whats new: Obligatory source code encodings if not ASCII | https://api.github.com/repos/python/cpython/issues/37945/comments | 2 | 2003-02-09T14:52:29Z | 2022-04-09T22:35:16Z | https://github.com/python/cpython/issues/37945 | 1,198,792,010 | 37,945 |
[
"python",
"cpython"
] | BPO | [683376](https://bugs.python.org/issue683376)
--- | :---
Files | <li>[NotImplementedType.diff](https://bugs.python.org/file5011/NotImplementedType.diff "Uploaded as text/plain at 2003-02-09.13:09:47 by gerrit"): 'cvs diff -c' result</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-10.19:46:20.000>
created_at = <Date 2003-02-09.13:07:07.000>
labels = ['library']
title = 'Adding NotImplementedType to types.py'
updated_at = <Date 2003-02-10.19:46:20.000>
user = 'https://bugs.python.org/gerrit'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.19:46:20.000>
actor = 'jvr'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-09.13:07:07.000>
creator = 'gerrit'
dependencies = []
files = ['5011']
hgrepos = []
issue_num = 683376
keywords = ['patch']
message_count = 3.0
messages = ['42738', '42739', '42740']
nosy_count = 2.0
nosy_names = ['jvr', 'gerrit']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683376'
versions = ['Python 2.3']
```
</p></details>
| Adding NotImplementedType to types.py | https://api.github.com/repos/python/cpython/issues/37944/comments | 3 | 2003-02-09T13:07:07Z | 2022-04-09T22:35:14Z | https://github.com/python/cpython/issues/37944 | 1,198,792,007 | 37,944 |
[
"python",
"cpython"
] | BPO | [683257](https://bugs.python.org/issue683257)
--- | :---
Nosy | @gvanrossum
Files | <li>[python2.2.2-import.patch](https://bugs.python.org/file5009/python2.2.2-import.patch "Uploaded as text/plain at 2003-02-09.04:27:17 by jdhildeb"): patch against 2.2.2</li><li>[python2.3-2.2.99-import.patch](https://bugs.python.org/file5010/python2.3-2.2.99-import.patch "Uploaded as text/plain at 2003-02-09.04:28:45 by jdhildeb"): patch against 2.3-2.2.99</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-02-13.17:11:47.000>
created_at = <Date 2003-02-09.04:22:26.000>
labels = ['interpreter-core']
title = 'Patch for bug 580952: import lock should be exposed'
updated_at = <Date 2003-02-13.17:11:47.000>
user = 'https://bugs.python.org/jdhildeb'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-13.17:11:47.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-09.04:22:26.000>
creator = 'jdhildeb'
dependencies = []
files = ['5009', '5010']
hgrepos = []
issue_num = 683257
keywords = ['patch']
message_count = 4.0
messages = ['42734', '42735', '42736', '42737']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'jdhildeb']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683257'
versions = ['Python 2.3']
```
</p></details>
| Patch for bug 580952: import lock should be exposed | https://api.github.com/repos/python/cpython/issues/37943/comments | 4 | 2003-02-09T04:22:26Z | 2022-04-09T22:35:14Z | https://github.com/python/cpython/issues/37943 | 1,198,792,005 | 37,943 |
[
"python",
"cpython"
] | BPO | [683187](https://bugs.python.org/issue683187)
--- | :---
Nosy | @jackjansen
Files | <li>[file.diff](https://bugs.python.org/file5008/file.diff "Uploaded as text/plain at 2003-02-09.00:48:40 by nnorwitz")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-09.01:19:17.000>
created_at = <Date 2003-02-09.00:48:08.000>
labels = ['interpreter-core']
title = 'universal newline problems on error'
updated_at = <Date 2003-02-09.01:19:17.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-09.01:19:17.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-09.00:48:08.000>
creator = 'nnorwitz'
dependencies = []
files = ['5008']
hgrepos = []
issue_num = 683187
keywords = ['patch']
message_count = 3.0
messages = ['42731', '42732', '42733']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683187'
versions = ['Python 2.3']
```
</p></details>
| universal newline problems on error | https://api.github.com/repos/python/cpython/issues/37942/comments | 3 | 2003-02-09T00:48:08Z | 2022-04-09T22:35:12Z | https://github.com/python/cpython/issues/37942 | 1,198,791,998 | 37,942 |
[
"python",
"cpython"
] | BPO | [683160](https://bugs.python.org/issue683160)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-02-09.03:20:11.000>
created_at = <Date 2003-02-08.23:50:22.000>
labels = ['OS-windows']
title = 'Reading while writing-only permissions'
updated_at = <Date 2003-02-09.03:20:11.000>
user = 'https://bugs.python.org/quevedo'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-09.03:20:11.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2003-02-08.23:50:22.000>
creator = 'quevedo'
dependencies = []
files = []
hgrepos = []
issue_num = 683160
keywords = []
message_count = 5.0
messages = ['14523', '14524', '14525', '14526', '14527']
nosy_count = 3.0
nosy_names = ['tim.peters', 'nnorwitz', 'quevedo']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683160'
versions = []
```
</p></details>
| Reading while writing-only permissions | https://api.github.com/repos/python/cpython/issues/37941/comments | 5 | 2003-02-08T23:50:22Z | 2022-04-09T22:35:12Z | https://github.com/python/cpython/issues/37941 | 1,198,791,992 | 37,941 |
[
"python",
"cpython"
] | BPO | [683074](https://bugs.python.org/issue683074)
--- | :---
Nosy | @tim-one, @rhettinger
Files | <li>[dis.diff](https://bugs.python.org/file5007/dis.diff "Uploaded as text/plain at 2003-02-08.20:23:23 by logistix")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-05-22.17:53:54.000>
created_at = <Date 2003-02-08.20:22:51.000>
labels = ['library']
title = 'Optional output streams for dis'
updated_at = <Date 2003-05-22.17:53:54.000>
user = 'https://bugs.python.org/logistix'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-22.17:53:54.000>
actor = 'logistix'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-08.20:22:51.000>
creator = 'logistix'
dependencies = []
files = ['5007']
hgrepos = []
issue_num = 683074
keywords = ['patch']
message_count = 6.0
messages = ['42725', '42726', '42727', '42728', '42729', '42730']
nosy_count = 3.0
nosy_names = ['tim.peters', 'rhettinger', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683074'
versions = []
```
</p></details>
| Optional output streams for dis | https://api.github.com/repos/python/cpython/issues/37940/comments | 6 | 2003-02-08T20:22:51Z | 2022-04-09T22:35:11Z | https://github.com/python/cpython/issues/37940 | 1,198,791,988 | 37,940 |
[
"python",
"cpython"
] | BPO | [683061](https://bugs.python.org/issue683061)
--- | :---
Nosy | @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-11-27.23:15:00.000>
created_at = <Date 2003-02-08.19:52:33.000>
labels = ['library']
title = 'gzip module cannot write large files'
updated_at = <Date 2004-11-27.23:15:00.000>
user = 'https://bugs.python.org/bescoto'
```
bugs.python.org fields:
```python
activity = <Date 2004-11-27.23:15:00.000>
actor = 'jlgijsbers'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-08.19:52:33.000>
creator = 'bescoto'
dependencies = []
files = []
hgrepos = []
issue_num = 683061
keywords = []
message_count = 8.0
messages = ['14515', '14516', '14517', '14518', '14519', '14520', '14521', '14522']
nosy_count = 6.0
nosy_names = ['brett.cannon', 'bescoto', 'jlgijsbers', 'staschuk', 'midramas', 'eichin']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue683061'
versions = []
```
</p></details>
| gzip module cannot write large files | https://api.github.com/repos/python/cpython/issues/37939/comments | 8 | 2003-02-08T19:52:33Z | 2022-04-09T22:35:09Z | https://github.com/python/cpython/issues/37939 | 1,198,791,984 | 37,939 |
[
"python",
"cpython"
] | BPO | [682906](https://bugs.python.org/issue682906)
--- | :---
Nosy | @doerwalter
Files | <li>[l.py](https://bugs.python.org/file785/l.py "Uploaded as text/plain at 2003-02-08.15:55:47 by nnorwitz"): modified test</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-08.16:13:40.000>
created_at = <Date 2003-02-08.14:43:59.000>
labels = ['invalid']
title = 'refcount leak in list +='
updated_at = <Date 2003-02-08.16:13:40.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-08.16:13:40.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-02-08.14:43:59.000>
creator = 'doerwalter'
dependencies = []
files = ['785']
hgrepos = []
issue_num = 682906
keywords = []
message_count = 3.0
messages = ['14512', '14513', '14514']
nosy_count = 2.0
nosy_names = ['doerwalter', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682906'
versions = ['Python 2.3']
```
</p></details>
| refcount leak in list += | https://api.github.com/repos/python/cpython/issues/37938/comments | 3 | 2003-02-08T14:43:59Z | 2022-04-09T22:35:07Z | https://github.com/python/cpython/issues/37938 | 1,198,791,980 | 37,938 |
[
"python",
"cpython"
] | BPO | [682813](https://bugs.python.org/issue682813)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-09-20.15:54:32.000>
created_at = <Date 2003-02-08.10:23:12.000>
labels = ['library']
title = "dircache.listdir doesn't signal error"
updated_at = <Date 2003-09-20.15:54:32.000>
user = 'https://bugs.python.org/phr'
```
bugs.python.org fields:
```python
activity = <Date 2003-09-20.15:54:32.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-08.10:23:12.000>
creator = 'phr'
dependencies = []
files = []
hgrepos = []
issue_num = 682813
keywords = []
message_count = 3.0
messages = ['14509', '14510', '14511']
nosy_count = 3.0
nosy_names = ['loewis', 'phr', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682813'
versions = ['Python 2.2']
```
</p></details>
| dircache.listdir doesn't signal error | https://api.github.com/repos/python/cpython/issues/37937/comments | 3 | 2003-02-08T10:23:12Z | 2022-04-09T22:35:06Z | https://github.com/python/cpython/issues/37937 | 1,198,791,976 | 37,937 |
[
"python",
"cpython"
] | BPO | [682648](https://bugs.python.org/issue682648)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-07-10.13:30:21.000>
created_at = <Date 2003-02-08.00:05:44.000>
labels = ['library']
title = 'urllib2 HTTPDigestAuthHandler misnamed class attr'
updated_at = <Date 2003-07-10.13:30:21.000>
user = 'https://bugs.python.org/ssteiner'
```
bugs.python.org fields:
```python
activity = <Date 2003-07-10.13:30:21.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-08.00:05:44.000>
creator = 'ssteiner'
dependencies = []
files = []
hgrepos = []
issue_num = 682648
keywords = []
message_count = 4.0
messages = ['14505', '14506', '14507', '14508']
nosy_count = 3.0
nosy_names = ['jhylton', 'nnorwitz', 'ssteiner']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682648'
versions = ['Python 2.2']
```
</p></details>
| urllib2 HTTPDigestAuthHandler misnamed class attr | https://api.github.com/repos/python/cpython/issues/37936/comments | 4 | 2003-02-08T00:05:44Z | 2022-04-09T22:35:05Z | https://github.com/python/cpython/issues/37936 | 1,198,791,972 | 37,936 |
[
"python",
"cpython"
] | BPO | [682514](https://bugs.python.org/issue682514)
--- | :---
Files | <li>[mmapmodule.c.diff](https://bugs.python.org/file5006/mmapmodule.c.diff "Uploaded as text/plain at 2003-02-07.19:32:40 by rledwith"): The missing context diff showing the one line change.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-07.19:53:17.000>
created_at = <Date 2003-02-07.19:29:40.000>
labels = ['extension-modules']
title = 'mmapmodule.c write fix for LP64 executables'
updated_at = <Date 2003-02-07.19:53:17.000>
user = 'https://bugs.python.org/rledwith'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.19:53:17.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-02-07.19:29:40.000>
creator = 'rledwith'
dependencies = []
files = ['5006']
hgrepos = []
issue_num = 682514
keywords = ['patch']
message_count = 3.0
messages = ['42722', '42723', '42724']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'rledwith']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682514'
versions = ['Python 2.3']
```
</p></details>
| mmapmodule.c write fix for LP64 executables | https://api.github.com/repos/python/cpython/issues/37935/comments | 3 | 2003-02-07T19:29:40Z | 2022-04-09T22:35:04Z | https://github.com/python/cpython/issues/37935 | 1,198,791,968 | 37,935 |
[
"python",
"cpython"
] | BPO | [682504](https://bugs.python.org/issue682504)
--- | :---
Nosy | @warsaw, @zopyx
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2003-03-03.16:41:44.000>
created_at = <Date 2003-02-07.19:06:12.000>
labels = ['library']
title = 'email: preamble must be \\n terminated'
updated_at = <Date 2003-03-03.16:41:44.000>
user = 'https://github.com/zopyx'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-03.16:41:44.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-07.19:06:12.000>
creator = 'ajung'
dependencies = []
files = []
hgrepos = []
issue_num = 682504
keywords = []
message_count = 2.0
messages = ['14503', '14504']
nosy_count = 2.0
nosy_names = ['barry', 'ajung']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682504'
versions = ['Python 2.2']
```
</p></details>
| email: preamble must be \n terminated | https://api.github.com/repos/python/cpython/issues/37934/comments | 2 | 2003-02-07T19:06:12Z | 2022-04-09T22:35:04Z | https://github.com/python/cpython/issues/37934 | 1,198,791,963 | 37,934 |
[
"python",
"cpython"
] | BPO | [682432](https://bugs.python.org/issue682432)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-13.03:08:21.000>
created_at = <Date 2003-02-07.17:08:14.000>
labels = ['tests']
title = 'lookbehind tests'
updated_at = <Date 2003-02-13.03:08:21.000>
user = 'https://bugs.python.org/grubert'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-13.03:08:21.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2003-02-07.17:08:14.000>
creator = 'grubert'
dependencies = []
files = []
hgrepos = []
issue_num = 682432
keywords = ['patch']
message_count = 2.0
messages = ['42720', '42721']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'grubert']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682432'
versions = ['Python 2.3']
```
</p></details>
| lookbehind tests | https://api.github.com/repos/python/cpython/issues/37933/comments | 2 | 2003-02-07T17:08:14Z | 2022-04-09T22:35:02Z | https://github.com/python/cpython/issues/37933 | 1,198,791,958 | 37,933 |
[
"python",
"cpython"
] | BPO | [682420](https://bugs.python.org/issue682420)
--- | :---
Files | <li>[python-2.2.2-dict_pop.diff](https://bugs.python.org/file5005/python-2.2.2-dict_pop.diff "Uploaded as text/plain at 2003-02-07.16:53:00 by fufsource"): patch that adds method pop() to dictionary</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-07.17:08:14.000>
created_at = <Date 2003-02-07.16:51:45.000>
labels = ['invalid', 'library']
title = 'new dictionary method: pop()'
updated_at = <Date 2003-02-07.17:08:14.000>
user = 'https://bugs.python.org/fufsource'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.17:08:14.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-07.16:51:45.000>
creator = 'fufsource'
dependencies = []
files = ['5005']
hgrepos = []
issue_num = 682420
keywords = ['patch']
message_count = 2.0
messages = ['42718', '42719']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'fufsource']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682420'
versions = ['Python 2.2']
```
</p></details>
| new dictionary method: pop() | https://api.github.com/repos/python/cpython/issues/37932/comments | 2 | 2003-02-07T16:51:45Z | 2022-04-09T22:35:01Z | https://github.com/python/cpython/issues/37932 | 1,198,791,953 | 37,932 |
[
"python",
"cpython"
] | BPO | [682317](https://bugs.python.org/issue682317)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-25.13:09:34.000>
created_at = <Date 2003-02-07.13:46:46.000>
labels = ['OS-mac']
title = 'plistlib.py selftest fails'
updated_at = <Date 2003-02-25.13:09:34.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-25.13:09:34.000>
actor = 'jackjansen'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-02-07.13:46:46.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 682317
keywords = []
message_count = 5.0
messages = ['14498', '14499', '14500', '14501', '14502']
nosy_count = 2.0
nosy_names = ['jackjansen', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682317'
versions = []
```
</p></details>
| plistlib.py selftest fails | https://api.github.com/repos/python/cpython/issues/37931/comments | 5 | 2003-02-07T13:46:46Z | 2022-04-09T22:35:00Z | https://github.com/python/cpython/issues/37931 | 1,198,791,948 | 37,931 |
[
"python",
"cpython"
] | BPO | [682215](https://bugs.python.org/issue682215)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-03-03.13:30:05.000>
created_at = <Date 2003-02-07.09:35:21.000>
labels = ['OS-mac']
title = 'Carbon.CF.CFString should require ASCII'
updated_at = <Date 2003-03-03.13:30:05.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-03.13:30:05.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-02-07.09:35:21.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 682215
keywords = []
message_count = 3.0
messages = ['14495', '14496', '14497']
nosy_count = 2.0
nosy_names = ['jackjansen', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue682215'
versions = []
```
</p></details>
| Carbon.CF.CFString should require ASCII | https://api.github.com/repos/python/cpython/issues/37930/comments | 3 | 2003-02-07T09:35:21Z | 2022-04-09T22:34:59Z | https://github.com/python/cpython/issues/37930 | 1,198,791,945 | 37,930 |
[
"python",
"cpython"
] | BPO | [681960](https://bugs.python.org/issue681960)
--- | :---
Nosy | @malemburg, @ods
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2003-02-12.16:24:54.000>
created_at = <Date 2003-02-06.22:17:14.000>
labels = ['expert-unicode']
title = 'Source encoding rules are extreme.'
updated_at = <Date 2003-02-12.16:24:54.000>
user = 'https://bugs.python.org/kirillsimonov'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-12.16:24:54.000>
actor = 'ods'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2003-02-06.22:17:14.000>
creator = 'kirill_simonov'
dependencies = []
files = []
hgrepos = []
issue_num = 681960
keywords = []
message_count = 10.0
messages = ['14485', '14486', '14487', '14488', '14489', '14490', '14491', '14492', '14493', '14494']
nosy_count = 3.0
nosy_names = ['lemburg', 'kirill_simonov', 'ods']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681960'
versions = ['Python 2.3']
```
</p></details>
| Source encoding rules are extreme. | https://api.github.com/repos/python/cpython/issues/37929/comments | 10 | 2003-02-06T22:17:14Z | 2022-04-09T22:34:58Z | https://github.com/python/cpython/issues/37929 | 1,198,791,941 | 37,929 |
[
"python",
"cpython"
] | BPO | [681934](https://bugs.python.org/issue681934)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-07.08:48:27.000>
created_at = <Date 2003-02-06.21:22:45.000>
labels = ['OS-mac']
title = 'bundlebuilder/zipimport errors'
updated_at = <Date 2003-02-07.08:48:27.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.08:48:27.000>
actor = 'jvr'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-02-06.21:22:45.000>
creator = 'robind'
dependencies = []
files = []
hgrepos = []
issue_num = 681934
keywords = []
message_count = 4.0
messages = ['14481', '14482', '14483', '14484']
nosy_count = 2.0
nosy_names = ['robind', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681934'
versions = ['Python 2.3']
```
</p></details>
| bundlebuilder/zipimport errors | https://api.github.com/repos/python/cpython/issues/37928/comments | 4 | 2003-02-06T21:22:45Z | 2022-04-09T22:34:57Z | https://github.com/python/cpython/issues/37928 | 1,198,791,937 | 37,928 |
[
"python",
"cpython"
] | BPO | [681927](https://bugs.python.org/issue681927)
--- | :---
Files | <li>[bundlebuilder.patch](https://bugs.python.org/file5002/bundlebuilder.patch "Uploaded as text/plain at 2003-02-06.21:08:29 by robind")</li><li>[bundlebuilder.patch2](https://bugs.python.org/file5003/bundlebuilder.patch2 "Uploaded as application/octet-stream at 2003-02-06.23:22:04 by robind"): slimmer version</li><li>[bundlebuilder.patch3](https://bugs.python.org/file5004/bundlebuilder.patch3 "Uploaded as application/octet-stream at 2003-03-21.02:47:28 by robind"): update for current CVS</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-03-21.09:41:29.000>
created_at = <Date 2003-02-06.21:07:57.000>
labels = ['OS-mac']
title = 'bundlebuilder: Add dylibs, frameworks to the bundle'
updated_at = <Date 2003-03-21.09:41:29.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-21.09:41:29.000>
actor = 'jvr'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-02-06.21:07:57.000>
creator = 'robind'
dependencies = []
files = ['5002', '5003', '5004']
hgrepos = []
issue_num = 681927
keywords = ['patch']
message_count = 8.0
messages = ['42710', '42711', '42712', '42713', '42714', '42715', '42716', '42717']
nosy_count = 3.0
nosy_names = ['robind', 'jvr', 'kollivier']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681927'
versions = ['Python 2.3']
```
</p></details>
| bundlebuilder: Add dylibs, frameworks to the bundle | https://api.github.com/repos/python/cpython/issues/37927/comments | 8 | 2003-02-06T21:07:57Z | 2022-04-09T22:34:55Z | https://github.com/python/cpython/issues/37927 | 1,198,791,934 | 37,927 |
[
"python",
"cpython"
] | BPO | [681902](https://bugs.python.org/issue681902)
--- | :---
Nosy | @tim-one, @smontanaro
Files | <li>[short_test.py](https://bugs.python.org/file783/short_test.py "Uploaded as text/plain at 2003-02-06.20:28:22 by @smontanaro")</li><li>[val.out](https://bugs.python.org/file784/val.out "Uploaded as application/octet-stream at 2003-02-07.00:34:30 by nnorwitz"): valgrind output on crash</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-07.01:23:59.000>
created_at = <Date 2003-02-06.20:26:40.000>
labels = ['interpreter-core', 'invalid']
title = 'Negative refcount abort'
updated_at = <Date 2003-02-07.01:23:59.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.01:23:59.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-06.20:26:40.000>
creator = 'skip.montanaro'
dependencies = []
files = ['783', '784']
hgrepos = []
issue_num = 681902
keywords = []
message_count = 5.0
messages = ['14476', '14477', '14478', '14479', '14480']
nosy_count = 3.0
nosy_names = ['tim.peters', 'skip.montanaro', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681902'
versions = ['Python 2.3']
```
</p></details>
| Negative refcount abort | https://api.github.com/repos/python/cpython/issues/37926/comments | 5 | 2003-02-06T20:26:40Z | 2022-04-09T22:34:52Z | https://github.com/python/cpython/issues/37926 | 1,198,791,928 | 37,926 |
[
"python",
"cpython"
] | BPO | [681780](https://bugs.python.org/issue681780)
--- | :---
Nosy | @rhettinger
Files | <li>[commonprefix.diff](https://bugs.python.org/file4999/commonprefix.diff "Uploaded as text/plain at 2003-02-06.17:04:42 by tzot"): diff -u of ntpath, posixpath</li><li>[commonprefix2.diff](https://bugs.python.org/file5000/commonprefix2.diff "Uploaded as text/plain at 2003-02-06.18:02:08 by tzot"): diff -u</li><li>[commonprefix_nobuf.diff](https://bugs.python.org/file5001/commonprefix_nobuf.diff "Uploaded as text/plain at 2003-02-07.11:11:09 by tzot"): diff -u</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2004-08-15.23:48:09.000>
created_at = <Date 2003-02-06.17:03:54.000>
labels = ['library']
title = 'Faster commonprefix (OS independent)'
updated_at = <Date 2004-08-15.23:48:09.000>
user = 'https://bugs.python.org/tzot'
```
bugs.python.org fields:
```python
activity = <Date 2004-08-15.23:48:09.000>
actor = 'glchapman'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-06.17:03:54.000>
creator = 'tzot'
dependencies = []
files = ['4999', '5000', '5001']
hgrepos = []
issue_num = 681780
keywords = ['patch']
message_count = 8.0
messages = ['42702', '42703', '42704', '42705', '42706', '42707', '42708', '42709']
nosy_count = 5.0
nosy_names = ['nnorwitz', 'rhettinger', 'glchapman', 'tzot', 's_keim']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681780'
versions = ['Python 2.3']
```
</p></details>
| Faster commonprefix (OS independent) | https://api.github.com/repos/python/cpython/issues/37925/comments | 8 | 2003-02-06T17:03:54Z | 2022-04-09T22:34:52Z | https://github.com/python/cpython/issues/37925 | 1,198,791,927 | 37,925 |
[
"python",
"cpython"
] | BPO | [681533](https://bugs.python.org/issue681533)
--- | :---
Nosy | @tim-one, @jackjansen, @rhettinger, @cben
Files | <li>[string.py.patch](https://bugs.python.org/file8215/string.py.patch "Uploaded as text/plain at 2003-03-04.18:36:06 by jemfinch"): Patch to change string._idmap to string.ascii.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-06-28.06:29:03.000>
created_at = <Date 2003-02-06.08:14:19.000>
labels = ['type-feature', 'library']
title = 'Additional string stuff.'
updated_at = <Date 2003-06-28.06:29:03.000>
user = 'https://bugs.python.org/jemfinch'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-28.06:29:03.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-06.08:14:19.000>
creator = 'jemfinch'
dependencies = []
files = ['8215']
hgrepos = []
issue_num = 681533
keywords = []
message_count = 10.0
messages = ['53748', '53749', '53750', '53751', '53752', '53753', '53754', '53755', '53756', '53757']
nosy_count = 5.0
nosy_names = ['tim.peters', 'jackjansen', 'rhettinger', 'jemfinch', 'cben']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue681533'
versions = []
```
</p></details>
| Additional string stuff. | https://api.github.com/repos/python/cpython/issues/37924/comments | 10 | 2003-02-06T08:14:19Z | 2022-04-09T22:34:50Z | https://github.com/python/cpython/issues/37924 | 1,198,791,924 | 37,924 |
[
"python",
"cpython"
] | BPO | [681515](https://bugs.python.org/issue681515)
--- | :---
Nosy | @warsaw, @tiran
Files | <li>[smtpd.dash.diff](https://bugs.python.org/file4998/smtpd.dash.diff "Uploaded as text/plain at 2003-02-06.07:28:44 by ltjoelker"): diff old new</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2008-01-03.23:29:10.969>
created_at = <Date 2003-02-06.07:24:00.000>
labels = ['library']
title = 'smtpd.py move setuid, allow dashes'
updated_at = <Date 2008-01-03.23:29:10.967>
user = 'https://bugs.python.org/ltjoelker'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-03.23:29:10.967>
actor = 'christian.heimes'
assignee = 'barry'
closed = True
closed_date = <Date 2008-01-03.23:29:10.969>
closer = 'christian.heimes'
components = ['Library (Lib)']
creation = <Date 2003-02-06.07:24:00.000>
creator = 'ltjoelker'
dependencies = []
files = ['4998']
hgrepos = []
issue_num = 681515
keywords = ['patch']
message_count = 3.0
messages = ['42700', '42701', '59175']
nosy_count = 3.0
nosy_names = ['barry', 'christian.heimes', 'ltjoelker']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681515'
versions = ['Python 2.2']
```
</p></details>
| smtpd.py move setuid, allow dashes | https://api.github.com/repos/python/cpython/issues/37923/comments | 3 | 2003-02-06T07:24:00Z | 2022-04-09T22:34:50Z | https://github.com/python/cpython/issues/37923 | 1,198,791,920 | 37,923 |
[
"python",
"cpython"
] | BPO | [681504](https://bugs.python.org/issue681504)
--- | :---
Nosy | @akuchling
Files | <li>[config.py.diff](https://bugs.python.org/file4997/config.py.diff "Uploaded as text/plain at 2003-02-06.06:48:15 by mdehoon")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-18.06:12:47.000>
created_at = <Date 2003-02-06.06:46:55.000>
labels = ['library']
title = 'using gcc on cygwin for config'
updated_at = <Date 2003-02-18.06:12:47.000>
user = 'https://bugs.python.org/mdehoon'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-18.06:12:47.000>
actor = 'mdehoon'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2003-02-06.06:46:55.000>
creator = 'mdehoon'
dependencies = []
files = ['4997']
hgrepos = []
issue_num = 681504
keywords = ['patch']
message_count = 12.0
messages = ['42688', '42689', '42690', '42691', '42692', '42693', '42694', '42695', '42696', '42697', '42698', '42699']
nosy_count = 4.0
nosy_names = ['akuchling', 'nnorwitz', 'jlt63', 'mdehoon']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681504'
versions = ['Python 2.3']
```
</p></details>
| using gcc on cygwin for config | https://api.github.com/repos/python/cpython/issues/37922/comments | 12 | 2003-02-06T06:46:55Z | 2022-04-09T22:34:48Z | https://github.com/python/cpython/issues/37922 | 1,198,791,917 | 37,922 |
[
"python",
"cpython"
] | BPO | [681496](https://bugs.python.org/issue681496)
--- | :---
Nosy | @warsaw
Files | <li>[smtpd.dash.diff](https://bugs.python.org/file4996/smtpd.dash.diff "Uploaded as text/plain at 2003-02-06.06:28:44 by ltjoelker")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2003-02-06.15:22:21.000>
created_at = <Date 2003-02-06.06:23:55.000>
labels = ['invalid', 'library']
title = 'later setuid, accept dashes'
updated_at = <Date 2003-02-06.15:22:21.000>
user = 'https://bugs.python.org/ltjoelker'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-06.15:22:21.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-06.06:23:55.000>
creator = 'ltjoelker'
dependencies = []
files = ['4996']
hgrepos = []
issue_num = 681496
keywords = ['patch']
message_count = 2.0
messages = ['42686', '42687']
nosy_count = 2.0
nosy_names = ['barry', 'ltjoelker']
pr_nums = []
priority = 'low'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681496'
versions = ['Python 2.2']
```
</p></details>
| later setuid, accept dashes | https://api.github.com/repos/python/cpython/issues/37921/comments | 2 | 2003-02-06T06:23:55Z | 2022-04-09T22:34:47Z | https://github.com/python/cpython/issues/37921 | 1,198,791,915 | 37,921 |
[
"python",
"cpython"
] | BPO | [681461](https://bugs.python.org/issue681461)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-06.16:26:32.000>
created_at = <Date 2003-02-06.04:53:45.000>
labels = ['docs']
title = 'warning filter doc misleading'
updated_at = <Date 2003-02-06.16:26:32.000>
user = 'https://bugs.python.org/richard'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-06.16:26:32.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-06.04:53:45.000>
creator = 'richard'
dependencies = []
files = []
hgrepos = []
issue_num = 681461
keywords = []
message_count = 2.0
messages = ['14474', '14475']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'richard']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681461'
versions = ['Python 2.3']
```
</p></details>
| warning filter doc misleading | https://api.github.com/repos/python/cpython/issues/37920/comments | 2 | 2003-02-06T04:53:45Z | 2022-04-09T22:34:46Z | https://github.com/python/cpython/issues/37920 | 1,198,791,912 | 37,920 |
[
"python",
"cpython"
] | BPO | [681367](https://bugs.python.org/issue681367)
--- | :---
Nosy | @gvanrossum
Files | <li>[typeobject.c.diff](https://bugs.python.org/file782/typeobject.c.diff "Uploaded as text/plain at 2003-02-06.00:25:39 by glchapman")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-02-11.20:48:39.000>
created_at = <Date 2003-02-06.00:23:39.000>
labels = ['interpreter-core']
title = 'C subtypes do not inherit tp_as_buffer'
updated_at = <Date 2003-02-11.20:48:39.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-11.20:48:39.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-06.00:23:39.000>
creator = 'glchapman'
dependencies = []
files = ['782']
hgrepos = []
issue_num = 681367
keywords = []
message_count = 3.0
messages = ['14471', '14472', '14473']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'glchapman']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681367'
versions = ['Python 2.3']
```
</p></details>
| C subtypes do not inherit tp_as_buffer | https://api.github.com/repos/python/cpython/issues/37919/comments | 3 | 2003-02-06T00:23:39Z | 2022-04-09T22:34:45Z | https://github.com/python/cpython/issues/37919 | 1,198,791,909 | 37,919 |
[
"python",
"cpython"
] | BPO | [681325](https://bugs.python.org/issue681325)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-05.23:06:12.000>
created_at = <Date 2003-02-05.23:02:00.000>
labels = ['OS-mac']
title = 'Should Mac/scripts/makeclean.py go?'
updated_at = <Date 2003-02-05.23:06:12.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-05.23:06:12.000>
actor = 'jvr'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-02-05.23:02:00.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 681325
keywords = []
message_count = 2.0
messages = ['14469', '14470']
nosy_count = 2.0
nosy_names = ['jackjansen', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681325'
versions = []
```
</p></details>
| Should Mac/scripts/makeclean.py go? | https://api.github.com/repos/python/cpython/issues/37918/comments | 2 | 2003-02-05T23:02:00Z | 2022-04-09T22:34:44Z | https://github.com/python/cpython/issues/37918 | 1,198,791,906 | 37,918 |
[
"python",
"cpython"
] | BPO | [681152](https://bugs.python.org/issue681152)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-04-19.08:40:45.000>
created_at = <Date 2003-02-05.19:23:54.000>
labels = ['library']
title = 'Tiny patch for bug 612074: sre unicode escapes'
updated_at = <Date 2003-04-19.08:40:45.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-19.08:40:45.000>
actor = 'loewis'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-05.19:23:54.000>
creator = 'glchapman'
dependencies = []
files = []
hgrepos = []
issue_num = 681152
keywords = ['patch']
message_count = 2.0
messages = ['42684', '42685']
nosy_count = 3.0
nosy_names = ['loewis', 'effbot', 'glchapman']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681152'
versions = ['Python 2.3']
```
</p></details>
| Tiny patch for bug 612074: sre unicode escapes | https://api.github.com/repos/python/cpython/issues/37917/comments | 2 | 2003-02-05T19:23:54Z | 2022-04-09T22:34:42Z | https://github.com/python/cpython/issues/37917 | 1,198,791,904 | 37,917 |
[
"python",
"cpython"
] | BPO | [681122](https://bugs.python.org/issue681122)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-02-05.19:41:58.000>
created_at = <Date 2003-02-05.18:17:21.000>
labels = ['library']
title = 'Built-in function dir() causes refcount leak in baseclasses'
updated_at = <Date 2003-02-05.19:41:58.000>
user = 'https://bugs.python.org/troels'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-05.19:41:58.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-05.18:17:21.000>
creator = 'troels'
dependencies = []
files = []
hgrepos = []
issue_num = 681122
keywords = []
message_count = 2.0
messages = ['14467', '14468']
nosy_count = 2.0
nosy_names = ['tim.peters', 'troels']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681122'
versions = ['Python 2.2']
```
</p></details>
| Built-in function dir() causes refcount leak in baseclasses | https://api.github.com/repos/python/cpython/issues/37916/comments | 2 | 2003-02-05T18:17:21Z | 2022-04-09T22:34:42Z | https://github.com/python/cpython/issues/37916 | 1,198,791,898 | 37,916 |
[
"python",
"cpython"
] | BPO | [681003](https://bugs.python.org/issue681003)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-02-07.05:44:35.000>
created_at = <Date 2003-02-05.15:52:27.000>
labels = ['library']
title = 'itertools issues'
updated_at = <Date 2003-02-07.05:44:35.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.05:44:35.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-05.15:52:27.000>
creator = 'glchapman'
dependencies = []
files = []
hgrepos = []
issue_num = 681003
keywords = []
message_count = 5.0
messages = ['14462', '14463', '14464', '14465', '14466']
nosy_count = 3.0
nosy_names = ['rhettinger', 'glchapman', 'tzot']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue681003'
versions = ['Python 2.3']
```
</p></details>
| itertools issues | https://api.github.com/repos/python/cpython/issues/37915/comments | 5 | 2003-02-05T15:52:27Z | 2022-04-09T22:34:41Z | https://github.com/python/cpython/issues/37915 | 1,198,791,895 | 37,915 |
[
"python",
"cpython"
] | BPO | [680864](https://bugs.python.org/issue680864)
--- | :---
Nosy | @tim-one, @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-02-06.16:49:26.000>
created_at = <Date 2003-02-05.13:15:49.000>
labels = []
title = 'test_datetime fails for non-unix epoch'
updated_at = <Date 2003-02-06.16:49:26.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-06.16:49:26.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-02-05.13:15:49.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 680864
keywords = []
message_count = 2.0
messages = ['14460', '14461']
nosy_count = 2.0
nosy_names = ['tim.peters', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680864'
versions = []
```
</p></details>
| test_datetime fails for non-unix epoch | https://api.github.com/repos/python/cpython/issues/37914/comments | 2 | 2003-02-05T13:15:49Z | 2022-04-09T22:34:40Z | https://github.com/python/cpython/issues/37914 | 1,198,791,889 | 37,914 |
[
"python",
"cpython"
] | BPO | [680863](https://bugs.python.org/issue680863)
--- | :---
Files | <li>[unicode-replace.patch](https://bugs.python.org/file4995/unicode-replace.patch "Uploaded as text/plain at 2003-02-05.13:18:28 by faeltir")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-10-21.02:47:55.000>
created_at = <Date 2003-02-05.13:15:47.000>
labels = ['interpreter-core']
title = 'replace() method in unicode objects'
updated_at = <Date 2004-10-21.02:47:55.000>
user = 'https://bugs.python.org/faeltir'
```
bugs.python.org fields:
```python
activity = <Date 2004-10-21.02:47:55.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-05.13:15:47.000>
creator = 'faeltir'
dependencies = []
files = ['4995']
hgrepos = []
issue_num = 680863
keywords = ['patch']
message_count = 8.0
messages = ['42676', '42677', '42678', '42679', '42680', '42681', '42682', '42683']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'jvr', 'faeltir']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680863'
versions = ['Python 2.2']
```
</p></details>
| replace() method in unicode objects | https://api.github.com/repos/python/cpython/issues/37913/comments | 8 | 2003-02-05T13:15:47Z | 2022-04-09T22:34:38Z | https://github.com/python/cpython/issues/37913 | 1,198,791,886 | 37,913 |
[
"python",
"cpython"
] | BPO | [680797](https://bugs.python.org/issue680797)
--- | :---
Nosy | @freddrake, @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2003-02-07.02:22:40.000>
created_at = <Date 2003-02-05.11:11:59.000>
labels = ['extension-modules']
title = "expat doesn't build on MacOS9"
updated_at = <Date 2003-02-07.02:22:40.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.02:22:40.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-02-05.11:11:59.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 680797
keywords = []
message_count = 3.0
messages = ['14457', '14458', '14459']
nosy_count = 3.0
nosy_names = ['fdrake', 'nnorwitz', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680797'
versions = []
```
</p></details>
| expat doesn't build on MacOS9 | https://api.github.com/repos/python/cpython/issues/37912/comments | 3 | 2003-02-05T11:11:59Z | 2022-04-09T22:34:38Z | https://github.com/python/cpython/issues/37912 | 1,198,791,882 | 37,912 |
[
"python",
"cpython"
] | BPO | [680789](https://bugs.python.org/issue680789)
--- | :---
Nosy | @tim-one, @jackjansen, @rhettinger, @jneb
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-04-29.21:51:35.000>
created_at = <Date 2003-02-05.11:00:07.000>
labels = ['library']
title = 'repr() of large array objects takes quadratic time'
updated_at = <Date 2003-04-29.21:51:35.000>
user = 'https://github.com/jneb'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-29.21:51:35.000>
actor = 'jackjansen'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-05.11:00:07.000>
creator = 'jneb'
dependencies = []
files = []
hgrepos = []
issue_num = 680789
keywords = []
message_count = 10.0
messages = ['14447', '14448', '14449', '14450', '14451', '14452', '14453', '14454', '14455', '14456']
nosy_count = 5.0
nosy_names = ['tim.peters', 'jackjansen', 'rhettinger', 'jneb', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680789'
versions = ['Python 2.2']
```
</p></details>
| repr() of large array objects takes quadratic time | https://api.github.com/repos/python/cpython/issues/37911/comments | 10 | 2003-02-05T11:00:07Z | 2022-04-09T22:34:37Z | https://github.com/python/cpython/issues/37911 | 1,198,791,880 | 37,911 |
[
"python",
"cpython"
] | BPO | [680577](https://bugs.python.org/issue680577)
--- | :---
Nosy | @birkenfeld
Files | <li>[urllib2_proxy_auth.py](https://bugs.python.org/file781/urllib2_proxy_auth.py "Uploaded as text/plain at 2003-12-16.03:10:29 by gazzadee"): Demonstrates authentication problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-05-03.05:33:17.000>
created_at = <Date 2003-02-05.00:22:00.000>
labels = ['library']
title = 'urllib2 authentication problem'
updated_at = <Date 2006-05-03.05:33:17.000>
user = 'https://bugs.python.org/gazzadee'
```
bugs.python.org fields:
```python
activity = <Date 2006-05-03.05:33:17.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-05.00:22:00.000>
creator = 'gazzadee'
dependencies = []
files = ['781']
hgrepos = []
issue_num = 680577
keywords = []
message_count = 9.0
messages = ['14438', '14439', '14440', '14441', '14442', '14443', '14444', '14445', '14446']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'jjlee', 'ghaering', 'gazzadee']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680577'
versions = ['Python 2.3']
```
</p></details>
| urllib2 authentication problem | https://api.github.com/repos/python/cpython/issues/37910/comments | 9 | 2003-02-05T00:22:00Z | 2022-04-09T22:34:35Z | https://github.com/python/cpython/issues/37910 | 1,198,791,875 | 37,910 |
[
"python",
"cpython"
] | BPO | [680494](https://bugs.python.org/issue680494)
--- | :---
Nosy | @akuchling, @rhettinger
Files | <li>[test_filecmp.py](https://bugs.python.org/file779/test_filecmp.py "Uploaded as text/plain at 2003-02-05.19:37:00 by @akuchling"): Test suite for filecmp.py</li><li>[test_filecmp.py](https://bugs.python.org/file780/test_filecmp.py "Uploaded as text/plain at 2003-02-05.19:50:41 by @akuchling"): Test suite for filecmp.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-06.17:59:42.000>
created_at = <Date 2003-02-04.21:55:32.000>
labels = ['library']
title = 'filecmp.py uses obsolete statcache module.'
updated_at = <Date 2003-02-06.17:59:42.000>
user = 'https://bugs.python.org/inyeol'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-06.17:59:42.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-04.21:55:32.000>
creator = 'inyeol'
dependencies = []
files = ['779', '780']
hgrepos = []
issue_num = 680494
keywords = []
message_count = 7.0
messages = ['14431', '14432', '14433', '14434', '14435', '14436', '14437']
nosy_count = 3.0
nosy_names = ['akuchling', 'rhettinger', 'inyeol']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680494'
versions = ['Python 2.3']
```
</p></details>
| filecmp.py uses obsolete statcache module. | https://api.github.com/repos/python/cpython/issues/37909/comments | 7 | 2003-02-04T21:55:32Z | 2022-04-09T22:34:34Z | https://github.com/python/cpython/issues/37909 | 1,198,791,872 | 37,909 |
[
"python",
"cpython"
] | BPO | [680474](https://bugs.python.org/issue680474)
--- | :---
Nosy | @malemburg
Files | <li>[tokenizer.c.diff](https://bugs.python.org/file4993/tokenizer.c.diff "Uploaded as text/plain at 2003-02-04.21:19:45 by kirill_simonov"): A patch for tokenizer.c</li><li>[a_test_for_the_bom_bug.py](https://bugs.python.org/file4994/a_test_for_the_bom_bug.py "Uploaded as text/plain at 2003-02-08.15:59:31 by kirill_simonov"): A test for the BOM bug.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2003-02-09.20:47:11.000>
created_at = <Date 2003-02-04.21:17:24.000>
labels = ['interpreter-core']
title = "Fix for the bug python/cpython#37902: 'compile' refuses BOM."
updated_at = <Date 2003-02-09.20:47:11.000>
user = 'https://bugs.python.org/kirillsimonov'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-09.20:47:11.000>
actor = 'jvr'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-04.21:17:24.000>
creator = 'kirill_simonov'
dependencies = []
files = ['4993', '4994']
hgrepos = []
issue_num = 680474
keywords = ['patch']
message_count = 5.0
messages = ['42671', '42672', '42673', '42674', '42675']
nosy_count = 4.0
nosy_names = ['lemburg', 'nnorwitz', 'kirill_simonov', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680474'
versions = ['Python 2.3']
```
</p></details>
| Fix for the bug #679880: 'compile' refuses BOM. | https://api.github.com/repos/python/cpython/issues/37908/comments | 5 | 2003-02-04T21:17:24Z | 2022-04-09T22:34:33Z | https://github.com/python/cpython/issues/37908 | 1,198,791,867 | 37,908 |
[
"python",
"cpython"
] | BPO | [680452](https://bugs.python.org/issue680452)
--- | :---
Files | <li>[xmlrpc.diff](https://bugs.python.org/file4992/xmlrpc.diff "Uploaded as text/plain at 2003-02-04.20:34:05 by tzot"): diff -u</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-05.23:39:47.000>
created_at = <Date 2003-02-04.20:31:48.000>
labels = ['library']
title = 'xmlrpclib: builtin type names instead of types.*'
updated_at = <Date 2003-02-05.23:39:47.000>
user = 'https://bugs.python.org/tzot'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-05.23:39:47.000>
actor = 'tzot'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-04.20:31:48.000>
creator = 'tzot'
dependencies = []
files = ['4992']
hgrepos = []
issue_num = 680452
keywords = ['patch']
message_count = 4.0
messages = ['42667', '42668', '42669', '42670']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'tzot']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680452'
versions = ['Python 2.3']
```
</p></details>
| xmlrpclib: builtin type names instead of types.* | https://api.github.com/repos/python/cpython/issues/37907/comments | 4 | 2003-02-04T20:31:48Z | 2022-04-09T22:34:31Z | https://github.com/python/cpython/issues/37907 | 1,198,791,862 | 37,907 |
[
"python",
"cpython"
] | BPO | [680429](https://bugs.python.org/issue680429)
--- | :---
Nosy | @mwhudson
Files | <li>[class.cpp](https://bugs.python.org/file778/class.cpp "Uploaded as text/plain at 2003-02-06.18:36:22 by rwgk"): Boost.Python extension class creation (boost 1.29.0 release)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2003-02-11.14:27:44.000>
created_at = <Date 2003-02-04.19:55:43.000>
labels = ['docs']
title = '__module__ broken for extension classes'
updated_at = <Date 2003-02-11.14:27:44.000>
user = 'https://bugs.python.org/rwgk'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-11.14:27:44.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-04.19:55:43.000>
creator = 'rwgk'
dependencies = []
files = ['778']
hgrepos = []
issue_num = 680429
keywords = []
message_count = 9.0
messages = ['14422', '14423', '14424', '14425', '14426', '14427', '14428', '14429', '14430']
nosy_count = 2.0
nosy_names = ['mwh', 'rwgk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680429'
versions = ['Python 2.3']
```
</p></details>
| __module__ broken for extension classes | https://api.github.com/repos/python/cpython/issues/37906/comments | 9 | 2003-02-04T19:55:43Z | 2022-04-09T22:34:31Z | https://github.com/python/cpython/issues/37906 | 1,198,791,859 | 37,906 |
[
"python",
"cpython"
] | BPO | [680379](https://bugs.python.org/issue680379)
--- | :---
Nosy | @facundobatista
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-13.21:22:05.000>
created_at = <Date 2003-02-04.18:24:52.000>
labels = ['library']
title = 'Incorrect permissions set in lib-dynload.'
updated_at = <Date 2005-01-13.21:22:05.000>
user = 'https://bugs.python.org/antipode'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-13.21:22:05.000>
actor = 'antipode'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2003-02-04.18:24:52.000>
creator = 'antipode'
dependencies = []
files = []
hgrepos = []
issue_num = 680379
keywords = []
message_count = 3.0
messages = ['14419', '14420', '14421']
nosy_count = 2.0
nosy_names = ['facundobatista', 'antipode']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680379'
versions = ['Python 2.2']
```
</p></details>
| Incorrect permissions set in lib-dynload. | https://api.github.com/repos/python/cpython/issues/37905/comments | 3 | 2003-02-04T18:24:52Z | 2022-04-09T22:34:29Z | https://github.com/python/cpython/issues/37905 | 1,198,791,855 | 37,905 |
[
"python",
"cpython"
] | BPO | [680146](https://bugs.python.org/issue680146)
--- | :---
Nosy | @doerwalter
Files | <li>[iconv_codec.diff](https://bugs.python.org/file4990/iconv_codec.diff "Uploaded as text/plain at 2003-02-04.12:28:16 by tzot"): A last attempt</li><li>[ic.diff](https://bugs.python.org/file4991/ic.diff "Uploaded as text/plain at 2003-02-04.17:58:23 by nnorwitz"): nn patch changes int to size_t</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/doerwalter'
closed_at = <Date 2003-02-04.20:12:08.000>
created_at = <Date 2003-02-04.12:09:39.000>
labels = ['extension-modules']
title = '_iconv_module type casting and spelling errors'
updated_at = <Date 2003-02-04.20:12:08.000>
user = 'https://bugs.python.org/tzot'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-04.20:12:08.000>
actor = 'tzot'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-02-04.12:09:39.000>
creator = 'tzot'
dependencies = []
files = ['4990', '4991']
hgrepos = []
issue_num = 680146
keywords = ['patch']
message_count = 17.0
messages = ['42650', '42651', '42652', '42653', '42654', '42655', '42656', '42657', '42658', '42659', '42660', '42661', '42662', '42663', '42664', '42665', '42666']
nosy_count = 3.0
nosy_names = ['doerwalter', 'nnorwitz', 'tzot']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue680146'
versions = ['Python 2.3']
```
</p></details>
| _iconv_module type casting and spelling errors | https://api.github.com/repos/python/cpython/issues/37904/comments | 17 | 2003-02-04T12:09:39Z | 2022-04-09T22:34:29Z | https://github.com/python/cpython/issues/37904 | 1,198,791,853 | 37,904 |
[
"python",
"cpython"
] | BPO | [679953](https://bugs.python.org/issue679953)
--- | :---
Nosy | @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-07-10.19:20:14.000>
created_at = <Date 2003-02-04.01:54:29.000>
labels = ['library']
title = 'zipfile.py - pack filesize as unsigned allows files > 2 gig'
updated_at = <Date 2004-07-10.19:20:14.000>
user = 'https://bugs.python.org/laurelboa'
```
bugs.python.org fields:
```python
activity = <Date 2004-07-10.19:20:14.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-04.01:54:29.000>
creator = 'laurelboa'
dependencies = []
files = []
hgrepos = []
issue_num = 679953
keywords = []
message_count = 2.0
messages = ['14417', '14418']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'laurelboa']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679953'
versions = ['Python 2.2']
```
</p></details>
| zipfile.py - pack filesize as unsigned allows files > 2 gig | https://api.github.com/repos/python/cpython/issues/37903/comments | 2 | 2003-02-04T01:54:29Z | 2022-04-09T22:34:27Z | https://github.com/python/cpython/issues/37903 | 1,198,791,846 | 37,903 |
[
"python",
"cpython"
] | BPO | [679880](https://bugs.python.org/issue679880)
--- | :---
Nosy | @malemburg, @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-02-09.20:46:18.000>
created_at = <Date 2003-02-03.23:05:37.000>
labels = ['expert-unicode']
title = "'compile' refuses BOM."
updated_at = <Date 2003-02-09.20:46:18.000>
user = 'https://bugs.python.org/kirillsimonov'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-09.20:46:18.000>
actor = 'jvr'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2003-02-03.23:05:37.000>
creator = 'kirill_simonov'
dependencies = []
files = []
hgrepos = []
issue_num = 679880
keywords = []
message_count = 4.0
messages = ['14413', '14414', '14415', '14416']
nosy_count = 4.0
nosy_names = ['lemburg', 'loewis', 'kirill_simonov', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679880'
versions = ['Python 2.3']
```
</p></details>
| 'compile' refuses BOM. | https://api.github.com/repos/python/cpython/issues/37902/comments | 4 | 2003-02-03T23:05:37Z | 2022-04-09T22:34:27Z | https://github.com/python/cpython/issues/37902 | 1,198,791,840 | 37,902 |
[
"python",
"cpython"
] | BPO | [679872](https://bugs.python.org/issue679872)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-04.02:33:46.000>
created_at = <Date 2003-02-03.22:46:56.000>
labels = ['invalid', 'docs']
title = 'Documentation error -- time module'
updated_at = <Date 2003-02-04.02:33:46.000>
user = 'https://bugs.python.org/zectbumo'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-04.02:33:46.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-03.22:46:56.000>
creator = 'zectbumo'
dependencies = []
files = []
hgrepos = []
issue_num = 679872
keywords = []
message_count = 2.0
messages = ['14411', '14412']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'zectbumo']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679872'
versions = ['Python 2.2']
```
</p></details>
| Documentation error -- time module | https://api.github.com/repos/python/cpython/issues/37901/comments | 2 | 2003-02-03T22:46:56Z | 2022-04-09T22:34:25Z | https://github.com/python/cpython/issues/37901 | 1,198,791,836 | 37,901 |
[
"python",
"cpython"
] | BPO | [679827](https://bugs.python.org/issue679827)
--- | :---
Nosy | @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2003-03-03.23:50:45.000>
created_at = <Date 2003-02-03.21:36:10.000>
labels = []
title = 'Header loses lines, formats strangely'
updated_at = <Date 2003-03-03.23:50:45.000>
user = 'https://bugs.python.org/mbrierst'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-03.23:50:45.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-02-03.21:36:10.000>
creator = 'mbrierst'
dependencies = []
files = []
hgrepos = []
issue_num = 679827
keywords = []
message_count = 2.0
messages = ['14409', '14410']
nosy_count = 2.0
nosy_names = ['barry', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679827'
versions = []
```
</p></details>
| Header loses lines, formats strangely | https://api.github.com/repos/python/cpython/issues/37900/comments | 2 | 2003-02-03T21:36:10Z | 2022-04-09T22:34:25Z | https://github.com/python/cpython/issues/37900 | 1,198,791,829 | 37,900 |
[
"python",
"cpython"
] | BPO | [679520](https://bugs.python.org/issue679520)
--- | :---
Nosy | @tim-one, @mdickinson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-03-05.14:32:01.000>
created_at = <Date 2003-02-03.14:22:52.000>
labels = ['interpreter-core', 'invalid']
title = 'long(3.1415) gives zero on Solaris 8'
updated_at = <Date 2003-03-05.14:32:01.000>
user = 'https://github.com/mdickinson'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-05.14:32:01.000>
actor = 'mark.dickinson'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-03.14:22:52.000>
creator = 'mark.dickinson'
dependencies = []
files = []
hgrepos = []
issue_num = 679520
keywords = []
message_count = 6.0
messages = ['14403', '14404', '14405', '14406', '14407', '14408']
nosy_count = 4.0
nosy_names = ['tim.peters', 'nnorwitz', 'inyeol', 'mark.dickinson']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679520'
versions = []
```
</p></details>
| long(3.1415) gives zero on Solaris 8 | https://api.github.com/repos/python/cpython/issues/37899/comments | 6 | 2003-02-03T14:22:52Z | 2022-04-09T22:34:23Z | https://github.com/python/cpython/issues/37899 | 1,198,791,828 | 37,899 |
[
"python",
"cpython"
] | BPO | [679505](https://bugs.python.org/issue679505)
--- | :---
Nosy | @loewis, @akuchling
Files | <li>[rotor.patch](https://bugs.python.org/file4988/rotor.patch "Uploaded as text/plain at 2003-02-03.14:04:18 by @akuchling"): Patch to deprecate rotor module.</li><li>[pep4.patch](https://bugs.python.org/file4989/pep4.patch "Uploaded as text/plain at 2003-02-03.14:04:51 by @akuchling"): Patch updating PEP 4</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-04-24.13:24:02.000>
created_at = <Date 2003-02-03.14:03:25.000>
labels = ['extension-modules']
title = 'Deprecate rotor module'
updated_at = <Date 2003-04-24.13:24:02.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-24.13:24:02.000>
actor = 'akuchling'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-02-03.14:03:25.000>
creator = 'akuchling'
dependencies = []
files = ['4988', '4989']
hgrepos = []
issue_num = 679505
keywords = ['patch']
message_count = 6.0
messages = ['42644', '42645', '42646', '42647', '42648', '42649']
nosy_count = 2.0
nosy_names = ['loewis', 'akuchling']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679505'
versions = []
```
</p></details>
| Deprecate rotor module | https://api.github.com/repos/python/cpython/issues/37898/comments | 6 | 2003-02-03T14:03:25Z | 2022-04-09T22:34:22Z | https://github.com/python/cpython/issues/37898 | 1,198,791,825 | 37,898 |
[
"python",
"cpython"
] | BPO | [679392](https://bugs.python.org/issue679392)
--- | :---
Nosy | @loewis
Files | <li>[SimpleXMLRPCServer.diff](https://bugs.python.org/file4987/SimpleXMLRPCServer.diff "Uploaded as text/plain at 2003-02-03.09:49:07 by mrozhnov"): SimpleXMLRPCServer patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-07-19.10:58:31.000>
created_at = <Date 2003-02-03.09:47:48.000>
labels = ['library']
title = "SimpleXMLRPCServer: optional 'encoding' argument"
updated_at = <Date 2003-07-19.10:58:31.000>
user = 'https://bugs.python.org/mrozhnov'
```
bugs.python.org fields:
```python
activity = <Date 2003-07-19.10:58:31.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-03.09:47:48.000>
creator = 'mrozhnov'
dependencies = []
files = ['4987']
hgrepos = []
issue_num = 679392
keywords = ['patch']
message_count = 3.0
messages = ['42641', '42642', '42643']
nosy_count = 2.0
nosy_names = ['loewis', 'mrozhnov']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679392'
versions = []
```
</p></details>
| SimpleXMLRPCServer: optional 'encoding' argument | https://api.github.com/repos/python/cpython/issues/37897/comments | 3 | 2003-02-03T09:47:48Z | 2022-04-09T22:34:21Z | https://github.com/python/cpython/issues/37897 | 1,198,791,821 | 37,897 |
[
"python",
"cpython"
] | BPO | [679383](https://bugs.python.org/issue679383)
--- | :---
Nosy | @loewis
Files | <li>[xmlrpclib.diff](https://bugs.python.org/file4986/xmlrpclib.diff "Uploaded as text/plain at 2003-02-03.09:18:36 by mrozhnov"): xmlpclib patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-04-19.07:54:29.000>
created_at = <Date 2003-02-03.09:16:17.000>
labels = ['library']
title = 'xmlrpclib: better string encoding in responce package'
updated_at = <Date 2003-04-19.07:54:29.000>
user = 'https://bugs.python.org/mrozhnov'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-19.07:54:29.000>
actor = 'loewis'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-03.09:16:17.000>
creator = 'mrozhnov'
dependencies = []
files = ['4986']
hgrepos = []
issue_num = 679383
keywords = ['patch']
message_count = 2.0
messages = ['42639', '42640']
nosy_count = 3.0
nosy_names = ['loewis', 'effbot', 'mrozhnov']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679383'
versions = []
```
</p></details>
| xmlrpclib: better string encoding in responce package | https://api.github.com/repos/python/cpython/issues/37896/comments | 2 | 2003-02-03T09:16:17Z | 2022-04-09T22:34:19Z | https://github.com/python/cpython/issues/37896 | 1,198,791,818 | 37,896 |
[
"python",
"cpython"
] | BPO | [679251](https://bugs.python.org/issue679251)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-03.15:21:55.000>
created_at = <Date 2003-02-02.23:41:44.000>
labels = ['docs']
title = "PEP 277 in what's new for 2.3"
updated_at = <Date 2003-02-03.15:21:55.000>
user = 'https://bugs.python.org/dalke'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-03.15:21:55.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-02-02.23:41:44.000>
creator = 'dalke'
dependencies = []
files = []
hgrepos = []
issue_num = 679251
keywords = []
message_count = 2.0
messages = ['14401', '14402']
nosy_count = 2.0
nosy_names = ['akuchling', 'dalke']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue679251'
versions = ['Python 2.3']
```
</p></details>
| PEP 277 in what's new for 2.3 | https://api.github.com/repos/python/cpython/issues/37895/comments | 2 | 2003-02-02T23:41:44Z | 2022-04-09T22:34:19Z | https://github.com/python/cpython/issues/37895 | 1,198,791,811 | 37,895 |
[
"python",
"cpython"
] | BPO | [678899](https://bugs.python.org/issue678899)
--- | :---
Nosy | @gvanrossum, @rhettinger
Files | <li>[sets.diff](https://bugs.python.org/file4985/sets.diff "Uploaded as text/plain at 2003-02-02.04:09:24 by @rhettinger"): Short patch to sets module</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-02-02.14:33:35.000>
created_at = <Date 2003-02-02.04:08:40.000>
labels = ['library']
title = 'Use ifilter in sets module'
updated_at = <Date 2003-02-02.14:33:35.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-02.14:33:35.000>
actor = 'rhettinger'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-02.04:08:40.000>
creator = 'rhettinger'
dependencies = []
files = ['4985']
hgrepos = []
issue_num = 678899
keywords = ['patch']
message_count = 2.0
messages = ['42637', '42638']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678899'
versions = ['Python 2.3']
```
</p></details>
| Use ifilter in sets module | https://api.github.com/repos/python/cpython/issues/37894/comments | 2 | 2003-02-02T04:08:40Z | 2022-04-09T22:34:18Z | https://github.com/python/cpython/issues/37894 | 1,198,791,809 | 37,894 |
[
"python",
"cpython"
] | BPO | [678739](https://bugs.python.org/issue678739)
--- | :---
Nosy | @rhettinger
Files | <li>[leak.py](https://bugs.python.org/file777/leak.py "Uploaded as text/plain at 2003-02-01.17:55:36 by @rhettinger"): Leak demo</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-02-02.03:18:48.000>
created_at = <Date 2003-02-01.17:54:30.000>
labels = ['invalid']
title = 'Leak'
updated_at = <Date 2003-02-02.03:18:48.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-02.03:18:48.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-02-01.17:54:30.000>
creator = 'rhettinger'
dependencies = []
files = ['777']
hgrepos = []
issue_num = 678739
keywords = []
message_count = 4.0
messages = ['14397', '14398', '14399', '14400']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'rhettinger', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678739'
versions = ['Python 2.3']
```
</p></details>
| Leak | https://api.github.com/repos/python/cpython/issues/37893/comments | 4 | 2003-02-01T17:54:30Z | 2022-04-09T22:34:17Z | https://github.com/python/cpython/issues/37893 | 1,198,791,805 | 37,893 |
[
"python",
"cpython"
] | BPO | [678723](https://bugs.python.org/issue678723)
--- | :---
Nosy | @loewis, @akuchling
Files | <li>[config.log](https://bugs.python.org/file776/config.log "Uploaded as application/octet-stream at 2003-03-14.16:04:36 by @akuchling"): config.log demonstrating problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-06-14.14:30:26.000>
created_at = <Date 2003-02-01.17:10:46.000>
labels = ['invalid', 'expert-installation']
title = './configure fails w/error: cannot compute sizeof (wchar_t), '
updated_at = <Date 2003-06-14.14:30:26.000>
user = 'https://bugs.python.org/jeffste'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-14.14:30:26.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2003-02-01.17:10:46.000>
creator = 'jeffste'
dependencies = []
files = ['776']
hgrepos = []
issue_num = 678723
keywords = []
message_count = 11.0
messages = ['14386', '14387', '14388', '14389', '14390', '14391', '14392', '14393', '14394', '14395', '14396']
nosy_count = 4.0
nosy_names = ['loewis', 'akuchling', 'nnorwitz', 'jeffste']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678723'
versions = ['Python 2.3']
```
</p></details>
| ./configure fails w/error: cannot compute sizeof (wchar_t), | https://api.github.com/repos/python/cpython/issues/37892/comments | 11 | 2003-02-01T17:10:46Z | 2022-04-09T22:34:15Z | https://github.com/python/cpython/issues/37892 | 1,198,791,801 | 37,892 |
[
"python",
"cpython"
] | BPO | [678531](https://bugs.python.org/issue678531)
--- | :---
Nosy | @gvanrossum, @akuchling
Files | <li>[test_zlib.py](https://bugs.python.org/file4983/test_zlib.py "Uploaded as text/plain at 2003-02-01.03:18:49 by scott_daniels"): PyUnit-style test of zlib module (replacement).</li><li>[zlibmodule.diff](https://bugs.python.org/file4984/zlibmodule.diff "Uploaded as text/plain at 2003-02-01.03:20:28 by scott_daniels"): Context diff of change to zlibmodule.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-28.19:50:52.000>
created_at = <Date 2003-02-01.03:13:57.000>
labels = ['extension-modules']
title = 'zlib module needs decompress flush.'
updated_at = <Date 2004-12-28.19:50:52.000>
user = 'https://bugs.python.org/scottdaniels'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-28.19:50:52.000>
actor = 'akuchling'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-02-01.03:13:57.000>
creator = 'scott_daniels'
dependencies = []
files = ['4983', '4984']
hgrepos = []
issue_num = 678531
keywords = ['patch']
message_count = 3.0
messages = ['42634', '42635', '42636']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'akuchling', 'scott_daniels']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678531'
versions = []
```
</p></details>
| zlib module needs decompress flush. | https://api.github.com/repos/python/cpython/issues/37891/comments | 3 | 2003-02-01T03:13:57Z | 2022-04-09T22:34:14Z | https://github.com/python/cpython/issues/37891 | 1,198,791,796 | 37,891 |
[
"python",
"cpython"
] | BPO | [678519](https://bugs.python.org/issue678519)
--- | :---
Nosy | @brettcannon, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-04-24.15:52:17.000>
created_at = <Date 2003-02-01.02:26:09.000>
labels = ['type-feature', 'library']
title = 'StringIO self-iterator'
updated_at = <Date 2003-04-24.15:52:17.000>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-24.15:52:17.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-02-01.02:26:09.000>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 678519
keywords = []
message_count = 3.0
messages = ['14383', '14384', '14385']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'rhettinger', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue678519'
versions = []
```
</p></details>
| StringIO self-iterator | https://api.github.com/repos/python/cpython/issues/37890/comments | 3 | 2003-02-01T02:26:09Z | 2022-04-09T22:34:13Z | https://github.com/python/cpython/issues/37890 | 1,198,791,792 | 37,890 |
[
"python",
"cpython"
] | BPO | [678518](https://bugs.python.org/issue678518)
--- | :---
Nosy | @mwhudson
Files | <li>[global-fix.diff](https://bugs.python.org/file771/global-fix.diff "Uploaded as text/plain at 2003-02-01.02:24:46 by logistix"): validate_global_stmt patch</li><li>[parsermod-fixes.diff](https://bugs.python.org/file772/parsermod-fixes.diff "Uploaded as text/plain at 2003-02-01.21:42:37 by logistix"): assert and global patches</li><li>[compTest.py](https://bugs.python.org/file773/compTest.py "Uploaded as text/plain at 2003-02-01.21:43:37 by logistix"): Test script. parser roundtrip on pythonpath</li><li>[encdec.diff](https://bugs.python.org/file774/encdec.diff "Uploaded as text/plain at 2003-02-07.22:49:06 by logistix"): Entire patch for this bug</li><li>[test_parser.diff](https://bugs.python.org/file775/test_parser.diff "Uploaded as text/plain at 2003-02-08.21:15:33 by logistix"): additions to test_parser.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2003-02-10.02:05:16.000>
created_at = <Date 2003-02-01.02:23:16.000>
labels = ['interpreter-core']
title = 'Another parsermodule validation error'
updated_at = <Date 2003-02-10.02:05:16.000>
user = 'https://bugs.python.org/logistix'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.02:05:16.000>
actor = 'nnorwitz'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-02-01.02:23:16.000>
creator = 'logistix'
dependencies = []
files = ['771', '772', '773', '774', '775']
hgrepos = []
issue_num = 678518
keywords = []
message_count = 13.0
messages = ['14370', '14371', '14372', '14373', '14374', '14375', '14376', '14377', '14378', '14379', '14380', '14381', '14382']
nosy_count = 3.0
nosy_names = ['mwh', 'nnorwitz', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678518'
versions = ['Python 2.3']
```
</p></details>
| Another parsermodule validation error | https://api.github.com/repos/python/cpython/issues/37889/comments | 13 | 2003-02-01T02:23:16Z | 2022-04-09T22:34:12Z | https://github.com/python/cpython/issues/37889 | 1,198,791,782 | 37,889 |
[
"python",
"cpython"
] | BPO | [678464](https://bugs.python.org/issue678464)
--- | :---
Nosy | @smontanaro, @smontanaro, @facundobatista, @pitrou, @benjaminp
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2008-07-02.14:31:10.093>
created_at = <Date 2003-01-31.23:52:37.000>
labels = ['type-feature', 'docs']
title = "Docs don't define sequence-ness very well"
updated_at = <Date 2008-07-02.14:31:10.083>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2008-07-02.14:31:10.083>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-02.14:31:10.093>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2003-01-31.23:52:37.000>
creator = 'skip.montanaro'
dependencies = []
files = []
hgrepos = []
issue_num = 678464
keywords = []
message_count = 5.0
messages = ['60304', '68584', '68727', '69089', '69093']
nosy_count = 5.0
nosy_names = ['skip.montanaro', 'skip.montanaro', 'facundobatista', 'pitrou', 'benjamin.peterson']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue678464'
versions = ['Python 2.3']
```
</p></details>
| Docs don't define sequence-ness very well | https://api.github.com/repos/python/cpython/issues/37888/comments | 5 | 2003-01-31T23:52:37Z | 2022-04-09T22:34:10Z | https://github.com/python/cpython/issues/37888 | 1,198,791,775 | 37,888 |
[
"python",
"cpython"
] | BPO | [678375](https://bugs.python.org/issue678375)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-02-03.16:41:08.000>
created_at = <Date 2003-01-31.20:44:05.000>
labels = ['library']
title = 'test_long fails'
updated_at = <Date 2003-02-03.16:41:08.000>
user = 'https://bugs.python.org/mbrierst'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-03.16:41:08.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-31.20:44:05.000>
creator = 'mbrierst'
dependencies = []
files = []
hgrepos = []
issue_num = 678375
keywords = []
message_count = 2.0
messages = ['14368', '14369']
nosy_count = 2.0
nosy_names = ['tim.peters', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678375'
versions = ['Python 2.3']
```
</p></details>
| test_long fails | https://api.github.com/repos/python/cpython/issues/37887/comments | 2 | 2003-01-31T20:44:05Z | 2022-04-09T22:34:09Z | https://github.com/python/cpython/issues/37887 | 1,198,791,770 | 37,887 |
[
"python",
"cpython"
] | BPO | [678352](https://bugs.python.org/issue678352)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-07.15:30:25.000>
created_at = <Date 2003-01-31.20:18:56.000>
labels = ['interpreter-core', 'invalid']
title = 'list.append memory leak ?'
updated_at = <Date 2003-02-07.15:30:25.000>
user = 'https://bugs.python.org/thanos'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-07.15:30:25.000>
actor = 'thanos'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-31.20:18:56.000>
creator = 'thanos'
dependencies = []
files = []
hgrepos = []
issue_num = 678352
keywords = []
message_count = 8.0
messages = ['14360', '14361', '14362', '14363', '14364', '14365', '14366', '14367']
nosy_count = 3.0
nosy_names = ['tim.peters', 'nnorwitz', 'thanos']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678352'
versions = []
```
</p></details>
| list.append memory leak ? | https://api.github.com/repos/python/cpython/issues/37886/comments | 8 | 2003-01-31T20:18:56Z | 2022-04-09T22:34:07Z | https://github.com/python/cpython/issues/37886 | 1,198,791,764 | 37,886 |
[
"python",
"cpython"
] | BPO | [678294](https://bugs.python.org/issue678294)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-01-31.18:58:21.000>
created_at = <Date 2003-01-31.18:56:57.000>
labels = ['interpreter-core']
title = 'test_coercion fails on AIX'
updated_at = <Date 2003-01-31.18:58:21.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-31.18:58:21.000>
actor = 'nnorwitz'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-31.18:56:57.000>
creator = 'nnorwitz'
dependencies = []
files = []
hgrepos = []
issue_num = 678294
keywords = []
message_count = 2.0
messages = ['14358', '14359']
nosy_count = 2.0
nosy_names = ['tim.peters', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678294'
versions = []
```
</p></details>
| test_coercion fails on AIX | https://api.github.com/repos/python/cpython/issues/37885/comments | 2 | 2003-01-31T18:56:57Z | 2022-04-09T22:34:07Z | https://github.com/python/cpython/issues/37885 | 1,198,791,757 | 37,885 |
[
"python",
"cpython"
] | BPO | [678265](https://bugs.python.org/issue678265)
--- | :---
Nosy | @tim-one, @nascheme
Files | <li>[coercion-patch.txt](https://bugs.python.org/file770/coercion-patch.txt "Uploaded at 2004-03-10.17:33:13 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2004-03-10.17:39:37.000>
created_at = <Date 2003-01-31.18:10:37.000>
labels = ['interpreter-core']
title = 'test_coercion fails on AIX'
updated_at = <Date 2004-03-10.17:39:37.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2004-03-10.17:39:37.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-31.18:10:37.000>
creator = 'nnorwitz'
dependencies = []
files = ['770']
hgrepos = []
issue_num = 678265
keywords = []
message_count = 10.0
messages = ['14348', '14349', '14350', '14351', '14352', '14353', '14354', '14355', '14356', '14357']
nosy_count = 4.0
nosy_names = ['tim.peters', 'nnorwitz', 'nascheme', 'mdr0']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678265'
versions = []
```
</p></details>
| test_coercion fails on AIX | https://api.github.com/repos/python/cpython/issues/37884/comments | 10 | 2003-01-31T18:10:37Z | 2022-04-09T22:34:06Z | https://github.com/python/cpython/issues/37884 | 1,198,791,753 | 37,884 |
[
"python",
"cpython"
] | BPO | [678264](https://bugs.python.org/issue678264)
--- | :---
Nosy | @loewis, @giampaolo, @devdanzin, @bitdancer, @wiggin15
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2003-01-31.18:06:24.000>
labels = ['type-bug', 'tests', '3.9', '3.10', '3.11']
title = 'test_resource fails when file size is limited'
updated_at = <Date 2021-12-17.00:35:56.774>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-17.00:35:56.774>
actor = 'ajaksu2'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2003-01-31.18:06:24.000>
creator = 'nnorwitz'
dependencies = []
files = []
hgrepos = []
issue_num = 678264
keywords = []
message_count = 18.0
messages = ['14342', '14343', '14344', '14345', '14346', '14347', '81850', '114216', '116449', '116479', '116520', '117049', '117051', '117122', '117130', '221696', '227778', '251772']
nosy_count = 8.0
nosy_names = ['loewis', 'nnorwitz', 'mdr0', 'sable', 'giampaolo.rodola', 'ajaksu2', 'r.david.murray', 'wiggin15']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue678264'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
| test_resource fails when file size is limited | https://api.github.com/repos/python/cpython/issues/37883/comments | 19 | 2003-01-31T18:06:24Z | 2023-11-22T18:27:34Z | https://github.com/python/cpython/issues/37883 | 1,198,791,748 | 37,883 |
[
"python",
"cpython"
] | BPO | [678259](https://bugs.python.org/issue678259)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-03-30.15:57:59.000>
created_at = <Date 2003-01-31.18:01:33.000>
labels = ['extension-modules']
title = 'locale.getpreferredencoding fails on AIX'
updated_at = <Date 2003-03-30.15:57:59.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-30.15:57:59.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-01-31.18:01:33.000>
creator = 'nnorwitz'
dependencies = []
files = []
hgrepos = []
issue_num = 678259
keywords = []
message_count = 6.0
messages = ['14336', '14337', '14338', '14339', '14340', '14341']
nosy_count = 2.0
nosy_names = ['loewis', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678259'
versions = []
```
</p></details>
| locale.getpreferredencoding fails on AIX | https://api.github.com/repos/python/cpython/issues/37882/comments | 6 | 2003-01-31T18:01:33Z | 2022-04-09T22:34:04Z | https://github.com/python/cpython/issues/37882 | 1,198,791,744 | 37,882 |
[
"python",
"cpython"
] | BPO | [678257](https://bugs.python.org/issue678257)
--- | :---
Nosy | @gvanrossum
Files | <li>[socketmodule.c.patch](https://bugs.python.org/file4982/socketmodule.c.patch "Uploaded as text/plain at 2003-01-31.17:58:38 by gtalvola"): fix for sock_sendall</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-01-31.18:21:39.000>
created_at = <Date 2003-01-31.17:57:36.000>
labels = ['extension-modules']
title = 'fix for socket.sendall() with timeout'
updated_at = <Date 2003-01-31.18:21:39.000>
user = 'https://bugs.python.org/gtalvola'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-31.18:21:39.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-01-31.17:57:36.000>
creator = 'gtalvola'
dependencies = []
files = ['4982']
hgrepos = []
issue_num = 678257
keywords = ['patch']
message_count = 2.0
messages = ['42632', '42633']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'gtalvola']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678257'
versions = ['Python 2.3']
```
</p></details>
| fix for socket.sendall() with timeout | https://api.github.com/repos/python/cpython/issues/37881/comments | 2 | 2003-01-31T17:57:36Z | 2022-04-09T22:34:02Z | https://github.com/python/cpython/issues/37881 | 1,198,791,740 | 37,881 |
[
"python",
"cpython"
] | BPO | [678250](https://bugs.python.org/issue678250)
--- | :---
Nosy | @tim-one, @loewis, @pitrou, @devdanzin, @bitdancer
Files | <li>[patch_flush_mmap.diff](https://bugs.python.org/file18951/patch_flush_mmap.diff "Uploaded as text/plain at 2010-09-21.16:36:46 by sable")</li><li>[patch_mmap_flush_updated.diff](https://bugs.python.org/file18963/patch_mmap_flush_updated.diff "Uploaded as text/plain at 2010-09-22.09:04:37 by sable")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-12-11.02:13:28.437>
created_at = <Date 2003-01-31.17:44:42.000>
labels = ['extension-modules', 'type-bug', 'tests']
title = 'test_mmap failing on AIX'
updated_at = <Date 2010-12-11.02:13:28.436>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2010-12-11.02:13:28.436>
actor = 'r.david.murray'
assignee = 'none'
closed = True
closed_date = <Date 2010-12-11.02:13:28.437>
closer = 'r.david.murray'
components = ['Extension Modules', 'Tests']
creation = <Date 2003-01-31.17:44:42.000>
creator = 'nnorwitz'
dependencies = []
files = ['18951', '18963']
hgrepos = []
issue_num = 678250
keywords = ['patch']
message_count = 21.0
messages = ['14327', '14328', '14329', '14330', '14331', '14332', '14333', '14334', '14335', '81716', '114215', '117054', '117070', '117073', '117075', '117081', '117084', '117129', '118993', '119002', '123764']
nosy_count = 10.0
nosy_names = ['tim.peters', 'loewis', 'nnorwitz', 'wheelrl', 'mdr0', 'pitrou', 'sable', 'ajaksu2', 'r.david.murray', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue678250'
versions = ['Python 2.7', 'Python 3.2']
```
</p></details>
| test_mmap failing on AIX | https://api.github.com/repos/python/cpython/issues/37880/comments | 21 | 2003-01-31T17:44:42Z | 2022-04-09T22:34:01Z | https://github.com/python/cpython/issues/37880 | 1,198,791,736 | 37,880 |
[
"python",
"cpython"
] | BPO | [678218](https://bugs.python.org/issue678218)
--- | :---
Nosy | @jackjansen
Files | <li>[bundlebuilder.patch](https://bugs.python.org/file4981/bundlebuilder.patch "Uploaded as text/plain at 2003-01-31.16:44:33 by robind")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-01.08:41:35.000>
created_at = <Date 2003-01-31.16:44:03.000>
labels = ['OS-mac']
title = 'Adds icon support to bundlebuilder.py'
updated_at = <Date 2003-02-01.08:41:35.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-01.08:41:35.000>
actor = 'jvr'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-01-31.16:44:03.000>
creator = 'robind'
dependencies = []
files = ['4981']
hgrepos = []
issue_num = 678218
keywords = ['patch']
message_count = 3.0
messages = ['42629', '42630', '42631']
nosy_count = 3.0
nosy_names = ['jackjansen', 'robind', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678218'
versions = ['Python 2.3']
```
</p></details>
| Adds icon support to bundlebuilder.py | https://api.github.com/repos/python/cpython/issues/37879/comments | 3 | 2003-01-31T16:44:03Z | 2022-04-09T22:34:00Z | https://github.com/python/cpython/issues/37879 | 1,198,791,733 | 37,879 |
[
"python",
"cpython"
] | BPO | [678217](https://bugs.python.org/issue678217)
--- | :---
Nosy | @jackjansen, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-05-23.15:55:09.000>
created_at = <Date 2003-01-31.16:43:54.000>
labels = ['library']
title = 'test_logging fails'
updated_at = <Date 2003-05-23.15:55:09.000>
user = 'https://bugs.python.org/jhylton'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-23.15:55:09.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-31.16:43:54.000>
creator = 'jhylton'
dependencies = []
files = []
hgrepos = []
issue_num = 678217
keywords = []
message_count = 7.0
messages = ['14320', '14321', '14322', '14323', '14324', '14325', '14326']
nosy_count = 4.0
nosy_names = ['jhylton', 'nnorwitz', 'jackjansen', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678217'
versions = []
```
</p></details>
| test_logging fails | https://api.github.com/repos/python/cpython/issues/37878/comments | 7 | 2003-01-31T16:43:54Z | 2022-04-09T22:33:58Z | https://github.com/python/cpython/issues/37878 | 1,198,791,729 | 37,878 |
[
"python",
"cpython"
] | BPO | [678211](https://bugs.python.org/issue678211)
--- | :---
Nosy | @jackjansen
Files | <li>[buildpkg.patch](https://bugs.python.org/file4980/buildpkg.patch "Uploaded as text/plain at 2003-01-31.16:40:33 by robind")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-01.10:13:54.000>
created_at = <Date 2003-01-31.16:39:36.000>
labels = ['OS-mac']
title = 'buildpkg.py fixes for finding resources'
updated_at = <Date 2003-02-01.10:13:54.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-01.10:13:54.000>
actor = 'jvr'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-01-31.16:39:36.000>
creator = 'robind'
dependencies = []
files = ['4980']
hgrepos = []
issue_num = 678211
keywords = ['patch']
message_count = 5.0
messages = ['42624', '42625', '42626', '42627', '42628']
nosy_count = 3.0
nosy_names = ['jackjansen', 'robind', 'jvr']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678211'
versions = ['Python 2.3']
```
</p></details>
| buildpkg.py fixes for finding resources | https://api.github.com/repos/python/cpython/issues/37877/comments | 5 | 2003-01-31T16:39:36Z | 2022-04-09T22:33:57Z | https://github.com/python/cpython/issues/37877 | 1,198,791,725 | 37,877 |
[
"python",
"cpython"
] | BPO | [678077](https://bugs.python.org/issue678077)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-03.15:42:22.000>
created_at = <Date 2003-01-31.11:23:33.000>
labels = ['docs']
title = 'add warning to os.getlogin'
updated_at = <Date 2003-02-03.15:42:22.000>
user = 'https://bugs.python.org/yodagh'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-03.15:42:22.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-01-31.11:23:33.000>
creator = 'yoda_gh'
dependencies = []
files = []
hgrepos = []
issue_num = 678077
keywords = []
message_count = 2.0
messages = ['14318', '14319']
nosy_count = 2.0
nosy_names = ['akuchling', 'yoda_gh']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue678077'
versions = ['Python 2.2']
```
</p></details>
| add warning to os.getlogin | https://api.github.com/repos/python/cpython/issues/37876/comments | 2 | 2003-01-31T11:23:33Z | 2022-04-09T22:33:57Z | https://github.com/python/cpython/issues/37876 | 1,198,791,719 | 37,876 |
[
"python",
"cpython"
] | BPO | [677890](https://bugs.python.org/issue677890)
--- | :---
Nosy | @brettcannon
Files | <li>[os.path.patch](https://bugs.python.org/file4979/os.path.patch "Uploaded as text/plain at 2003-01-31.01:28:05 by gregklanderman"): patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-03-12.04:31:05.000>
created_at = <Date 2003-01-31.01:23:08.000>
labels = ['library']
title = 'add optional CWD argument to os.path.abspath()'
updated_at = <Date 2007-03-12.04:31:05.000>
user = 'https://bugs.python.org/gregklanderman'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-12.04:31:05.000>
actor = 'gregklanderman'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-31.01:23:08.000>
creator = 'gregklanderman'
dependencies = []
files = ['4979']
hgrepos = []
issue_num = 677890
keywords = ['patch']
message_count = 8.0
messages = ['42616', '42617', '42618', '42619', '42620', '42621', '42622', '42623']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'collinwinter', 'jlgijsbers', 'gregklanderman']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677890'
versions = []
```
</p></details>
| add optional CWD argument to os.path.abspath() | https://api.github.com/repos/python/cpython/issues/37875/comments | 8 | 2003-01-31T01:23:08Z | 2022-04-09T22:33:55Z | https://github.com/python/cpython/issues/37875 | 1,198,791,715 | 37,875 |
[
"python",
"cpython"
] | BPO | [677887](https://bugs.python.org/issue677887)
--- | :---
Nosy | @nascheme, @rhettinger
Files | <li>[format_exc.diff](https://bugs.python.org/file4978/format_exc.diff "Uploaded as text/plain at 2003-02-12.16:47:30 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2003-11-05.23:03:54.000>
created_at = <Date 2003-01-31.01:10:59.000>
labels = ['library']
title = 'Add traceback.format_exc'
updated_at = <Date 2003-11-05.23:03:54.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2003-11-05.23:03:54.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-31.01:10:59.000>
creator = 'nascheme'
dependencies = []
files = ['4978']
hgrepos = []
issue_num = 677887
keywords = ['patch']
message_count = 7.0
messages = ['42609', '42610', '42611', '42612', '42613', '42614', '42615']
nosy_count = 3.0
nosy_names = ['nascheme', 'rhettinger', 'jvr']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677887'
versions = []
```
</p></details>
| Add traceback.format_exc | https://api.github.com/repos/python/cpython/issues/37874/comments | 7 | 2003-01-31T01:10:59Z | 2022-04-09T22:33:55Z | https://github.com/python/cpython/issues/37874 | 1,198,791,710 | 37,874 |
[
"python",
"cpython"
] | BPO | [677838](https://bugs.python.org/issue677838)
--- | :---
Nosy | @mwhudson, @smontanaro
Files | <li>[python-mode-line-offset-updated-patch](https://bugs.python.org/file4977/python-mode-line-offset-updated-patch "Uploaded as application/octet-stream at 2003-08-01.17:24:12 by cgw")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2003-08-05.03:33:28.000>
created_at = <Date 2003-01-30.23:11:44.000>
labels = []
title = 'python-mode.el: make C-c - work correctly after C-c |'
updated_at = <Date 2003-08-05.03:33:28.000>
user = 'https://bugs.python.org/cgw'
```
bugs.python.org fields:
```python
activity = <Date 2003-08-05.03:33:28.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2003-01-30.23:11:44.000>
creator = 'cgw'
dependencies = []
files = ['4977']
hgrepos = []
issue_num = 677838
keywords = ['patch']
message_count = 6.0
messages = ['42603', '42604', '42605', '42606', '42607', '42608']
nosy_count = 3.0
nosy_names = ['mwh', 'skip.montanaro', 'cgw']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677838'
versions = []
```
</p></details>
| python-mode.el: make C-c - work correctly after C-c | | https://api.github.com/repos/python/cpython/issues/37873/comments | 6 | 2003-01-30T23:11:44Z | 2022-04-09T22:33:54Z | https://github.com/python/cpython/issues/37873 | 1,198,791,705 | 37,873 |
[
"python",
"cpython"
] | BPO | [677753](https://bugs.python.org/issue677753)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-02-25.12:50:51.000>
created_at = <Date 2003-01-30.21:00:30.000>
labels = ['OS-mac']
title = 'python.exe expected in extension builds'
updated_at = <Date 2003-02-25.12:50:51.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-25.12:50:51.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-01-30.21:00:30.000>
creator = 'robind'
dependencies = []
files = []
hgrepos = []
issue_num = 677753
keywords = []
message_count = 4.0
messages = ['14314', '14315', '14316', '14317']
nosy_count = 2.0
nosy_names = ['jackjansen', 'robind']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677753'
versions = ['Python 2.3']
```
</p></details>
| python.exe expected in extension builds | https://api.github.com/repos/python/cpython/issues/37872/comments | 4 | 2003-01-30T21:00:30Z | 2022-04-09T22:33:53Z | https://github.com/python/cpython/issues/37872 | 1,198,791,701 | 37,872 |
[
"python",
"cpython"
] | BPO | [677719](https://bugs.python.org/issue677719)
--- | :---
Files | <li>[patchrlcomplete](https://bugs.python.org/file4975/patchrlcomplete "Uploaded as application/octet-stream at 2003-01-30.20:39:23 by mbrierst")</li><li>[patchpdb](https://bugs.python.org/file4976/patchpdb "Uploaded as application/octet-stream at 2003-01-30.20:39:53 by mbrierst")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-01-30.20:39:53.000>
created_at = <Date 2003-01-30.20:33:50.000>
labels = ['library']
title = 'improved readline usage in pdb'
updated_at = <Date 2003-01-30.20:39:53.000>
user = 'https://bugs.python.org/mbrierst'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-30.20:39:53.000>
actor = 'mbrierst'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-30.20:33:50.000>
creator = 'mbrierst'
dependencies = []
files = ['4975', '4976']
hgrepos = []
issue_num = 677719
keywords = ['patch']
message_count = 1.0
messages = ['42602']
nosy_count = 1.0
nosy_names = ['mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677719'
versions = ['Python 2.3']
```
</p></details>
| improved readline usage in pdb | https://api.github.com/repos/python/cpython/issues/37871/comments | 1 | 2003-01-30T20:33:50Z | 2022-04-09T22:33:51Z | https://github.com/python/cpython/issues/37871 | 1,198,791,699 | 37,871 |
[
"python",
"cpython"
] | BPO | [677651](https://bugs.python.org/issue677651)
--- | :---
Nosy | @freddrake, @brettcannon, @belm0
Files | <li>[cfgparser.1](https://bugs.python.org/file4973/cfgparser.1 "Uploaded at 2004-05-18.03:50:59 by @belm0"): ConfigParser read patch (2 of 2: new file dist/src/Lib/test/cfgparser.1)</li><li>[ConfigParser.patch](https://bugs.python.org/file4974/ConfigParser.patch "Uploaded as text/plain at 2004-05-18.04:08:40 by @belm0"): ConfigParser read patch (1 of 2: diff)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2004-05-18.04:25:49.000>
created_at = <Date 2003-01-30.18:53:52.000>
labels = []
title = 'ConfigParser.read() should return list of files read'
updated_at = <Date 2004-05-18.04:25:49.000>
user = 'https://github.com/belm0'
```
bugs.python.org fields:
```python
activity = <Date 2004-05-18.04:25:49.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-01-30.18:53:52.000>
creator = 'jbelmonte'
dependencies = []
files = ['4973', '4974']
hgrepos = []
issue_num = 677651
keywords = ['patch']
message_count = 6.0
messages = ['42596', '42597', '42598', '42599', '42600', '42601']
nosy_count = 3.0
nosy_names = ['fdrake', 'brett.cannon', 'jbelmonte']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677651'
versions = []
```
</p></details>
| ConfigParser.read() should return list of files read | https://api.github.com/repos/python/cpython/issues/37870/comments | 6 | 2003-01-30T18:53:52Z | 2022-04-09T22:33:50Z | https://github.com/python/cpython/issues/37870 | 1,198,791,695 | 37,870 |
[
"python",
"cpython"
] | BPO | [677429](https://bugs.python.org/issue677429)
--- | :---
Nosy | @malemburg, @gvanrossum, @doerwalter
Files | <li>[diff.txt](https://bugs.python.org/file4972/diff.txt "Uploaded as text/plain at 2003-01-30.11:43:38 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/doerwalter'
closed_at = <Date 2003-01-31.17:29:23.000>
created_at = <Date 2003-01-30.11:43:06.000>
labels = []
title = 'Out of bounds indizes in PEP293 callbacks'
updated_at = <Date 2003-01-31.17:29:23.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-31.17:29:23.000>
actor = 'doerwalter'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-01-30.11:43:06.000>
creator = 'doerwalter'
dependencies = []
files = ['4972']
hgrepos = []
issue_num = 677429
keywords = ['patch']
message_count = 4.0
messages = ['42592', '42593', '42594', '42595']
nosy_count = 3.0
nosy_names = ['lemburg', 'gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677429'
versions = ['Python 2.3']
```
</p></details>
| Out of bounds indizes in PEP293 callbacks | https://api.github.com/repos/python/cpython/issues/37869/comments | 4 | 2003-01-30T11:43:06Z | 2022-04-09T22:33:49Z | https://github.com/python/cpython/issues/37869 | 1,198,791,692 | 37,869 |
[
"python",
"cpython"
] | BPO | [677293](https://bugs.python.org/issue677293)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-02-25.13:24:22.000>
created_at = <Date 2003-01-30.06:15:56.000>
labels = ['library']
title = "Can't build C ext on OS X with 'altinstall' python"
updated_at = <Date 2003-02-25.13:24:22.000>
user = 'https://bugs.python.org/zenzen'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-25.13:24:22.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2003-01-30.06:15:56.000>
creator = 'zenzen'
dependencies = []
files = []
hgrepos = []
issue_num = 677293
keywords = []
message_count = 3.0
messages = ['14311', '14312', '14313']
nosy_count = 2.0
nosy_names = ['jackjansen', 'zenzen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677293'
versions = []
```
</p></details>
| Can't build C ext on OS X with 'altinstall' python | https://api.github.com/repos/python/cpython/issues/37868/comments | 3 | 2003-01-30T06:15:56Z | 2022-04-09T22:33:48Z | https://github.com/python/cpython/issues/37868 | 1,198,791,689 | 37,868 |
[
"python",
"cpython"
] | BPO | [677103](https://bugs.python.org/issue677103)
--- | :---
Nosy | @loewis, @smontanaro
Files | <li>[bcb.diffs.gz](https://bugs.python.org/file4971/bcb.diffs.gz "Uploaded as application/x-gzip at 2005-06-17.11:24:51 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2007-03-05.14:11:40.000>
created_at = <Date 2003-01-29.22:49:34.000>
labels = ['interpreter-core']
title = 'PYTHONBYTECODEBASE patch (PEP 304)'
updated_at = <Date 2007-03-05.14:11:40.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-05.14:11:40.000>
actor = 'loewis'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-29.22:49:34.000>
creator = 'skip.montanaro'
dependencies = []
files = ['4971']
hgrepos = []
issue_num = 677103
keywords = ['patch']
message_count = 11.0
messages = ['42581', '42582', '42583', '42584', '42585', '42586', '42587', '42588', '42589', '42590', '42591']
nosy_count = 3.0
nosy_names = ['loewis', 'skip.montanaro', 'stevenknight']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue677103'
versions = ['Python 2.5']
```
</p></details>
| PYTHONBYTECODEBASE patch (PEP 304) | https://api.github.com/repos/python/cpython/issues/37867/comments | 11 | 2003-01-29T22:49:34Z | 2022-04-09T22:33:47Z | https://github.com/python/cpython/issues/37867 | 1,198,791,685 | 37,867 |
[
"python",
"cpython"
] | BPO | [676990](https://bugs.python.org/issue676990)
--- | :---
Nosy | @freddrake
Files | <li>[content-model-leak.diff](https://bugs.python.org/file769/content-model-leak.diff "Uploaded as text/plain at 2003-01-31.17:22:08 by @freddrake")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2003-02-02.04:02:34.000>
created_at = <Date 2003-01-29.19:52:20.000>
labels = ['expert-XML']
title = 'memory leak in pyexpat.c::my_ElementDeclHandler()'
updated_at = <Date 2003-02-02.04:02:34.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-02.04:02:34.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['XML']
creation = <Date 2003-01-29.19:52:20.000>
creator = 'nnorwitz'
dependencies = []
files = ['769']
hgrepos = []
issue_num = 676990
keywords = []
message_count = 7.0
messages = ['14304', '14305', '14306', '14307', '14308', '14309', '14310']
nosy_count = 2.0
nosy_names = ['fdrake', 'nnorwitz']
pr_nums = []
priority = 'high'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676990'
versions = ['Python 2.3']
```
</p></details>
| memory leak in pyexpat.c::my_ElementDeclHandler() | https://api.github.com/repos/python/cpython/issues/37866/comments | 7 | 2003-01-29T19:52:20Z | 2022-04-09T22:33:46Z | https://github.com/python/cpython/issues/37866 | 1,198,791,682 | 37,866 |
[
"python",
"cpython"
] | BPO | [676839](https://bugs.python.org/issue676839)
--- | :---
Files | <li>[_iconv_codec.c.diff](https://bugs.python.org/file4970/_iconv_codec.c.diff "Uploaded as text/plain at 2003-01-29.15:31:54 by jlt63")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-10.20:56:23.000>
created_at = <Date 2003-01-29.15:31:01.000>
labels = ['extension-modules']
title = 'Cygwin _iconv_codec module patch'
updated_at = <Date 2003-02-10.20:56:23.000>
user = 'https://bugs.python.org/jlt63'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.20:56:23.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-01-29.15:31:01.000>
creator = 'jlt63'
dependencies = []
files = ['4970']
hgrepos = []
issue_num = 676839
keywords = ['patch']
message_count = 4.0
messages = ['42577', '42578', '42579', '42580']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jlt63']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676839'
versions = []
```
</p></details>
| Cygwin _iconv_codec module patch | https://api.github.com/repos/python/cpython/issues/37865/comments | 4 | 2003-01-29T15:31:01Z | 2022-04-09T22:33:44Z | https://github.com/python/cpython/issues/37865 | 1,198,791,675 | 37,865 |
[
"python",
"cpython"
] | BPO | [676837](https://bugs.python.org/issue676837)
--- | :---
Files | <li>[arraymodule.c.diff](https://bugs.python.org/file4969/arraymodule.c.diff "Uploaded as text/plain at 2003-01-29.15:28:52 by jlt63")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-10.20:53:43.000>
created_at = <Date 2003-01-29.15:28:01.000>
labels = ['extension-modules']
title = 'Cygwin array module patch'
updated_at = <Date 2003-02-10.20:53:43.000>
user = 'https://bugs.python.org/jlt63'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-10.20:53:43.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-01-29.15:28:01.000>
creator = 'jlt63'
dependencies = []
files = ['4969']
hgrepos = []
issue_num = 676837
keywords = ['patch']
message_count = 5.0
messages = ['42572', '42573', '42574', '42575', '42576']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jlt63']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676837'
versions = []
```
</p></details>
| Cygwin array module patch | https://api.github.com/repos/python/cpython/issues/37864/comments | 5 | 2003-01-29T15:28:01Z | 2022-04-09T22:33:43Z | https://github.com/python/cpython/issues/37864 | 1,198,791,674 | 37,864 |
[
"python",
"cpython"
] | BPO | [676835](https://bugs.python.org/issue676835)
--- | :---
Files | <li>[setup.py.diff](https://bugs.python.org/file4968/setup.py.diff "Uploaded as text/plain at 2003-01-29.15:25:53 by jlt63")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-05.15:13:35.000>
created_at = <Date 2003-01-29.15:24:47.000>
labels = ['library']
title = 'Cygwin _tkinter Tcl/Tk 8.4 patch'
updated_at = <Date 2003-02-05.15:13:35.000>
user = 'https://bugs.python.org/jlt63'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-05.15:13:35.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2003-01-29.15:24:47.000>
creator = 'jlt63'
dependencies = []
files = ['4968']
hgrepos = []
issue_num = 676835
keywords = ['patch']
message_count = 4.0
messages = ['42568', '42569', '42570', '42571']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jlt63']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676835'
versions = []
```
</p></details>
| Cygwin _tkinter Tcl/Tk 8.4 patch | https://api.github.com/repos/python/cpython/issues/37863/comments | 4 | 2003-01-29T15:24:47Z | 2022-04-09T22:33:42Z | https://github.com/python/cpython/issues/37863 | 1,198,791,668 | 37,863 |
[
"python",
"cpython"
] | BPO | [676521](https://bugs.python.org/issue676521)
--- | :---
Nosy | @mwhudson
Files | <li>[parser-fixes.diff](https://bugs.python.org/file768/parser-fixes.diff "Uploaded as text/plain at 2003-01-29.10:52:53 by @mwhudson"): mwh's fixes</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2003-01-29.23:11:18.000>
created_at = <Date 2003-01-29.02:28:43.000>
labels = ['interpreter-core']
title = 'parser module validation failure'
updated_at = <Date 2003-01-29.23:11:18.000>
user = 'https://bugs.python.org/logistix'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-29.23:11:18.000>
actor = 'logistix'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-29.02:28:43.000>
creator = 'logistix'
dependencies = []
files = ['768']
hgrepos = []
issue_num = 676521
keywords = []
message_count = 6.0
messages = ['14298', '14299', '14300', '14301', '14302', '14303']
nosy_count = 3.0
nosy_names = ['mwh', 'nnorwitz', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676521'
versions = ['Python 2.3']
```
</p></details>
| parser module validation failure | https://api.github.com/repos/python/cpython/issues/37862/comments | 6 | 2003-01-29T02:28:43Z | 2022-04-09T22:33:42Z | https://github.com/python/cpython/issues/37862 | 1,198,791,664 | 37,862 |
[
"python",
"cpython"
] | BPO | [676478](https://bugs.python.org/issue676478)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-01-29.09:50:31.000>
created_at = <Date 2003-01-29.00:31:03.000>
labels = ['OS-mac', 'type-feature']
title = 'PythonLauncher to honour #!'
updated_at = <Date 2003-01-29.09:50:31.000>
user = 'https://bugs.python.org/robind'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-29.09:50:31.000>
actor = 'jackjansen'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-01-29.00:31:03.000>
creator = 'robind'
dependencies = []
files = []
hgrepos = []
issue_num = 676478
keywords = []
message_count = 2.0
messages = ['53746', '53747']
nosy_count = 2.0
nosy_names = ['jackjansen', 'robind']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue676478'
versions = []
```
</p></details>
| PythonLauncher to honour #! | https://api.github.com/repos/python/cpython/issues/37861/comments | 2 | 2003-01-29T00:31:03Z | 2022-04-09T22:33:40Z | https://github.com/python/cpython/issues/37861 | 1,198,791,663 | 37,861 |
[
"python",
"cpython"
] | BPO | [676472](https://bugs.python.org/issue676472)
--- | :---
Nosy | @gvanrossum
Files | <li>[_ssl.c.patch](https://bugs.python.org/file4967/_ssl.c.patch "Uploaded as text/plain at 2003-01-29.00:16:36 by gtalvola"): patch to _ssl.c to fix non-blocking behavior</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-01-31.18:18:50.000>
created_at = <Date 2003-01-29.00:15:27.000>
labels = ['extension-modules']
title = 'correct non-blocking behavior in _ssl.c'
updated_at = <Date 2003-01-31.18:18:50.000>
user = 'https://bugs.python.org/gtalvola'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-31.18:18:50.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2003-01-29.00:15:27.000>
creator = 'gtalvola'
dependencies = []
files = ['4967']
hgrepos = []
issue_num = 676472
keywords = ['patch']
message_count = 3.0
messages = ['42565', '42566', '42567']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'gtalvola']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676472'
versions = ['Python 2.3']
```
</p></details>
| correct non-blocking behavior in _ssl.c | https://api.github.com/repos/python/cpython/issues/37860/comments | 3 | 2003-01-29T00:15:27Z | 2022-04-09T22:33:40Z | https://github.com/python/cpython/issues/37860 | 1,198,791,659 | 37,860 |
[
"python",
"cpython"
] | BPO | [676358](https://bugs.python.org/issue676358)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-02-17.15:48:38.000>
created_at = <Date 2003-01-28.21:17:34.000>
labels = ['OS-mac', 'type-feature']
title = 'Have PythonLauncher use #! line'
updated_at = <Date 2003-02-17.15:48:38.000>
user = 'https://bugs.python.org/chrishbarker'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-17.15:48:38.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-01-28.21:17:34.000>
creator = 'chrishbarker'
dependencies = []
files = []
hgrepos = []
issue_num = 676358
keywords = []
message_count = 2.0
messages = ['14296', '14297']
nosy_count = 2.0
nosy_names = ['jackjansen', 'chrishbarker']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue676358'
versions = []
```
</p></details>
| Have PythonLauncher use #! line | https://api.github.com/repos/python/cpython/issues/37859/comments | 2 | 2003-01-28T21:17:34Z | 2022-04-09T22:33:38Z | https://github.com/python/cpython/issues/37859 | 1,198,791,654 | 37,859 |
[
"python",
"cpython"
] | BPO | [676346](https://bugs.python.org/issue676346)
--- | :---
Nosy | @malemburg, @facundobatista
Files | <li>[func.py](https://bugs.python.org/file767/func.py "Uploaded as text/plain at 2003-01-28.21:00:52 by dmgrime"): Test Case</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2005-05-30.19:55:37.000>
created_at = <Date 2003-01-28.20:59:42.000>
labels = ['expert-unicode']
title = 'String formatting operation Unicode problem.'
updated_at = <Date 2005-05-30.19:55:37.000>
user = 'https://bugs.python.org/dmgrime'
```
bugs.python.org fields:
```python
activity = <Date 2005-05-30.19:55:37.000>
actor = 'facundobatista'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2003-01-28.20:59:42.000>
creator = 'dmgrime'
dependencies = []
files = ['767']
hgrepos = []
issue_num = 676346
keywords = []
message_count = 4.0
messages = ['14292', '14293', '14294', '14295']
nosy_count = 3.0
nosy_names = ['lemburg', 'facundobatista', 'dmgrime']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676346'
versions = ['Python 2.2']
```
</p></details>
| String formatting operation Unicode problem. | https://api.github.com/repos/python/cpython/issues/37858/comments | 4 | 2003-01-28T20:59:42Z | 2022-04-09T22:33:37Z | https://github.com/python/cpython/issues/37858 | 1,198,791,651 | 37,858 |
[
"python",
"cpython"
] | BPO | [676342](https://bugs.python.org/issue676342)
--- | :---
Nosy | @mwhudson, @gvanrossum, @rhettinger
Files | <li>[patchreadline](https://bugs.python.org/file759/patchreadline "Uploaded as application/octet-stream at 2003-01-28.21:02:35 by mbrierst")</li><li>[patchcmd](https://bugs.python.org/file760/patchcmd "Uploaded as application/octet-stream at 2003-01-28.21:03:04 by mbrierst")</li><li>[patchreadline2](https://bugs.python.org/file761/patchreadline2 "Uploaded as application/octet-stream at 2003-01-29.15:27:34 by mbrierst")</li><li>[patchcmd2](https://bugs.python.org/file762/patchcmd2 "Uploaded as application/octet-stream at 2003-01-31.21:25:48 by mbrierst")</li><li>[patchcmd2](https://bugs.python.org/file763/patchcmd2 "Uploaded as application/octet-stream at 2003-02-01.06:37:38 by mbrierst")</li><li>[patchcmd2](https://bugs.python.org/file764/patchcmd2 "Uploaded as application/octet-stream at 2003-02-01.06:41:54 by mbrierst")</li><li>[patchcmd1.26.16.3](https://bugs.python.org/file765/patchcmd1.26.16.3 "Uploaded as version=1.1.2 at 2003-02-21.17:54:11 by mbrierst")</li><li>[patchrdline2.41.6.4](https://bugs.python.org/file766/patchrdline2.41.6.4 "Uploaded as application/octet-stream at 2003-02-21.17:55:25 by mbrierst")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-03-01.15:15:01.000>
created_at = <Date 2003-01-28.20:53:56.000>
labels = ['library']
title = 'after using pdb readline does not work correctly'
updated_at = <Date 2003-03-01.15:15:01.000>
user = 'https://bugs.python.org/mbrierst'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-01.15:15:01.000>
actor = 'nnorwitz'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-28.20:53:56.000>
creator = 'mbrierst'
dependencies = []
files = ['759', '760', '761', '762', '763', '764', '765', '766']
hgrepos = []
issue_num = 676342
keywords = []
message_count = 18.0
messages = ['14274', '14275', '14276', '14277', '14278', '14279', '14280', '14281', '14282', '14283', '14284', '14285', '14286', '14287', '14288', '14289', '14290', '14291']
nosy_count = 5.0
nosy_names = ['mwh', 'gvanrossum', 'nnorwitz', 'rhettinger', 'mbrierst']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676342'
versions = ['Python 2.2']
```
</p></details>
| after using pdb readline does not work correctly | https://api.github.com/repos/python/cpython/issues/37857/comments | 18 | 2003-01-28T20:53:56Z | 2022-04-09T22:33:36Z | https://github.com/python/cpython/issues/37857 | 1,198,791,647 | 37,857 |
[
"python",
"cpython"
] | BPO | [676292](https://bugs.python.org/issue676292)
--- | :---
Nosy | @akuchling
Files | <li>[BaseHTTPServer.diff](https://bugs.python.org/file758/BaseHTTPServer.diff "Uploaded as text/plain at 2003-01-30.00:12:41 by dalke")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-03.19:17:33.000>
created_at = <Date 2003-01-28.19:38:01.000>
labels = []
title = 'BaseHTTPServer incorrectly parses protocol'
updated_at = <Date 2003-02-03.19:17:33.000>
user = 'https://bugs.python.org/dalke'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-03.19:17:33.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-01-28.19:38:01.000>
creator = 'dalke'
dependencies = []
files = ['758']
hgrepos = []
issue_num = 676292
keywords = []
message_count = 4.0
messages = ['14270', '14271', '14272', '14273']
nosy_count = 3.0
nosy_names = ['akuchling', 'nnorwitz', 'dalke']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676292'
versions = []
```
</p></details>
| BaseHTTPServer incorrectly parses protocol | https://api.github.com/repos/python/cpython/issues/37856/comments | 4 | 2003-01-28T19:38:01Z | 2022-04-09T22:33:35Z | https://github.com/python/cpython/issues/37856 | 1,198,791,641 | 37,856 |
[
"python",
"cpython"
] | BPO | [676273](https://bugs.python.org/issue676273)
--- | :---
Nosy | @akuchling
Files | <li>[BaseHTTPServer.diff2](https://bugs.python.org/file756/BaseHTTPServer.diff2 "Uploaded as application/octet-stream at 2003-01-30.00:24:36 by dalke"): diff to remove comments about vague spec</li><li>[BaseHTTPServer.diff2](https://bugs.python.org/file757/BaseHTTPServer.diff2 "Uploaded as application/octet-stream at 2003-01-30.00:24:59 by dalke"): diff to remove comments about vague spec</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2003-02-03.15:27:05.000>
created_at = <Date 2003-01-28.19:09:12.000>
labels = ['library']
title = 'BaseHTTPServer; HTTP/1.1 spec not "vague"'
updated_at = <Date 2003-02-03.15:27:05.000>
user = 'https://bugs.python.org/dalke'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-03.15:27:05.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-28.19:09:12.000>
creator = 'dalke'
dependencies = []
files = ['756', '757']
hgrepos = []
issue_num = 676273
keywords = []
message_count = 5.0
messages = ['14265', '14266', '14267', '14268', '14269']
nosy_count = 3.0
nosy_names = ['akuchling', 'nnorwitz', 'dalke']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676273'
versions = ['Python 2.3']
```
</p></details>
| BaseHTTPServer; HTTP/1.1 spec not "vague" | https://api.github.com/repos/python/cpython/issues/37855/comments | 5 | 2003-01-28T19:09:12Z | 2022-04-09T22:33:34Z | https://github.com/python/cpython/issues/37855 | 1,198,791,636 | 37,855 |
[
"python",
"cpython"
] | BPO | [676233](https://bugs.python.org/issue676233)
--- | :---
Nosy | @freddrake, @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2003-05-19.20:12:57.000>
created_at = <Date 2003-01-28.18:15:24.000>
labels = ['docs']
title = 'bsddb doc error'
updated_at = <Date 2003-05-19.20:12:57.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-19.20:12:57.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2003-01-28.18:15:24.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 676233
keywords = []
message_count = 2.0
messages = ['14263', '14264']
nosy_count = 2.0
nosy_names = ['fdrake', 'barry']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676233'
versions = []
```
</p></details>
| bsddb doc error | https://api.github.com/repos/python/cpython/issues/37854/comments | 2 | 2003-01-28T18:15:24Z | 2022-04-09T22:33:33Z | https://github.com/python/cpython/issues/37854 | 1,198,791,633 | 37,854 |
[
"python",
"cpython"
] | BPO | [676155](https://bugs.python.org/issue676155)
--- | :---
Nosy | @mwhudson, @tim-one
Files | <li>[tp_cmp.diff](https://bugs.python.org/file755/tp_cmp.diff "Uploaded as text/plain at 2003-01-28.17:23:12 by nnorwitz"): patch to fix coerce problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-01-28.19:47:19.000>
created_at = <Date 2003-01-28.15:55:34.000>
labels = ['interpreter-core']
title = 'RuntimeWarning with tp_compare'
updated_at = <Date 2003-01-28.19:47:19.000>
user = 'https://bugs.python.org/dalke'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-28.19:47:19.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-28.15:55:34.000>
creator = 'dalke'
dependencies = []
files = ['755']
hgrepos = []
issue_num = 676155
keywords = []
message_count = 10.0
messages = ['14253', '14254', '14255', '14256', '14257', '14258', '14259', '14260', '14261', '14262']
nosy_count = 4.0
nosy_names = ['mwh', 'tim.peters', 'nnorwitz', 'dalke']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676155'
versions = []
```
</p></details>
| RuntimeWarning with tp_compare | https://api.github.com/repos/python/cpython/issues/37853/comments | 10 | 2003-01-28T15:55:34Z | 2022-04-09T22:33:31Z | https://github.com/python/cpython/issues/37853 | 1,198,791,629 | 37,853 |
[
"python",
"cpython"
] | BPO | [676072](https://bugs.python.org/issue676072)
--- | :---
Nosy | @warsaw, @rhettinger
Files | <li>[python-2.2.2-message-contains.diff](https://bugs.python.org/file753/python-2.2.2-message-contains.diff "Uploaded as text/plain at 2003-01-28.13:32:54 by fufsource"): patch that adds __contains__() to rfc822.Message()</li><li>[rfc822.diff](https://bugs.python.org/file754/rfc822.diff "Uploaded as text/plain at 2003-01-30.23:40:22 by @rhettinger"): RFC822 patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2003-01-31.16:55:15.000>
created_at = <Date 2003-01-28.13:32:08.000>
labels = ['library']
title = "rfc822.Message() doesn't support __contains__() (+patch)"
updated_at = <Date 2003-01-31.16:55:15.000>
user = 'https://bugs.python.org/fufsource'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-31.16:55:15.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2003-01-28.13:32:08.000>
creator = 'fufsource'
dependencies = []
files = ['753', '754']
hgrepos = []
issue_num = 676072
keywords = []
message_count = 8.0
messages = ['14245', '14246', '14247', '14248', '14249', '14250', '14251', '14252']
nosy_count = 3.0
nosy_names = ['barry', 'rhettinger', 'fufsource']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue676072'
versions = ['Python 2.2']
```
</p></details>
| rfc822.Message() doesn't support __contains__() (+patch) | https://api.github.com/repos/python/cpython/issues/37852/comments | 8 | 2003-01-28T13:32:08Z | 2022-04-09T22:33:31Z | https://github.com/python/cpython/issues/37852 | 1,198,791,626 | 37,852 |
[
"python",
"cpython"
] | BPO | [675976](https://bugs.python.org/issue675976)
--- | :---
Nosy | @sjoerdmullender, @akuchling, @devdanzin, @bitdancer
Files | <li>[mhlib.patch](https://bugs.python.org/file4965/mhlib.patch "Uploaded as text/plain at 2003-02-13.09:48:09 by @sjoerdmullender"): patch for mhlib adding the use of MHCONTEXT</li><li>[mhlib.patch](https://bugs.python.org/file4966/mhlib.patch "Uploaded as text/plain at 2007-01-13.21:14:31 by @sjoerdmullender"): new patch for mhlib adding MHCONTEXT support</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2013-02-24.00:38:38.698>
created_at = <Date 2003-01-28.09:16:14.000>
labels = ['type-feature', 'library']
title = 'mhlib does not obey MHCONTEXT env var'
updated_at = <Date 2013-02-24.00:38:38.696>
user = 'https://github.com/sjoerdmullender'
```
bugs.python.org fields:
```python
activity = <Date 2013-02-24.00:38:38.696>
actor = 'r.david.murray'
assignee = 'none'
closed = True
closed_date = <Date 2013-02-24.00:38:38.698>
closer = 'r.david.murray'
components = ['Library (Lib)']
creation = <Date 2003-01-28.09:16:14.000>
creator = 'sjoerd'
dependencies = []
files = ['4965', '4966']
hgrepos = []
issue_num = 675976
keywords = ['patch']
message_count = 8.0
messages = ['42560', '42561', '42562', '42563', '42564', '84693', '114214', '182841']
nosy_count = 6.0
nosy_names = ['sjoerd', 'akuchling', 'nnorwitz', 'ajaksu2', 'r.david.murray', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue675976'
versions = ['Python 3.2']
```
</p></details>
| mhlib does not obey MHCONTEXT env var | https://api.github.com/repos/python/cpython/issues/37851/comments | 8 | 2003-01-28T09:16:14Z | 2022-04-09T22:33:29Z | https://github.com/python/cpython/issues/37851 | 1,198,791,624 | 37,851 |
[
"python",
"cpython"
] | BPO | [675928](https://bugs.python.org/issue675928)
--- | :---
Nosy | @tim-one, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2003-05-12.20:55:54.000>
created_at = <Date 2003-01-28.06:06:53.000>
labels = ['interpreter-core', 'type-feature']
title = 'Have exception arguments keep their type'
updated_at = <Date 2003-05-12.20:55:54.000>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-12.20:55:54.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2003-01-28.06:06:53.000>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 675928
keywords = []
message_count = 6.0
messages = ['14239', '14240', '14241', '14242', '14243', '14244']
nosy_count = 2.0
nosy_names = ['tim.peters', 'brett.cannon']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue675928'
versions = []
```
</p></details>
| Have exception arguments keep their type | https://api.github.com/repos/python/cpython/issues/37850/comments | 6 | 2003-01-28T06:06:53Z | 2022-04-09T22:33:28Z | https://github.com/python/cpython/issues/37850 | 1,198,791,618 | 37,850 |
[
"python",
"cpython"
] | BPO | [675864](https://bugs.python.org/issue675864)
--- | :---
Nosy | @brettcannon, @rhettinger
Files | <li>[findall.py](https://bugs.python.org/file4964/findall.py "Uploaded as text/plain at 2003-01-31.09:30:35 by hfastedge"): properly indented version of that which was pasted.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-07-14.07:40:54.000>
created_at = <Date 2003-01-28.02:00:38.000>
labels = []
title = 'patch for new func. string.findall'
updated_at = <Date 2003-07-14.07:40:54.000>
user = 'https://bugs.python.org/hfastedge'
```
bugs.python.org fields:
```python
activity = <Date 2003-07-14.07:40:54.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2003-01-28.02:00:38.000>
creator = 'hfastedge'
dependencies = []
files = ['4964']
hgrepos = []
issue_num = 675864
keywords = ['patch']
message_count = 5.0
messages = ['42555', '42556', '42557', '42558', '42559']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'rhettinger', 'hfastedge']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue675864'
versions = []
```
</p></details>
| patch for new func. string.findall | https://api.github.com/repos/python/cpython/issues/37849/comments | 5 | 2003-01-28T02:00:38Z | 2022-04-09T22:33:26Z | https://github.com/python/cpython/issues/37849 | 1,198,791,616 | 37,849 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.