This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010-04-11 18:45 by baikie, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
af_unix-pep383.diff | baikie, 2010-04-11 18:45 | Handle AF_UNIX addresses according to PEP 383 | ||
af_unix-pep383-no-8372-fix.diff | baikie, 2010-04-11 18:47 | Version which applies onto existing code, without fixing issue #8372 | ||
test-existing.diff | baikie, 2010-04-11 18:48 | Tests for existing behaviour that patch preserves | ||
test-new.diff | baikie, 2010-04-11 18:49 | Tests for new behaviour (surrogateescape handling) | ||
af_unix-pep383-doc.diff | baikie, 2010-04-11 18:50 | Doc updates | ||
af_unix-pep383-docs-tests-3.2.diff | baikie, 2010-09-11 18:08 | Documentation and tests for new version of patch | ||
af_unix-pep383-3.2-with-linux-unterminated.diff | baikie, 2010-09-11 18:10 | Patch for 3.2 (if linux-pass-unterminated patch from issue #8372 is applied) | ||
af_unix-pep383-3.2-without-linux-unterminated.diff | baikie, 2010-09-11 18:10 | Patch for 3.2 (if linux-pass-unterminated patch is not applied) | ||
af_unix-pep383-docs-tests-3.2-2.diff | baikie, 2010-09-11 19:13 | Removed use of sys.setfilesystemencoding() |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:59 | admin | set | github: 52620 |
2011-12-16 13:47:41 | pitrou | set | status: open -> closed versions: + Python 3.3, - Python 3.1, Python 3.2 nosy: + pitrou messages: + msg149622 resolution: fixed stage: patch review -> resolved |
2011-12-16 13:47:07 | python-dev | set | nosy:
+ python-dev messages: + msg149621 |
2010-09-11 19:13:00 | baikie | set | files:
+ af_unix-pep383-docs-tests-3.2-2.diff messages: + msg116116 |
2010-09-11 18:10:35 | baikie | set | files: + af_unix-pep383-3.2-without-linux-unterminated.diff |
2010-09-11 18:10:04 | baikie | set | files: + af_unix-pep383-3.2-with-linux-unterminated.diff |
2010-09-11 18:08:43 | baikie | set | files:
+ af_unix-pep383-docs-tests-3.2.diff messages: + msg116111 |
2010-04-11 19:04:55 | pitrou | set | priority: normal nosy: + loewis, vstinner stage: patch review versions: - Python 3.3 |
2010-04-11 18:50:11 | baikie | set | files: + af_unix-pep383-doc.diff |
2010-04-11 18:49:38 | baikie | set | files: + test-new.diff |
2010-04-11 18:48:57 | baikie | set | files: + test-existing.diff |
2010-04-11 18:47:33 | baikie | set | files:
+ af_unix-pep383-no-8372-fix.diff messages: + msg102866 |
2010-04-11 18:45:26 | baikie | create |