| ID | Activity | Title | Status | Creator | Assigned To | Type | Msgs | |||
|---|---|---|---|---|---|---|---|---|---|---|
| 9742 | 11 minutes ago | Python 2.7: math module fails to build on Solaris 9 | open | mhenriq | compile error | 2 | ||||
| 9743 | 1 1/4 hours ago | __call__.__call__ chain cause crash when long enough | open | modchan | crash | 5 | ||||
| 9745 | 2 hours ago | MSVC .pdb files not created by python 2.7 distutils | open | jpe | 1 | |||||
| 9212 | 2 hours ago | dict_keys purports to implement the Set ABC, but is missing the isdisjoint method | open | stutzbach | stutzbach | behavior | 14 | |||
| 9042 | 3 hours ago | Gettext cache and classes | open | v_peter | behavior | 8 | ||||
| 9744 | 3 hours ago | calling __getattribute__ with wrong instance causes hang up | open | modchan | crash | 1 | ||||
| 9741 | 3 hours ago | msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary | open | timothy.ty.lee | behavior | 1 | ||||
| 4026 | 3 hours ago | fcntl extension fails to build on AIX 6.1 | open | drj | compile error | 7 | ||||
| 5109 | 3 hours ago | array.array constructor very slow when passed an array object. | open | malcolmp | belopolsky | performance | 7 | |||
| 941346 | 4 hours ago | AIX shared library fix | open | dickdunbar | feature request | 10 | ||||
| 1673007 | 4 hours ago | urllib2 requests history + HEAD support | open | koder_ua | orsenthil | feature request | 13 | |||
| 7796 | 4 hours ago | No way to find out if an object is an instance of a namedtuple | open | pwaller | rhettinger | feature request | 12 | |||
| 9740 | 5 hours ago | Support for HTTP 1.1 persistent connections throughout the standard library | open | ipatrol | feature request | 4 | ||||
| 8743 | 9 hours ago | set() operators don't work with collections.Set instances | open | stutzbach | rhettinger | behavior | 9 | |||
| 2459 | 9 hours ago | speedup for / while / if with better bytecode | open | pitrou | jyasskin | performance | 29 | |||
| 7141 | 9 hours ago | 2to3 should add from __future__ import print_statement | open | stutzbach | benjamin.peterson | feature request | 8 | |||
| 9739 | 9 hours ago | Output of help(...) is wider than 80 characters | open | casevh | docs@python | behavior | 2 | |||
| 9726 | 12 hours ago | logging.handlers.RotatingFileHandler: implement "preserve log file name extension" feature | open | desmondgc | vinay.sajip | feature request | 2 | |||
| 9633 | yesterday | pdb go stack up/down | open | Markus.Pröller | georg.brandl | behavior | 4 | |||
| 1552880 | yesterday | Unicode Imports | open | krisvale | 17 | |||||
| 6133 | yesterday | LOAD_CONST followed by LOAD_ATTR can be optimized to just be a LOAD_CONST | open | alex | performance | 21 | ||||
| 4395 | yesterday | Document auto __ne__ generation; provide a use case for non-trivial __ne__ | open | terry.reedy | terry.reedy | 7 | ||||
| 9269 | yesterday | Cannot pickle self-referencing sets | open | belopolsky | belopolsky | feature request | 9 | |||
| 1818 | yesterday | Add named tuple reader to CSV module | open | rhettinger | feature request | 36 | ||||
| 9425 | yesterday | Rewrite import machinery to work with unicode paths | open | haypo | 56 | |||||
| 9738 | yesterday | Document the encoding of functions bytes arguments of the C API | open | haypo | docs@python | 1 | ||||
| 2690 | yesterday | Precompute range length | open | belopolsky | ncoghlan | performance | 28 | |||
| 1569291 | yesterday | Speed-up in array_repeat() | open | lskovlund | georg.brandl | performance | 14 | |||
| 2986 | yesterday | difflib.SequenceMatcher not matching long sequences | open | hagna | tim_one | behavior | 22 | |||
| 8425 | yesterday | a -= b should be fast if a is a small set and b is a large set | open | abacabadabacaba | rhettinger | resource usage | 7 | |||
| 8685 | yesterday | set(range(100000)).difference(set()) is slow | open | spiv | rhettinger | performance | 16 | |||
| 1856 | yesterday | shutdown (exit) can hang or segfault with daemon threads running | open | gregory.p.smith | crash | 20 | ||||
| 9729 | yesterday | Unconnected SSLSocket.{send,recv} raises TypeError: 'member_descriptor' object is not callable | open | spiv | behavior | 2 | ||||
| 4111 | yesterday | Add Systemtap/DTrace probes | open | bretthoerner | feature request | 50 | ||||
| 9706 | yesterday | ssl errors checking | open | giampaolo.rodola | giampaolo.rodola | 11 | ||||
| 4819 | yesterday | Misc/cheatsheet needs updating | open | mark.dickinson | docs@python | 3 | ||||
| 9116 | yesterday | test_capi.test_no_FatalError_infinite_loop crash on Windows | open | brian.curtin | crash | 9 | ||||
| 9733 | yesterday | Can't iterate over multiprocessing.managers.DictProxy | open | jjconti | jnoller | behavior | 1 | |||
| 9736 | yesterday | doctest.DocTestSuite doesn't handle test globs correctly | open | j1m | 1 | |||||
| 9731 | yesterday | Add ABCMeta.has_methods and tests that use it | open | stutzbach | stutzbach | feature request | 6 | |||
| 9732 | yesterday | Addition of getattr_static for inspect module | open | michael.foord | michael.foord | 7 | ||||
| 5506 | yesterday | io.BytesIO doesn't support the buffer protocol | open | pitrou | feature request | 4 | ||||
| 7877 | yesterday | Iterators over _winreg EnumKey and EnumValue results | open | brian.curtin | brian.curtin | feature request | 6 | |||
| 9730 | yesterday | base64 docs refers to strings instead of bytes | open | JingCheng.LIU | docs@python | behavior | 2 | |||
| 9728 | yesterday | Docs point to FAQ Section 3, but FAQs are not numbered | open | stutzbach | docs@python | 1 | ||||
| 9713 | yesterday | Py_CompileString fails on non decode-able paths. | open | ideasman42 | behavior | 2 | ||||
| 9727 | yesterday | Add callbacks to be invoked when locale changes | open | ncoghlan | feature request | 1 | ||||
| 9693 | yesterday | asynchat push_callable() patch | open | giampaolo.rodola | feature request | 5 | ||||
| 1397474 | yesterday | timeit execution enviroment | open | rurpy | docs@python | behavior | 3 | |||
| 9721 | 2 days ago | urlparse.urljoin() cuts off last base character with semicolon at url start | open | calvin | behavior | 3 | ||||
|
||||||||||