[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jan 17 18:07:38 CET 2014
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2014-01-10 - 2014-01-17) Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.
Issues counts and deltas: open 4437 (+28) closed 27624 (+44) total 32061 (+72)
Open issues with patches: 2012
Issues opened (47)
#14455: plistlib unable to read json and binary plist files http://bugs.python.org/issue14455 reopened by ronaldoussoren
#20218: Add pathlib.Path.write
and pathlib.Path.read
http://bugs.python.org/issue20218 opened by cool-RR
#20219: ElementTree: allow passing XMLPullParser instance into iterpar http://bugs.python.org/issue20219 opened by scoder
#20220: TarFile.list() outputs wrong time http://bugs.python.org/issue20220 opened by serhiy.storchaka
#20221: #define hypot _hypot conflicts with existing definition http://bugs.python.org/issue20221 opened by tabrezm
#20222: unittest.mock-examples doc uses builtin file which is removed http://bugs.python.org/issue20222 opened by naoki
#20223: inspect.signature does not support new functools.partialmethod http://bugs.python.org/issue20223 opened by yselivanov
#20224: C API docs need a clear "defining custom extension types" sect http://bugs.python.org/issue20224 opened by ncoghlan
#20227: Argument Clinic: rename arguments in generated C? http://bugs.python.org/issue20227 opened by georg.brandl
#20230: structseq types should expose _fields http://bugs.python.org/issue20230 opened by abarnert
#20231: Argument Clinic accepts no-default args after default args http://bugs.python.org/issue20231 opened by rmsr
#20233: Re-enable buffer API slots for heap types http://bugs.python.org/issue20233 opened by Benno.Rice
#20237: Ambiguous sentence in document of xml package. http://bugs.python.org/issue20237 opened by naoki
#20238: Incomplete gzip output with tarfile.open(fileobj=..., mode="w: http://bugs.python.org/issue20238 opened by vadmium
#20239: Allow repeated deletion of unittest.mock.Mock attributes http://bugs.python.org/issue20239 opened by michael.foord
#20241: Bad reference to RFC in document of ipaddress? http://bugs.python.org/issue20241 opened by naoki
#20243: ReadError when open a tarfile for writing http://bugs.python.org/issue20243 opened by serhiy.storchaka
#20244: Possible resources leak in tarfile.open() http://bugs.python.org/issue20244 opened by serhiy.storchaka
#20245: Check empty mode in TarFile.*open() http://bugs.python.org/issue20245 opened by serhiy.storchaka
#20247: Condition._is_owned is wrong http://bugs.python.org/issue20247 opened by Antony.Lee
#20249: test_posix.test_initgroups fails when running with no suppleme http://bugs.python.org/issue20249 opened by Rosuav
#20252: Argument Clinic howto: small typo in y# translation http://bugs.python.org/issue20252 opened by rmsr
#20254: Duplicate bytearray test on test_socket.py http://bugs.python.org/issue20254 opened by vajrasky
#20256: Argument Clinic: compare signed and unsigned ints http://bugs.python.org/issue20256 opened by serhiy.storchaka
#20257: test_socket fails if using tipc module and SELinux enabled http://bugs.python.org/issue20257 opened by vajrasky
#20260: Argument Clinic: add unsigned integers converters http://bugs.python.org/issue20260 opened by serhiy.storchaka
#20261: Cannot pickle some objects that have a getattr() http://bugs.python.org/issue20261 opened by barry
#20262: Convert some debugging prints in zipfile to warnings http://bugs.python.org/issue20262 opened by serhiy.storchaka
#20264: Update patchcheck to looks for files with clinic comments http://bugs.python.org/issue20264 opened by meador.inge
#20265: Bring Doc/using/windows up to date http://bugs.python.org/issue20265 opened by zach.ware
#20266: Bring Doc/faq/windows up to date http://bugs.python.org/issue20266 opened by zach.ware
#20267: TemporaryDirectory does not resolve path when created using a http://bugs.python.org/issue20267 opened by Antony.Lee
#20269: Inconsistent behavior in pdb when pressing Ctrl-C http://bugs.python.org/issue20269 opened by xdegaye
#20270: urllib.parse doesn't work with empty port http://bugs.python.org/issue20270 opened by serhiy.storchaka
#20271: urllib.parse.urlparse() accepts wrong URLs http://bugs.python.org/issue20271 opened by serhiy.storchaka
#20274: sqlite module has bad argument parsing code, including undefin http://bugs.python.org/issue20274 opened by larry
#20275: asyncio: remove debug code from BaseEventLoop http://bugs.python.org/issue20275 opened by yselivanov
#20276: ctypes._dlopen should not force RTLD_NOW http://bugs.python.org/issue20276 opened by Albert.Zeyer
#20280: add "predicate" to the glossary http://bugs.python.org/issue20280 opened by flox
#20281: time.strftime %z format specifier is the same as %Z http://bugs.python.org/issue20281 opened by Mike.Owens
#20282: Argument Clinic: int with boolean default http://bugs.python.org/issue20282 opened by serhiy.storchaka
#20283: Wrong keyword parameter name in regex pattern methods http://bugs.python.org/issue20283 opened by serhiy.storchaka
#20284: proof for concept patch for bytes formatting methods http://bugs.python.org/issue20284 opened by nascheme
#20285: Improve object.doc and help(object) output http://bugs.python.org/issue20285 opened by terry.reedy
#20287: Argument Clinic: support diverting output to buffer, external http://bugs.python.org/issue20287 opened by larry
#20288: HTMLParse handing of non-numeric charrefs broken http://bugs.python.org/issue20288 opened by iko
#20289: Make cgi.FieldStorage a context manager http://bugs.python.org/issue20289 opened by brett.cannon
Most recent 15 issues with no replies (15)
#20289: Make cgi.FieldStorage a context manager http://bugs.python.org/issue20289
#20288: HTMLParse handing of non-numeric charrefs broken http://bugs.python.org/issue20288
#20285: Improve object.doc and help(object) output http://bugs.python.org/issue20285
#20283: Wrong keyword parameter name in regex pattern methods http://bugs.python.org/issue20283
#20282: Argument Clinic: int with boolean default http://bugs.python.org/issue20282
#20271: urllib.parse.urlparse() accepts wrong URLs http://bugs.python.org/issue20271
#20270: urllib.parse doesn't work with empty port http://bugs.python.org/issue20270
#20269: Inconsistent behavior in pdb when pressing Ctrl-C http://bugs.python.org/issue20269
#20267: TemporaryDirectory does not resolve path when created using a http://bugs.python.org/issue20267
#20265: Bring Doc/using/windows up to date http://bugs.python.org/issue20265
#20257: test_socket fails if using tipc module and SELinux enabled http://bugs.python.org/issue20257
#20254: Duplicate bytearray test on test_socket.py http://bugs.python.org/issue20254
#20249: test_posix.test_initgroups fails when running with no suppleme http://bugs.python.org/issue20249
#20245: Check empty mode in TarFile.*open() http://bugs.python.org/issue20245
#20244: Possible resources leak in tarfile.open() http://bugs.python.org/issue20244
Most recent 15 issues waiting for review (15)
#20287: Argument Clinic: support diverting output to buffer, external http://bugs.python.org/issue20287
#20284: proof for concept patch for bytes formatting methods http://bugs.python.org/issue20284
#20283: Wrong keyword parameter name in regex pattern methods http://bugs.python.org/issue20283
#20275: asyncio: remove debug code from BaseEventLoop http://bugs.python.org/issue20275
#20270: urllib.parse doesn't work with empty port http://bugs.python.org/issue20270
#20269: Inconsistent behavior in pdb when pressing Ctrl-C http://bugs.python.org/issue20269
#20264: Update patchcheck to looks for files with clinic comments http://bugs.python.org/issue20264
#20262: Convert some debugging prints in zipfile to warnings http://bugs.python.org/issue20262
#20260: Argument Clinic: add unsigned integers converters http://bugs.python.org/issue20260
#20257: test_socket fails if using tipc module and SELinux enabled http://bugs.python.org/issue20257
#20254: Duplicate bytearray test on test_socket.py http://bugs.python.org/issue20254
#20252: Argument Clinic howto: small typo in y# translation http://bugs.python.org/issue20252
#20249: test_posix.test_initgroups fails when running with no suppleme http://bugs.python.org/issue20249
#20245: Check empty mode in TarFile.*open() http://bugs.python.org/issue20245
#20244: Possible resources leak in tarfile.open() http://bugs.python.org/issue20244
Top 10 most discussed issues (10)
#20275: asyncio: remove debug code from BaseEventLoop http://bugs.python.org/issue20275 24 msgs
#20189: inspect.Signature doesn't recognize all builtin types http://bugs.python.org/issue20189 15 msgs
#20186: Derby #18: Convert 31 sites to Argument Clinic across 23 files http://bugs.python.org/issue20186 12 msgs
#20172: Derby #3: Convert 67 sites to Argument Clinic across 4 files ( http://bugs.python.org/issue20172 10 msgs
#19936: Executable permissions of Python source files http://bugs.python.org/issue19936 9 msgs
#20227: Argument Clinic: rename arguments in generated C? http://bugs.python.org/issue20227 9 msgs
#14455: plistlib unable to read json and binary plist files http://bugs.python.org/issue14455 8 msgs
#20185: Derby #17: Convert 49 sites to Argument Clinic across 13 files http://bugs.python.org/issue20185 8 msgs
#20281: time.strftime %z format specifier is the same as %Z http://bugs.python.org/issue20281 8 msgs
#20260: Argument Clinic: add unsigned integers converters http://bugs.python.org/issue20260 7 msgs
Issues closed (43)
#5803: email/quoprimime: encode and decode are very slow on large mes http://bugs.python.org/issue5803 closed by r.david.murray
#6625: UnicodeEncodeError on pydoc's CLI http://bugs.python.org/issue6625 closed by berker.peksag
#18960: First line can be executed twice http://bugs.python.org/issue18960 closed by serhiy.storchaka
#19082: Lib/xmlrpc/client.py demo code points to the dead server http://bugs.python.org/issue19082 closed by orsenthil
#19097: bool(cgi.FieldStorage(...)) may be False unexpectedly http://bugs.python.org/issue19097 closed by orsenthil
#19534: normalize() in locale.py fails for sr_RS.UTF-8 at latin http://bugs.python.org/issue19534 closed by serhiy.storchaka
#19886: Better estimated memory requirements for bigmem tests http://bugs.python.org/issue19886 closed by serhiy.storchaka
#20009: Property should expose wrapped function. http://bugs.python.org/issue20009 closed by ncoghlan
#20072: Ttk tests fail when wantobjects is false http://bugs.python.org/issue20072 closed by serhiy.storchaka
#20086: test_locale fails with Turkish locale http://bugs.python.org/issue20086 closed by serhiy.storchaka
#20138: wsgiref on Python 3.x incorrectly implements URL handling caus http://bugs.python.org/issue20138 closed by serhiy.storchaka
#20196: Argument Clinic generates invalid code for optional parameter http://bugs.python.org/issue20196 closed by larry
#20201: Argument Clinic: rwbuffer support broken http://bugs.python.org/issue20201 closed by larry
#20202: ArgumentClinic howto: document change in Py_buffer lifecycle m http://bugs.python.org/issue20202 closed by rmsr
#20206: email quoted-printable encoding issue http://bugs.python.org/issue20206 closed by r.david.murray
#20208: Clarify some things in porting HOWTO http://bugs.python.org/issue20208 closed by brett.cannon
#20214: Argument Clinic rollup fixes http://bugs.python.org/issue20214 closed by larry
#20225: Argument Clinic: simplify METH_NOARGS generated code http://bugs.python.org/issue20225 closed by larry
#20226: Argument Clinic: support for simple expressions? http://bugs.python.org/issue20226 closed by larry
#20228: Argument Clinic should understand Python special methods http://bugs.python.org/issue20228 closed by larry
#20229: platform.py uses deprecated feature of plistlib http://bugs.python.org/issue20229 closed by ned.deily
#20232: Argument Clinic NULL default falsely implies None acceptabilit http://bugs.python.org/issue20232 closed by rmsr
#20234: Argument Clinic: use PyTuple_GET_SIZE? http://bugs.python.org/issue20234 closed by larry
#20235: Argument Clinic: recover a bit more gracefully from exceptions http://bugs.python.org/issue20235 closed by python-dev
#20236: Invalid inline markup in xml document. http://bugs.python.org/issue20236 closed by r.david.murray
#20240: Whitespace ignored in relative imports: from.package import so http://bugs.python.org/issue20240 closed by eric.smith
#20242: logging style parameter does not work correctly http://bugs.python.org/issue20242 closed by python-dev
#20246: buffer overflow in socket.recvfrom_into http://bugs.python.org/issue20246 closed by python-dev
#20248: docs: socket.recvmsg{,_into} are keword-compatible http://bugs.python.org/issue20248 closed by rmsr
#20250: defaultdict docstring neglects the *args http://bugs.python.org/issue20250 closed by python-dev
#20251: socket.recvfrom_into crash with empty buffer http://bugs.python.org/issue20251 closed by python-dev
#20253: Typo in ipaddress document http://bugs.python.org/issue20253 closed by python-dev
#20255: Doc/about: update a bit http://bugs.python.org/issue20255 closed by zach.ware
#20258: Python documentation build fails with "markupsafe module canno http://bugs.python.org/issue20258 closed by python-dev
#20259: os.walk conflicts with os.listdir http://bugs.python.org/issue20259 closed by r.david.murray
#20263: Function print definable as variables? http://bugs.python.org/issue20263 closed by r.david.murray
#20268: Argument Clinic: support cloning existing functions http://bugs.python.org/issue20268 closed by larry
#20272: chain.from_iterable in the overview table not linking to the f http://bugs.python.org/issue20272 closed by python-dev
#20273: Argument Clinic: unhelpful crashes http://bugs.python.org/issue20273 closed by larry
#20277: default debug value and asserts http://bugs.python.org/issue20277 closed by michael.foord
#20278: Wrong URL to the pysqlite web page http://bugs.python.org/issue20278 closed by python-dev
#20279: bytearray.fromhex does not work with some hexes generated by h http://bugs.python.org/issue20279 closed by Anatoly Belikov
#20286: Segfault when using internal DictProxy http://bugs.python.org/issue20286 closed by benjamin.peterson
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]