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 1150 45491 202 months ago 24 months ago admin Rename PyBUF_WRITEABLE to PyBUF_WRITABLE has patch   Python 3.0   closed accepted gvanrossum jafo patch     4 2
normal 1151 45492 202 months ago 24 months ago admin "TypeError: expected string, bytes found" instead of KeyboardInterrupt Interpreter Core Python 3.0   closed fixed eopadoan       behavior 4 2
normal 1152 45493 202 months ago 24 months ago admin Bug in documentation for SimpleXMLRPCServer Documentation Python 2.5   closed fixed FrankMillman georg.brandl       2 2
normal 1153 45494 202 months ago 24 months ago admin help(pickle) fails: unorderable types: type() < type() Library (Lib) Python 3.0, Python 2.6, Python 2.5   closed fixed Qrczak georg.brandl     behavior 2 2
normal 1154 45495 202 months ago 24 months ago admin Carbon.CF memory leak macOS Python 2.5   closed fixed hhas       resource usage 2 2
normal 1155 45496 202 months ago 24 months ago admin Carbon.CF memory management problem macOS Python 2.6   closed wont fix hhas       resource usage 3 3
normal 1156 45497 202 months ago 24 months ago admin Suggested change to _exit function description in os module documentation Documentation Python 2.6, Python 2.5   closed rejected jtonsing loewis     behavior 4 4
normal 1157 45498 202 months ago 24 months ago admin test_urllib2net fails on test_ftp Tests Python 3.0   closed works for me gvanrossum nobody       2 4
normal 1158 45499 202 months ago 24 months ago admin %f format for datetime objects has patch Extension Modules Python 3.0   closed accepted skip.montanaro skip.montanaro patch   enhancement 15 3
normal 1159 45500 202 months ago 24 months ago admin os.getenv() not updated after external module uses C putenv() Documentation, Library (Lib) Python 3.3, Python 3.4, Python 2.7   open   robert.ancell docs@python     behavior 14 10
normal 1160 45501 202 months ago 24 months ago admin Medium size regexp crashes python has patch Regular Expressions Python 3.2, Python 2.7 resolved closed fixed ostkamp   easy, patch   behavior 21 17
normal 1161 45502 202 months ago 24 months ago admin Garbled chars in offending line of SyntaxError traceback Interpreter Core Python 3.0   closed fixed eopadoan       behavior 4 2
normal 1162 45503 202 months ago 24 months ago admin Python doesn't compile on Microsoft Visual Studio 2008 "Orcas" Beta 2 Build Python 2.6   closed wont fix swaroopch       enhancement 4 2
minor 1163 45504 202 months ago 24 months ago admin Patch to make py3k/Lib/test/test_thread.py use unittest has patch Tests Python 3.0   closed out of date JonoDiCarlo   patch   enhancement 3 3
normal 1164 45505 202 months ago 24 months ago admin tp_print slots don't release the GIL has patch Interpreter Core Python 2.6   closed fixed arigo brett.cannon patch   behavior 10 3
minor 1165 45506 202 months ago 24 months ago admin Should itertools.count work for arbitrary integers? Library (Lib) Python 3.0, Python 2.6   closed fixed eopadoan rhettinger     behavior 1 2
normal 1166 45507 202 months ago 24 months ago admin NameError when calling malloc Library (Lib) Python 2.4   closed not a bug esr   r-eyyy-mond   behavior 2 2
normal 1167 45508 202 months ago 24 months ago admin gdbm/ndbm 1.8.1+ needs libgdbm_compat.so has patch Build, Extension Modules Python 3.0, Python 2.6, Python 2.5   closed fixed ikelly   patch   compile error 4 3
normal 1168 45509 202 months ago 24 months ago admin complex arithmetic: strange results with "imag"   Python 3.0, Python 2.5   closed not a bug newman       behavior 3 3
normal 1169 45510 202 months ago 24 months ago admin Option -OO doesn't remove docstrings from functions has patch None Python 2.5   closed fixed piro georg.brandl patch   compile error 3 2
normal 1170 45511 202 months ago 24 months ago admin shlex have problems with parsing unicode has patch Documentation Python 3.5 resolved closed fixed dexen   patch Document the meaning of str methods behavior 51 19
minor 1171 45512 202 months ago 24 months ago admin allow subclassing of bytes type has patch   Python 3.0   closed accepted mfenniak gvanrossum patch   enhancement 2 2
normal 1172 45513 202 months ago 24 months ago admin Documentation for done attribute of FieldStorage class has patch Documentation Python 3.0, Python 2.6, Python 2.5   closed accepted bkline jafo patch   enhancement 6 3
minor 1173 45514 202 months ago 24 months ago admin yield expressions not documented in Language Reference Documentation Python 2.5   closed out of date dangyogi       enhancement 1 1
minor 1174 45515 202 months ago 24 months ago admin new generator methods not documented in Library Reference Documentation Python 2.5   closed out of date dangyogi       enhancement 2 2
normal 1175 45516 202 months ago 24 months ago admin .readline() has bug WRT nonblocking files Library (Lib) Python 2.4, Python 2.3, Python 2.6, Python 2.5   closed wont fix ajb       enhancement 7 4
minor 1176 45517 202 months ago 24 months ago admin str.split() takes no keyword arguments (Should this be expected?) Library (Lib) Python 2.5   closed works for me sergioc       enhancement 5 3
normal 1177 45518 202 months ago 24 months ago admin urllib* 20x responses not OK? has patch Library (Lib) Python 2.6   closed fixed jimjjewett kbk patch   behavior 12 5
minor 1178 45519 202 months ago 24 months ago admin IDLE - add "paste code" functionality has patch IDLE Python 3.10 patch review open   taleinat terry.reedy patch   enhancement 7 1
normal 1179 45520 202 months ago 24 months ago admin [CVE-2007-4965] Integer overflow in imageop module has patch Extension Modules Python 2.6, Python 2.5   closed accepted donmez   patch   security 28 11
normal 1180 45521 202 months ago 24 months ago admin Option to ignore or substitute ~/.pydistutils.cfg has patch Distutils Python 3.4 patch review closed   hoffman jaraco easy, needs review, patch   enhancement 29 13
normal 1181 45522 202 months ago 24 months ago admin Redefine clear() for os.environ to use unsetenv() if possible has patch Library (Lib)     closed accepted martin.horcicka georg.brandl patch   behavior 5 4
normal 1182 45523 202 months ago 24 months ago admin Paticular decimal mod operation wrongly output NaN. Library (Lib) Python 2.5   closed fixed ocean-city facundobatista     behavior 13 4
normal 1183 45524 202 months ago 24 months ago admin race in SocketServer.ForkingMixIn.collect_children Library (Lib) Python 2.4, Python 2.6, Python 2.5   closed fixed dripton   patch   crash 6 3
normal 1184 45525 202 months ago 24 months ago admin test fixes for immutable bytes change has patch Interpreter Core, Library (Lib) Python 3.0   closed out of date hupp gvanrossum patch     4 3
normal 1185 45526 202 months ago 24 months ago admin py3k: Completely remove nb_coerce slot has patch Interpreter Core Python 3.0   closed accepted amaury.forgeotdarc   patch   enhancement 5 4
normal 1186 45527 202 months ago 24 months ago admin optparse documentation: -- being collapsed to - in HTML Documentation Python 2.5   closed wont fix hoffman georg.brandl       6 5
minor 1187 45528 202 months ago 24 months ago admin pipe fd handling issues in subprocess.py on POSIX has patch Library (Lib) Python 3.2 resolved closed fixed anissen gregory.p.smith patch   behavior 10 8
normal 1188 45529 202 months ago 24 months ago admin universal newlines doesn't identify CRLF during tell() Library (Lib) Python 2.6   closed accepted pjenvey gvanrossum     behavior 3 2
normal 1189 45530 202 months ago 24 months ago admin Documentation for tp_as_number tp_as_sequence tp_as_mapping has patch Documentation Python 3.0   closed accepted amaury.forgeotdarc georg.brandl patch     2 2
minor 1190 45531 202 months ago 24 months ago admin Windows rants& sugestions. Windows     closed not a bug wolfstar359       resource usage 2 2
minor 1191 45532 202 months ago 24 months ago admin bsddb does not build with bsddb lib v3.1. Library (Lib) Python 2.5   closed wont fix giraffedata gregory.p.smith     compile error 3 3
minor 1192 45533 201 months ago 24 months ago admin Python 3 documents crash Firefox Documentation 3rd party   closed not a bug rtmq       behavior 2 2
normal 1193 45534 201 months ago 24 months ago admin os.system() encoding bug on Windows Interpreter Core, Windows Python 3.0   closed fixed r_mosaic amaury.forgeotdarc     behavior 6 3
minor 1194 45535 201 months ago 24 months ago admin The reduce() documentation is lost in Python 3.0a1 Documentation Python 3.0   closed out of date r_mosaic       enhancement 2 2
normal 1195 45536 201 months ago 24 months ago admin Problems on Linux with Ctrl-D and Ctrl-C during raw_input has patch Library (Lib) Python 3.1, Python 3.2, Python 3.3, Python 2.7 patch review closed fixed Rebecca   patch   behavior 17 10
normal 1196 45537 201 months ago 24 months ago admin int() documentation does not specify default radix Documentation Python 2.5   closed fixed tcdelaney georg.brandl       2 2
minor 1197 45538 201 months ago 24 months ago admin logging: formatter does not accept %(funcName)s properly Library (Lib) Python 2.5   closed duplicate CM vinay.sajip     behavior 2 2
minor 1198 45539 201 months ago 24 months ago admin Test of 2to3 component auditor 2to3 (2.x to 3.x conversion tool)     closed   dubois collinwinter       1 2
normal 1199 45540 201 months ago 24 months ago admin Documentation for tp_as_number... version 2.6 has patch Documentation Python 2.6   closed accepted amaury.forgeotdarc georg.brandl patch     2 2
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: