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.

ID Activity Title Status Creator Assigned To Type
31445 26 months ago Index out of range in get of message.EmailMessage.get() has patch has PR closed Michala   behavior
31572 26 months ago Avoid suppressing all exceptions in PyObject_HasAttr() has PR open serhiy.storchaka   behavior
31741 26 months ago backports import path can not be overridden in Windows (Linux works fine) closed Chris Caron   behavior
31954 26 months ago Don't prevent dict optimization by coupling with OrderedDict has PR open serhiy.storchaka   enhancement
32137 26 months ago Stack overflow in repr of deeply nested dicts has PR closed serhiy.storchaka   crash
32336 26 months ago Save OrderedDict import in argparse has PR closed rhettinger bethard performance
32338 26 months ago Save OrderedDict import in re has PR closed serhiy.storchaka   enhancement
32339 26 months ago Make the dict type used in csv.DictReader configurable has PR open serhiy.storchaka   enhancement
32360 26 months ago Save OrderedDict imports in various stdlibs. has PR closed methane   performance
32422 26 months ago Reduce lru_cache memory overhead. has patch has PR closed methane rhettinger resource usage
32506 26 months ago dataclasses: no need for OrderedDict now that dict guarantees to keep insertion order has PR closed eric.smith eric.smith behavior
32792 26 months ago ChainMap should preserve order of underlying mappings has PR closed rhettinger   behavior
32854 26 months ago Add ** Map Unpacking Support for namedtuple closed John Crawford   enhancement
32961 26 months ago namedtuple displaying the internal code closed poornaprudhvi   behavior
33031 26 months ago Questionable code in OrderedDict definition has PR closed serhiy.storchaka   compile error
33040 26 months ago Make itertools.islice supports negative values for start and stop arguments for sized iterable object has patch closed tttnns   enhancement
33462 26 months ago reversible dict has PR closed selik   enhancement
33463 26 months ago Can namedtuple._asdict return a regular dict instead of OrderedDict? has PR closed selik   enhancement
33480 26 months ago Improvement suggestions for urllib.parse.urlparser closed bsaner   enhancement
33504 26 months ago configparser should use dict instead of OrderedDict in 3.7+ has PR closed jreese   enhancement
33554 26 months ago Optimize PyDictObject has PR closed b@n   enhancement
33666 26 months ago Document removal of os.errno has PR closed hroncok docs@python behavior
33712 26 months ago OrderedDict can set an exception in tp_clear has PR closed serhiy.storchaka   crash
33800 26 months ago Fix default argument for parameter dict_type of ConfigParser/RawConfigParser has PR closed adelfino docs@python enhancement
33801 26 months ago Remove non-ordered dict comment from plistlib has PR closed adelfino docs@python  
33816 26 months ago New metaclass example for Data Model topic has PR open adelfino docs@python enhancement
33860 26 months ago doc Avoid "ordered dictionary" references now that dictionaries are ordered has PR closed adelfino docs@python enhancement
33863 26 months ago Enum doc correction relating to __members__ closed ethan.furman ethan.furman  
33866 26 months ago Stop using OrderedDict in enum has PR closed methane ethan.furman  
33947 26 months ago Dataclasses can raise RecursionError in __repr__ has PR closed eric.smith eric.smith behavior
34003 26 months ago csv.DictReader can return basic dict instead of OrderedDict has PR closed selik   performance
34095 26 months ago [2.7] Seg fault on archlinux 32 when run tests with xvfb-run closed deep42thought   crash
34096 26 months ago [2.7] test_audioop.test_max() failed: AssertionError: -2147483648 != 2147483648L closed deep42thought    
34172 26 months ago multiprocessing.Pool and ThreadPool leak resources after being deleted has PR open tzickel docs@python behavior
34221 26 months ago Any plans to combine collections.OrderedDict with dict closed redstone-cold   enhancement
34320 26 months ago Creating dict from OrderedDict doesn't preserve order has PR closed serhiy.storchaka   behavior
34363 26 months ago dataclasses.asdict() mishandles dataclass instance attributes that are instances of subclassed typing.NamedTuple has PR closed alexdelorenzo eric.smith behavior
34396 26 months ago Certain methods that heap allocated subtypes inherit suffer a 50-80% performance penalty has PR open bup   performance
34573 26 months ago Simplify __reduce__() of set and dict iterators. has PR closed sir-sigurd serhiy.storchaka enhancement
34574 26 months ago OrderedDict iterators are exhausted during pickling has PR closed sir-sigurd serhiy.storchaka behavior
34682 26 months ago Typo reports on docs@ has PR closed zach.ware docs@python enhancement
34805 26 months ago Explicitly specify `MyClass.__subclasses__()` returns classes in definition order has PR closed pekka.klarck rhettinger  
35030 26 months ago Python 2.7 OrderedDict creates circular references has patch has PR closed tzickel rhettinger  
35076 26 months ago FAIL: test_min_max_version (test.test_ssl.ContextTests) with libressl-2.8.2 closed jean-michel christian.heimes compile error
35276 26 months ago Document thread safety closed vstinner docs@python  
35331 26 months ago Incorrect __module__ attribute for _struct.Struct and perhaps a few others open bup   behavior
35341 26 months ago Add generic version of OrderedDict to typing module has PR closed itoijala   enhancement
35864 26 months ago Replace OrderedDict with regular dict in namedtuple's _asdict() method. has PR closed rhettinger rhettinger  
35865 26 months ago configparser document refers about random dict order has PR closed methane docs@python  
35925 26 months ago test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a) has PR closed pablogsal   behavior
35983 26 months ago tp_dealloc trashcan shouldn't be called for subclasses has PR open jdemeyer   behavior
36059 26 months ago Update docs for OrderedDict to reflect that regular dicts are ordered has PR closed rhettinger rhettinger  
36104 26 months ago test_httplib and test_nntplib fail on ARMv7 Ubuntu closed lukasz.langa gregory.p.smith behavior
36144 26 months ago Dictionary union. (PEP 584) has PR closed brandtbucher   enhancement
36320 26 months ago typing.NamedTuple to switch from OrderedDict to regular dict has PR closed rhettinger levkivskyi behavior
36350 26 months ago inspect.Signature.parameters and inspect.BoundArguments.arguments should be dicts instead of OrderedDicts has PR closed remi.lapeyre   enhancement
36597 26 months ago Travis CI: doctest failure has PR closed vstinner docs@python  
36725 26 months ago Reference leak regression with Python3.8a3 has PR closed kayhayen   resource usage
36909 26 months ago LastUpdatedOrderedDict recipe uses super() unnecessarily has PR closed wim.glenn docs@python  
36983 26 months ago typing.__all__ has drifted from actual contents has PR closed Anthony Sottile    
36984 26 months ago typing docs "versionadded" is inaccurate for many attributes has PR closed Anthony Sottile docs@python  
36990 26 months ago [AIX] test_asyncio.test_create_connection_ipv6_scope fails(in mock test?) open Michael.Felt    
37555 26 months ago _CallList.__contains__ doesn't always respect ANY. has PR closed ElizabethU   behavior
37709 26 months ago CSVReader ignores dialect.lineterminator closed Benjamin Schollnick docs@python enhancement
38414 26 months ago Ordering a nested dictionary in python with json format closed Umar Asghar   enhancement
38717 26 months ago csv DictWriter's internal _dict_to_list raise error unsupported operand closed afflictor   behavior
39142 26 months ago logging.config.dictConfig will convert namedtuple to ConvertingTuple has patch has PR closed hcoura   crash
39444 26 months ago Incorrect description of sorting for PrettyPrinter closed TextGeek docs@python  
39446 26 months ago Documentation should reflect that all dicts are now ordered closed shields-fn docs@python  
39566 26 months ago inspect.Signature.__init__ asks for parameters as dict but treats as list closed Nicholas Matthews   behavior
39775 26 months ago inspect.Signature.parameters should be an OrderedDict, not a plain dict has PR closed Antony.Lee methane  
39778 26 months ago collections.OrderedDict and weakref.ref raises "refcount is too small" assertion has PR closed leezu pablogsal crash
39957 26 months ago bpo39775 not fixed - inspect.Signature.parameters still dict/mappingproxy around dict has PR closed gelbpunkt   behavior
39994 26 months ago pprint handling of dict subclasses that override __repr__ has PR closed palakjha   behavior
40651 26 months ago class:`OrderedDict` Examples: LRU implementation has a bug. has PR closed Dongfang Qu docs@python  
40979 26 months ago typing module docs: keep text, add subsections has PR closed ramalho docs@python  
41333 26 months ago Convert OrderedDict.pop() to Argument Clinic has PR closed serhiy.storchaka   performance
41409 26 months ago deque.pop(index) is not supported closed Akuli   behavior
41751 26 months ago Error copying an instance of a subclass of OrderedDict open erezinman   enhancement
42536 26 months ago Iterating on a zip keeps objects alive longer than expected (test_itertools leaks sometimes references) has patch has PR closed vstinner    
42711 26 months ago lru_cache and NotImplemented closed ktbarrett rhettinger behavior
43246 26 months ago Dict copy optimization violates subclass invariant open jab   behavior
43691 26 months ago Comparison of OrderedDict() and dict() closed socketpair   behavior
43908 26 months ago array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag has patch has PR open gvanrossum vstinner behavior
44524 26 months ago __name__ attribute in typing module has patch has PR open farcat lukasz.langa behavior
44555 26 months ago Dictionary operations are LINEAR for any dictionary (for a particular code). closed danielfleischman   performance
44647 26 months ago Non-ASCII characters in os.environ cause silent failures in test_httpservers has PR closed lukasz.langa   behavior
44750 26 months ago .popitem() is inconsistent in collections and collections.abc closed AlexWaygood rhettinger behavior
44782 26 months ago LRU class given as example in OrderedDict docs not work on pop has PR closed maximeLeurent rhettinger  
45093 26 months ago Add method to compare dicts accounting for order closed mcarans   enhancement
45524 26 months ago Cross-module dataclass inheritance breaks get_type_hints has PR open aidan.b.clark eric.smith behavior
45670 26 months ago New .mapping attribute is broken for some existing uses of dict views closed jab rhettinger behavior
45908 26 months ago dict.fromkeys insertion order closed veky rhettinger  
46085 26 months ago OrderedDict iterator allocates di_result unnecessarily has PR closed Kevin Shweh   resource usage
46399 26 months ago Addition of `mapping` attribute to dict views classes has inadvertently broken type-checkers has PR closed AlexWaygood   behavior
46491 26 months ago typing: allow Annotated in outermost scope has PR closed GBeauregard   behavior
46622 26 months ago Add an async variant of lru_cache for coroutines. has PR open uranusjr   enhancement
47157 26 months ago bijective invertible map closed jon.balloch   enhancement
47250 26 months ago New object.__getstate__() method introduced refleaks has PR closed vstinner    
47254 26 months ago enhanced dir? has PR open apostofes   enhancement
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: