| ID | Activity | Title | Status | Creator | Assigned To | Type | Msgs | |||
|---|---|---|---|---|---|---|---|---|---|---|
| 9757 | 6 minutes ago | Add context manager protocol to memoryviews | open | pitrou | feature request | 1 | ||||
| 7231 | 1/4 hour ago | Windows installer does not add \Scripts folder to the path | open | sorin | feature request | 8 | ||||
| 8654 | 1/4 hour ago | Improve ABI compatibility between UCS2 and UCS4 builds | open | stutzbach | stutzbach | behavior | 27 | |||
| 9754 | an hour ago | assertWarns and assertWarnsRegexp | open | pitrou | feature request | 7 | ||||
| 8746 | 1 1/4 hours ago | *chflags detection broken on FreeBSD 9-CURRENT | open | yaneurabeya | compile error | 3 | ||||
| 9756 | 2 hours ago | Crash with custom __getattribute__ | open | flox | crash | 2 | ||||
| 9750 | 2 hours ago | sqlite3 iterdump fails on column with reserved name | open | Marko.Kohtala | ghaering | behavior | 4 | |||
| 9751 | 3 hours ago | _PyInstance_Lookup() defeats its purpose | open | arigo | crash | 2 | ||||
| 9755 | 3 hours ago | Fix refcounting details in Py3k C API documentation | open | ncoghlan | docs@python | 1 | ||||
| 8649 | 4 hours ago | Py_UNICODE_* functions are undocumented | open | stutzbach | docs@python | 3 | ||||
| 9752 | 5 hours ago | MSVC Compiler warning in Python\import.c | open | stutzbach | stutzbach | 1 | ||||
| 4111 | 7 hours ago | Add Systemtap/DTrace probes | open | bretthoerner | feature request | 50 | ||||
| 2986 | 10 hours ago | difflib.SequenceMatcher not matching long sequences | open | hagna | tim_one | behavior | 23 | |||
| 9739 | 11 hours ago | Output of help(...) is wider than 80 characters | open | casevh | docs@python | behavior | 3 | |||
| 9748 | yesterday | .inputrc magic-space breaks interactive mode | open | stephenk | behavior | 1 | ||||
| 9747 | yesterday | os.getresgid() documentation mentions "user ids", not "group ids" | open | Red HamsterX | docs@python | 1 | ||||
| 9719 | yesterday | build_ssl.py: cannot find 'asm64/*.*' | open | srid | compile error | 3 | ||||
| 5404 | yesterday | Cross-compiling Python | open | kumba | compile error | 10 | ||||
| 9421 | yesterday | configparser.ConfigParser's getint, getboolean and getfloat don't accept `vars` | open | lukasz.langa | lukasz.langa | behavior | 9 | |||
| 9740 | yesterday | Support for HTTP 1.1 persistent connections throughout the standard library | open | ipatrol | feature request | 4 | ||||
| 9738 | yesterday | Document the encoding of functions bytes arguments of the C API | open | haypo | docs@python | 3 | ||||
| 9730 | yesterday | base64 docs refers to strings instead of bytes | open | JingCheng.LIU | docs@python | behavior | 3 | |||
| 9742 | yesterday | Python 2.7: math module fails to build on Solaris 9 | open | mhenriq | mark.dickinson | compile error | 6 | |||
| 9746 | yesterday | All sequence types support .index and .count | open | stutzbach | docs@python | behavior | 1 | |||
| 9741 | yesterday | msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary | open | timothy.ty.lee | behavior | 1 | ||||
| 9213 | yesterday | range purports to implement the Sequence ABC, but is missing index and count methods | open | stutzbach | stutzbach | behavior | 7 | |||
| 9745 | yesterday | MSVC .pdb files not created by python 2.7 distutils | open | jpe | tarek | 1 | ||||
| 9743 | yesterday | __call__.__call__ chain cause crash when long enough | open | modchan | crash | 5 | ||||
| 9212 | yesterday | dict_keys purports to implement the Set ABC, but is missing the isdisjoint method | open | stutzbach | stutzbach | behavior | 14 | |||
| 9042 | yesterday | Gettext cache and classes | open | v_peter | behavior | 8 | ||||
| 4026 | yesterday | fcntl extension fails to build on AIX 6.1 | open | drj | compile error | 7 | ||||
| 5109 | yesterday | array.array constructor very slow when passed an array object. | open | malcolmp | belopolsky | performance | 7 | |||
| 941346 | yesterday | AIX shared library fix | open | dickdunbar | feature request | 10 | ||||
| 1673007 | yesterday | urllib2 requests history + HEAD support | open | koder_ua | orsenthil | feature request | 13 | |||
| 7796 | yesterday | No way to find out if an object is an instance of a namedtuple | open | pwaller | rhettinger | feature request | 12 | |||
| 8743 | yesterday | set() operators don't work with collections.Set instances | open | stutzbach | rhettinger | behavior | 9 | |||
| 2459 | yesterday | speedup for / while / if with better bytecode | open | pitrou | jyasskin | performance | 29 | |||
| 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 | |||||
| 2690 | yesterday | Precompute range length | open | belopolsky | ncoghlan | performance | 28 | |||
| 1569291 | yesterday | Speed-up in array_repeat() | open | lskovlund | georg.brandl | performance | 14 | |||
| 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 | ||||
|
||||||||||