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
normal
26468 25 months ago shutil.copy2 raises OSError if filesystem doesn't support chmod has PR open Vojtěch Pachol
26205 25 months ago Better specify number of nested scopes has PR open Roscoe R. Higgins
26124 25 months ago shlex.quote and pipes.quote do not quote shell keywords has PR open Charles Daffern
25586 25 months ago socket.sendall broken when a socket has a timeout has patch open jstasiak
25573 25 months ago FrameSummary repr() does not support previously working uses of repr in traceback module open zopieux
25467 25 months ago Put “deprecated” warnings first has patch open Tony R.
25433 25 months ago whitespace in strip()/lstrip()/rstrip() has patch has PR open Dimitri Papadopoulos Orfanos
25377 25 months ago Mention octal format of mode argument of os.chmod has PR open krichter
24921 25 months ago Operator precedence table in 5.15 should be highest to lowest precedence has PR open Joseph Schachner
24653 25 months ago Mock.assert_has_calls([]) is surprising for users has PR open rbcollins
24195 25 months ago Add `Executor.filter` to concurrent.futures has patch open cool-RR
24147 25 months ago Dialect class defaults are not documented. has patch has PR open MiK
23980 25 months ago Documentation for format units starting with 'e' is inconsistent has PR open larry
23897 25 months ago Update Python 3 extension module porting guide has PR open ncoghlan
23747 25 months ago [doc] platform module exposes win32_ver function on posix systems has PR open pythonhacker
23738 25 months ago Clarify documentation of positional-only default values has patch open martin.panter
23677 25 months ago Mention dict and set comps in library reference has patch has PR open FrankMillman
23639 25 months ago Not documented special names has patch open serhiy.storchaka
23560 25 months ago Group the docs of similar methods in stdtypes.rst has patch has PR open ezio.melotti
23453 25 months ago [doc] Clarify bytes vs text with non-seeking tarfile stream has PR open chaica_
23017 25 months ago string.printable.isprintable() returns False has patch open planet36
22882 25 months ago Document Linux packages you need to compile Python with all dependencies has patch open Ludovic.Gasc
22630 25 months ago `concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel has patch open bwhmather
22593 25 months ago Automate update of doc references to UCD version when it changes. has PR open r.david.murray
22456 25 months ago __base__ undocumented has patch open Arfrever
22401 25 months ago argparse: 'resolve' conflict handler damages the actions of the parent parser has patch open paul.j3
22232 25 months ago str.splitlines splitting on non-\r\n characters has patch open scharron
22167 25 months ago iglob() has misleading documentation (does indeed store names internally) has PR open roysmith
22021 25 months ago shutil.make_archive() root_dir do not work has patch has PR open DemoHT
22014 25 months ago Improve display of OS exception <-> errno mapping has patch open ncoghlan
21763 25 months ago Clarify requirements for file-like objects has patch open nikratio
21761 25 months ago [doc] language reference describes the role of module.__file__ inaccurately has PR open eric.snow
21557 25 months ago [doc] os.popen & os.system lack shell-related security warnings has patch open cvrebert
21297 25 months ago csv.skipinitialspace only skips spaces, not "whitespace" in general has patch open Daniel.Andersson
21150 25 months ago Add quick links table to argparse docs has patch has PR open rhettinger
20970 25 months ago [doc] contradictory documentation for prog option of argparse has patch has PR open Aaron.Meurer
20907 25 months ago behavioral differences between shutil.unpack_archive and ZipFile.extractall has patch has PR open peter@psantoro.net
20847 25 months ago asyncio docs should call out that network logging is a no-no open gvanrossum
20823 25 months ago [doc] Clarify copyreg.pickle() documentation has patch has PR open peter.otten
20803 25 months ago doc: clarify that struct.pack_into writes 0x00 for pad bytes has PR open bsder
20749 25 months ago shutil.unpack_archive(): security concerns not documented has PR open jwilk
20468 25 months ago [doc] resource module documentation is incorrect has patch open Kurt.Rose
20344 25 months ago subprocess.check_output() docs misrepresent what shell=True does has patch open klausman
20121 25 months ago quopri_codec newline handling has patch open fredstober
20039 25 months ago Missing documentation for argparse.ArgumentTypeError has PR open arnaut-billings
19871 25 months ago json module won't parse a float that starts with a decimal point has patch open picomancer
19670 25 months ago SimpleCookie Generates Non-RFC6265-Compliant Cookies has PR open pdbogen
19154 25 months ago AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed. open fviard
18767 25 months ago csv documentation does not note default quote constant has patch open bemclaugh
18713 25 months ago Clearly document the use of PYTHONIOENCODING to set surrogateescape has patch open ncoghlan
18697 25 months ago Unify arguments names in Unicode object C API documentation has PR open serhiy.storchaka
18334 25 months ago type(name, bases, dict) does not call metaclass' __prepare__ attribute has patch open nikratio
18280 25 months ago Documentation is too personalized has patch has PR open serhiy.storchaka
18262 25 months ago ZipInfo.external_attr are not documented has patch open techtonik
17972 25 months ago inspect module docs omits many functions has PR open s7v7nislands@gmail.com
17960 25 months ago Clarify the required behaviour of locals() has PR open ncoghlan
17858 25 months ago Different documentation for identical methods has patch open amysyk
17583 25 months ago IDLE HOWTO has patch open Amit.Saha
17546 25 months ago Document the circumstances where the locals() dict get updated has patch open techtonik
17505 25 months ago [doc] email.header.Header.__unicode__ does not decode header has PR open hniksic
17383 25 months ago [doc] Possibly ambiguous phrasing in tutorial/modules#more-on-modules has patch open Piotr.Kuchta
17006 25 months ago Add advice on best practices for hashing secrets has patch open christian.heimes
16901 25 months ago In http.cookiejar.FileCookieJar() the .load() and .revert() methods don't work has patch open py.user
16781 25 months ago execfile/exec execution in other than global scope uses locals(), leading to undefined behavior has patch has PR open techtonik
16731 25 months ago [doc] xxlimited/xxmodule docstrings ambiguous has patch open danielsh
16679 25 months ago Add advice about non-ASCII wsgiref PATH_INFO has patch open claudep
16575 25 months ago ctypes: unions as arguments has patch has PR open arigo
16508 25 months ago include the "object" type in the lists of documented types has patch open chris.jerdonek
16473 25 months ago quopri module differences in quoted-printable text with whitespace has patch open aleperalta
16418 25 months ago argparse with many choices can generate absurdly long usage message has patch open Juraj.Variny
16399 25 months ago argparse: append action with default list adds to list instead of overriding has patch has PR open Markus.Amalthea.Magnuson
16278 25 months ago Improve os.rename documentation and tests has patch open David.Benjamin
16223 25 months ago [doc] untokenize returns a string if no encoding token is recognized has patch open eric.snow
15939 25 months ago make *.rst files in Doc/ parseable by doctest has patch open chris.jerdonek
15533 25 months ago subprocess.Popen(cwd) documentation: Posix vs Windows has patch open chris.jerdonek
15457 25 months ago consistent treatment of generator terminology has patch open chris.jerdonek
15125 25 months ago argparse: positional arguments containing - in name not handled well has patch open nstiurca
15013 25 months ago [doc] smtplib: add low-level APIs to doc? has patch open sandro.tosi
14995 25 months ago PyLong_FromString documentation should state that the string must be null-terminated has patch has PR open rfk
14899 25 months ago Naming conventions and guidelines for packages and namespace packages has patch open benoitbryon
14586 25 months ago TypeError: truncate() takes no keyword arguments has patch open TheBiggerGuy
13850 25 months ago Summary tables for argparse add_argument options has patch has PR open ncoghlan
13743 25 months ago xml.dom.minidom.Document class is not documented has PR open sandro.tosi
13677 25 months ago correct docstring for builtin compile has patch open Jim.Jewett
13604 25 months ago update PEP 393 (match implementation) has patch open Jim.Jewett
13553 25 months ago Tkinter Tk args and Gnome Shell application name has patch has PR open th9
13498 25 months ago os.makedirs exist_ok documentation is incorrect, as is some of the behavior has patch open r.david.murray
13456 25 months ago Providing a custom HTTPResponse class to HTTPConnection has patch open r.david.murray
13305 25 months ago datetime.strftime("%Y") not consistent for years < 1000 has patch open flox
13127 25 months ago xml.dom.Attr.name is not labeled as read-only has PR open dillona
13074 25 months ago Improve documentation of locale encoding functions has patch open gjb1002
12970 25 months ago [doc] os.walk() consider some symlinks as dirs instead of non-dirs has patch open socketpair
12880 25 months ago ctypes: clearly document how structure bit fields are allocated has patch open meador.inge
12832 25 months ago The documentation for the print function should explain/point to how to control the sys.stdout encoding has patch open r.david.murray
12706 25 months ago timeout sentinel in ftplib and poplib documentation has patch has PR open orsenthil
12594 25 months ago Docs for "Using Python on a Macintosh" needs to be updated has patch open hop
12436 25 months ago [doc] Missing items in installation/setup instructions has patch open ncoghlan
12403 25 months ago Mention sys.displayhook in code module docs and the compile builtin docs has patch has PR open tebeka
12317 25 months ago inspect.getabsfile() is not documented has PR open giampaolo.rodola
12290 25 months ago __setstate__ is called for false values has patch open eltoder
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: