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.

Severity ID GH Creation Activity Actor Title Components Versions Stage Status Resolution Creator Assigned To Keywords Depends On Type Msgs Nosy
normal 1250 45591 202 months ago 25 months ago admin Building external modules using Sun Studio 12 Build Python 3.10, Python 3.9, Python 3.8   open   anilj niemeyer     compile error 6 6
normal 1251 45592 202 months ago 25 months ago admin ssl module doesn't support non-blocking handshakes has patch Documentation, Library (Lib), Tests Python 3.0, Python 2.6   closed fixed chris.stawarz janssen patch   enhancement 29 9
normal 1252 45593 202 months ago 25 months ago admin IDLE - patch Delegator to support callables has patch IDLE Python 2.6, Python 2.5   closed rejected taleinat kbk patch   behavior 11 2
normal 1253 45594 202 months ago 25 months ago admin IDLE - Percolator overhaul has patch IDLE Python 3.3, Python 3.4, Python 2.7 patch review closed wont fix taleinat   patch   behavior 9 6
normal 1254 45595 202 months ago 25 months ago admin pdb fails to launch some script. Library (Lib) Python 2.4, Python 2.5   closed fixed romain_jacquet       behavior 2 2
urgent 1255 45596 202 months ago 25 months ago admin Strange Python hangup Interpreter Core, Library (Lib) Python 2.4   closed wont fix kakacek       behavior 6 3
normal 1256 45597 202 months ago 25 months ago admin subprocess Popen wait() function hangs when stdout is > 20480 None Python 2.4   closed wont fix superwesman       behavior 4 4
normal 1257 45598 202 months ago 25 months ago admin atexit errors should result in nonzero exit code Interpreter Core Python 3.4 resolved closed rejected aminusfu       behavior 11 11
normal 1258 45599 202 months ago 25 months ago admin Removal of basestring type has patch Interpreter Core Python 3.0   closed accepted christian.heimes gvanrossum patch     18 2
normal 1259 45600 202 months ago 25 months ago admin string find and rfind methods give a TypeError that is misleading   Python 2.5   closed fixed rbcollins facundobatista       8 4
normal 1260 45601 202 months ago 25 months ago admin PEP 3137: Remove the buffer API from PyUnicode has patch   Python 3.0   closed accepted alexandre.vassalotti gvanrossum patch     5 2
normal 1261 45602 202 months ago 25 months ago admin PEP 3137: make bytesobject.c methods has patch   Python 3.0   closed accepted gregory.p.smith gvanrossum patch     12 2
urgent 1262 45603 202 months ago 25 months ago admin IDLE does not start if windows environment variable containing 'German Umlaute: äöü' exists IDLE Python 3.0   closed duplicate reto       crash 3 3
normal 1263 45604 202 months ago 25 months ago admin PEP 3137 patch - str8/str comparison should return false has patch Interpreter Core Python 3.0   closed accepted thomaslee brett.cannon patch   behavior 16 3
normal 1264 45605 202 months ago 25 months ago admin __file__ and co_filename as unicode has patch Interpreter Core Python 3.0   closed out of date christian.heimes   patch     1 1
normal 1265 45606 202 months ago 25 months ago admin pdb bug with "with" statement Interpreter Core, Library (Lib) Python 3.0   closed fixed christian.heimes       behavior 9 3
critical 1266 45607 202 months ago 25 months ago admin segfault in curses when calling redrawwin() before refresh() Extension Modules Python 2.5   closed works for me Thorben akuchling     crash 4 4
normal 1267 45608 202 months ago 25 months ago admin Py3K cannot run as ``python -S`` has patch Interpreter Core Python 3.0   closed accepted brett.cannon brett.cannon patch     48 3
normal 1268 45609 202 months ago 25 months ago admin array unittest problems with UCS4 build has patch Extension Modules Python 3.0   closed fixed christian.heimes   patch     7 3
normal 1269 45610 202 months ago 25 months ago admin Exception in pstats print_callers() Library (Lib) Python 2.6, Python 2.5   closed accepted stromnov georg.brandl easy   crash 5 4
critical 1270 45611 202 months ago 25 months ago admin MemoryError when working on large dictionaries on Windows 2003 Server Interpreter Core Python 2.5   closed not a bug amdescombes       resource usage 10 2
normal 1271 45612 202 months ago 25 months ago admin Raw string parsing fails with backslash as last character Interpreter Core Python 3.2, Python 3.3, Python 2.7   closed not a bug QuantumTim       behavior 15 6
normal 1272 45613 202 months ago 25 months ago admin Decode __file__ and co_filename to unicode using fs default has patch Interpreter Core Python 3.0   closed accepted christian.heimes gvanrossum patch     31 3
minor 1273 45614 202 months ago 25 months ago admin email module example email-unpack.py error Documentation Python 2.5   closed fixed esv       behavior 2 2
major 1274 45615 202 months ago 25 months ago admin doctest fails to run file based tests with 8bit paths has patch Tests Python 3.2, Python 3.3 resolved closed out of date bear   easy, patch   behavior 12 8
normal 1275 45616 202 months ago 25 months ago admin bsddb closing a DB object before all DBCursors using it are closed crashes Extension Modules Python 3.0, Python 2.5   closed out of date gregory.p.smith jcea     crash 4 2
normal 1276 45617 202 months ago 25 months ago admin LookupError: unknown encoding: X-MAC-JAPANESE has patch Unicode Python 3.2, Python 2.7   closed fixed josm hyeshik.chang patch     10 7
normal 1277 45618 202 months ago 25 months ago admin mailbox.Maildir: factory not used has patch Extension Modules Python 2.6, Python 2.5   closed fixed bwurst akuchling patch   resource usage 4 3
normal 1278 45619 202 months ago 25 months ago admin imp.find_module() ignores -*- coding: Latin-1 -*- Interpreter Core Python 3.0   closed fixed christian.heimes       behavior 9 4
major 1279 45620 202 months ago 25 months ago admin os.system() oddity under Windows XP SP2 Interpreter Core Python 2.3   closed wont fix pythonmeister       behavior 3 3
normal 1280 45621 202 months ago 25 months ago admin PEP 3137: Make PyString's indexing and iteration return integers has patch Interpreter Core Python 3.0   closed accepted alexandre.vassalotti gvanrossum patch     2 2
normal 1281 45622 202 months ago 25 months ago admin typo in documentation - lib ref section 14.3.3.4 Documentation Python 2.5   closed out of date bsherman         4 2
normal 1282 45623 202 months ago 25 months ago admin re module needs to support bytes / memoryview well   Python 3.0   closed out of date gvanrossum       behavior 5 4
normal 1283 45624 202 months ago 25 months ago admin PyBytes (buffer) .extend method needs to accept any iterable of ints has patch Interpreter Core Python 3.0   closed accepted gregory.p.smith alexandre.vassalotti patch   enhancement 9 2
minor 1284 45625 202 months ago 25 months ago admin typo in lib doc 7.3.2.1 MaildirMessage Documentation Python 2.5   closed fixed encoded       enhancement 2 2
normal 1285 45626 202 months ago 25 months ago admin setp.py error "The process cannot access the file ..." Distutils, Windows     closed works for me uweber4711 loewis     behavior 5 3
normal 1286 45627 202 months ago 25 months ago admin fileinput, StringIO, and cStringIO do not support the with protocol has patch Extension Modules, Library (Lib) Python 2.7 patch review closed accepted ygale   easy, patch   behavior 18 9
normal 1287 45628 201 months ago 25 months ago admin os.environ.pop doesn't work   Python 3.0, Python 2.4, Python 2.3, Python 2.2.3, Python 2.6, Python 2.2.2, Python 2.5, Python 2.2.1, Python 2.2, Python 2.1.2, Python 2.1.1   closed fixed niemeyer         5 3
normal 1288 45629 201 months ago 25 months ago admin dict.fromkeys - Odd logic when passing second dict.fromkeys as value Interpreter Core Python 2.4, Python 2.3, Python 2.5   closed not a bug dohertywa       behavior 2 2
normal 1289 45630 201 months ago 25 months ago admin Typo in Context Manager Types Documentation Python 3.0, Python 2.6, Python 2.5   closed fixed nhaines       enhancement 4 2
normal 1290 45631 201 months ago 25 months ago admin xml.dom.minidom not able to handle utf-8 data Interpreter Core, Unicode, XML Python 2.5   closed fixed sharmila       compile error 8 3
normal 1291 45632 201 months ago 25 months ago admin test_resource fails on recent linux systems Interpreter Core Python 2.5   closed accepted doko nnorwitz easy   behavior 9 7
normal 1292 45633 201 months ago 25 months ago admin libffi needs an update to support mips64, arm and armeabi on linux Extension Modules Python 2.6   closed fixed doko theller     compile error 11 2
minor 1293 45634 201 months ago 25 months ago admin Trailing slash in sys.path cause import failure has patch Interpreter Core Python 3.0, Python 2.6, Python 2.5   closed fixed guillaumegirard brett.cannon patch   behavior 15 6
normal 1294 45635 201 months ago 25 months ago admin Management of KeyboardInterrupt in cmd.py has patch Library (Lib) Python 3.2, Python 2.7 test needed closed rejected stephbul   patch   enhancement 23 7
normal 1295 45636 201 months ago 25 months ago admin logging records cache the result of formatException() has patch Library (Lib) Python 3.0, Python 2.4, Python 2.6, Python 2.5   closed wont fix theller   patch   behavior 6 3
normal 1296 45637 201 months ago 25 months ago admin optparse's OptionGroup not described Documentation Python 2.5   closed fixed paulmelis akuchling easy     3 2
normal 1297 45638 201 months ago 25 months ago admin pyconfig.h not compatible with MS VC++ Express Edition Build Python 2.5   closed out of date weegreenblobbie       compile error 7 5
normal 1298 45639 201 months ago 25 months ago admin Support for z/OS and EBCDIC. Build, Distutils, Extension Modules, Interpreter Core, Library (Lib), Unicode Python 2.6   closed rejected lealanko       enhancement 12 4
normal 1299 45640 201 months ago 25 months ago admin distutils.sysconfig is not cross-platform compatible Library (Lib) Python 3.2, Python 2.7   languishing   weegreenblobbie       behavior 6 6
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: