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 | [1313939](https://bugs.python.org/issue1313939)
--- | :---
Nosy | @malemburg, @loewis, @doerwalter
Files | <li>[diff.txt](https://bugs.python.org/file6809/diff.txt "Uploaded as text/plain at 2005-10-05.15:01:52 by @doerwalter")</li><li>[diff2.txt](https://bugs.python.org/file6810/diff2.txt "Uploaded as text/plain at 2005-10-06.14:45:22 by @doerwalter")</li><li>[diff3.txt](https://bugs.python.org/file6811/diff3.txt "Uploaded as text/plain at 2005-10-06.15:50:17 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/malemburg'
closed_at = <Date 2005-11-02.07:12:36.000>
created_at = <Date 2005-10-05.15:01:51.000>
labels = ['library']
title = 'Speedup PyUnicode_DecodeCharmap'
updated_at = <Date 2005-11-02.07:12:36.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-02.07:12:36.000>
actor = 'nnorwitz'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-10-05.15:01:51.000>
creator = 'doerwalter'
dependencies = []
files = ['6809', '6810', '6811']
hgrepos = []
issue_num = 1313939
keywords = ['patch']
message_count = 13.0
messages = ['48824', '48825', '48826', '48827', '48828', '48829', '48830', '48831', '48832', '48833', '48834', '48835', '48836']
nosy_count = 4.0
nosy_names = ['lemburg', 'loewis', 'doerwalter', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1313939'
versions = []
```
</p></details>
| Speedup PyUnicode_DecodeCharmap | https://api.github.com/repos/python/cpython/issues/42448/comments | 13 | 2005-10-05T15:01:51Z | 2022-04-10T00:00:30Z | https://github.com/python/cpython/issues/42448 | 1,198,810,252 | 42,448 |
[
"python",
"cpython"
] | BPO | [1313496](https://bugs.python.org/issue1313496)
--- | :---
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 2005-10-05.11:51:15.000>
created_at = <Date 2005-10-05.05:27:36.000>
labels = ['library']
title = "bisect C replacement doesn't accept named args"
updated_at = <Date 2005-10-05.11:51:15.000>
user = 'https://bugs.python.org/drewp'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-05.11:51:15.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-10-05.05:27:36.000>
creator = 'drewp'
dependencies = []
files = []
hgrepos = []
issue_num = 1313496
keywords = []
message_count = 3.0
messages = ['26506', '26507', '26508']
nosy_count = 2.0
nosy_names = ['rhettinger', 'drewp']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1313496'
versions = ['Python 2.4']
```
</p></details>
| bisect C replacement doesn't accept named args | https://api.github.com/repos/python/cpython/issues/42447/comments | 3 | 2005-10-05T05:27:36Z | 2022-04-10T00:00:29Z | https://github.com/python/cpython/issues/42447 | 1,198,810,246 | 42,447 |
[
"python",
"cpython"
] | BPO | [1313119](https://bugs.python.org/issue1313119)
--- | :---
Nosy | @malemburg, @avassalotti
<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-12-13.17:58:55.417>
created_at = <Date 2005-10-04.17:57:39.000>
labels = ['expert-unicode']
title = 'urlparse "caches" parses regardless of encoding'
updated_at = <Date 2007-12-13.17:58:55.404>
user = 'https://bugs.python.org/kkinder'
```
bugs.python.org fields:
```python
activity = <Date 2007-12-13.17:58:55.404>
actor = 'alexandre.vassalotti'
assignee = 'none'
closed = True
closed_date = <Date 2007-12-13.17:58:55.417>
closer = 'alexandre.vassalotti'
components = ['Unicode']
creation = <Date 2005-10-04.17:57:39.000>
creator = 'kkinder'
dependencies = []
files = []
hgrepos = []
issue_num = 1313119
keywords = []
message_count = 4.0
messages = ['26504', '26505', '58345', '58541']
nosy_count = 4.0
nosy_names = ['lemburg', 'kkinder', 'alexandre.vassalotti', 'palfrey']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1313119'
versions = ['Python 2.5', 'Python 2.4']
```
</p></details>
| urlparse "caches" parses regardless of encoding | https://api.github.com/repos/python/cpython/issues/42446/comments | 4 | 2005-10-04T17:57:39Z | 2022-04-10T00:00:27Z | https://github.com/python/cpython/issues/42446 | 1,198,810,242 | 42,446 |
[
"python",
"cpython"
] | BPO | [1313051](https://bugs.python.org/issue1313051)
--- | :---
Nosy | @malemburg, @doerwalter, @josiahcarlson
Files | <li>[mac_roman.py](https://bugs.python.org/file1808/mac_roman.py "Uploaded as text/plain at 2005-10-05.02:16:24 by tony_nelson"): mac_roman codec generated from ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT</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 2005-10-27.19:38:23.000>
created_at = <Date 2005-10-04.16:37:41.000>
labels = ['library']
title = 'mac_roman codec missing "apple" codepoint'
updated_at = <Date 2005-10-27.19:38:23.000>
user = 'https://bugs.python.org/tonynelson'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-27.19:38:23.000>
actor = 'josiahcarlson'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-10-04.16:37:41.000>
creator = 'tony_nelson'
dependencies = []
files = ['1808']
hgrepos = []
issue_num = 1313051
keywords = []
message_count = 7.0
messages = ['26497', '26498', '26499', '26500', '26501', '26502', '26503']
nosy_count = 4.0
nosy_names = ['lemburg', 'doerwalter', 'josiahcarlson', 'tony_nelson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1313051'
versions = ['Python 2.3']
```
</p></details>
| mac_roman codec missing "apple" codepoint | https://api.github.com/repos/python/cpython/issues/42445/comments | 7 | 2005-10-04T16:37:41Z | 2022-04-10T00:00:26Z | https://github.com/python/cpython/issues/42445 | 1,198,810,239 | 42,445 |
[
"python",
"cpython"
] | BPO | [1312980](https://bugs.python.org/issue1312980)
--- | :---
Nosy | @birkenfeld
Files | <li>[diff](https://bugs.python.org/file6808/diff "Uploaded as application/octet-stream at 2005-10-04.15:12:13 by euske"): context diff against httplib.py in Python2.4.1</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-13.21:40:38.000>
created_at = <Date 2005-10-04.15:12:10.000>
labels = ['library']
title = 'httplib error handling and HTTP/0.9 fix'
updated_at = <Date 2007-03-13.21:40:38.000>
user = 'https://bugs.python.org/euske'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-13.21:40:38.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-10-04.15:12:10.000>
creator = 'euske'
dependencies = []
files = ['6808']
hgrepos = []
issue_num = 1312980
keywords = ['patch']
message_count = 2.0
messages = ['48822', '48823']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'euske']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1312980'
versions = ['Python 2.4']
```
</p></details>
| httplib error handling and HTTP/0.9 fix | https://api.github.com/repos/python/cpython/issues/42444/comments | 2 | 2005-10-04T15:12:10Z | 2022-04-10T00:00:25Z | https://github.com/python/cpython/issues/42444 | 1,198,810,233 | 42,444 |
[
"python",
"cpython"
] | BPO | [1311993](https://bugs.python.org/issue1311993)
--- | :---
Nosy | @birkenfeld
Files | <li>[crash.py](https://bugs.python.org/file1807/crash.py "Uploaded as text/plain at 2005-10-03.15:47:22 by ben-hin"): Makes python crash with apsw.</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 2005-10-03.16:25:42.000>
created_at = <Date 2005-10-03.15:47:21.000>
labels = ['interpreter-core']
title = 'Python breakdown in windows (uses apsw)'
updated_at = <Date 2005-10-03.16:25:42.000>
user = 'https://bugs.python.org/ben-hin'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.16:25:42.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-10-03.15:47:21.000>
creator = 'ben-hin'
dependencies = []
files = ['1807']
hgrepos = []
issue_num = 1311993
keywords = []
message_count = 2.0
messages = ['26495', '26496']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'ben-hin']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1311993'
versions = ['Python 2.4']
```
</p></details>
| Python breakdown in windows (uses apsw) | https://api.github.com/repos/python/cpython/issues/42443/comments | 2 | 2005-10-03T15:47:21Z | 2022-04-10T00:00:24Z | https://github.com/python/cpython/issues/42443 | 1,198,810,227 | 42,443 |
[
"python",
"cpython"
] | BPO | [1311784](https://bugs.python.org/issue1311784)
--- | :---
Nosy | @mwhudson, @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 2005-12-21.05:43:30.000>
created_at = <Date 2005-10-03.12:18:20.000>
labels = ['OS-windows']
title = 'python.exe 2.4.2 compiled with VS2005 crashes'
updated_at = <Date 2005-12-21.05:43:30.000>
user = 'https://bugs.python.org/peteicoserve'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-21.05:43:30.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-10-03.12:18:20.000>
creator = 'pete_icoserve'
dependencies = []
files = []
hgrepos = []
issue_num = 1311784
keywords = []
message_count = 16.0
messages = ['26479', '26480', '26481', '26482', '26483', '26484', '26485', '26486', '26487', '26488', '26489', '26490', '26491', '26492', '26493', '26494']
nosy_count = 6.0
nosy_names = ['mwh', 'loewis', 'nnorwitz', 'moese', 'pete_icoserve', 'khepri']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1311784'
versions = ['Python 2.4']
```
</p></details>
| python.exe 2.4.2 compiled with VS2005 crashes | https://api.github.com/repos/python/cpython/issues/42442/comments | 16 | 2005-10-03T12:18:20Z | 2022-04-10T00:00:22Z | https://github.com/python/cpython/issues/42442 | 1,198,810,224 | 42,442 |
[
"python",
"cpython"
] | BPO | [1311674](https://bugs.python.org/issue1311674)
--- | :---
Nosy | @freddrake, @birkenfeld
<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 2005-10-03.14:27:52.000>
created_at = <Date 2005-10-03.10:00:48.000>
labels = ['docs']
title = 'broken link in sets page'
updated_at = <Date 2005-10-03.14:27:52.000>
user = 'https://bugs.python.org/conaneb'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.14:27:52.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-10-03.10:00:48.000>
creator = 'conaneb'
dependencies = []
files = []
hgrepos = []
issue_num = 1311674
keywords = []
message_count = 3.0
messages = ['26476', '26477', '26478']
nosy_count = 3.0
nosy_names = ['fdrake', 'georg.brandl', 'conaneb']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1311674'
versions = []
```
</p></details>
| broken link in sets page | https://api.github.com/repos/python/cpython/issues/42441/comments | 3 | 2005-10-03T10:00:48Z | 2022-04-10T00:00:22Z | https://github.com/python/cpython/issues/42441 | 1,198,810,220 | 42,441 |
[
"python",
"cpython"
] | BPO | [1311579](https://bugs.python.org/issue1311579)
--- | :---
Nosy | @loewis
Files | <li>[make.log](https://bugs.python.org/file1805/make.log "Uploaded as application/octet-stream at 2005-10-03.07:58:22 by nlhas"): Output from make</li><li>[script.txt](https://bugs.python.org/file1806/script.txt "Uploaded as text/plain at 2005-10-10.18:17:36 by nlhas"): Script output nm and ar</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 2005-10-10.20:24:48.000>
created_at = <Date 2005-10-03.07:58:22.000>
labels = []
title = '2.4.2 make problems'
updated_at = <Date 2005-10-10.20:24:48.000>
user = 'https://bugs.python.org/nlhas'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-10.20:24:48.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-10-03.07:58:22.000>
creator = 'nlhas'
dependencies = []
files = ['1805', '1806']
hgrepos = []
issue_num = 1311579
keywords = []
message_count = 6.0
messages = ['26470', '26471', '26472', '26473', '26474', '26475']
nosy_count = 2.0
nosy_names = ['loewis', 'nlhas']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1311579'
versions = []
```
</p></details>
| 2.4.2 make problems | https://api.github.com/repos/python/cpython/issues/42440/comments | 6 | 2005-10-03T07:58:22Z | 2022-04-10T00:00:20Z | https://github.com/python/cpython/issues/42440 | 1,198,810,216 | 42,440 |
[
"python",
"cpython"
] | BPO | [1310381](https://bugs.python.org/issue1310381)
--- | :---
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 2007-04-04.18:47:01.000>
created_at = <Date 2005-10-01.17:21:42.000>
labels = ['library']
title = 'httplib : SSL fake sockets to close correctly'
updated_at = <Date 2007-04-04.18:47:01.000>
user = 'https://bugs.python.org/kxroberto'
```
bugs.python.org fields:
```python
activity = <Date 2007-04-04.18:47:01.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-10-01.17:21:42.000>
creator = 'kxroberto'
dependencies = []
files = []
hgrepos = []
issue_num = 1310381
keywords = ['patch']
message_count = 2.0
messages = ['48820', '48821']
nosy_count = 2.0
nosy_names = ['loewis', 'kxroberto']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1310381'
versions = ['Python 2.4']
```
</p></details>
| httplib : SSL fake sockets to close correctly | https://api.github.com/repos/python/cpython/issues/42439/comments | 2 | 2005-10-01T17:21:42Z | 2022-04-10T00:00:19Z | https://github.com/python/cpython/issues/42439 | 1,198,810,214 | 42,439 |
[
"python",
"cpython"
] | BPO | [1309724](https://bugs.python.org/issue1309724)
--- | :---
<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-10-01.02:57:11.000>
created_at = <Date 2005-09-30.19:37:58.000>
labels = ['invalid', 'library']
title = '__getnewargs__ is in pickle docs but not in code'
updated_at = <Date 2005-10-01.02:57:11.000>
user = 'https://bugs.python.org/myerscarpenter'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-01.02:57:11.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-30.19:37:58.000>
creator = 'myers_carpenter'
dependencies = []
files = []
hgrepos = []
issue_num = 1309724
keywords = []
message_count = 3.0
messages = ['26467', '26468', '26469']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'myers_carpenter']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1309724'
versions = ['Python 2.3']
```
</p></details>
| __getnewargs__ is in pickle docs but not in code | https://api.github.com/repos/python/cpython/issues/42438/comments | 3 | 2005-09-30T19:37:58Z | 2022-04-10T00:00:18Z | https://github.com/python/cpython/issues/42438 | 1,198,810,210 | 42,438 |
[
"python",
"cpython"
] | BPO | [1309676](https://bugs.python.org/issue1309676)
--- | :---
Nosy | @birkenfeld
<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-30.07:21:50.000>
created_at = <Date 2005-09-30.18:38:15.000>
labels = ['type-feature', 'library']
title = 'Add os.path.relpath'
updated_at = <Date 2007-03-30.07:21:50.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-30.07:21:50.000>
actor = 'collinwinter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-30.18:38:15.000>
creator = 'georg.brandl'
dependencies = []
files = []
hgrepos = []
issue_num = 1309676
keywords = []
message_count = 3.0
messages = ['54623', '54624', '54625']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'collinwinter', 'rbarran']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1309676'
versions = []
```
</p></details>
| Add os.path.relpath | https://api.github.com/repos/python/cpython/issues/42437/comments | 3 | 2005-09-30T18:38:15Z | 2022-04-10T00:00:17Z | https://github.com/python/cpython/issues/42437 | 1,198,810,206 | 42,437 |
[
"python",
"cpython"
] | BPO | [1309579](https://bugs.python.org/issue1309579)
--- | :---
Files | <li>[wait-3-4.diff](https://bugs.python.org/file6804/wait-3-4.diff "Uploaded as text/plain at 2006-01-17.22:44:30 by cjschr"): Diff for wait3 and wait4 implementation</li><li>[test_wait3.py](https://bugs.python.org/file6805/test_wait3.py "Uploaded as text/plain at 2006-01-17.22:45:48 by cjschr"): wait3 test suite</li><li>[test_wait4.py](https://bugs.python.org/file6806/test_wait4.py "Uploaded as text/plain at 2006-01-17.22:46:26 by cjschr"): wait4 test suite</li><li>[resource.h](https://bugs.python.org/file6807/resource.h "Uploaded as text/x-c-header at 2006-01-17.22:47:30 by cjschr"): resource header file</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-04-04.13:36:50.000>
created_at = <Date 2005-09-30.15:32:39.000>
labels = ['extension-modules']
title = 'A wait4() implementation'
updated_at = <Date 2006-04-04.13:36:50.000>
user = 'https://bugs.python.org/cjschr'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-04.13:36:50.000>
actor = 'cjschr'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-30.15:32:39.000>
creator = 'cjschr'
dependencies = []
files = ['6804', '6805', '6806', '6807']
hgrepos = []
issue_num = 1309579
keywords = ['patch']
message_count = 9.0
messages = ['48811', '48812', '48813', '48814', '48815', '48816', '48817', '48818', '48819']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'cjschr']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1309579'
versions = ['Python 2.5']
```
</p></details>
| A wait4() implementation | https://api.github.com/repos/python/cpython/issues/42436/comments | 9 | 2005-09-30T15:32:39Z | 2022-04-10T00:00:16Z | https://github.com/python/cpython/issues/42436 | 1,198,810,201 | 42,436 |
[
"python",
"cpython"
] | BPO | [1309567](https://bugs.python.org/issue1309567)
--- | :---
Nosy | @gvanrossum, @theller, @birkenfeld, @devdanzin, @diazona
Files | <li>[linecache.patch](https://bugs.python.org/file1804/linecache.patch "Uploaded as text/plain at 2005-09-30.15:08:04 by @theller")</li><li>[test_linecache.py](https://bugs.python.org/file13777/test_linecache.py "Uploaded as text/plain at 2009-04-25.19:47:28 by @devdanzin"): Tests for linecache, with this bug as a failure</li><li>[basename.diff](https://bugs.python.org/file13779/basename.diff "Uploaded as text/plain at 2009-04-25.20:16:24 by @devdanzin"): Use 'filename' instead of 'os.path.split(filename)[1]'</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 2009-05-05.08:30:46.234>
created_at = <Date 2005-09-30.14:57:17.000>
labels = ['type-bug', 'library']
title = 'linecache module returns wrong results'
updated_at = <Date 2009-05-05.08:30:46.232>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2009-05-05.08:30:46.232>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2009-05-05.08:30:46.234>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2005-09-30.14:57:17.000>
creator = 'theller'
dependencies = []
files = ['1804', '13777', '13779']
hgrepos = []
issue_num = 1309567
keywords = ['patch']
message_count = 13.0
messages = ['26463', '26464', '26465', '26466', '69034', '70758', '70766', '75448', '75952', '79117', '86542', '86545', '87225']
nosy_count = 8.0
nosy_names = ['gvanrossum', 'theller', 'georg.brandl', 'exarkun', 'ajaksu2', 'ndim', 'RafeSacks', 'diazona']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1309567'
versions = ['Python 2.6', 'Python 3.0', 'Python 2.7']
```
</p></details>
| linecache module returns wrong results | https://api.github.com/repos/python/cpython/issues/42435/comments | 13 | 2005-09-30T14:57:17Z | 2022-04-10T00:00:15Z | https://github.com/python/cpython/issues/42435 | 1,198,810,196 | 42,435 |
[
"python",
"cpython"
] | BPO | [1309352](https://bugs.python.org/issue1309352)
--- | :---
Nosy | @loewis, @pitrou, @bitdancer
Files | <li>[fcntl-2005-10-06.patch](https://bugs.python.org/file6801/fcntl-2005-10-06.patch "Uploaded as text/plain at 2005-09-30.10:18:50 by bradh"): Patch correcting problem</li><li>[dnotify.py](https://bugs.python.org/file6802/dnotify.py "Uploaded as text/plain at 2005-09-30.10:20:48 by bradh"): dnotify.py from buildbot.sf.net, showing problem</li><li>[fcntl.patch2.txt](https://bugs.python.org/file6803/fcntl.patch2.txt "Uploaded as text/plain at 2005-10-01.03:33:56 by nnorwitz"): nn version of patch</li><li>[fcntl.patch3.txt](https://bugs.python.org/file13988/fcntl.patch3.txt "Uploaded as text/plain at 2009-05-15.12:36:16 by @pitrou")</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/pitrou'
closed_at = <Date 2009-05-24.15:47:53.026>
created_at = <Date 2005-09-30.10:18:49.000>
labels = ['extension-modules', 'type-bug']
title = 'Make fcntl work properly on AMD64'
updated_at = <Date 2009-05-24.15:47:53.005>
user = 'https://bugs.python.org/bradh'
```
bugs.python.org fields:
```python
activity = <Date 2009-05-24.15:47:53.005>
actor = 'pitrou'
assignee = 'pitrou'
closed = True
closed_date = <Date 2009-05-24.15:47:53.026>
closer = 'pitrou'
components = ['Extension Modules']
creation = <Date 2005-09-30.10:18:49.000>
creator = 'bradh'
dependencies = []
files = ['6801', '6802', '6803', '13988']
hgrepos = []
issue_num = 1309352
keywords = ['patch']
message_count = 13.0
messages = ['48806', '48807', '48808', '48809', '48810', '87811', '87812', '87813', '88068', '88082', '88083', '88259', '88264']
nosy_count = 5.0
nosy_names = ['loewis', 'nnorwitz', 'pitrou', 'bradh', 'r.david.murray']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1309352'
versions = ['Python 2.6', 'Python 3.1', 'Python 2.7']
```
</p></details>
| Make fcntl work properly on AMD64 | https://api.github.com/repos/python/cpython/issues/42434/comments | 13 | 2005-09-30T10:18:49Z | 2022-04-10T00:00:15Z | https://github.com/python/cpython/issues/42434 | 1,198,810,193 | 42,434 |
[
"python",
"cpython"
] | BPO | [1309009](https://bugs.python.org/issue1309009)
--- | :---
Files | <li>[pyexpat-fix.patch](https://bugs.python.org/file6798/pyexpat-fix.patch "Uploaded as text/plain at 2005-09-29.22:46:16 by vulturex"): Patch for Segmentation Fault</li><li>[test.py](https://bugs.python.org/file6799/test.py "Uploaded as text/plain at 2005-09-29.22:48:04 by vulturex"): Sample python script which crashes Python 2.4, 2.4, and CVS</li><li>[minidom-test.patch](https://bugs.python.org/file6800/minidom-test.patch "Uploaded as text/plain at 2005-09-30.00:25:34 by vulturex")</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 2005-09-30.04:58:56.000>
created_at = <Date 2005-09-29.22:46:16.000>
labels = ['extension-modules']
title = 'pyexpat.c: Two line fix for decoding crash'
updated_at = <Date 2005-09-30.04:58:56.000>
user = 'https://bugs.python.org/vulturex'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-30.04:58:56.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-29.22:46:16.000>
creator = 'vulturex'
dependencies = []
files = ['6798', '6799', '6800']
hgrepos = []
issue_num = 1309009
keywords = ['patch']
message_count = 3.0
messages = ['48803', '48804', '48805']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'vulturex']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1309009'
versions = []
```
</p></details>
| pyexpat.c: Two line fix for decoding crash | https://api.github.com/repos/python/cpython/issues/42433/comments | 3 | 2005-09-29T22:46:16Z | 2022-04-10T00:00:13Z | https://github.com/python/cpython/issues/42433 | 1,198,810,186 | 42,433 |
[
"python",
"cpython"
] | BPO | [1308740](https://bugs.python.org/issue1308740)
--- | :---
Nosy | @birkenfeld
<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-09-29.20:03:40.000>
created_at = <Date 2005-09-29.18:57:28.000>
labels = ['docs']
title = 'Py_BuildValue (C/API): "K" format'
updated_at = <Date 2005-09-29.20:03:40.000>
user = 'https://bugs.python.org/bigorilla'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.20:03:40.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-29.18:57:28.000>
creator = 'bigorilla'
dependencies = []
files = []
hgrepos = []
issue_num = 1308740
keywords = []
message_count = 2.0
messages = ['26461', '26462']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'bigorilla']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1308740'
versions = []
```
</p></details>
| Py_BuildValue (C/API): "K" format | https://api.github.com/repos/python/cpython/issues/42432/comments | 2 | 2005-09-29T18:57:28Z | 2022-04-10T00:00:11Z | https://github.com/python/cpython/issues/42432 | 1,198,810,184 | 42,432 |
[
"python",
"cpython"
] | BPO | [1308042](https://bugs.python.org/issue1308042)
--- | :---
Files | <li>[PythonUDPSocketBug.zip](https://bugs.python.org/file1803/PythonUDPSocketBug.zip "Uploaded as application/zip at 2005-09-29.14:05:52 by tvrankar"): demo scripts (subject stuff happens in the client)</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 2005-10-03.00:44:53.000>
created_at = <Date 2005-09-29.14:05:52.000>
labels = ['docs']
title = 'Datagram Socket Timeouts'
updated_at = <Date 2005-10-03.00:44:53.000>
user = 'https://bugs.python.org/tvrankar'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.00:44:53.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-29.14:05:52.000>
creator = 'tvrankar'
dependencies = []
files = ['1803']
hgrepos = []
issue_num = 1308042
keywords = []
message_count = 5.0
messages = ['26456', '26457', '26458', '26459', '26460']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'tvrankar']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1308042'
versions = ['Python 2.4']
```
</p></details>
| Datagram Socket Timeouts | https://api.github.com/repos/python/cpython/issues/42431/comments | 5 | 2005-09-29T14:05:52Z | 2022-04-10T00:00:10Z | https://github.com/python/cpython/issues/42431 | 1,198,810,183 | 42,431 |
[
"python",
"cpython"
] | BPO | [1307978](https://bugs.python.org/issue1307978)
--- | :---
Nosy | @mwhudson, @birkenfeld
Files | <li>[1307978-fix.diff](https://bugs.python.org/file1802/1307978-fix.diff "Uploaded as text/plain at 2005-09-29.14:04:26 by @mwhudson"): fix</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 2005-09-30.08:20:55.000>
created_at = <Date 2005-09-29.13:14:41.000>
labels = ['build']
title = 'Unsatisfied symbols: _PyGILState_NoteThreadState (code)'
updated_at = <Date 2005-09-30.08:20:55.000>
user = 'https://bugs.python.org/isenmann'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-30.08:20:55.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-29.13:14:41.000>
creator = 'isenmann'
dependencies = []
files = ['1802']
hgrepos = []
issue_num = 1307978
keywords = []
message_count = 6.0
messages = ['26450', '26451', '26452', '26453', '26454', '26455']
nosy_count = 4.0
nosy_names = ['mwh', 'nnorwitz', 'georg.brandl', 'isenmann']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1307978'
versions = ['Python 2.4']
```
</p></details>
| Unsatisfied symbols: _PyGILState_NoteThreadState (code) | https://api.github.com/repos/python/cpython/issues/42430/comments | 6 | 2005-09-29T13:14:41Z | 2022-04-10T00:00:10Z | https://github.com/python/cpython/issues/42430 | 1,198,810,179 | 42,430 |
[
"python",
"cpython"
] | BPO | [1307806](https://bugs.python.org/issue1307806)
--- | :---
Nosy | @loewis
Files | <li>[PCbuild-Clean.diff](https://bugs.python.org/file6797/PCbuild-Clean.diff "Uploaded as text/plain at 2005-10-03.21:32:47 by moese")</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-01-03.07:40:02.000>
created_at = <Date 2005-09-29.10:08:45.000>
labels = ['build']
title = 'PCbuild vcproj project files need a cleanup'
updated_at = <Date 2006-01-03.07:40:02.000>
user = 'https://bugs.python.org/moese'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-03.07:40:02.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-29.10:08:45.000>
creator = 'moese'
dependencies = []
files = ['6797']
hgrepos = []
issue_num = 1307806
keywords = ['patch']
message_count = 5.0
messages = ['48798', '48799', '48800', '48801', '48802']
nosy_count = 3.0
nosy_names = ['loewis', 'nnorwitz', 'moese']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1307806'
versions = ['Python 2.4']
```
</p></details>
| PCbuild vcproj project files need a cleanup | https://api.github.com/repos/python/cpython/issues/42429/comments | 5 | 2005-09-29T10:08:45Z | 2022-04-10T00:00:08Z | https://github.com/python/cpython/issues/42429 | 1,198,810,173 | 42,429 |
[
"python",
"cpython"
] | BPO | [1307798](https://bugs.python.org/issue1307798)
--- | :---
<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-10-03.13:43:27.000>
created_at = <Date 2005-09-29.10:05:17.000>
labels = ['interpreter-core']
title = 'subprocess.Popen locks on Cygwin'
updated_at = <Date 2005-10-03.13:43:27.000>
user = 'https://bugs.python.org/jacekpoplawski'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.13:43:27.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-29.10:05:17.000>
creator = 'jacek_poplawski'
dependencies = []
files = []
hgrepos = []
issue_num = 1307798
keywords = []
message_count = 13.0
messages = ['26437', '26438', '26439', '26440', '26441', '26442', '26443', '26444', '26445', '26446', '26447', '26448', '26449']
nosy_count = 4.0
nosy_names = ['nnorwitz', 'jlt63', 'astrand', 'jacek_poplawski']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1307798'
versions = ['Python 2.4']
```
</p></details>
| subprocess.Popen locks on Cygwin | https://api.github.com/repos/python/cpython/issues/42428/comments | 13 | 2005-09-29T10:05:17Z | 2022-04-10T00:00:07Z | https://github.com/python/cpython/issues/42428 | 1,198,810,169 | 42,428 |
[
"python",
"cpython"
] | BPO | [1307357](https://bugs.python.org/issue1307357)
--- | :---
Files | <li>[PythonUDPSocketBug.zip](https://bugs.python.org/file1801/PythonUDPSocketBug.zip "Uploaded as application/zip at 2005-09-28.21:20:33 by tvrankar"): demo scripts (subject stuff happens in the client)</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 2005-09-30.05:44:11.000>
created_at = <Date 2005-09-28.21:20:25.000>
labels = ['library']
title = 'Datagram Socket Timeouts'
updated_at = <Date 2005-09-30.05:44:11.000>
user = 'https://bugs.python.org/tvrankar'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-30.05:44:11.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-28.21:20:25.000>
creator = 'tvrankar'
dependencies = []
files = ['1801']
hgrepos = []
issue_num = 1307357
keywords = []
message_count = 3.0
messages = ['26434', '26435', '26436']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'tvrankar']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1307357'
versions = ['Python 2.4']
```
</p></details>
| Datagram Socket Timeouts | https://api.github.com/repos/python/cpython/issues/42427/comments | 3 | 2005-09-28T21:20:25Z | 2022-04-10T00:00:06Z | https://github.com/python/cpython/issues/42427 | 1,198,810,166 | 42,427 |
[
"python",
"cpython"
] | BPO | [1307188](https://bugs.python.org/issue1307188)
--- | :---
Nosy | @birkenfeld
<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-09-28.19:16:23.000>
created_at = <Date 2005-09-28.18:08:38.000>
labels = ['docs']
title = '=, not =='
updated_at = <Date 2005-09-28.19:16:23.000>
user = 'https://bugs.python.org/davideandrea'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-28.19:16:23.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-28.18:08:38.000>
creator = 'davideandrea'
dependencies = []
files = []
hgrepos = []
issue_num = 1307188
keywords = []
message_count = 2.0
messages = ['26432', '26433']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'davideandrea']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1307188'
versions = ['Python 2.4']
```
</p></details>
| =, not == | https://api.github.com/repos/python/cpython/issues/42426/comments | 2 | 2005-09-28T18:08:38Z | 2022-04-10T00:00:03Z | https://github.com/python/cpython/issues/42426 | 1,198,810,148 | 42,426 |
[
"python",
"cpython"
] | BPO | [1306777](https://bugs.python.org/issue1306777)
--- | :---
Nosy | @mwhudson, @birkenfeld, @pjeby
Files | <li>[PySequence_SetItem.diff](https://bugs.python.org/file1800/PySequence_SetItem.diff "Uploaded as text/plain at 2005-09-28.12:17:32 by @birkenfeld")</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 2005-09-28.16:22:25.000>
created_at = <Date 2005-09-28.10:59:42.000>
labels = ['interpreter-core', 'invalid']
title = 'Augmented assigment to mutable objects in tuples fail'
updated_at = <Date 2005-09-28.16:22:25.000>
user = 'https://bugs.python.org/yorick'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-28.16:22:25.000>
actor = 'yorick'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-28.10:59:42.000>
creator = 'yorick'
dependencies = []
files = ['1800']
hgrepos = []
issue_num = 1306777
keywords = []
message_count = 9.0
messages = ['26423', '26424', '26425', '26426', '26427', '26428', '26429', '26430', '26431']
nosy_count = 4.0
nosy_names = ['mwh', 'georg.brandl', 'pje', 'yorick']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1306777'
versions = ['Python 2.4']
```
</p></details>
| Augmented assigment to mutable objects in tuples fail | https://api.github.com/repos/python/cpython/issues/42425/comments | 9 | 2005-09-28T10:59:42Z | 2022-04-10T00:00:01Z | https://github.com/python/cpython/issues/42425 | 1,198,810,142 | 42,425 |
[
"python",
"cpython"
] | BPO | [1306484](https://bugs.python.org/issue1306484)
--- | :---
Nosy | @loewis, @birkenfeld, @birkenfeld, @devdanzin
Files | <li>[ExecIssue.py](https://bugs.python.org/file1799/ExecIssue.py "Uploaded as text/plain at 2005-09-28.04:49:38 by wigy"): A unit test showing the issue</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 2009-04-05.14:27:10.661>
created_at = <Date 2005-09-28.04:49:37.000>
labels = ['interpreter-core', 'type-bug']
title = 'compile() converts "filename" parameter to StringType'
updated_at = <Date 2009-04-05.14:27:10.659>
user = 'https://bugs.python.org/wigy'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-05.14:27:10.659>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-05.14:27:10.661>
closer = 'georg.brandl'
components = ['Interpreter Core']
creation = <Date 2005-09-28.04:49:37.000>
creator = 'wigy'
dependencies = []
files = ['1799']
hgrepos = []
issue_num = 1306484
keywords = []
message_count = 7.0
messages = ['26418', '26419', '26420', '26421', '26422', '83879', '85499']
nosy_count = 5.0
nosy_names = ['loewis', 'georg.brandl', 'georg.brandl', 'wigy', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1306484'
versions = ['Python 2.6']
```
</p></details>
| compile() converts "filename" parameter to StringType | https://api.github.com/repos/python/cpython/issues/42424/comments | 7 | 2005-09-28T04:49:37Z | 2022-04-10T00:00:00Z | https://github.com/python/cpython/issues/42424 | 1,198,810,139 | 42,424 |
[
"python",
"cpython"
] | BPO | [1306449](https://bugs.python.org/issue1306449)
--- | :---
Nosy | @birkenfeld, @birkenfeld
<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/birkenfeld'
closed_at = <Date 2005-09-28.12:53:45.000>
created_at = <Date 2005-09-28.03:37:02.000>
labels = ['docs']
title = 'PyString_AsStringAndSize() return value documented wrong'
updated_at = <Date 2005-09-28.12:53:45.000>
user = 'https://bugs.python.org/gnbond'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-28.12:53:45.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-28.03:37:02.000>
creator = 'gnbond'
dependencies = []
files = []
hgrepos = []
issue_num = 1306449
keywords = []
message_count = 3.0
messages = ['26415', '26416', '26417']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'gnbond']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1306449'
versions = ['Python 2.4']
```
</p></details>
| PyString_AsStringAndSize() return value documented wrong | https://api.github.com/repos/python/cpython/issues/42423/comments | 3 | 2005-09-28T03:37:02Z | 2022-04-10T00:00:00Z | https://github.com/python/cpython/issues/42423 | 1,198,810,137 | 42,423 |
[
"python",
"cpython"
] | BPO | [1306253](https://bugs.python.org/issue1306253)
--- | :---
Nosy | @loewis
Files | <li>[dist.patch](https://bugs.python.org/file1795/dist.patch "Uploaded as text/plain at 2005-09-29.18:36:54 by @loewis")</li><li>[pyconfig.h](https://bugs.python.org/file1796/pyconfig.h "Uploaded as application/octet-stream at 2005-09-29.19:42:46 by jestone"): pyconfig.h for "-xc99=%none -xarch=native64"</li><li>[preproc.txt](https://bugs.python.org/file1797/preproc.txt "Uploaded as plain/text at 2005-09-29.19:45:16 by jestone"): preprocessor output for "-xc99=%none -xarch=native64"</li><li>[preproc2.txt.gz](https://bugs.python.org/file1798/preproc2.txt.gz "Uploaded as application/gzip at 2005-09-29.19:53:16 by jestone"): Added -C to preprocessor flags to keep commens also, for "-xc99=%none -xarch=native64" build flags</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-08-22.01:04:31.586>
created_at = <Date 2005-09-27.21:10:59.000>
labels = ['type-bug', 'build']
title = 'Python 2.4.2c1 fails to build on 64-bit Solaris 10'
updated_at = <Date 2010-08-22.01:04:31.585>
user = 'https://bugs.python.org/jestone'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-22.01:04:31.585>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-22.01:04:31.586>
closer = 'BreamoreBoy'
components = ['Build']
creation = <Date 2005-09-27.21:10:59.000>
creator = 'jestone'
dependencies = []
files = ['1795', '1796', '1797', '1798']
hgrepos = []
issue_num = 1306253
keywords = []
message_count = 9.0
messages = ['26406', '26407', '26408', '26409', '26410', '26411', '26412', '26413', '26414']
nosy_count = 2.0
nosy_names = ['loewis', 'jestone']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1306253'
versions = ['Python 2.4']
```
</p></details>
| Python 2.4.2c1 fails to build on 64-bit Solaris 10 | https://api.github.com/repos/python/cpython/issues/42422/comments | 9 | 2005-09-27T21:10:59Z | 2022-04-09T23:59:58Z | https://github.com/python/cpython/issues/42422 | 1,198,810,129 | 42,422 |
[
"python",
"cpython"
] | BPO | [1306248](https://bugs.python.org/issue1306248)
--- | :---
Nosy | @loewis, @terryjreedy
<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-08-07.16:37:36.093>
created_at = <Date 2005-09-27.21:04:33.000>
labels = ['type-feature', 'docs']
title = 'Add 64-bit Solaris 9 build instructions to README'
updated_at = <Date 2010-08-07.16:37:36.091>
user = 'https://bugs.python.org/jestone'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-07.16:37:36.091>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-07.16:37:36.093>
closer = 'terry.reedy'
components = ['Documentation']
creation = <Date 2005-09-27.21:04:33.000>
creator = 'jestone'
dependencies = []
files = []
hgrepos = []
issue_num = 1306248
keywords = []
message_count = 8.0
messages = ['60821', '60822', '60823', '60824', '60825', '60826', '63508', '113183']
nosy_count = 4.0
nosy_names = ['loewis', 'terry.reedy', 'jestone', 'enchanter']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1306248'
versions = ['Python 3.2']
```
</p></details>
| Add 64-bit Solaris 9 build instructions to README | https://api.github.com/repos/python/cpython/issues/42421/comments | 8 | 2005-09-27T21:04:33Z | 2022-04-09T23:59:57Z | https://github.com/python/cpython/issues/42421 | 1,198,810,121 | 42,421 |
[
"python",
"cpython"
] | BPO | [1306211](https://bugs.python.org/issue1306211)
--- | :---
<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-09-27.20:30:05.000>
created_at = <Date 2005-09-27.20:20:03.000>
labels = ['build']
title = 'Python 2.4.2c1 fails to build for 64-bit Solaris 9/10'
updated_at = <Date 2005-09-27.20:30:05.000>
user = 'https://bugs.python.org/jestone'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-27.20:30:05.000>
actor = 'jestone'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-27.20:20:03.000>
creator = 'jestone'
dependencies = []
files = []
hgrepos = []
issue_num = 1306211
keywords = []
message_count = 2.0
messages = ['26404', '26405']
nosy_count = 1.0
nosy_names = ['jestone']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1306211'
versions = ['Python 2.4']
```
</p></details>
| Python 2.4.2c1 fails to build for 64-bit Solaris 9/10 | https://api.github.com/repos/python/cpython/issues/42420/comments | 2 | 2005-09-27T20:20:03Z | 2022-04-09T23:59:56Z | https://github.com/python/cpython/issues/42420 | 1,198,810,116 | 42,420 |
[
"python",
"cpython"
] | BPO | [1306043](https://bugs.python.org/issue1306043)
--- | :---
Nosy | @birkenfeld
<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-09-27.17:46:26.000>
created_at = <Date 2005-09-27.16:56:47.000>
labels = ['invalid', 'docs']
title = 'Syntax error in Python Library Reference, 6.1.4. Files ...'
updated_at = <Date 2005-09-27.17:46:26.000>
user = 'https://bugs.python.org/schliep'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-27.17:46:26.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-27.16:56:47.000>
creator = 'schliep'
dependencies = []
files = []
hgrepos = []
issue_num = 1306043
keywords = []
message_count = 2.0
messages = ['26402', '26403']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'schliep']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1306043'
versions = ['Python 2.4']
```
</p></details>
| Syntax error in Python Library Reference, 6.1.4. Files ... | https://api.github.com/repos/python/cpython/issues/42419/comments | 2 | 2005-09-27T16:56:47Z | 2022-04-09T23:59:55Z | https://github.com/python/cpython/issues/42419 | 1,198,810,111 | 42,419 |
[
"python",
"cpython"
] | BPO | [1305706](https://bugs.python.org/issue1305706)
--- | :---
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 2005-09-29.07:54:43.000>
created_at = <Date 2005-09-27.10:43:18.000>
labels = ['OS-windows']
title = 'windows unicode write is messing up the EOL.'
updated_at = <Date 2005-09-29.07:54:43.000>
user = 'https://bugs.python.org/visike'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.07:54:43.000>
actor = 'visike'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-09-27.10:43:18.000>
creator = 'visike'
dependencies = []
files = []
hgrepos = []
issue_num = 1305706
keywords = []
message_count = 3.0
messages = ['26399', '26400', '26401']
nosy_count = 2.0
nosy_names = ['loewis', 'visike']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1305706'
versions = ['Python 2.4']
```
</p></details>
| windows unicode write is messing up the EOL. | https://api.github.com/repos/python/cpython/issues/42418/comments | 3 | 2005-09-27T10:43:18Z | 2022-04-09T23:59:54Z | https://github.com/python/cpython/issues/42418 | 1,198,810,105 | 42,418 |
[
"python",
"cpython"
] | BPO | [1304895](https://bugs.python.org/issue1304895)
--- | :---
Files | <li>[timers.c](https://bugs.python.org/file6796/timers.c "Uploaded as text/plain at 2005-09-26.14:51:52 by bdrosen"): implementation of 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 = None
closed_at = <Date 2007-03-10.16:02:28.000>
created_at = <Date 2005-09-26.14:51:52.000>
labels = ['extension-modules']
title = 'Strobe Timer for guis'
updated_at = <Date 2007-03-10.16:02:28.000>
user = 'https://bugs.python.org/bdrosen'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-10.16:02:28.000>
actor = 'collinwinter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-26.14:51:52.000>
creator = 'bdrosen'
dependencies = []
files = ['6796']
hgrepos = []
issue_num = 1304895
keywords = ['patch']
message_count = 3.0
messages = ['48795', '48796', '48797']
nosy_count = 3.0
nosy_names = ['collinwinter', 'sonderblade', 'bdrosen']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1304895'
versions = ['Python 2.5']
```
</p></details>
| Strobe Timer for guis | https://api.github.com/repos/python/cpython/issues/42417/comments | 3 | 2005-09-26T14:51:52Z | 2022-04-09T23:59:53Z | https://github.com/python/cpython/issues/42417 | 1,198,810,103 | 42,417 |
[
"python",
"cpython"
] | BPO | [1304179](https://bugs.python.org/issue1304179)
--- | :---
Nosy | @birkenfeld, @tiran
<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-01-20.19:33:38.463>
created_at = <Date 2005-09-25.19:49:33.000>
labels = ['expert-installation']
title = '2.3.5 configure / make infinite loop'
updated_at = <Date 2008-01-20.19:33:38.461>
user = 'https://bugs.python.org/nynymike'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-20.19:33:38.461>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-20.19:33:38.463>
closer = 'christian.heimes'
components = ['Installation']
creation = <Date 2005-09-25.19:49:33.000>
creator = 'nynymike'
dependencies = []
files = []
hgrepos = []
issue_num = 1304179
keywords = []
message_count = 4.0
messages = ['60818', '60819', '60820', '61349']
nosy_count = 4.0
nosy_names = ['jepler', 'georg.brandl', 'christian.heimes', 'nynymike']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1304179'
versions = ['Python 2.3']
```
</p></details>
| 2.3.5 configure / make infinite loop | https://api.github.com/repos/python/cpython/issues/42416/comments | 4 | 2005-09-25T19:49:33Z | 2022-04-09T23:59:52Z | https://github.com/python/cpython/issues/42416 | 1,198,810,099 | 42,416 |
[
"python",
"cpython"
] | BPO | [1303928](https://bugs.python.org/issue1303928)
--- | :---
Nosy | @mwhudson, @birkenfeld
<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-09-25.15:50:00.000>
created_at = <Date 2005-09-25.13:06:19.000>
labels = ['interpreter-core', 'invalid']
title = 'Extended slice bug (or feature?)'
updated_at = <Date 2005-09-25.15:50:00.000>
user = 'https://bugs.python.org/beazley'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-25.15:50:00.000>
actor = 'beazley'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-25.13:06:19.000>
creator = 'beazley'
dependencies = []
files = []
hgrepos = []
issue_num = 1303928
keywords = []
message_count = 5.0
messages = ['26394', '26395', '26396', '26397', '26398']
nosy_count = 3.0
nosy_names = ['mwh', 'georg.brandl', 'beazley']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1303928'
versions = ['Python 2.4']
```
</p></details>
| Extended slice bug (or feature?) | https://api.github.com/repos/python/cpython/issues/42415/comments | 5 | 2005-09-25T13:06:19Z | 2022-04-09T23:59:50Z | https://github.com/python/cpython/issues/42415 | 1,198,810,097 | 42,415 |
[
"python",
"cpython"
] | BPO | [1303673](https://bugs.python.org/issue1303673)
--- | :---
Nosy | @amauryfa
Superseder | <li>bpo-900092: hotshot.stats.load fails with AssertionError</li>
Files | <li>[pyk.prof](https://bugs.python.org/file1794/pyk.prof "Uploaded as application/octet-stream at 2005-09-25.01:46:11 by nanotube")</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-08-22.01:03:24.346>
created_at = <Date 2005-09-25.01:46:11.000>
labels = ['extension-modules', 'type-bug']
title = 'traceback on trying to load a hotshot stats file'
updated_at = <Date 2010-08-22.01:03:24.344>
user = 'https://bugs.python.org/nanotube'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-22.01:03:24.344>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-22.01:03:24.346>
closer = 'BreamoreBoy'
components = ['Extension Modules']
creation = <Date 2005-09-25.01:46:11.000>
creator = 'nanotube'
dependencies = []
files = ['1794']
hgrepos = []
issue_num = 1303673
keywords = []
message_count = 3.0
messages = ['26393', '89977', '114628']
nosy_count = 3.0
nosy_names = ['amaury.forgeotdarc', 'nanotube', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = 'test needed'
status = 'closed'
superseder = '900092'
type = 'behavior'
url = 'https://bugs.python.org/issue1303673'
versions = ['Python 2.6']
```
</p></details>
| traceback on trying to load a hotshot stats file | https://api.github.com/repos/python/cpython/issues/42414/comments | 3 | 2005-09-25T01:46:11Z | 2022-04-09T23:59:49Z | https://github.com/python/cpython/issues/42414 | 1,198,810,095 | 42,414 |
[
"python",
"cpython"
] | BPO | [1303614](https://bugs.python.org/issue1303614)
--- | :---
Nosy | @mwhudson, @gvanrossum, @brettcannon, @arigo
Files | <li>[test66.py](https://bugs.python.org/file1788/test66.py "Uploaded as text/plain at 2005-09-24.23:40:40 by @arigo"): obscure?</li><li>[test67.py](https://bugs.python.org/file1789/test67.py "Uploaded as text/plain at 2005-09-25.08:55:15 by @arigo"): changing __dict__</li><li>[deldict.py](https://bugs.python.org/file1790/deldict.py "Uploaded as text/plain at 2005-12-14.14:49:20 by @arigo")</li><li>[NULL_in_ref_forgetting.diff](https://bugs.python.org/file1791/NULL_in_ref_forgetting.diff "Uploaded as text/plain at 2006-06-29.17:41:43 by @brettcannon"): Check for NULLs when forgetting a reference</li><li>[modify_dict_bug.diff](https://bugs.python.org/file1792/modify_dict_bug.diff "Uploaded as text/plain at 2007-04-17.00:42:50 by zseil"): deldict fix</li><li>[modify_dict_bug2.diff](https://bugs.python.org/file1793/modify_dict_bug2.diff "Uploaded as text/plain at 2007-04-19.16:40:15 by zseil"): updated patch against trunk revision 54876</li><li>[deldict.diff](https://bugs.python.org/file9275/deldict.diff "Uploaded as text/plain at 2008-01-23.21:45:35 by @gvanrossum"): Here's the second fix</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 2008-01-24.18:57:54.484>
created_at = <Date 2005-09-24.23:40:40.000>
labels = ['interpreter-core']
title = 'Bypassing __dict__ readonlyness'
updated_at = <Date 2008-01-24.18:57:54.482>
user = 'https://github.com/arigo'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-24.18:57:54.482>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-24.18:57:54.484>
closer = 'gvanrossum'
components = ['Interpreter Core']
creation = <Date 2005-09-24.23:40:40.000>
creator = 'arigo'
dependencies = []
files = ['1788', '1789', '1790', '1791', '1792', '1793', '9275']
hgrepos = []
issue_num = 1303614
keywords = []
message_count = 25.0
messages = ['26375', '26376', '26377', '26378', '26379', '26380', '26381', '26382', '26383', '26384', '26385', '26386', '26387', '26388', '26389', '26390', '26391', '26392', '61603', '61608', '61610', '61616', '61620', '61640', '61649']
nosy_count = 8.0
nosy_names = ['mwh', 'gvanrossum', 'jhylton', 'nnorwitz', 'brett.cannon', 'arigo', 'Rhamphoryncus', 'zseil']
pr_nums = []
priority = 'critical'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1303614'
versions = ['Python 2.6', 'Python 2.5']
```
</p></details>
| Bypassing __dict__ readonlyness | https://api.github.com/repos/python/cpython/issues/42413/comments | 25 | 2005-09-24T23:40:40Z | 2022-04-09T23:59:48Z | https://github.com/python/cpython/issues/42413 | 1,198,810,092 | 42,413 |
[
"python",
"cpython"
] | BPO | [1303595](https://bugs.python.org/issue1303595)
--- | :---
Nosy | @freddrake
Files | <li>[ref4.tex.patch](https://bugs.python.org/file6795/ref4.tex.patch "Uploaded as text/plain at 2005-09-24.23:06:35 by collinwinter"): Diff against dist/src/Doc/ref/ref4.tex version 1.38</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 2006-06-10.20:04:53.000>
created_at = <Date 2005-09-24.23:06:35.000>
labels = ['docs']
title = 'Update documentation for __builtins__'
updated_at = <Date 2006-06-10.20:04:53.000>
user = 'https://bugs.python.org/collinwinter'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-10.20:04:53.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-24.23:06:35.000>
creator = 'collinwinter'
dependencies = []
files = ['6795']
hgrepos = []
issue_num = 1303595
keywords = ['patch']
message_count = 2.0
messages = ['48793', '48794']
nosy_count = 2.0
nosy_names = ['fdrake', 'collinwinter']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1303595'
versions = []
```
</p></details>
| Update documentation for __builtins__ | https://api.github.com/repos/python/cpython/issues/42412/comments | 2 | 2005-09-24T23:06:35Z | 2022-04-09T23:59:48Z | https://github.com/python/cpython/issues/42412 | 1,198,810,087 | 42,412 |
[
"python",
"cpython"
] | BPO | [1303434](https://bugs.python.org/issue1303434)
--- | :---
Nosy | @malemburg, @loewis
Files | <li>[pdbzip-20100804-1.patch](https://bugs.python.org/file18359/pdbzip-20100804-1.patch "Uploaded as text/plain at 2010-08-03.22:42:33 by jbit")</li><li>[pdb.patch](https://bugs.python.org/file18741/pdb.patch "Uploaded as text/plain at 2010-09-03.21:02:59 by stutzbach")</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 2012-05-01.17:41:09.160>
created_at = <Date 2005-09-24.19:30:29.000>
labels = ['type-feature', 'build']
title = 'Please include pdb with windows distribution'
updated_at = <Date 2012-05-01.17:41:09.159>
user = 'https://bugs.python.org/lylefile'
```
bugs.python.org fields:
```python
activity = <Date 2012-05-01.17:41:09.159>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2012-05-01.17:41:09.160>
closer = 'loewis'
components = ['Build']
creation = <Date 2005-09-24.19:30:29.000>
creator = 'lylefile'
dependencies = []
files = ['18359', '18741']
hgrepos = []
issue_num = 1303434
keywords = ['patch']
message_count = 17.0
messages = ['61207', '61208', '61209', '61210', '61211', '81671', '81673', '81686', '102494', '102503', '112390', '112393', '112402', '112714', '115507', '115574', '159760']
nosy_count = 6.0
nosy_names = ['lemburg', 'loewis', 'lylefile', 'stutzbach', 'cgrebeld', 'jbit']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1303434'
versions = ['Python 3.2']
```
</p></details>
| Please include pdb with windows distribution | https://api.github.com/repos/python/cpython/issues/42411/comments | 17 | 2005-09-24T19:30:29Z | 2022-04-09T23:59:46Z | https://github.com/python/cpython/issues/42411 | 1,198,810,085 | 42,411 |
[
"python",
"cpython"
] | BPO | [1302793](https://bugs.python.org/issue1302793)
--- | :---
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 2005-10-08.10:06:39.000>
created_at = <Date 2005-09-24.05:53:28.000>
labels = []
title = '2.4.1 windows MSI has no _socket'
updated_at = <Date 2005-10-08.10:06:39.000>
user = 'https://bugs.python.org/heartlesshind'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-08.10:06:39.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-09-24.05:53:28.000>
creator = 'heartlesshind'
dependencies = []
files = []
hgrepos = []
issue_num = 1302793
keywords = []
message_count = 3.0
messages = ['26372', '26373', '26374']
nosy_count = 2.0
nosy_names = ['loewis', 'heartlesshind']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1302793'
versions = []
```
</p></details>
| 2.4.1 windows MSI has no _socket | https://api.github.com/repos/python/cpython/issues/42410/comments | 3 | 2005-09-24T05:53:28Z | 2022-04-09T23:59:46Z | https://github.com/python/cpython/issues/42410 | 1,198,810,081 | 42,410 |
[
"python",
"cpython"
] | BPO | [1302267](https://bugs.python.org/issue1302267)
--- | :---
Nosy | @kbkaiser
<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/kbkaiser'
closed_at = <Date 2005-10-06.15:19:41.000>
created_at = <Date 2005-09-23.23:05:17.000>
labels = ['expert-IDLE', 'type-feature']
title = 'A command history for the idle interactive shell'
updated_at = <Date 2005-10-06.15:19:41.000>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-06.15:19:41.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2005-09-23.23:05:17.000>
creator = 'sonderblade'
dependencies = []
files = []
hgrepos = []
issue_num = 1302267
keywords = []
message_count = 2.0
messages = ['26370', '26371']
nosy_count = 2.0
nosy_names = ['kbk', 'sonderblade']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1302267'
versions = []
```
</p></details>
| A command history for the idle interactive shell | https://api.github.com/repos/python/cpython/issues/42409/comments | 2 | 2005-09-23T23:05:17Z | 2022-04-09T23:59:44Z | https://github.com/python/cpython/issues/42409 | 1,198,810,075 | 42,409 |
[
"python",
"cpython"
] | BPO | [1301512](https://bugs.python.org/issue1301512)
--- | :---
Nosy | @merwok
<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 2011-07-15.15:20:11.927>
created_at = <Date 2005-09-23.16:30:52.000>
labels = ['library']
title = 'desktop module (providing startfile as open, all platforms)'
updated_at = <Date 2011-07-15.15:20:11.927>
user = 'https://bugs.python.org/pboddie'
```
bugs.python.org fields:
```python
activity = <Date 2011-07-15.15:20:11.927>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-23.16:30:52.000>
creator = 'pboddie'
dependencies = []
files = []
hgrepos = []
issue_num = 1301512
keywords = ['patch']
message_count = 28.0
messages = ['48766', '48767', '48768', '48769', '48770', '48771', '48772', '48773', '48774', '48775', '48776', '48777', '48778', '48779', '48780', '48781', '48782', '48783', '48784', '48785', '48786', '48787', '48788', '48789', '48790', '48791', '48792', '140417']
nosy_count = 4.0
nosy_names = ['mwm', 'jjlee', 'pboddie', 'eric.araujo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1301512'
versions = []
```
</p></details>
| desktop module (providing startfile as open, all platforms) | https://api.github.com/repos/python/cpython/issues/42408/comments | 28 | 2005-09-23T16:30:52Z | 2022-04-09T23:59:43Z | https://github.com/python/cpython/issues/42408 | 1,198,810,072 | 42,408 |
[
"python",
"cpython"
] | BPO | [1300515](https://bugs.python.org/issue1300515)
--- | :---
Nosy | @birkenfeld
Files | <li>[xdrlib_patch.diff](https://bugs.python.org/file6794/xdrlib_patch.diff "Uploaded as text/plain at 2005-09-23.09:37:51 by dq_searchlores"): patch to xdrlib.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 = None
closed_at = <Date 2005-09-29.20:49:38.000>
created_at = <Date 2005-09-23.09:37:50.000>
labels = ['library']
title = 'xdrlib.py: pack_fstring() did not use null bytes for padding'
updated_at = <Date 2005-09-29.20:49:38.000>
user = 'https://bugs.python.org/dqsearchlores'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.20:49:38.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-23.09:37:50.000>
creator = 'dq_searchlores'
dependencies = []
files = ['6794']
hgrepos = []
issue_num = 1300515
keywords = ['patch']
message_count = 2.0
messages = ['48764', '48765']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'dq_searchlores']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1300515'
versions = ['Python 2.5']
```
</p></details>
| xdrlib.py: pack_fstring() did not use null bytes for padding | https://api.github.com/repos/python/cpython/issues/42407/comments | 2 | 2005-09-23T09:37:50Z | 2022-04-09T23:59:41Z | https://github.com/python/cpython/issues/42407 | 1,198,810,071 | 42,407 |
[
"python",
"cpython"
] | BPO | [1299675](https://bugs.python.org/issue1299675)
--- | :---
Nosy | @loewis
Files | <li>[upload.py-patch](https://bugs.python.org/file6793/upload.py-patch "Uploaded as text/x-diff at 2005-09-23.03:23:18 by richard"): patch for distutils/command/upload.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/loewis'
closed_at = <Date 2006-01-08.10:49:20.000>
created_at = <Date 2005-09-23.03:23:17.000>
labels = ['library']
title = 'fix for distutils "upload" command'
updated_at = <Date 2006-01-08.10:49:20.000>
user = 'https://bugs.python.org/richard'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-08.10:49:20.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-23.03:23:17.000>
creator = 'richard'
dependencies = []
files = ['6793']
hgrepos = []
issue_num = 1299675
keywords = ['patch']
message_count = 2.0
messages = ['48762', '48763']
nosy_count = 2.0
nosy_names = ['loewis', 'richard']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1299675'
versions = ['Python 2.5']
```
</p></details>
| fix for distutils "upload" command | https://api.github.com/repos/python/cpython/issues/42406/comments | 2 | 2005-09-23T03:23:17Z | 2022-04-09T23:59:41Z | https://github.com/python/cpython/issues/42406 | 1,198,810,068 | 42,406 |
[
"python",
"cpython"
] | BPO | [1299520](https://bugs.python.org/issue1299520)
--- | :---
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 2005-09-23.01:45:23.000>
created_at = <Date 2005-09-23.01:45:23.000>
labels = ['expert-tkinter']
title = 'Tkinter Scale returns only integer from/to values'
updated_at = <Date 2005-09-23.01:45:23.000>
user = 'https://bugs.python.org/tomgoddard'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-23.01:45:23.000>
actor = 'tom_goddard'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2005-09-23.01:45:23.000>
creator = 'tom_goddard'
dependencies = []
files = []
hgrepos = []
issue_num = 1299520
keywords = []
message_count = 1.0
messages = ['26369']
nosy_count = 2.0
nosy_names = ['loewis', 'tom_goddard']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1299520'
versions = ['Python 2.4']
```
</p></details>
| Tkinter Scale returns only integer from/to values | https://api.github.com/repos/python/cpython/issues/42405/comments | 1 | 2005-09-23T01:45:23Z | 2022-04-09T23:59:40Z | https://github.com/python/cpython/issues/42405 | 1,198,810,063 | 42,405 |
[
"python",
"cpython"
] | BPO | [1299187](https://bugs.python.org/issue1299187)
--- | :---
<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-09-23.04:46:27.000>
created_at = <Date 2005-09-22.22:19:46.000>
labels = ['build']
title = 'build fails on Solaris 10 for Objects/complexobject.c'
updated_at = <Date 2005-09-23.04:46:27.000>
user = 'https://bugs.python.org/dharmakat'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-23.04:46:27.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-22.22:19:46.000>
creator = 'dharmakat'
dependencies = []
files = []
hgrepos = []
issue_num = 1299187
keywords = []
message_count = 2.0
messages = ['26367', '26368']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'dharmakat']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1299187'
versions = ['Python 2.4']
```
</p></details>
| build fails on Solaris 10 for Objects/complexobject.c | https://api.github.com/repos/python/cpython/issues/42404/comments | 2 | 2005-09-22T22:19:46Z | 2022-04-09T23:59:38Z | https://github.com/python/cpython/issues/42404 | 1,198,810,061 | 42,404 |
[
"python",
"cpython"
] | BPO | [1299051](https://bugs.python.org/issue1299051)
--- | :---
Nosy | @birkenfeld
<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-09-29.20:06:45.000>
created_at = <Date 2005-09-22.19:32:31.000>
labels = ['docs']
title = '"Howto RE" link is dead'
updated_at = <Date 2005-09-29.20:06:45.000>
user = 'https://bugs.python.org/macsrwe'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.20:06:45.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-22.19:32:31.000>
creator = 'macsrwe'
dependencies = []
files = []
hgrepos = []
issue_num = 1299051
keywords = []
message_count = 2.0
messages = ['26365', '26366']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'macsrwe']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1299051'
versions = []
```
</p></details>
| "Howto RE" link is dead | https://api.github.com/repos/python/cpython/issues/42403/comments | 2 | 2005-09-22T19:32:31Z | 2022-04-09T23:59:37Z | https://github.com/python/cpython/issues/42403 | 1,198,810,056 | 42,403 |
[
"python",
"cpython"
] | BPO | [1298962](https://bugs.python.org/issue1298962)
--- | :---
Nosy | @loewis, @birkenfeld, @devdanzin
Superseder | <li>bpo-2271: msi installs to the incorrect location (C drive)</li>
Files | <li>[pyinstall.zip](https://bugs.python.org/file1787/pyinstall.zip "Uploaded as application/x-zip-compressed at 2005-09-29.10:37:36 by matthewleslie"): Zipped MIS log file - installs to 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 = 'https://github.com/loewis'
closed_at = <Date 2009-04-26.01:30:12.086>
created_at = <Date 2005-09-22.17:27:07.000>
labels = ['type-bug', 'expert-installation', 'OS-windows']
title = 'MSI installer does not pass values as SecureProperty from UI'
updated_at = <Date 2009-04-26.01:30:12.084>
user = 'https://bugs.python.org/matthewleslie'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-26.01:30:12.084>
actor = 'ajaksu2'
assignee = 'loewis'
closed = True
closed_date = <Date 2009-04-26.01:30:12.086>
closer = 'ajaksu2'
components = ['Installation', 'Windows']
creation = <Date 2005-09-22.17:27:07.000>
creator = 'matthewleslie'
dependencies = []
files = ['1787']
hgrepos = []
issue_num = 1298962
keywords = []
message_count = 11.0
messages = ['26357', '26358', '26359', '26360', '26361', '26362', '26363', '26364', '60219', '69729', '86587']
nosy_count = 5.0
nosy_names = ['loewis', 'georg.brandl', 'matthewleslie', 'ajaksu2', 'music']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = '2271'
type = 'behavior'
url = 'https://bugs.python.org/issue1298962'
versions = ['Python 2.6', 'Python 2.5', 'Python 2.4', 'Python 3.0']
```
</p></details>
| MSI installer does not pass values as SecureProperty from UI | https://api.github.com/repos/python/cpython/issues/42402/comments | 11 | 2005-09-22T17:27:07Z | 2022-04-09T23:59:37Z | https://github.com/python/cpython/issues/42402 | 1,198,810,050 | 42,402 |
[
"python",
"cpython"
] | BPO | [1298835](https://bugs.python.org/issue1298835)
--- | :---
Nosy | @loewis, @warsaw, @terryjreedy, @doko42, @ncoghlan, @devdanzin, @tarekziade, @tpn, @carljm, @merwok, @dhduvall, @rkuska
Files | <li>[Python-01-vendor-packages.diff](https://bugs.python.org/file6792/Python-01-vendor-packages.diff "Uploaded as text/plain at 2005-09-22.15:12:43 by richburridge"): Patch to add "vendor-packages" to the Python search list for packages.</li><li>[vps.diff](https://bugs.python.org/file22030/vps.diff "Uploaded as text/plain at 2011-05-19.16:54:24 by @dhduvall")</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 = None
created_at = <Date 2005-09-22.15:12:42.000>
labels = ['interpreter-core', 'type-feature']
title = 'Add a vendor-packages directory for system-supplied modules'
updated_at = <Date 2019-12-19.00:30:17.883>
user = 'https://bugs.python.org/richburridge'
```
bugs.python.org fields:
```python
activity = <Date 2019-12-19.00:30:17.883>
actor = 'brett.cannon'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-22.15:12:42.000>
creator = 'richburridge'
dependencies = []
files = ['6792', '22030']
hgrepos = []
issue_num = 1298835
keywords = ['patch']
message_count = 17.0
messages = ['48758', '48759', '48760', '48761', '83873', '113370', '136314', '136651', '147608', '147650', '186615', '188373', '188377', '188380', '214807', '214821', '215306']
nosy_count = 19.0
nosy_names = ['loewis', 'barry', 'richard', 'terry.reedy', 'doko', 'ncoghlan', 'ajaksu2', 'richburridge', 'tarek', 'trent', 'carljm', 'eric.araujo', 'dhduvall', 'alexis', 'piotr.dobrogost', 'bkabrda', 'brian-cameron-oracle', 'jbeck', 'rkuska']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1298835'
versions = ['Python 3.5']
```
</p></details>
| Add a vendor-packages directory for system-supplied modules | https://api.github.com/repos/python/cpython/issues/42401/comments | 19 | 2005-09-22T15:12:42Z | 2023-04-27T14:50:32Z | https://github.com/python/cpython/issues/42401 | 1,198,810,044 | 42,401 |
[
"python",
"cpython"
] | BPO | [1298813](https://bugs.python.org/issue1298813)
--- | :---
Nosy | @pitrou, @vstinner, @tiran, @devdanzin, @matejcik
Files | <li>[python-canonicalize.patch](https://bugs.python.org/file6791/python-canonicalize.patch "Uploaded as text/plain at 2005-09-22.14:54:06 by misa"): Patch to make Python use canonicalize_file_name if available</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 = None
created_at = <Date 2005-09-22.14:54:06.000>
labels = ['type-security', 'interpreter-core']
title = 'sysmodule.c: realpath() is unsafe'
updated_at = <Date 2016-09-08.23:49:28.131>
user = 'https://bugs.python.org/misa'
```
bugs.python.org fields:
```python
activity = <Date 2016-09-08.23:49:28.131>
actor = 'christian.heimes'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-22.14:54:06.000>
creator = 'misa'
dependencies = []
files = ['6791']
hgrepos = []
issue_num = 1298813
keywords = ['patch']
message_count = 13.0
messages = ['48753', '48754', '48755', '48756', '48757', '86585', '87090', '87446', '114627', '142586', '142664', '142927', '275217']
nosy_count = 10.0
nosy_names = ['misa', 'spektrum', 'pitrou', 'vstinner', 'christian.heimes', 'ajaksu2', 'pjones', 'matejcik', 'Arfrever', 'mibanescu']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'pending'
superseder = None
type = 'security'
url = 'https://bugs.python.org/issue1298813'
versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']
```
</p></details>
| sysmodule.c: realpath() is unsafe | https://api.github.com/repos/python/cpython/issues/42400/comments | 14 | 2005-09-22T14:54:06Z | 2022-10-05T18:53:03Z | https://github.com/python/cpython/issues/42400 | 1,198,810,042 | 42,400 |
[
"python",
"cpython"
] | BPO | [1298709](https://bugs.python.org/issue1298709)
--- | :---
Nosy | @tebeka
<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-10-28.12:28:34.000>
created_at = <Date 2005-09-22.12:59:23.000>
labels = ['build']
title = '_socket module not build under cygwin'
updated_at = <Date 2005-10-28.12:28:34.000>
user = 'https://github.com/tebeka'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-28.12:28:34.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-22.12:59:23.000>
creator = 'tebeka'
dependencies = []
files = []
hgrepos = []
issue_num = 1298709
keywords = []
message_count = 6.0
messages = ['26351', '26352', '26353', '26354', '26355', '26356']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'jlt63', 'tebeka']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1298709'
versions = ['Python 2.4']
```
</p></details>
| _socket module not build under cygwin | https://api.github.com/repos/python/cpython/issues/42399/comments | 6 | 2005-09-22T12:59:23Z | 2022-04-09T23:59:32Z | https://github.com/python/cpython/issues/42399 | 1,198,810,041 | 42,399 |
[
"python",
"cpython"
] | BPO | [1298499](https://bugs.python.org/issue1298499)
--- | :---
Nosy | @mwhudson
Files | <li>[cStringIO-listappend.diff](https://bugs.python.org/file6789/cStringIO-listappend.diff "Uploaded as text/plain at 2005-09-22.08:40:32 by spiv")</li><li>[cStringIO-listappend.diff](https://bugs.python.org/file6790/cStringIO-listappend.diff "Uploaded as text/plain at 2005-09-22.09:03:35 by spiv"): Fixed 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/mwhudson'
closed_at = <Date 2005-09-22.09:20:22.000>
created_at = <Date 2005-09-22.08:40:32.000>
labels = ['extension-modules']
title = 'Unchecked return value in cStringIO'
updated_at = <Date 2005-09-22.09:20:22.000>
user = 'https://bugs.python.org/spiv'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-22.09:20:22.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-22.08:40:32.000>
creator = 'spiv'
dependencies = []
files = ['6789', '6790']
hgrepos = []
issue_num = 1298499
keywords = ['patch']
message_count = 3.0
messages = ['48750', '48751', '48752']
nosy_count = 2.0
nosy_names = ['mwh', 'spiv']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1298499'
versions = []
```
</p></details>
| Unchecked return value in cStringIO | https://api.github.com/repos/python/cpython/issues/42398/comments | 3 | 2005-09-22T08:40:32Z | 2022-04-09T23:59:32Z | https://github.com/python/cpython/issues/42398 | 1,198,810,037 | 42,398 |
[
"python",
"cpython"
] | BPO | [1298449](https://bugs.python.org/issue1298449)
--- | :---
Nosy | @mwhudson
Files | <li>[cStringIO.diff](https://bugs.python.org/file6788/cStringIO.diff "Uploaded as text/plain at 2005-09-22.07:45:01 by spiv"): patch to fix bug in O_writelines</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 2005-09-22.09:20:44.000>
created_at = <Date 2005-09-22.07:45:01.000>
labels = ['extension-modules']
title = '"Fatal Python error" from cStringIO\'s writelines'
updated_at = <Date 2005-09-22.09:20:44.000>
user = 'https://bugs.python.org/spiv'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-22.09:20:44.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-22.07:45:01.000>
creator = 'spiv'
dependencies = []
files = ['6788']
hgrepos = []
issue_num = 1298449
keywords = ['patch']
message_count = 2.0
messages = ['48748', '48749']
nosy_count = 2.0
nosy_names = ['mwh', 'spiv']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1298449'
versions = []
```
</p></details>
| "Fatal Python error" from cStringIO's writelines | https://api.github.com/repos/python/cpython/issues/42397/comments | 2 | 2005-09-22T07:45:01Z | 2022-04-09T23:59:31Z | https://github.com/python/cpython/issues/42397 | 1,198,810,033 | 42,397 |
[
"python",
"cpython"
] | BPO | [1298120](https://bugs.python.org/issue1298120)
--- | :---
Nosy | @birkenfeld
<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-09-29.20:24:35.000>
created_at = <Date 2005-09-21.20:18:30.000>
labels = ['docs']
title = 'shlex does not support unicode'
updated_at = <Date 2005-09-29.20:24:35.000>
user = 'https://bugs.python.org/tungwaiyip'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.20:24:35.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-21.20:18:30.000>
creator = 'tungwaiyip'
dependencies = []
files = []
hgrepos = []
issue_num = 1298120
keywords = []
message_count = 2.0
messages = ['26349', '26350']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'tungwaiyip']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1298120'
versions = ['Python 2.4']
```
</p></details>
| shlex does not support unicode | https://api.github.com/repos/python/cpython/issues/42396/comments | 2 | 2005-09-21T20:18:30Z | 2022-04-09T23:59:29Z | https://github.com/python/cpython/issues/42396 | 1,198,810,031 | 42,396 |
[
"python",
"cpython"
] | BPO | [1297986](https://bugs.python.org/issue1297986)
--- | :---
Nosy | @mwhudson, @birkenfeld, @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 2005-09-22.09:20:10.000>
created_at = <Date 2005-09-21.17:55:31.000>
labels = ['type-feature', 'library']
title = 'hashable and mutable functions'
updated_at = <Date 2005-09-22.09:20:10.000>
user = 'https://bugs.python.org/cybb20'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-22.09:20:10.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-21.17:55:31.000>
creator = 'cybb20'
dependencies = []
files = []
hgrepos = []
issue_num = 1297986
keywords = []
message_count = 4.0
messages = ['54619', '54620', '54621', '54622']
nosy_count = 4.0
nosy_names = ['mwh', 'georg.brandl', 'rhettinger', 'cybb20']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1297986'
versions = []
```
</p></details>
| hashable and mutable functions | https://api.github.com/repos/python/cpython/issues/42395/comments | 4 | 2005-09-21T17:55:31Z | 2022-04-09T23:59:28Z | https://github.com/python/cpython/issues/42395 | 1,198,810,027 | 42,395 |
[
"python",
"cpython"
] | BPO | [1297193](https://bugs.python.org/issue1297193)
--- | :---
Nosy | @pitrou, @vstinner, @orivej
Files | <li>[bug2.py](https://bugs.python.org/file1785/bug2.py "Uploaded as text/plain at 2005-09-21.03:09:19 by @vstinner"): Test file (bug2.py)</li><li>[bug.c](https://bugs.python.org/file1786/bug.c "Uploaded as text/x-csrc at 2005-09-21.03:12:17 by @vstinner"): Test file in C language</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 2008-09-09.11:35:35.865>
created_at = <Date 2005-09-21.03:09:18.000>
labels = ['expert-regex']
title = 'Search is to long with regex like ^(.+|dontmatch)*$'
updated_at = <Date 2008-09-09.11:35:35.863>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2008-09-09.11:35:35.863>
actor = 'pitrou'
assignee = 'niemeyer'
closed = True
closed_date = <Date 2008-09-09.11:35:35.865>
closer = 'pitrou'
components = ['Regular Expressions']
creation = <Date 2005-09-21.03:09:18.000>
creator = 'vstinner'
dependencies = []
files = ['1785', '1786']
hgrepos = []
issue_num = 1297193
keywords = []
message_count = 6.0
messages = ['26345', '26346', '26347', '26348', '72846', '72848']
nosy_count = 5.0
nosy_names = ['niemeyer', 'pitrou', 'vstinner', 'rsc', 'orivej']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1297193'
versions = ['Python 2.4']
```
</p></details>
| Search is to long with regex like ^(.+|dontmatch)*$ | https://api.github.com/repos/python/cpython/issues/42394/comments | 6 | 2005-09-21T03:09:18Z | 2022-04-09T23:59:27Z | https://github.com/python/cpython/issues/42394 | 1,198,810,022 | 42,394 |
[
"python",
"cpython"
] | BPO | [1297059](https://bugs.python.org/issue1297059)
--- | :---
<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-09-23.04:28:35.000>
created_at = <Date 2005-09-21.00:12:50.000>
labels = ['docs']
title = 'Incorrect return type for search() method'
updated_at = <Date 2005-09-23.04:28:35.000>
user = 'https://bugs.python.org/noah'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-23.04:28:35.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-21.00:12:50.000>
creator = 'noah'
dependencies = []
files = []
hgrepos = []
issue_num = 1297059
keywords = []
message_count = 2.0
messages = ['26343', '26344']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'noah']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1297059'
versions = ['Python 2.4']
```
</p></details>
| Incorrect return type for search() method | https://api.github.com/repos/python/cpython/issues/42393/comments | 2 | 2005-09-21T00:12:50Z | 2022-04-09T23:59:26Z | https://github.com/python/cpython/issues/42393 | 1,198,810,020 | 42,393 |
[
"python",
"cpython"
] | BPO | [1297028](https://bugs.python.org/issue1297028)
--- | :---
Files | <li>[multibytecodec.c.patch](https://bugs.python.org/file6787/multibytecodec.c.patch "Uploaded as text/plain at 2005-09-20.23:25:35 by ehuss"): Patch to fix unitialized type pointer in cjkcodecs</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 2005-09-23.16:25:27.000>
created_at = <Date 2005-09-20.23:25:35.000>
labels = ['extension-modules']
title = 'cjkcodecs does not initialize type pointer'
updated_at = <Date 2005-09-23.16:25:27.000>
user = 'https://bugs.python.org/ehuss'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-23.16:25:27.000>
actor = 'nnorwitz'
assignee = 'anthonybaxter'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-20.23:25:35.000>
creator = 'ehuss'
dependencies = []
files = ['6787']
hgrepos = []
issue_num = 1297028
keywords = ['patch']
message_count = 7.0
messages = ['48741', '48742', '48743', '48744', '48745', '48746', '48747']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'anthonybaxter', 'ehuss']
pr_nums = []
priority = 'critical'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1297028'
versions = ['Python 2.4']
```
</p></details>
| cjkcodecs does not initialize type pointer | https://api.github.com/repos/python/cpython/issues/42392/comments | 7 | 2005-09-20T23:25:35Z | 2022-04-09T23:59:25Z | https://github.com/python/cpython/issues/42392 | 1,198,810,016 | 42,392 |
[
"python",
"cpython"
] | BPO | [1296581](https://bugs.python.org/issue1296581)
--- | :---
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 = None
closed_at = <Date 2005-10-16.02:20:50.000>
created_at = <Date 2005-09-20.16:56:29.000>
labels = ['invalid', 'type-feature', 'library']
title = 'datetime.replace could take a dict'
updated_at = <Date 2005-10-16.02:20:50.000>
user = 'https://bugs.python.org/tlynn'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-16.02:20:50.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-20.16:56:29.000>
creator = 'tlynn'
dependencies = []
files = []
hgrepos = []
issue_num = 1296581
keywords = []
message_count = 2.0
messages = ['54617', '54618']
nosy_count = 2.0
nosy_names = ['rhettinger', 'tlynn']
pr_nums = []
priority = 'low'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1296581'
versions = []
```
</p></details>
| datetime.replace could take a dict | https://api.github.com/repos/python/cpython/issues/42391/comments | 2 | 2005-09-20T16:56:29Z | 2022-04-09T23:59:24Z | https://github.com/python/cpython/issues/42391 | 1,198,810,009 | 42,391 |
[
"python",
"cpython"
] | BPO | [1296434](https://bugs.python.org/issue1296434)
--- | :---
Nosy | @terryjreedy, @devdanzin
<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 2009-03-21.17:02:38.780>
created_at = <Date 2005-09-20.14:11:21.000>
labels = ['type-feature', 'docs']
title = 'Call by object reference sometimes call by value'
updated_at = <Date 2009-03-21.17:02:38.779>
user = 'https://bugs.python.org/abgrover'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-21.17:02:38.779>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-03-21.17:02:38.780>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2005-09-20.14:11:21.000>
creator = 'abgrover'
dependencies = []
files = []
hgrepos = []
issue_num = 1296434
keywords = []
message_count = 5.0
messages = ['60816', '60817', '83874', '83915', '83938']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'abgrover', 'ajaksu2']
pr_nums = []
priority = 'low'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1296434'
versions = ['Python 2.6']
```
</p></details>
| Call by object reference sometimes call by value | https://api.github.com/repos/python/cpython/issues/42390/comments | 5 | 2005-09-20T14:11:21Z | 2022-04-09T23:59:22Z | https://github.com/python/cpython/issues/42390 | 1,198,810,006 | 42,390 |
[
"python",
"cpython"
] | BPO | [1296433](https://bugs.python.org/issue1296433)
--- | :---
Nosy | @freddrake, @brettcannon
Files | <li>[crash.py](https://bugs.python.org/file1783/crash.py "Uploaded as text/plain at 2005-09-20.14:10:03 by rozhnov"): this script crash python</li><li>[expat-crash.patch](https://bugs.python.org/file1784/expat-crash.patch "Uploaded as text/plain at 2005-11-12.20:53:12 by nnorwitz"): fix attempt 1</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/brettcannon'
closed_at = <Date 2006-07-01.16:33:00.000>
created_at = <Date 2005-09-20.14:10:03.000>
labels = ['expert-XML']
title = 'expat crash python'
updated_at = <Date 2006-07-01.16:33:00.000>
user = 'https://bugs.python.org/rozhnov'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-01.16:33:00.000>
actor = 'fdrake'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['XML']
creation = <Date 2005-09-20.14:10:03.000>
creator = 'rozhnov'
dependencies = []
files = ['1783', '1784']
hgrepos = []
issue_num = 1296433
keywords = []
message_count = 7.0
messages = ['26336', '26337', '26338', '26339', '26340', '26341', '26342']
nosy_count = 5.0
nosy_names = ['fdrake', 'effbot', 'nnorwitz', 'brett.cannon', 'rozhnov']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1296433'
versions = ['Python 2.4']
```
</p></details>
| expat crash python | https://api.github.com/repos/python/cpython/issues/42389/comments | 7 | 2005-09-20T14:10:03Z | 2022-04-09T23:59:22Z | https://github.com/python/cpython/issues/42389 | 1,198,810,005 | 42,389 |
[
"python",
"cpython"
] | BPO | [1296321](https://bugs.python.org/issue1296321)
--- | :---
Nosy | @birkenfeld
<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-09-20.12:54:12.000>
created_at = <Date 2005-09-20.11:56:02.000>
labels = ['docs']
title = 'Python/C API Reference Manual, 7.2.1.1 Boolean Objects'
updated_at = <Date 2005-09-20.12:54:12.000>
user = 'https://bugs.python.org/nichloas'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-20.12:54:12.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-09-20.11:56:02.000>
creator = 'nichloas'
dependencies = []
files = []
hgrepos = []
issue_num = 1296321
keywords = []
message_count = 2.0
messages = ['26334', '26335']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'nichloas']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1296321'
versions = ['Python 2.3']
```
</p></details>
| Python/C API Reference Manual, 7.2.1.1 Boolean Objects | https://api.github.com/repos/python/cpython/issues/42388/comments | 2 | 2005-09-20T11:56:02Z | 2022-04-09T23:59:20Z | https://github.com/python/cpython/issues/42388 | 1,198,810,002 | 42,388 |
[
"python",
"cpython"
] | BPO | [1296004](https://bugs.python.org/issue1296004)
--- | :---
Nosy | @birkenfeld
<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-09-29.20:16:30.000>
created_at = <Date 2005-09-20.05:14:25.000>
labels = ['library']
title = 'MemoryError in httplib'
updated_at = <Date 2005-09-29.20:16:30.000>
user = 'https://bugs.python.org/yuezhang'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-29.20:16:30.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-20.05:14:25.000>
creator = 'yuezhang'
dependencies = []
files = []
hgrepos = []
issue_num = 1296004
keywords = []
message_count = 2.0
messages = ['26332', '26333']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'yuezhang']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1296004'
versions = ['Python 2.4']
```
</p></details>
| MemoryError in httplib | https://api.github.com/repos/python/cpython/issues/42387/comments | 2 | 2005-09-20T05:14:25Z | 2022-04-09T23:59:19Z | https://github.com/python/cpython/issues/42387 | 1,198,809,998 | 42,387 |
[
"python",
"cpython"
] | BPO | [1295909](https://bugs.python.org/issue1295909)
--- | :---
Nosy | @arigo
<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/arigo'
closed_at = <Date 2005-09-25.11:51:51.000>
created_at = <Date 2005-09-20.01:00:04.000>
labels = ['library']
title = 'inspect.getsource() misses single line blocks.'
updated_at = <Date 2005-09-25.11:51:51.000>
user = 'https://bugs.python.org/ronadam'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-25.11:51:51.000>
actor = 'arigo'
assignee = 'arigo'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-20.01:00:04.000>
creator = 'ronadam'
dependencies = []
files = []
hgrepos = []
issue_num = 1295909
keywords = []
message_count = 3.0
messages = ['26329', '26330', '26331']
nosy_count = 2.0
nosy_names = ['arigo', 'ronadam']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1295909'
versions = ['Python 2.4']
```
</p></details>
| inspect.getsource() misses single line blocks. | https://api.github.com/repos/python/cpython/issues/42386/comments | 3 | 2005-09-20T01:00:04Z | 2022-04-09T23:59:19Z | https://github.com/python/cpython/issues/42386 | 1,198,809,995 | 42,386 |
[
"python",
"cpython"
] | BPO | [1295808](https://bugs.python.org/issue1295808)
--- | :---
Files | <li>[expat_crash_backtrace.txt](https://bugs.python.org/file1781/expat_crash_backtrace.txt "Uploaded as text/plain at 2005-09-19.21:45:41 by tmick"): GDB crash backtrace that we were getting</li><li>[pyexpat_namespace_symbols.patch](https://bugs.python.org/file1782/pyexpat_namespace_symbols.patch "Uploaded as text/plain at 2005-09-19.21:47:43 by tmick"): suggested patch to namespace expat symbols</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-06-19.23:59:29.000>
created_at = <Date 2005-09-19.21:44:01.000>
labels = ['extension-modules']
title = 'expat symbols should be namespaced in pyexpat'
updated_at = <Date 2006-06-19.23:59:29.000>
user = 'https://bugs.python.org/tmick'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-19.23:59:29.000>
actor = 'tmick'
assignee = 'tmick'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-19.21:44:01.000>
creator = 'tmick'
dependencies = []
files = ['1781', '1782']
hgrepos = []
issue_num = 1295808
keywords = []
message_count = 6.0
messages = ['26323', '26324', '26325', '26326', '26327', '26328']
nosy_count = 2.0
nosy_names = ['tmick', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1295808'
versions = ['Python 2.4']
```
</p></details>
| expat symbols should be namespaced in pyexpat | https://api.github.com/repos/python/cpython/issues/42385/comments | 6 | 2005-09-19T21:44:01Z | 2022-04-09T23:59:17Z | https://github.com/python/cpython/issues/42385 | 1,198,809,991 | 42,385 |
[
"python",
"cpython"
] | BPO | [1295432](https://bugs.python.org/issue1295432)
--- | :---
Nosy | @birkenfeld
<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-09-19.18:50:11.000>
created_at = <Date 2005-09-19.13:42:15.000>
labels = ['library']
title = 'cookielib undefined local variable error'
updated_at = <Date 2005-09-19.18:50:11.000>
user = 'https://bugs.python.org/euske'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-19.18:50:11.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-19.13:42:15.000>
creator = 'euske'
dependencies = []
files = []
hgrepos = []
issue_num = 1295432
keywords = []
message_count = 2.0
messages = ['26321', '26322']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'euske']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1295432'
versions = ['Python 2.4']
```
</p></details>
| cookielib undefined local variable error | https://api.github.com/repos/python/cpython/issues/42384/comments | 2 | 2005-09-19T13:42:15Z | 2022-04-09T23:59:16Z | https://github.com/python/cpython/issues/42384 | 1,198,809,989 | 42,384 |
[
"python",
"cpython"
] | BPO | [1295179](https://bugs.python.org/issue1295179)
--- | :---
Nosy | @birkenfeld, @serhiy-storchaka
Files | <li>[termios.patch](https://bugs.python.org/file1780/termios.patch "Uploaded as text/plain at 2006-08-05.15:56:58 by kbob_ru"): termios 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 2021-12-09.09:59:08.522>
created_at = <Date 2005-09-19.09:28:14.000>
labels = ['type-bug', 'build']
title = 'termios.c in qnx4.25'
updated_at = <Date 2021-12-09.09:59:08.522>
user = 'https://bugs.python.org/kbobru'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-09.09:59:08.522>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2021-12-09.09:59:08.522>
closer = 'iritkatriel'
components = ['Build']
creation = <Date 2005-09-19.09:28:14.000>
creator = 'kbob_ru'
dependencies = []
files = ['1780']
hgrepos = []
issue_num = 1295179
keywords = []
message_count = 9.0
messages = ['26315', '26316', '26317', '26318', '26319', '26320', '114626', '114638', '370464']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'sf-robot', 'kbob_ru', 'serhiy.storchaka']
pr_nums = []
priority = 'low'
resolution = None
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1295179'
versions = ['Python 2.7']
```
</p></details>
| termios.c in qnx4.25 | https://api.github.com/repos/python/cpython/issues/42383/comments | 9 | 2005-09-19T09:28:14Z | 2022-04-09T23:59:15Z | https://github.com/python/cpython/issues/42383 | 1,198,809,986 | 42,383 |
[
"python",
"cpython"
] | BPO | [1294959](https://bugs.python.org/issue1294959)
--- | :---
Nosy | @malemburg, @warsaw, @doko42, @jcea, @abalkin, @vstinner, @matejcik, @tarekziade, @mcepl, @merwok, @akitada, @agbuckley, @encukou, @mgorny, @grimreaper, @stratakis, @hroncok, @miss-islington, @pillarsdotnet
PRs | <li>python/cpython#3698</li><li>python/cpython#11755</li><li>python/cpython#18381</li><li>python/cpython#18476</li><li>python/cpython#18482</li><li>python/cpython#18483</li><li>python/cpython#18917</li><li>python/cpython#18960</li><li>python/cpython#20332</li><li>python/cpython#20497</li><li>python/cpython#20725</li>
Files | <li>[python-2.3.4-lib64-regex.patch](https://bugs.python.org/file1777/python-2.3.4-lib64-regex.patch "Uploaded as text/plain at 2005-09-19.03:05:29 by jafo"): One of the Fedora patches.</li><li>[python-2.4.1-lib64.patch](https://bugs.python.org/file1778/python-2.4.1-lib64.patch "Uploaded as text/plain at 2005-09-19.03:06:21 by jafo"): Another of the Fedora patches.</li><li>[japanese-codecs-lib64.patch](https://bugs.python.org/file1779/japanese-codecs-lib64.patch "Uploaded as text/plain at 2005-09-19.03:06:57 by jafo"): The third obviously lib64 Fedora patch.</li><li>[Python-2.6.2-multilib.patch](https://bugs.python.org/file14726/Python-2.6.2-multilib.patch "Uploaded as text/plain at 2009-08-14.16:27:31 by @matejcik"): SUSE patch for the lib64 issue</li><li>[Python-3.3.0b2-multilib.patch](https://bugs.python.org/file32529/Python-3.3.0b2-multilib.patch "Uploaded as text/plain at 2013-11-07.15:40:02 by @matejcik"): SUSE patch in python3</li><li>[python-3.6.0-multilib-new.patch](https://bugs.python.org/file46301/python-3.6.0-multilib-new.patch "Uploaded as text/plain at 2017-01-16.11:20:19 by @matejcik")</li><li>[lib64_tests.py](https://bugs.python.org/file48892/lib64_tests.py "Uploaded as text/plain at 2020-02-12.17:50:19 by @vstinner")</li><li>[lib64_tests-2.py](https://bugs.python.org/file48962/lib64_tests-2.py "Uploaded as text/plain at 2020-03-09.13:37:20 by @vstinner")</li><li>[lib64_tests-3.py](https://bugs.python.org/file48966/lib64_tests-3.py "Uploaded as text/plain at 2020-03-10.08:05:40 by @vstinner")</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 2020-03-13.16:04:36.444>
created_at = <Date 2005-09-19.03:05:28.000>
labels = ['type-bug', '3.9', 'build']
title = 'Add sys.platlibdir and configure --with-platlibdir to use /usr/lib64 on Fedora and SuSE'
updated_at = <Date 2021-08-10.16:25:34.973>
user = 'https://bugs.python.org/jafo'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-10.16:25:34.973>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = <Date 2020-03-13.16:04:36.444>
closer = 'vstinner'
components = ['Build']
creation = <Date 2005-09-19.03:05:28.000>
creator = 'jafo'
dependencies = []
files = ['1777', '1778', '1779', '14726', '32529', '46301', '48892', '48962', '48966']
hgrepos = ['12']
issue_num = 1294959
keywords = ['patch']
message_count = 96.0
messages = ['26314', '59310', '64592', '64593', '81099', '82929', '91559', '91769', '91781', '92541', '94941', '94982', '94986', '94989', '132424', '132503', '132505', '132506', '132511', '132535', '132537', '132538', '132540', '132542', '132544', '132546', '160482', '160671', '160691', '202341', '202343', '202354', '202359', '202365', '202366', '202367', '202368', '202378', '222643', '242608', '285126', '285222', '285556', '285737', '285738', '307231', '308555', '361844', '361847', '361849', '361850', '361851', '361853', '361854', '361882', '361888', '361890', '361893', '361894', '361897', '361899', '361900', '361901', '361902', '361903', '361907', '361909', '362324', '363288', '363441', '363728', '363811', '363816', '363894', '363896', '363900', '364024', '364104', '364105', '369323', '369326', '369327', '369352', '369354', '369360', '369365', '369368', '369467', '369744', '370238', '370242', '370248', '370704', '371008', '382964', '399339']
nosy_count = 26.0
nosy_names = ['lemburg', 'barry', 'doko', 'jafo', 'jcea', 'belopolsky', 'vstinner', 'matejcik', 'tarek', 'ivazquez', 'mcepl', 'eric.araujo', 'Arfrever', 'akitada', 'andybuckley', 'petr.viktorin', 'catalin.iacob', 'mgorny', 'python-dev', 'piotr.dobrogost', 'eitan.adler', 'cstratak', 'hroncok', 'miss-islington', 'pillarsdotnet', 'carlos.velasco']
pr_nums = ['3698', '11755', '18381', '18476', '18482', '18483', '18917', '18960', '20332', '20497', '20725']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1294959'
versions = ['Python 3.9']
```
</p></details>
| Add sys.platlibdir and configure --with-platlibdir to use /usr/lib64 on Fedora and SuSE | https://api.github.com/repos/python/cpython/issues/42382/comments | 96 | 2005-09-19T03:05:28Z | 2022-04-09T23:59:13Z | https://github.com/python/cpython/issues/42382 | 1,198,809,983 | 42,382 |
[
"python",
"cpython"
] | BPO | [1294453](https://bugs.python.org/issue1294453)
--- | :---
Nosy | @smontanaro, @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 2005-09-19.03:42:28.000>
created_at = <Date 2005-09-18.09:46:06.000>
labels = ['invalid', 'library']
title = 'email.Parser.FeedParser leak'
updated_at = <Date 2005-09-19.03:42:28.000>
user = 'https://bugs.python.org/pckid'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-19.03:42:28.000>
actor = 'skip.montanaro'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-18.09:46:06.000>
creator = 'pckid'
dependencies = []
files = []
hgrepos = []
issue_num = 1294453
keywords = []
message_count = 7.0
messages = ['26307', '26308', '26309', '26310', '26311', '26312', '26313']
nosy_count = 3.0
nosy_names = ['skip.montanaro', 'barry', 'pckid']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1294453'
versions = ['Python 2.4']
```
</p></details>
| email.Parser.FeedParser leak | https://api.github.com/repos/python/cpython/issues/42381/comments | 7 | 2005-09-18T09:46:06Z | 2022-04-09T23:59:13Z | https://github.com/python/cpython/issues/42381 | 1,198,809,979 | 42,381 |
[
"python",
"cpython"
] | BPO | [1294232](https://bugs.python.org/issue1294232)
--- | :---
Nosy | @gvanrossum, @warsaw, @birkenfeld, @terryjreedy, @amauryfa, @ncoghlan, @benjaminp, @florentx, @meadori, @durban, @ericsnowcurrently, @serhiy-storchaka
Files | <li>[test_issue1294232.patch](https://bugs.python.org/file21522/test_issue1294232.patch "Uploaded as text/plain at 2011-04-03.20:44:03 by @durban"): Test (currently failing)</li><li>[issue_1294232.patch](https://bugs.python.org/file21530/issue_1294232.patch "Uploaded as text/plain at 2011-04-04.09:50:45 by @durban")</li><li>[issue_1294232_2.patch](https://bugs.python.org/file21729/issue_1294232_2.patch "Uploaded as text/plain at 2011-04-19.20:43:29 by @durban"): Updated patch</li><li>[issue_1294232_3.patch](https://bugs.python.org/file21754/issue_1294232_3.patch "Uploaded as text/plain at 2011-04-21.22:00:36 by @durban"): Updated patch with the special case and extra tests.</li><li>[issue_1294232_4.patch](https://bugs.python.org/file21756/issue_1294232_4.patch "Uploaded as text/plain at 2011-04-22.05:43:20 by @durban"): Patch with less strict checking and more tests.</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 2020-05-31.12:39:15.458>
created_at = <Date 2005-09-18.01:07:12.000>
labels = ['interpreter-core', 'type-bug']
title = 'Error in metaclass search order'
updated_at = <Date 2020-05-31.12:39:15.457>
user = 'https://bugs.python.org/pwerneck'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-31.12:39:15.457>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = True
closed_date = <Date 2020-05-31.12:39:15.458>
closer = 'serhiy.storchaka'
components = ['Interpreter Core']
creation = <Date 2005-09-18.01:07:12.000>
creator = 'pwerneck'
dependencies = []
files = ['21522', '21530', '21729', '21754', '21756']
hgrepos = []
issue_num = 1294232
keywords = ['patch']
message_count = 31.0
messages = ['26304', '26305', '26306', '113209', '113239', '116316', '123420', '127315', '132876', '132880', '132926', '134052', '134054', '134055', '134097', '134116', '134173', '134178', '134212', '134225', '134227', '134228', '134254', '134256', '134263', '144242', '146230', '146232', '146547', '146558', '370429']
nosy_count = 16.0
nosy_names = ['gvanrossum', 'barry', 'georg.brandl', 'terry.reedy', 'amaury.forgeotdarc', 'ncoghlan', 'rodsenra', 'pwerneck', 'benjamin.peterson', 'flox', 'meador.inge', 'daniel.urban', 'python-dev', 'eric.snow', 'serhiy.storchaka', 'bruno.dupuis']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1294232'
versions = ['Python 2.7']
```
</p></details>
| Error in metaclass search order | https://api.github.com/repos/python/cpython/issues/42380/comments | 31 | 2005-09-18T01:07:12Z | 2022-04-09T23:59:11Z | https://github.com/python/cpython/issues/42380 | 1,198,809,974 | 42,380 |
[
"python",
"cpython"
] | BPO | [1294032](https://bugs.python.org/issue1294032)
--- | :---
Nosy | @akuchling, @mjpieters, @ncoghlan, @tarekziade, @merwok, @akitada
<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 2014-03-13.21:00:42.267>
created_at = <Date 2005-09-17.19:56:33.000>
labels = ['type-bug', 'docs']
title = 'Distutils writes keywords comma-separated'
updated_at = <Date 2014-03-13.21:00:42.264>
user = 'https://github.com/mjpieters'
```
bugs.python.org fields:
```python
activity = <Date 2014-03-13.21:00:42.264>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = <Date 2014-03-13.21:00:42.267>
closer = 'eric.araujo'
components = ['Documentation']
creation = <Date 2005-09-17.19:56:33.000>
creator = 'mjpieters'
dependencies = []
files = []
hgrepos = []
issue_num = 1294032
keywords = []
message_count = 8.0
messages = ['26302', '26303', '81397', '81399', '81404', '81405', '102722', '213468']
nosy_count = 8.0
nosy_names = ['akuchling', 'nnorwitz', 'mjpieters', 'ncoghlan', 'tarek', 'eric.araujo', 'akitada', 'alexis']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1294032'
versions = []
```
</p></details>
| Distutils writes keywords comma-separated | https://api.github.com/repos/python/cpython/issues/42379/comments | 8 | 2005-09-17T19:56:33Z | 2022-04-09T23:59:10Z | https://github.com/python/cpython/issues/42379 | 1,198,809,971 | 42,379 |
[
"python",
"cpython"
] | BPO | [1293790](https://bugs.python.org/issue1293790)
--- | :---
Nosy | @freddrake, @birkenfeld
Files | <li>[python.sty.sigline.diff](https://bugs.python.org/file6786/python.sty.sigline.diff "Uploaded as text/plain at 2005-09-17.12:54:38 by smigaj"): python.sty 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/freddrake'
closed_at = <Date 2007-08-23.20:35:46.256>
created_at = <Date 2005-09-17.12:54:38.000>
labels = ['docs']
title = 'python.sty: \\py@sigline correction'
updated_at = <Date 2007-08-23.20:35:46.254>
user = 'https://bugs.python.org/smigaj'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-23.20:35:46.254>
actor = 'georg.brandl'
assignee = 'fdrake'
closed = True
closed_date = <Date 2007-08-23.20:35:46.256>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2005-09-17.12:54:38.000>
creator = 'smigaj'
dependencies = []
files = ['6786']
hgrepos = []
issue_num = 1293790
keywords = ['patch']
message_count = 2.0
messages = ['48740', '55205']
nosy_count = 3.0
nosy_names = ['fdrake', 'georg.brandl', 'smigaj']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1293790'
versions = []
```
</p></details>
| python.sty: \py@sigline correction | https://api.github.com/repos/python/cpython/issues/42378/comments | 2 | 2005-09-17T12:54:38Z | 2022-04-09T23:59:09Z | https://github.com/python/cpython/issues/42378 | 1,198,809,966 | 42,378 |
[
"python",
"cpython"
] | BPO | [1293788](https://bugs.python.org/issue1293788)
--- | :---
Nosy | @freddrake, @birkenfeld
Files | <li>[python.sty.verbatim.diff](https://bugs.python.org/file6785/python.sty.verbatim.diff "Uploaded as text/plain at 2005-09-17.12:50:52 by smigaj"): python.sty 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/freddrake'
closed_at = <Date 2007-08-23.20:36:03.401>
created_at = <Date 2005-09-17.12:50:52.000>
labels = ['docs']
title = 'python.sty correction - verbatim environment'
updated_at = <Date 2007-08-23.20:36:03.400>
user = 'https://bugs.python.org/smigaj'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-23.20:36:03.400>
actor = 'georg.brandl'
assignee = 'fdrake'
closed = True
closed_date = <Date 2007-08-23.20:36:03.401>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2005-09-17.12:50:52.000>
creator = 'smigaj'
dependencies = []
files = ['6785']
hgrepos = []
issue_num = 1293788
keywords = ['patch']
message_count = 2.0
messages = ['48739', '55206']
nosy_count = 3.0
nosy_names = ['fdrake', 'georg.brandl', 'smigaj']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1293788'
versions = []
```
</p></details>
| python.sty correction - verbatim environment | https://api.github.com/repos/python/cpython/issues/42377/comments | 2 | 2005-09-17T12:50:52Z | 2022-04-09T23:59:08Z | https://github.com/python/cpython/issues/42377 | 1,198,809,963 | 42,377 |
[
"python",
"cpython"
] | BPO | [1293741](https://bugs.python.org/issue1293741)
--- | :---
Nosy | @tim-one, @terryjreedy, @merwok
Files | <li>[test_iso-8859-15.py](https://bugs.python.org/file1776/test_iso-8859-15.py "Uploaded as text/plain at 2005-09-17.11:41:22 by ogrisel"): sample code that shows the problem</li><li>[issue1293741.py](https://bugs.python.org/file12684/issue1293741.py "Uploaded as text/plain at 2009-01-11.14:48:18 by luciano"): Short script demonstrating encoding problem on doctest output</li><li>[doctest.unicode.patch](https://bugs.python.org/file14407/doctest.unicode.patch "Uploaded as text/plain at 2009-06-30.15:04:04 by christoph"): Patch for properly encoding Unicode strings</li><li>[doctest.unicode-2.patch](https://bugs.python.org/file14422/doctest.unicode-2.patch "Uploaded as text/plain at 2009-07-01.20:24:07 by christoph"): Patch extending to DocTestCase.runTest()</li><li>[unicode_bug.py](https://bugs.python.org/file15173/unicode_bug.py "Uploaded as text/plain at 2009-10-21.15:02:13 by babilen"): The script mentioned in the report</li><li>[unicode_bug_literals.py](https://bugs.python.org/file15174/unicode_bug_literals.py "Uploaded as text/plain at 2009-10-21.15:08:41 by babilen"): Doctest with unicode_literals</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-08-03.23:53:47.114>
created_at = <Date 2005-09-17.11:41:22.000>
labels = ['extension-modules', 'type-feature']
title = 'doctest runner cannot handle non-ascii characters'
updated_at = <Date 2010-08-03.23:53:47.111>
user = 'https://bugs.python.org/ogrisel'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-03.23:53:47.111>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-03.23:53:47.114>
closer = 'terry.reedy'
components = ['Extension Modules']
creation = <Date 2005-09-17.11:41:22.000>
creator = 'ogrisel'
dependencies = []
files = ['1776', '12684', '14407', '14422', '15173', '15174']
hgrepos = []
issue_num = 1293741
keywords = ['patch']
message_count = 11.0
messages = ['26296', '26297', '26298', '26299', '26300', '26301', '79597', '89928', '89996', '94311', '112724']
nosy_count = 10.0
nosy_names = ['tim.peters', 'terry.reedy', 'ogrisel', 'bjoti', 'akaihola', 'rbp', 'luciano', 'christoph', 'eric.araujo', 'babilen']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1293741'
versions = ['Python 2.7']
```
</p></details>
| doctest runner cannot handle non-ascii characters | https://api.github.com/repos/python/cpython/issues/42376/comments | 11 | 2005-09-17T11:41:22Z | 2022-04-09T23:59:06Z | https://github.com/python/cpython/issues/42376 | 1,198,809,958 | 42,376 |
[
"python",
"cpython"
] | BPO | [1292634](https://bugs.python.org/issue1292634)
--- | :---
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 2005-10-08.10:07:30.000>
created_at = <Date 2005-09-16.07:27:47.000>
labels = ['invalid', 'OS-windows']
title = 'The _ssl build process for 2.3.5 is broken'
updated_at = <Date 2005-10-08.10:07:30.000>
user = 'https://bugs.python.org/robertcheung'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-08.10:07:30.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-09-16.07:27:47.000>
creator = 'robertcheung'
dependencies = []
files = []
hgrepos = []
issue_num = 1292634
keywords = []
message_count = 3.0
messages = ['26293', '26294', '26295']
nosy_count = 2.0
nosy_names = ['loewis', 'robertcheung']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1292634'
versions = ['Python 2.3']
```
</p></details>
| The _ssl build process for 2.3.5 is broken | https://api.github.com/repos/python/cpython/issues/42375/comments | 3 | 2005-09-16T07:27:47Z | 2022-04-09T23:59:05Z | https://github.com/python/cpython/issues/42375 | 1,198,809,954 | 42,375 |
[
"python",
"cpython"
] | BPO | [1292625](https://bugs.python.org/issue1292625)
--- | :---
Nosy | @arigo, @rhettinger
Files | <li>[list-append.diff](https://bugs.python.org/file6783/list-append.diff "Uploaded as text/plain at 2005-09-16.07:14:32 by nnorwitz"): v1.5</li><li>[LIST_APPEND.diff](https://bugs.python.org/file6784/LIST_APPEND.diff "Uploaded as text/plain at 2005-09-28.05:55:15 by nnorwitz"): last version</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 2005-09-28.05:55:15.000>
created_at = <Date 2005-09-16.07:14:32.000>
labels = ['interpreter-core']
title = 'use LIST_APPEND opcode for X.append() method calls'
updated_at = <Date 2005-09-28.05:55:15.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-28.05:55:15.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-16.07:14:32.000>
creator = 'nnorwitz'
dependencies = []
files = ['6783', '6784']
hgrepos = []
issue_num = 1292625
keywords = ['patch']
message_count = 4.0
messages = ['48735', '48736', '48737', '48738']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'arigo', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1292625'
versions = ['Python 2.5']
```
</p></details>
| use LIST_APPEND opcode for X.append() method calls | https://api.github.com/repos/python/cpython/issues/42374/comments | 4 | 2005-09-16T07:14:32Z | 2022-04-09T23:59:04Z | https://github.com/python/cpython/issues/42374 | 1,198,809,951 | 42,374 |
[
"python",
"cpython"
] | BPO | [1291662](https://bugs.python.org/issue1291662)
--- | :---
Nosy | @jackjansen, @macfreek
<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 2005-09-15.10:20:16.000>
created_at = <Date 2005-09-15.06:44:22.000>
labels = ['OS-mac']
title = 'Installation of waste by MacPython installer'
updated_at = <Date 2005-09-15.10:20:16.000>
user = 'https://github.com/macfreek'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-15.10:20:16.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-09-15.06:44:22.000>
creator = 'macfreek'
dependencies = []
files = []
hgrepos = []
issue_num = 1291662
keywords = []
message_count = 2.0
messages = ['26291', '26292']
nosy_count = 2.0
nosy_names = ['jackjansen', 'macfreek']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1291662'
versions = []
```
</p></details>
| Installation of waste by MacPython installer | https://api.github.com/repos/python/cpython/issues/42373/comments | 2 | 2005-09-15T06:44:22Z | 2022-04-09T23:59:04Z | https://github.com/python/cpython/issues/42373 | 1,198,809,943 | 42,373 |
[
"python",
"cpython"
] | BPO | [1291446](https://bugs.python.org/issue1291446)
--- | :---
<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-09-04.01:33:47.470>
created_at = <Date 2005-09-14.22:28:27.000>
labels = ['library']
title = 'SSLObject breaks read semantics'
updated_at = <Date 2008-09-05.17:43:05.679>
user = 'https://bugs.python.org/ellisj'
```
bugs.python.org fields:
```python
activity = <Date 2008-09-05.17:43:05.679>
actor = 'ellisj'
assignee = 'janssen'
closed = True
closed_date = <Date 2008-09-04.01:33:47.470>
closer = 'janssen'
components = ['Library (Lib)']
creation = <Date 2005-09-14.22:28:27.000>
creator = 'ellisj'
dependencies = []
files = []
hgrepos = []
issue_num = 1291446
keywords = []
message_count = 8.0
messages = ['60815', '72451', '72481', '72482', '72516', '72518', '72610', '72613']
nosy_count = 2.0
nosy_names = ['janssen', 'ellisj']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1291446'
versions = ['Python 2.4']
```
</p></details>
| SSLObject breaks read semantics | https://api.github.com/repos/python/cpython/issues/42372/comments | 8 | 2005-09-14T22:28:27Z | 2022-04-09T23:59:02Z | https://github.com/python/cpython/issues/42372 | 1,198,809,940 | 42,372 |
[
"python",
"cpython"
] | BPO | [1291169](https://bugs.python.org/issue1291169)
--- | :---
Nosy | @devdanzin
Files | <li>[build_python.sh](https://bugs.python.org/file6782/build_python.sh "Uploaded as application/octet-stream at 2005-09-14.17:27:32 by jose-v-matos"): ppc cross compile script and 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 2010-08-21.19:34:32.692>
created_at = <Date 2005-09-14.17:27:32.000>
labels = []
title = 'mmap with unsigned int offset and cross build for ppc'
updated_at = <Date 2010-08-21.19:34:32.691>
user = 'https://bugs.python.org/jose-v-matos'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-21.19:34:32.691>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-21.19:34:32.692>
closer = 'BreamoreBoy'
components = ['None']
creation = <Date 2005-09-14.17:27:32.000>
creator = 'jose-v-matos'
dependencies = []
files = ['6782']
hgrepos = []
issue_num = 1291169
keywords = ['patch']
message_count = 4.0
messages = ['48733', '48734', '83875', '114554']
nosy_count = 4.0
nosy_names = ['nnorwitz', 'ajaksu2', 'jose-v-matos', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1291169'
versions = ['Python 2.6']
```
</p></details>
| mmap with unsigned int offset and cross build for ppc | https://api.github.com/repos/python/cpython/issues/42371/comments | 4 | 2005-09-14T17:27:32Z | 2022-04-09T23:59:01Z | https://github.com/python/cpython/issues/42371 | 1,198,809,936 | 42,371 |
[
"python",
"cpython"
] | BPO | [1290505](https://bugs.python.org/issue1290505)
--- | :---
Nosy | @brettcannon
Files | <li>[switch_locales.py](https://bugs.python.org/file1773/switch_locales.py "Uploaded as text/plain at 2005-09-13.22:57:43 by meonkeys"): Demonstrates how locale switching after strptime() is called raises an exception on subsequent calls of strptime().</li><li>[strptime_cache.diff](https://bugs.python.org/file1774/strptime_cache.diff "Uploaded as text/plain at 2007-03-28.18:39:42 by @brettcannon"): Possible patch to clear TimeRE cache when locale changes</li><li>[strptime_timere_test.diff](https://bugs.python.org/file1775/strptime_timere_test.diff "Uploaded as text/plain at 2007-03-29.02:07:07 by @brettcannon"): Possible test for TimeRE instance being recreated if locale changes</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/brettcannon'
closed_at = <Date 2007-04-08.04:18:55.000>
created_at = <Date 2005-09-13.22:50:55.000>
labels = ['library']
title = "strptime(): can't switch locales more than once"
updated_at = <Date 2007-04-08.04:18:55.000>
user = 'https://bugs.python.org/meonkeys'
```
bugs.python.org fields:
```python
activity = <Date 2007-04-08.04:18:55.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-13.22:50:55.000>
creator = 'meonkeys'
dependencies = []
files = ['1773', '1774', '1775']
hgrepos = []
issue_num = 1290505
keywords = []
message_count = 14.0
messages = ['26277', '26278', '26279', '26280', '26281', '26282', '26283', '26284', '26285', '26286', '26287', '26288', '26289', '26290']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'meonkeys', 'kovan']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1290505'
versions = ['Python 2.5']
```
</p></details>
| strptime(): can't switch locales more than once | https://api.github.com/repos/python/cpython/issues/42370/comments | 14 | 2005-09-13T22:50:55Z | 2022-04-09T23:59:00Z | https://github.com/python/cpython/issues/42370 | 1,198,809,932 | 42,370 |
[
"python",
"cpython"
] | BPO | [1290454](https://bugs.python.org/issue1290454)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[import.c.patch](https://bugs.python.org/file6781/import.c.patch "Uploaded as text/plain at 2005-09-13.20:57:33 by collinwinter"): Patch against import.c, r2.242</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/birkenfeld'
closed_at = <Date 2005-09-14.07:01:49.000>
created_at = <Date 2005-09-13.20:57:33.000>
labels = ['interpreter-core']
title = 'Fix reload() error message'
updated_at = <Date 2005-09-14.07:01:49.000>
user = 'https://bugs.python.org/collinwinter'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-14.07:01:49.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-13.20:57:33.000>
creator = 'collinwinter'
dependencies = []
files = ['6781']
hgrepos = []
issue_num = 1290454
keywords = ['patch']
message_count = 2.0
messages = ['48731', '48732']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'collinwinter']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1290454'
versions = []
```
</p></details>
| Fix reload() error message | https://api.github.com/repos/python/cpython/issues/42369/comments | 2 | 2005-09-13T20:57:33Z | 2022-04-09T23:58:59Z | https://github.com/python/cpython/issues/42369 | 1,198,809,930 | 42,369 |
[
"python",
"cpython"
] | BPO | [1290382](https://bugs.python.org/issue1290382)
--- | :---
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 2005-09-13.19:20:11.000>
created_at = <Date 2005-09-13.19:03:49.000>
labels = ['invalid', 'library']
title = '--no-compile option has no effect'
updated_at = <Date 2005-09-13.19:20:11.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-13.19:20:11.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2005-09-13.19:03:49.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 1290382
keywords = []
message_count = 2.0
messages = ['26275', '26276']
nosy_count = 1.0
nosy_names = ['tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1290382'
versions = []
```
</p></details>
| --no-compile option has no effect | https://api.github.com/repos/python/cpython/issues/42368/comments | 2 | 2005-09-13T19:03:49Z | 2022-04-09T23:58:57Z | https://github.com/python/cpython/issues/42368 | 1,198,809,924 | 42,368 |
[
"python",
"cpython"
] | BPO | [1290333](https://bugs.python.org/issue1290333)
--- | :---
Nosy | @hyeshik
<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/hyeshik'
closed_at = <Date 2005-12-12.11:53:31.000>
created_at = <Date 2005-09-13.17:55:03.000>
labels = ['build']
title = 'cjkcodec compile error under AIX 5.2 on symbol 100_encode'
updated_at = <Date 2005-12-12.11:53:31.000>
user = 'https://bugs.python.org/dmeranda'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-12.11:53:31.000>
actor = 'hyeshik.chang'
assignee = 'hyeshik.chang'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-09-13.17:55:03.000>
creator = 'dmeranda'
dependencies = []
files = []
hgrepos = []
issue_num = 1290333
keywords = []
message_count = 2.0
messages = ['26273', '26274']
nosy_count = 2.0
nosy_names = ['hyeshik.chang', 'dmeranda']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1290333'
versions = ['Python 2.4']
```
</p></details>
| cjkcodec compile error under AIX 5.2 on symbol 100_encode | https://api.github.com/repos/python/cpython/issues/42367/comments | 2 | 2005-09-13T17:55:03Z | 2022-04-09T23:58:57Z | https://github.com/python/cpython/issues/42367 | 1,198,809,921 | 42,367 |
[
"python",
"cpython"
] | BPO | [1289210](https://bugs.python.org/issue1289210)
--- | :---
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 = None
closed_at = <Date 2005-09-13.12:02:22.000>
created_at = <Date 2005-09-13.00:23:41.000>
labels = ['invalid', 'OS-windows']
title = 'PyDoc crashes at os.py line 133'
updated_at = <Date 2005-09-13.12:02:22.000>
user = 'https://bugs.python.org/cjwhrh'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-13.12:02:22.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-09-13.00:23:41.000>
creator = 'cjwhrh'
dependencies = []
files = []
hgrepos = []
issue_num = 1289210
keywords = []
message_count = 4.0
messages = ['26269', '26270', '26271', '26272']
nosy_count = 2.0
nosy_names = ['rhettinger', 'cjwhrh']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1289210'
versions = ['Python 2.4']
```
</p></details>
| PyDoc crashes at os.py line 133 | https://api.github.com/repos/python/cpython/issues/42366/comments | 4 | 2005-09-13T00:23:41Z | 2022-04-09T23:58:55Z | https://github.com/python/cpython/issues/42366 | 1,198,809,917 | 42,366 |
[
"python",
"cpython"
] | BPO | [1289136](https://bugs.python.org/issue1289136)
--- | :---
Nosy | @tarekziade, @iritkatriel
<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/tarekziade'
closed_at = <Date 2020-12-19.00:35:17.210>
created_at = <Date 2005-09-12.22:04:55.000>
labels = ['type-bug', 'library']
title = 'distutils extension library path bug on cygwin'
updated_at = <Date 2020-12-19.00:35:17.209>
user = 'https://bugs.python.org/jwhitley'
```
bugs.python.org fields:
```python
activity = <Date 2020-12-19.00:35:17.209>
actor = 'iritkatriel'
assignee = 'tarek'
closed = True
closed_date = <Date 2020-12-19.00:35:17.210>
closer = 'iritkatriel'
components = ['Distutils']
creation = <Date 2005-09-12.22:04:55.000>
creator = 'jwhitley'
dependencies = []
files = []
hgrepos = []
issue_num = 1289136
keywords = []
message_count = 7.0
messages = ['60809', '60810', '60811', '60812', '60813', '60814', '381042']
nosy_count = 5.0
nosy_names = ['nnorwitz', 'jlt63', 'jwhitley', 'tarek', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1289136'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']
```
</p></details>
| distutils extension library path bug on cygwin | https://api.github.com/repos/python/cpython/issues/42365/comments | 7 | 2005-09-12T22:04:55Z | 2022-04-09T23:58:55Z | https://github.com/python/cpython/issues/42365 | 1,198,809,914 | 42,365 |
[
"python",
"cpython"
] | BPO | [1289118](https://bugs.python.org/issue1289118)
--- | :---
Nosy | @tim-one, @rhettinger, @mdickinson, @abalkin, @vstinner
Files | <li>[dt.diff](https://bugs.python.org/file8372/dt.diff "Uploaded as text/plain at 2007-09-02.01:54:54 by @smontanaro")</li><li>[issue1289118-py3k.diff](https://bugs.python.org/file17419/issue1289118-py3k.diff "Uploaded as text/plain at 2010-05-20.20:10:12 by @abalkin")</li><li>[timedelta_arith.py](https://bugs.python.org/file17426/timedelta_arith.py "Uploaded as text/plain at 2010-05-21.09:22:20 by @mdickinson"): Python reference implementation for timedelta * float, timedelta / float</li><li>[issue1289118-nodoc.diff](https://bugs.python.org/file17450/issue1289118-nodoc.diff "Uploaded as text/plain at 2010-05-24.18:46:43 by @abalkin"): Code + tests, round to nearest even</li><li>[issue1289118+issue8817-nodoc.diff](https://bugs.python.org/file17460/issue1289118%2Bissue8817-nodoc.diff "Uploaded as text/plain at 2010-05-25.15:10:10 by @abalkin"): Use _PyLong_Divmod_Near</li><li>[issue1289118+issue8817-withdoc.diff](https://bugs.python.org/file17464/issue1289118%2Bissue8817-withdoc.diff "Uploaded as text/plain at 2010-05-25.23:28:53 by @abalkin"): Updated "Use _PyLong_Divmod_Near"</li><li>[issue1289118-withdoc.diff](https://bugs.python.org/file17476/issue1289118-withdoc.diff "Uploaded as text/plain at 2010-05-27.22:19:48 by @abalkin"): Updated patch after issue8817 patch commited</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/abalkin'
closed_at = <Date 2010-05-31.19:01:14.720>
created_at = <Date 2005-09-12.21:41:10.000>
labels = ['type-feature', 'library']
title = 'timedelta multiply and divide by floating point'
updated_at = <Date 2010-05-31.19:01:14.719>
user = 'https://bugs.python.org/agthorr'
```
bugs.python.org fields:
```python
activity = <Date 2010-05-31.19:01:14.719>
actor = 'belopolsky'
assignee = 'belopolsky'
closed = True
closed_date = <Date 2010-05-31.19:01:14.720>
closer = 'belopolsky'
components = ['Library (Lib)']
creation = <Date 2005-09-12.21:41:10.000>
creator = 'agthorr'
dependencies = []
files = ['8372', '17419', '17426', '17450', '17460', '17464', '17476']
hgrepos = []
issue_num = 1289118
keywords = ['patch']
message_count = 33.0
messages = ['26263', '26264', '26265', '26266', '26267', '26268', '55569', '55570', '78185', '103761', '103764', '103770', '103772', '103774', '103775', '106166', '106186', '106216', '106220', '106223', '106378', '106381', '106383', '106387', '106388', '106389', '106421', '106432', '106435', '106439', '106492', '106733', '106800']
nosy_count = 7.0
nosy_names = ['tim.peters', 'mcherm', 'rhettinger', 'mark.dickinson', 'belopolsky', 'vstinner', 'stutzbach']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1289118'
versions = ['Python 3.2']
```
</p></details>
| timedelta multiply and divide by floating point | https://api.github.com/repos/python/cpython/issues/42364/comments | 33 | 2005-09-12T21:41:10Z | 2022-04-09T23:58:54Z | https://github.com/python/cpython/issues/42364 | 1,198,809,910 | 42,364 |
[
"python",
"cpython"
] | BPO | [1288833](https://bugs.python.org/issue1288833)
--- | :---
Nosy | @hyeshik
Files | <li>[patch-python-resolver[1]](https://bugs.python.org/file6780/patch-python-resolver%5B1%5D "Uploaded as text/plain at 2005-09-12.15:37:18 by sobomax"): Patch against python 2.4.x</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/hyeshik'
closed_at = <Date 2005-09-24.15:05:36.000>
created_at = <Date 2005-09-12.15:35:04.000>
labels = ['extension-modules']
title = 'FreeBSD 5.3 and upward has thread-safe getaddrinfo(3)'
updated_at = <Date 2005-09-24.15:05:36.000>
user = 'https://bugs.python.org/sobomax'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-24.15:05:36.000>
actor = 'hyeshik.chang'
assignee = 'hyeshik.chang'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-09-12.15:35:04.000>
creator = 'sobomax'
dependencies = []
files = ['6780']
hgrepos = []
issue_num = 1288833
keywords = ['patch']
message_count = 2.0
messages = ['48729', '48730']
nosy_count = 2.0
nosy_names = ['hyeshik.chang', 'sobomax']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1288833'
versions = ['Python 2.5']
```
</p></details>
| FreeBSD 5.3 and upward has thread-safe getaddrinfo(3) | https://api.github.com/repos/python/cpython/issues/42363/comments | 2 | 2005-09-12T15:35:04Z | 2022-04-09T23:58:53Z | https://github.com/python/cpython/issues/42363 | 1,198,809,906 | 42,363 |
[
"python",
"cpython"
] | BPO | [1288615](https://bugs.python.org/issue1288615)
--- | :---
Nosy | @birkenfeld, @pitrou, @vstinner, @kmtracey
Files | <li>[code-interact.patch](https://bugs.python.org/file1772/code-interact.patch "Uploaded as text/plain at 2005-09-14.21:07:25 by @vstinner"): The code.interact() 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 2008-08-07.18:43:27.654>
created_at = <Date 2005-09-12.11:40:00.000>
labels = ['interpreter-core', 'type-bug']
title = 'Python code.interact() and UTF-8 locale'
updated_at = <Date 2008-08-10.12:24:45.396>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2008-08-10.12:24:45.396>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2008-08-07.18:43:27.654>
closer = 'pitrou'
components = ['Interpreter Core']
creation = <Date 2005-09-12.11:40:00.000>
creator = 'vstinner'
dependencies = []
files = ['1772']
hgrepos = []
issue_num = 1288615
keywords = ['patch']
message_count = 9.0
messages = ['26260', '26261', '26262', '70812', '70813', '70850', '70852', '70853', '70977']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'pitrou', 'vstinner', 'kmtracey']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1288615'
versions = ['Python 2.6']
```
</p></details>
| Python code.interact() and UTF-8 locale | https://api.github.com/repos/python/cpython/issues/42362/comments | 9 | 2005-09-12T11:40:00Z | 2022-04-09T23:58:51Z | https://github.com/python/cpython/issues/42362 | 1,198,809,903 | 42,362 |
[
"python",
"cpython"
] | BPO | [1288056](https://bugs.python.org/issue1288056)
--- | :---
Nosy | @warsaw, @merwok
Files | <li>[pygettext.diff](https://bugs.python.org/file6779/pygettext.diff "Uploaded as text/plain at 2005-09-11.22:05:20 by htrd"): pygettext 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 = None
created_at = <Date 2005-09-11.22:05:19.000>
labels = ['type-feature']
title = 'pygettext: extract translators comments'
updated_at = <Date 2019-03-15.23:55:11.034>
user = 'https://bugs.python.org/htrd'
```
bugs.python.org fields:
```python
activity = <Date 2019-03-15.23:55:11.034>
actor = 'BreamoreBoy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2005-09-11.22:05:19.000>
creator = 'htrd'
dependencies = []
files = ['6779']
hgrepos = []
issue_num = 1288056
keywords = ['patch']
message_count = 4.0
messages = ['48728', '107562', '108903', '221642']
nosy_count = 3.0
nosy_names = ['barry', 'htrd', 'eric.araujo']
pr_nums = []
priority = 'low'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1288056'
versions = ['Python 3.4', 'Python 3.5']
```
</p></details>
| pygettext: extract translators comments | https://api.github.com/repos/python/cpython/issues/42361/comments | 4 | 2005-09-11T22:05:19Z | 2023-12-01T21:40:14Z | https://github.com/python/cpython/issues/42361 | 1,198,809,899 | 42,361 |
[
"python",
"cpython"
] | BPO | [1285940](https://bugs.python.org/issue1285940)
--- | :---
Nosy | @arigo
<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-12-06.12:55:50.241>
created_at = <Date 2005-09-09.12:03:56.000>
labels = ['invalid']
title = 'socket intial recv() latency'
updated_at = <Date 2007-12-06.12:55:50.240>
user = 'https://bugs.python.org/desideratus'
```
bugs.python.org fields:
```python
activity = <Date 2007-12-06.12:55:50.240>
actor = 'arigo'
assignee = 'none'
closed = True
closed_date = <Date 2007-12-06.12:55:50.241>
closer = 'arigo'
components = ['None']
creation = <Date 2005-09-09.12:03:56.000>
creator = 'desideratus'
dependencies = []
files = []
hgrepos = []
issue_num = 1285940
keywords = []
message_count = 4.0
messages = ['26257', '26258', '26259', '58187']
nosy_count = 3.0
nosy_names = ['arigo', 'therve', 'desideratus']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1285940'
versions = []
```
</p></details>
| socket intial recv() latency | https://api.github.com/repos/python/cpython/issues/42360/comments | 4 | 2005-09-09T12:03:56Z | 2022-04-09T23:58:49Z | https://github.com/python/cpython/issues/42360 | 1,198,809,896 | 42,360 |
[
"python",
"cpython"
] | BPO | [1285809](https://bugs.python.org/issue1285809)
--- | :---
Nosy | @birkenfeld
<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-09-14.19:45:15.000>
created_at = <Date 2005-09-09.09:40:24.000>
labels = []
title = "re special sequence '\\w' "
updated_at = <Date 2005-09-14.19:45:15.000>
user = 'https://bugs.python.org/cybb20'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-14.19:45:15.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-09-09.09:40:24.000>
creator = 'cybb20'
dependencies = []
files = []
hgrepos = []
issue_num = 1285809
keywords = []
message_count = 2.0
messages = ['26255', '26256']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'cybb20']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1285809'
versions = []
```
</p></details>
| re special sequence '\w' | https://api.github.com/repos/python/cpython/issues/42359/comments | 2 | 2005-09-09T09:40:24Z | 2022-04-09T23:58:47Z | https://github.com/python/cpython/issues/42359 | 1,198,809,891 | 42,359 |
[
"python",
"cpython"
] | BPO | [1285440](https://bugs.python.org/issue1285440)
--- | :---
Nosy | @orsenthil
Files | <li>[mappoint.py](https://bugs.python.org/file1771/mappoint.py "Uploaded as text/plain at 2005-09-08.22:31:11 by jsgaarde99"): Provoke Digest Challenge</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 2009-10-16.10:40:16.293>
created_at = <Date 2005-09-08.22:31:11.000>
labels = ['easy', 'type-bug', 'library']
title = 'Digest Authentication not working in all cases'
updated_at = <Date 2009-10-16.10:40:16.291>
user = 'https://bugs.python.org/jsgaarde99'
```
bugs.python.org fields:
```python
activity = <Date 2009-10-16.10:40:16.291>
actor = 'orsenthil'
assignee = 'none'
closed = True
closed_date = <Date 2009-10-16.10:40:16.293>
closer = 'orsenthil'
components = ['Library (Lib)']
creation = <Date 2005-09-08.22:31:11.000>
creator = 'jsgaarde99'
dependencies = []
files = ['1771']
hgrepos = []
issue_num = 1285440
keywords = ['patch', 'easy']
message_count = 2.0
messages = ['26254', '94136']
nosy_count = 3.0
nosy_names = ['jjlee', 'orsenthil', 'jsgaarde99']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1285440'
versions = ['Python 2.6']
```
</p></details>
| Digest Authentication not working in all cases | https://api.github.com/repos/python/cpython/issues/42358/comments | 2 | 2005-09-08T22:31:11Z | 2022-04-09T23:58:46Z | https://github.com/python/cpython/issues/42358 | 1,198,809,889 | 42,358 |
[
"python",
"cpython"
] | BPO | [1285325](https://bugs.python.org/issue1285325)
--- | :---
<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-09-08.20:17:30.000>
created_at = <Date 2005-09-08.20:17:30.000>
labels = ['OS-windows']
title = 'Call to cmd.exe fails'
updated_at = <Date 2005-09-08.20:17:30.000>
user = 'https://bugs.python.org/delenca'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-08.20:17:30.000>
actor = 'delenca'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-09-08.20:17:30.000>
creator = 'delenca'
dependencies = []
files = []
hgrepos = []
issue_num = 1285325
keywords = []
message_count = 1.0
messages = ['26253']
nosy_count = 1.0
nosy_names = ['delenca']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1285325'
versions = ['Python 2.4']
```
</p></details>
| Call to cmd.exe fails | https://api.github.com/repos/python/cpython/issues/42357/comments | 1 | 2005-09-08T20:17:30Z | 2022-04-09T23:58:45Z | https://github.com/python/cpython/issues/42357 | 1,198,809,887 | 42,357 |
[
"python",
"cpython"
] | BPO | [1285086](https://bugs.python.org/issue1285086)
--- | :---
Nosy | @warsaw, @rhettinger, @orsenthil, @pitrou, @devdanzin, @ezio-melotti, @florentx, @serhiy-storchaka
Files | <li>[urllib_faster_quote.patch](https://bugs.python.org/file8257/urllib_faster_quote.patch "Uploaded as text/plain at 2005-09-08.16:38:17 by tseaver"): Patch implementing faster quote</li><li>[urllib_fast_quote_speed_test.py](https://bugs.python.org/file8258/urllib_fast_quote_speed_test.py "Uploaded as text/plain at 2005-09-08.16:38:55 by tseaver")</li><li>[urllib_faster_quote-py2.4.patch](https://bugs.python.org/file8259/urllib_faster_quote-py2.4.patch "Uploaded as text/plain at 2005-09-09.02:30:33 by tseaver"): Patch against Python 2.4's version</li><li>[urllib.quote.patch](https://bugs.python.org/file9986/urllib.quote.patch "Uploaded as text/plain at 2008-04-08.18:41:23 by @devdanzin"): Updated patch: cache regexps on (safe, always safe)</li><li>[urllib_better_speed_test.py](https://bugs.python.org/file17133/urllib_better_speed_test.py "Uploaded as text/plain at 2010-04-29.22:24:39 by tseaver"): Improved speed test script.</li><li>[issue1285086-updated.patch](https://bugs.python.org/file17148/issue1285086-updated.patch "Uploaded as text/plain at 2010-04-30.14:48:17 by tseaver"): Updated patch against trunk</li><li>[quotebench.py](https://bugs.python.org/file17365/quotebench.py "Uploaded as text/plain at 2010-05-16.14:25:02 by @florentx"): Benchmark script for quote and unquote variants</li><li>[issue1285086_using_rstrip_py3k.diff](https://bugs.python.org/file17367/issue1285086_using_rstrip_py3k.diff "Uploaded as text/plain at 2010-05-16.14:27:34 by @florentx"): Patch, apply to 3.x</li><li>[urllib_faster_unquote.patch](https://bugs.python.org/file29064/urllib_faster_unquote.patch "Uploaded as text/plain at 2013-02-13.21:04:36 by @serhiy-storchaka")</li><li>[urllib_faster_unquote-2.7.patch](https://bugs.python.org/file29065/urllib_faster_unquote-2.7.patch "Uploaded as text/plain at 2013-02-13.21:05:20 by @serhiy-storchaka")</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/florentx'
closed_at = <Date 2013-03-14.19:46:47.144>
created_at = <Date 2005-09-08.16:37:34.000>
labels = ['library', 'performance']
title = 'urllib.quote is too slow'
updated_at = <Date 2013-03-14.19:46:47.143>
user = 'https://bugs.python.org/tseaver'
```
bugs.python.org fields:
```python
activity = <Date 2013-03-14.19:46:47.143>
actor = 'serhiy.storchaka'
assignee = 'flox'
closed = True
closed_date = <Date 2013-03-14.19:46:47.144>
closer = 'serhiy.storchaka'
components = ['Library (Lib)']
creation = <Date 2005-09-08.16:37:34.000>
creator = 'tseaver'
dependencies = []
files = ['8257', '8258', '8259', '9986', '17133', '17148', '17365', '17367', '29064', '29065']
hgrepos = []
issue_num = 1285086
keywords = ['patch']
message_count = 33.0
messages = ['54612', '54613', '54614', '54615', '54616', '65203', '81805', '104594', '104636', '104639', '105156', '105448', '105486', '105487', '105513', '105516', '105523', '105868', '105869', '105903', '105919', '105921', '113708', '113714', '182056', '182061', '182079', '182080', '182091', '182206', '184113', '184182', '184183']
nosy_count = 12.0
nosy_names = ['barry', 'jepler', 'rhettinger', 'tseaver', 'orsenthil', 'pitrou', 'ajaksu2', 'ezio.melotti', 'flox', 'fijall', 'python-dev', 'serhiy.storchaka']
pr_nums = []
priority = None
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue1285086'
versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']
```
</p></details>
| urllib.quote is too slow | https://api.github.com/repos/python/cpython/issues/42356/comments | 33 | 2005-09-08T16:37:34Z | 2022-04-09T23:58:45Z | https://github.com/python/cpython/issues/42356 | 1,198,809,884 | 42,356 |
[
"python",
"cpython"
] | BPO | [1284928](https://bugs.python.org/issue1284928)
--- | :---
Nosy | @vsajip
<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-02-17.01:06:46.000>
created_at = <Date 2005-09-08.13:51:04.000>
labels = ['library']
title = "logging module's setLoggerClass not really working"
updated_at = <Date 2006-02-17.01:06:46.000>
user = 'https://bugs.python.org/rotemya'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-17.01:06:46.000>
actor = 'vinay.sajip'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-08.13:51:04.000>
creator = 'rotem_ya'
dependencies = []
files = []
hgrepos = []
issue_num = 1284928
keywords = []
message_count = 6.0
messages = ['26247', '26248', '26249', '26250', '26251', '26252']
nosy_count = 2.0
nosy_names = ['vinay.sajip', 'rotem_ya']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1284928'
versions = []
```
</p></details>
| logging module's setLoggerClass not really working | https://api.github.com/repos/python/cpython/issues/42355/comments | 6 | 2005-09-08T13:51:04Z | 2022-04-09T23:58:43Z | https://github.com/python/cpython/issues/42355 | 1,198,809,878 | 42,355 |
[
"python",
"cpython"
] | BPO | [1284670](https://bugs.python.org/issue1284670)
--- | :---
Nosy | @theller, @ncoghlan, @merwok, @ethanfurman, @ericsnowcurrently, @JelleZijlstra, @iritkatriel, @MaxwellDupre
PRs | <li>python/cpython#30228</li>
Files | <li>[modulefinder.no_recurse.diff](https://bugs.python.org/file6778/modulefinder.no_recurse.diff "Uploaded as text/plain at 2005-09-08.09:28:31 by misc_from_metz"): Add a parameter to ModuleFinder, to not recurse when searching module.</li><li>[modulefinder-no-recurse.diff](https://bugs.python.org/file22792/modulefinder-no-recurse.diff "Uploaded as text/plain at 2011-07-29.13:53:57 by @merwok")</li><li>[1.html](https://bugs.python.org/file50466/1.html "Uploaded as text/plain at 2021-12-01.16:31:51 by @MaxwellDupre"): bpo-1284670</li><li>[2.html](https://bugs.python.org/file50467/2.html "Uploaded as text/plain at 2021-12-01.16:33:24 by @MaxwellDupre"): fix non_recursive_import_test_1 and set debug to 0</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/merwok'
closed_at = None
created_at = <Date 2005-09-08.09:28:31.000>
labels = ['easy', 'type-feature', 'library']
title = 'Allow to restrict ModuleFinder to get "direct" dependencies'
updated_at = <Date 2022-01-20.17:22:41.162>
user = 'https://bugs.python.org/miscfrommetz'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-20.17:22:41.162>
actor = 'JelleZijlstra'
assignee = 'eric.araujo'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-09-08.09:28:31.000>
creator = 'misc_from_metz'
dependencies = []
files = ['6778', '22792', '50466', '50467']
hgrepos = []
issue_num = 1284670
keywords = ['patch', 'easy']
message_count = 16.0
messages = ['48725', '48726', '48727', '114551', '114553', '114645', '114646', '124928', '140602', '141381', '406579', '406981', '407139', '407470', '407471', '411038']
nosy_count = 11.0
nosy_names = ['nnorwitz', 'theller', 'jvr', 'ncoghlan', 'eric.araujo', 'misc', 'ethan.furman', 'eric.snow', 'JelleZijlstra', 'iritkatriel', 'mikecmcleod']
pr_nums = ['30228']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1284670'
versions = ['Python 3.3']
```
</p></details>
| Allow to restrict ModuleFinder to get "direct" dependencies | https://api.github.com/repos/python/cpython/issues/42354/comments | 16 | 2005-09-08T09:28:31Z | 2022-06-19T16:12:26Z | https://github.com/python/cpython/issues/42354 | 1,198,809,875 | 42,354 |
[
"python",
"cpython"
] | BPO | [1284496](https://bugs.python.org/issue1284496)
--- | :---
Nosy | @amauryfa
<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 2009-07-01.14:17:16.577>
created_at = <Date 2005-09-08.05:26:33.000>
labels = ['type-bug', 'expert-unicode']
title = 'traceback module can return undecodable byte strings'
updated_at = <Date 2009-07-01.14:17:16.575>
user = 'https://bugs.python.org/zenzen'
```
bugs.python.org fields:
```python
activity = <Date 2009-07-01.14:17:16.575>
actor = 'amaury.forgeotdarc'
assignee = 'none'
closed = True
closed_date = <Date 2009-07-01.14:17:16.577>
closer = 'amaury.forgeotdarc'
components = ['Unicode']
creation = <Date 2005-09-08.05:26:33.000>
creator = 'zenzen'
dependencies = []
files = []
hgrepos = []
issue_num = 1284496
keywords = []
message_count = 2.0
messages = ['60808', '89978']
nosy_count = 2.0
nosy_names = ['amaury.forgeotdarc', 'zenzen']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1284496'
versions = ['Python 2.6']
```
</p></details>
| traceback module can return undecodable byte strings | https://api.github.com/repos/python/cpython/issues/42353/comments | 2 | 2005-09-08T05:26:33Z | 2022-04-09T23:58:41Z | https://github.com/python/cpython/issues/42353 | 1,198,809,873 | 42,353 |
[
"python",
"cpython"
] | BPO | [1284341](https://bugs.python.org/issue1284341)
--- | :---
Nosy | @birkenfeld
<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-09-14.17:32:35.000>
created_at = <Date 2005-09-07.22:36:08.000>
labels = ['expert-regex']
title = "re nested conditional matching (?()) doesn't work"
updated_at = <Date 2005-09-14.17:32:35.000>
user = 'https://bugs.python.org/edemaine'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-14.17:32:35.000>
actor = 'georg.brandl'
assignee = 'niemeyer'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2005-09-07.22:36:08.000>
creator = 'edemaine'
dependencies = []
files = []
hgrepos = []
issue_num = 1284341
keywords = []
message_count = 3.0
messages = ['26244', '26245', '26246']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'niemeyer', 'edemaine']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1284341'
versions = ['Python 2.4']
```
</p></details>
| re nested conditional matching (?()) doesn't work | https://api.github.com/repos/python/cpython/issues/42352/comments | 3 | 2005-09-07T22:36:08Z | 2022-04-09T23:58:39Z | https://github.com/python/cpython/issues/42352 | 1,198,809,870 | 42,352 |
[
"python",
"cpython"
] | BPO | [1284316](https://bugs.python.org/issue1284316)
--- | :---
Nosy | @tim-one, @loewis, @mhammond, @birkenfeld, @jaraco, @pitrou, @giampaolo, @tjguk, @ezio-melotti, @bitdancer, @voidspace, @florentx, @eryksun, @zooba
<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/zooba'
closed_at = <Date 2015-04-15.20:35:43.780>
created_at = <Date 2005-09-07.21:34:44.000>
labels = ['type-security', 'expert-installation', 'OS-windows']
title = 'Win32: Security problem with default installation directory'
updated_at = <Date 2018-04-24.16:03:21.265>
user = 'https://bugs.python.org/mel'
```
bugs.python.org fields:
```python
activity = <Date 2018-04-24.16:03:21.265>
actor = 'jaraco'
assignee = 'steve.dower'
closed = True
closed_date = <Date 2015-04-15.20:35:43.780>
closer = 'steve.dower'
components = ['Installation', 'Windows']
creation = <Date 2005-09-07.21:34:44.000>
creator = 'mel'
dependencies = []
files = []
hgrepos = []
issue_num = 1284316
keywords = []
message_count = 36.0
messages = ['26234', '26235', '26236', '26237', '26238', '26239', '26240', '26241', '26242', '26243', '58052', '68683', '100289', '100290', '100299', '100301', '100310', '100312', '100313', '104362', '104384', '122099', '217507', '217516', '228480', '228482', '228483', '228485', '228490', '228491', '228494', '233376', '241157', '276649', '276727', '315706']
nosy_count = 23.0
nosy_names = ['tim.peters', 'loewis', 'mhammond', 'nnorwitz', 'georg.brandl', 'jaraco', 'pitrou', 'mel', 'dsmiller', 'norvellspearman', 'giampaolo.rodola', 'carlfk', 'tim.golden', 'ezio.melotti', 'r.david.murray', 'michael.foord', 'flox', 'fran.rogers', 'Gynvael.Coldwind', 'SamB', 'eryksun', 'steve.dower', 'Friedrich.Spee.von.Langenfeld']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'security'
url = 'https://bugs.python.org/issue1284316'
versions = ['Python 3.5']
```
</p></details>
| Win32: Security problem with default installation directory | https://api.github.com/repos/python/cpython/issues/42351/comments | 36 | 2005-09-07T21:34:44Z | 2022-04-09T23:58:39Z | https://github.com/python/cpython/issues/42351 | 1,198,809,866 | 42,351 |
[
"python",
"cpython"
] | BPO | [1284289](https://bugs.python.org/issue1284289)
--- | :---
Nosy | @gvanrossum
Files | <li>[aixport.txt](https://bugs.python.org/file6777/aixport.txt "Uploaded as text/plain at 2005-09-08.23:30:21 by @gvanrossum"): added Elemental copyright notice</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 2005-09-14.18:16:05.000>
created_at = <Date 2005-09-07.20:56:04.000>
labels = ['interpreter-core']
title = 'AIX port from Elemental Security'
updated_at = <Date 2005-09-14.18:16:05.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-14.18:16:05.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-09-07.20:56:04.000>
creator = 'gvanrossum'
dependencies = []
files = ['6777']
hgrepos = []
issue_num = 1284289
keywords = ['patch']
message_count = 4.0
messages = ['48721', '48722', '48723', '48724']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1284289'
versions = ['Python 2.4']
```
</p></details>
| AIX port from Elemental Security | https://api.github.com/repos/python/cpython/issues/42350/comments | 4 | 2005-09-07T20:56:04Z | 2022-04-09T23:58:38Z | https://github.com/python/cpython/issues/42350 | 1,198,809,864 | 42,350 |
[
"python",
"cpython"
] | BPO | [1283895](https://bugs.python.org/issue1283895)
--- | :---
Nosy | @loewis, @pitrou
<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-07-24.20:01:22.000>
created_at = <Date 2005-09-07.12:30:46.000>
labels = ['invalid', 'OS-windows']
title = 'os.path.abspath() / os.chdir() buggy with unicode paths'
updated_at = <Date 2006-07-24.20:01:22.000>
user = 'https://github.com/pitrou'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-24.20:01:22.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-09-07.12:30:46.000>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 1283895
keywords = []
message_count = 6.0
messages = ['26228', '26229', '26230', '26231', '26232', '26233']
nosy_count = 3.0
nosy_names = ['loewis', 'nyamatongwe', 'pitrou']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1283895'
versions = ['Python 2.4']
```
</p></details>
| os.path.abspath() / os.chdir() buggy with unicode paths | https://api.github.com/repos/python/cpython/issues/42349/comments | 6 | 2005-09-07T12:30:46Z | 2022-04-09T23:58:36Z | https://github.com/python/cpython/issues/42349 | 1,198,809,862 | 42,349 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.