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
(no dependencies set) lexer-newline-tokens-patch-2.0.patch, lexer-newline-tokens.patch, lexertest.py
7089 29 months ago shlex behaves unexpected if newlines are not whitespace has patch open jjdmol2
(no dependencies set) lexer_test.py, shlex_posix.diff
7611 29 months ago shlex not posix compliant when parsing "foo#bar" has patch open jjdmol2
(no dependencies set) lib_site_py.gdiff
22310 29 months ago Report actual EOF character instead of assuming Ctrl-D open John.Malmberg
(no dependencies set) libpython.diff, libpython.patch
10566 29 months ago gdb debugging support additions (Tools/gdb/libpython.py) has patch open eggy
(no dependencies set) linecont.py
37621 29 months ago Line continuation of blank line emits NEWLINE has patch has PR open miedzinski
(no dependencies set) linktest_clean.py
40362 29 months ago AbstractBasicAuthHandler does not support the following scheme: 'Bearer' open Paul Stoner
(no dependencies set) Linux3.10.jpg
46180 29 months ago Button clicked failed when mouse hover tooltip and tooltip destroyed open Jason990420
(no dependencies set) list_content_length.patch, list_content_length_1.patch, list_content_length_2.patch, list_content_length_3.patch
23350 29 months ago Content-length is incorrect when request body is a list or tuple has patch open demian.brecht
(no dependencies set) literal-normpath.patch
15286 29 months ago normpath does not work with local literal paths has patch open mandel
(no dependencies set) loadtracker.py
47096 29 months ago Use the PDH API in WindowsLoadTracker open eryksun
(no dependencies set) lock.py, lock1.py, lock1.result.txt
35267 29 months ago reproducible deadlock with multiprocessing.Pool has patch has PR open dzhu
(no dependencies set) log
26317 29 months ago _scproxy and Python Launcher fail to build wtih GNU gcc on macOS 10.13+ has patch has PR open Robert P Fischer
(no dependencies set) log, valgrind output.txt
43145 29 months ago Leak of locks from multiprocessing.Process open bstaletic
(no dependencies set) log-peername-and-sockname-errors.patch
39700 29 months ago asyncio.selector_events._SelectorTransport: Add logging when sock.getpeername() fails has patch open dsternlicht
(no dependencies set) log.py, log_44186.py, test.sh
44186 29 months ago TimedRotatingFileHandler overwrite log has patch has PR open aeg
(no dependencies set) log.rar, log_and_spec_file.rar
45444 29 months ago test.test_concurrent_futures fail in x86_ 64 architecture open sxt1001
(no dependencies set) logexception.diff, logexception2.patch, logexception3.patch, logexception4.patch, logexception5.patch
8214 29 months ago Add exception logging function to syslog module has patch open eric.smith
(no dependencies set) logger-race.py
35185 29 months ago Logger race condition - loses lines if removeHandler called from another thread while logging open benspiller
(no dependencies set) logger.py
41499 29 months ago logging nested file path open Norfeldt
(no dependencies set) logger_deadlock.py
46163 29 months ago multiprocessing logger deadlocks if used with logging.handlers.QueueHandler open iamdbychkov
(no dependencies set) logging-SafeHandle.patch, logging-handle-error.patch, logging-handleException.patch
26705 29 months ago logging.Handler.handleError should be called from logging.Handler.handle has patch open palaviv
(no dependencies set) logtest.py
46207 29 months ago Log emit performance degradation in RotatingFileHandlers due to filesystem checks open dfritz
(no dependencies set) long_filename_passed_to_fileinput.ipynb
45965 29 months ago fileinput.input(path, inplace=True) crashes for valid filename with 252-255 characters open jamil.raichouni
(no dependencies set) loongarch64-new.diff, loongarch64.diff
46498 29 months ago Add new triplets for loongarch64 has patch has PR open loongson-zn
(no dependencies set) low_level_zipfile.diff, test2824.py
2824 29 months ago zipfile to handle duplicate files in archive has patch open techtonik
(no dependencies set) lseek_negative.diff, lseek_unsigned.patch, lseek_unsigned_test.py
12545 29 months ago os.lseek() and FileIO.seek() does not support offset larger than 2^63-1 has patch open Kuberan.Naganathan
(no dependencies set) lzma-test.txt
34883 29 months ago test_lzma: Multiple test failures when liblzma is built without complete codec set open mgorny
(no dependencies set) m17n-X.h
42325 29 months ago UnicodeDecodeError executing ./setup.py during build open skip.montanaro
(no dependencies set) macros-that-reuse-args.txt
45490 29 months ago [C API] PEP 670: Convert macros to functions in the Python C API has patch has PR open vstinner
(no dependencies set) mail.eml
39100 29 months ago email.policy.SMTP throws AttributeError on invalid header has patch has PR open elenril
(no dependencies set) mailbox.patch, mailbox_fixes.diff, test_get_message_with_sequences.diff
3022 29 months ago mailbox module, two small fixes has patch open gpolo
(no dependencies set) mailbox_mh_sequences.diff, mailbox_mh_sequences_lbyl.diff
22319 29 months ago mailbox.MH chokes on directories without .mh_sequences has patch has PR open gumnos
(no dependencies set) The Quote Problem.py, mailcap patch.zip, screenshot.png
24778 29 months ago [CVE-2015-20107] mailcap.findmatch: document shell command Injection danger in filename parameter open TheRegRunner
(no dependencies set) main.py
14547 29 months ago Python symlink to script behaves unexpectedly open j13r
(no dependencies set) main2.py
29108 29 months ago Documentation: Clarify role of callback with map_async open Jose Miguel Colella
(no dependencies set) mainthread2.py
31517 29 months ago MainThread association logic is fragile open pitrou
(no dependencies set) make_test-clipped.txt, test.log, test_dtrace_stap_bug.txt
36702 29 months ago test_dtrace failed open sayno996
(no dependencies set) make_test_S.patch, python-2.7-issue1674555.patch, python-2.7-issue1674555.v2.patch, python-3.2-issue1674555.patch, python-3.3-issue1674555.patch, python-3.4-issue1674555.patch
1674555 29 months ago sys.path in tests contains system directories has patch open nyb
(no dependencies set) makedir.patch, trace-dir.patch.txt, trace_target.py, traced_module.py
766910 29 months ago fix one or two bugs in trace.py has patch open zooko
(no dependencies set) makedirs-on_wrong_mode-1.diff, os-makedirs.diff
13498 29 months ago os.makedirs exist_ok documentation is incorrect, as is some of the behavior has patch open r.david.murray
(no dependencies set) makesetup-asm.diff
16869 29 months ago makesetup should support .S source files has patch open bennoleslie
(no dependencies set) manager_timeout.patch
47075 29 months ago test_multiprocessing_spawn leaks QueueManager dangling processes has patch has PR open vstinner
(no dependencies set) marshal.patch, marshal2.patch
19256 29 months ago Optimize marshal format and add version token. has patch open kristjan.jonsson
(no dependencies set) master...bjmcculloch_patch-1.diff, tempfile_bad_tempdir.patch, tempfile_bad_tempdir_2.patch, tempfile_bad_tempdir_3.patch, tempfile_bad_tempdir_4.patch
22107 29 months ago tempfile module misinterprets access denied error on Windows has patch open rupole
(no dependencies set) matchperf.py
44283 29 months ago Add jump table for certain safe match-case statements has patch has PR open Dennis Sweeney
(no dependencies set) max_over_line.patch, nntplib_maxbytes.patch, nntplib_maxline.patch, test_nntplib.log
28971 29 months ago nntplib is broken when responses are longer than _MAXLINE has patch open xdegaye
(no dependencies set) maxqueuesize.patch, maxqueuesize.patch
19173 29 months ago Expose Queue maxsize parameter to multiprocessing.Pool class has patch open noxdafox
(no dependencies set) mb.py
31538 29 months ago mailbox does not treat external factories the same has patch has PR open bpoaugust
(no dependencies set) mboxo_patch.py
29053 29 months ago mailbox: Implement >From_ decoding on input from mbox open bpoaugust
(no dependencies set) md5module_small_locks-2.diff
4818 29 months ago Patch for thread-support in md5module.c has patch open ebfe
(no dependencies set) meaning_unclear.png
43026 29 months ago Missing words renders meaning unclear in fcntl.html open EzraBC
(no dependencies set) Memory-Leak-Test.zip, Test-1-gc.log, Test-1-no-gc.log, Test-1.py, Test-2-gc.log, Test-2-no-gc.log, Test-2.py, Test-3.py, Test-3a-gc.log, Test-3a-no-gc.log, Test-3a.py, Test.sh
28165 29 months ago The 'subprocess' module leaks memory when called in certain ways open Xavion
(no dependencies set) memoryview-array-value.patch, memoryview-array-value.patch
14953 29 months ago Reimplement subset of multiprocessing.sharedctypes using memoryview has patch open sbt
(no dependencies set) metaparen.patch
18349 29 months ago argparse usage should preserve () in metavars such as range(20) has patch open paul.j3
(no dependencies set) methodcaller-attrs-1.patch, methodcaller-attrs-2.patch, methodcaller-attrs.patch
25770 29 months ago expose name, args, and kwargs from methodcaller has patch open llllllllll
(no dependencies set) methoddispatch36.py, singledispatchmethod.py, singledispatchmethod.py, test_sdm.py
36457 29 months ago functools.singledispatchmethod interacts poorly with subclasses open Tim Mitchell2
(no dependencies set) minidom-level-1-compliance.3.patch, minidom-level-1-compliance.4.patch, minidom-level-1-compliance.patch
1704134 29 months ago minidom Level 1 DOM compliance has patch open jorend
(no dependencies set) minidom.diff, minidom.patch, minidom.py, minidom_test.py, test_multiline_roundtrip.diff, test_toxml.py
5752 29 months ago xml.dom.minidom does not escape CR, LF and TAB characters within attribute values has patch open Tomalak
(no dependencies set) minimal-test-case.zip
36834 29 months ago mock.patch.object does not persist __module__ name for functions open spark
(no dependencies set) minimal.py
40157 29 months ago SMTP email policy does not encode non-ASCII characters open aepsil0n
(no dependencies set) minimal.py, test.py
24140 29 months ago In pdb using "until X" doesn't seem to have effect in commands open vyktor
(no dependencies set) minimal_example_ctypes_nonetype_behaviour.py
43208 29 months ago Ctypes._FuncPtr.restype doesn't handle NoneType correctly open thijsmiedema94
(no dependencies set) minimal_repr.py
40195 29 months ago multiprocessing.Queue.put can fail silently due to pickle errors open Sander Land
(no dependencies set) minitrace.py
33047 29 months ago "RuntimeError: dictionary changed size during iteration" using trace.py module open Delgan
(no dependencies set) missing_directives.png
36675 29 months ago Doctest directives and comments missing from code samples has patch has PR open steven.daprano
(no dependencies set) mmap_bytearray_like.patch
26358 29 months ago mmap.mmap.__iter__ is broken (yields bytes instead of ints) has patch open ztane
(no dependencies set) mmapmodule.c.patch
23860 29 months ago Windows: Failure to check return value from lseek() in Modules/mmapmodule.c has patch has PR open dogbert2
(no dependencies set) mock_open.patch, mock_open.patch, mock_open.patch
25690 29 months ago Replacement for unittest.mock.mock_open has patch open Niv Ben-David
(no dependencies set) mockcase.py
42019 29 months ago Override MagicMock special methods open Indy
(no dependencies set) Modules.zip
39832 29 months ago Modules with decomposable characters in module name not found on macOS open Norbert
(no dependencies set) mojibake.zip
44846 29 months ago zipfile: cannot create zip file from files with non-utf8 filenames open joelpuig
(no dependencies set) more-frames-in-gdb-hooks-2.7.patch, more-frames-in-gdb-hooks-py3k.patch
12605 29 months ago Enhancements to gdb 7 debugging hooks has patch open dmalcolm
(no dependencies set) mosaic.py
36408 29 months ago Tkinter multi-processing performance, Linux 10-25 times faster than Windows 10 open james.mccormack
(no dependencies set) mp-bug-python2.8.py, mp-signal-bug-python3.8.py, pool.py.patch
38227 29 months ago Setting a signal handler gets multiprocessing.Pool stuck has patch open ionelmc
(no dependencies set) mp_hang.py
42178 29 months ago failed pickle hangs python on exit in CMD.exe only has patch has PR open charles.mcmarrow.4
(no dependencies set) mp_pickle_issues.py
33884 29 months ago [multiprocessing] Multiprocessing in spawn mode doesn't work when the target is a method in a unittest.TestCase subclass, when run either with unittest or with pytest open Yoni Rozenshein
(no dependencies set) mp_queue_example.py
36399 29 months ago multiprocessing: Queue does not work in virtualenv but works fine in main interpreter open Bernt.Røskar.Brenna
(no dependencies set) mp_sem_race.diff, test-issue24303.py
24303 29 months ago OSError 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping. has patch has PR open Paul Hobbs
(no dependencies set) mp_test.py
23698 29 months ago Multiprocessing.Manager: fix behavior and doc inconsistencies open pythonhacker
(no dependencies set) mp_test.py
44462 29 months ago multiprocessing.get hangs if the pool is closed in the signal handler open tkc17
(no dependencies set) mprt_monkeypatch.py
38119 29 months ago resource tracker destroys shared memory segments when other processes should still have valid access has patch has PR open davin
(no dependencies set) mre.py
46758 29 months ago Incorrect behaviour creating a Structure with ctypes.c_bool bitfields open dudenwatschn
(no dependencies set) msg file.msg
44685 29 months ago Email package issue with Outlook msg files open heghine
(no dependencies set) msgfmt-clear.diff, test1.po, test2.po, test_msgfmt.py
9741 29 months ago msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary has patch has PR open timothy.ty.lee
(no dependencies set) msgfmt.diff
1697943 29 months ago msgfmt cannot cope with BOM - improve error message has patch open cito
(no dependencies set) multi-accept-2.patch, multi-accept-3.patch, multi-accept.patch, testservice.zip
27906 29 months ago Socket accept exhaustion during high TCP traffic has patch open kevinconway
(no dependencies set) multi-connect.patch, nntp-server.patch, original-order.diff, test_nntplib_logs.txt
19756 29 months ago test_nntplib: sporadic failures, network isses? server down? has patch has PR open vstinner
(no dependencies set) multi.py
44724 29 months ago multiprocessing: the Resource Tracker process is never reaped open viktor.ivanov
(no dependencies set) multipart-dos-attack.py
31449 29 months ago Potential DoS Attack when Parsing Email with Huge Number of MIME Parts open ckossmann
(no dependencies set) multiproc.patch
6407 29 months ago multiprocessing Pool should allow custom task queue has patch open masher
(no dependencies set) multiproc_broken_pool.diff
22393 29 months ago multiprocessing.Pool shouldn't hang forever if a worker process dies unexpectedly has patch has PR open dan.oreilly
(no dependencies set) multiprocessing-eager-imap.py, pipe.py
40110 29 months ago multiprocessing.Pool.imap() should be lazy open kousu
(no dependencies set) multiprocessing_socketserver.py
32608 29 months ago Incompatibilities with the socketserver and multiprocessing packages has patch has PR open rbprogrammer
(no dependencies set) mwe.py
28973 29 months ago [doc] The fact that multiprocess.Queue uses serialization should be documented. open Bernhard10
(no dependencies set) mwe.py
40359 29 months ago email.parse part.get_filename() fails to unwrap long attachment file names (legacy API) open matt-davis
(no dependencies set) myargparse.py
44601 29 months ago argparse: potential bugs on add_subparser due to allow_abbrev cannot deal with short options open zhongxiang117
(no dependencies set) myfilesort.py
39052 29 months ago import error when in python -m pdb debug mode open chengyang
(no dependencies set) myfirst_2.patch, pydoc_2.7.patch, pydoc_fix.diff
1185124 29 months ago pydoc doesn't find all module doc strings has patch open kjohnson
(no dependencies set) myrobotparser.py, robotparser.py.diff, test.py
15851 29 months ago Lib/robotparser.py doesn't accept setting a user agent string, instead it uses the default. has patch open dualbus
(no dependencies set) mytest.c
23020 29 months ago New matmul operator crashes modules compiled with CPython3.4 open amaury.forgeotdarc
(no dependencies set) mywork.patch
18400 29 months ago Minor increase to Pickle test coverage has patch open davidsackett
(no dependencies set) mywork.patch, mywork2.patch
14855 29 months ago IPv6 support for logging.handlers has patch open cblp
(no dependencies set) mywork.patch, mywork_update.patch
25528 29 months ago Attempt to further increase test coverage of calendar module has patch open Rohit Mediratta
(no dependencies set) namedtemporaryfile-resourcewarning-2.patch, namedtemporaryfile-resourcewarning-3.patch, namedtemporaryfile-resourcewarning-4.patch, namedtemporaryfile-resourcewarning.patch
28867 29 months ago NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile) has patch has PR open jdufresne
(no dependencies set) namedtuple_truthiness.patch, namedtuple_truthiness_2.patch
19016 29 months ago autospecced namedtuples should be truthy by default has patch open skrisman
(no dependencies set) ndbm-repro.c, ndbm.zip
30388 29 months ago ndbm can't iterate through values on OS X open Forest Gregg
(no dependencies set) nested_lists.py
41590 29 months ago "zip()" very slowly for this open email0.ya
(no dependencies set) netrc-blank-comment, netrc-comment-blank, netrc_foo_tester.py
34132 29 months ago Obscure netrc parser "bug" has patch has PR open skip.montanaro
(no dependencies set) netrc.patch
28806 29 months ago Improve the netrc library has patch has PR open xiang.zhang
(no dependencies set) new-unittest
12681 29 months ago unittest expectedFailure could take a message argument like skip does open r.david.murray
(no dependencies set) new-xtempfile.py, xtempfile.py
44013 29 months ago tempfile.TemporaryFile: name of file descriptor cannot be reused in consecutive initialization open zhongxiang117
(no dependencies set) new_patch_fails.py
25731 29 months ago Assigning and deleting __new__ attr on the class does not allow to create instances of this class open uosiu
(no dependencies set) newinter.c
43793 29 months ago [C API] Py_NewInterpreter() cannot be called from a thread which has no Python thread state open vstinner
(no dependencies set) TabExtension.py, TabExtension.py, newTabExtension.py, newtabs.png, tmtabs.png, uitabs.py
9262 29 months ago IDLE: Revise or replace tabbedpages for multi-editor window. has patch open terry.reedy
(no dependencies set) nntp_test.py
19770 29 months ago NNTP: add post_message wrapper to post Email Message objects has patch has PR open sobczyk
(no dependencies set) no-preproc-test.patch
27398 29 months ago configure warning for Python 3.5.2 during compilation has patch open wizzardx
(no dependencies set) no-zip-on-sys.path.diff
21249 29 months ago removing pythonXY.zip from sys.path results in additional test failures has patch open doko
(no dependencies set) no_bytes_from_int.patch, pep467.patch, pep467.patch, pep467_attempt2.patch, pep467_doc_changes.patch, pep467_doc_changes.patch
27923 29 months ago PEP 467 -- Minor API improvements for binary sequences has patch has PR open elias
(no dependencies set) no_tracing.diff, signal_test.py, tracing_signals.patch, tracing_signals_2.patch
20601 29 months ago tracing and tests that raise an exception in a SIGALRM handler has patch open xdegaye
(no dependencies set) non-magic-waiters.patch
22729 29 months ago concurrent.futures `wait` and `as_completed` depend on private api has patch open bwhmather
(no dependencies set) nonce_count.diff, urllib2-test.txt
4683 29 months ago tests missing in urllib2 has patch open cmb
(no dependencies set) nonutf8_coding_line.py
18961 29 months ago Non-UTF8 encoding line open serhiy.storchaka
(no dependencies set) nopickle.py
37287 29 months ago [doc] Add section on pickling to exceptions documentation open bquinlan
(no dependencies set) nosection.patch
22253 29 months ago ConfigParser does not handle files without sections has patch has PR open kernc
(no dependencies set) ns_reordering_bug.py
26060 29 months ago Class __dict__ iteration order changing due to type instance key-sharing open ncoghlan
(no dependencies set) ntempfile.py, share.py
14243 29 months ago tempfile.NamedTemporaryFile not particularly useful on Windows has patch has PR open dabrahams
(no dependencies set) nturl2path.patch
19383 29 months ago nturl2path test coverage has patch open Colin.Williams
(no dependencies set) numpy_warning_bisect.log, python_bisect.sh, test.py
37980 29 months ago regression when passing numpy bools to sorted(..., reverse=r) open tcaswell
(no dependencies set) object-type.patch
16508 29 months ago include the "object" type in the lists of documented types has patch open chris.jerdonek
(no dependencies set) object_init.py
44985 29 months ago Inconsistent returned value of inspect.getfullargspec(object.__init__). open Mehrzad
(no dependencies set) obmalloc.patch, obmalloc.patch
21220 29 months ago Enhance obmalloc allocation strategy has patch open kristjan.jonsson
(no dependencies set) obscure_corner_cases.patch, obscure_corner_cases2.patch, test.py, test3.py
9226 29 months ago erroneous behavior when creating classes inside a closure has patch open monsanto
(no dependencies set) odict_add_new_node_leak.patch, odict_cleanup.patch, odict_cleanup_2.patch, odict_copy_iter.patch, odict_iternext_simpler.patch, odict_resize_sentinel.patch, odict_revert_setting_on_error.patch, odict_type.patch
25410 29 months ago Clean up and fix OrderedDict has patch open serhiy.storchaka
(no dependencies set) oldtkaqua.diff
5120 29 months ago Change _tkinter initialization for new versions of Aqua Tk on OS X has patch open gpolo
(no dependencies set) opensolaris-ctypes-python-2.7.patch, opensolaris-ctypes-python-3.x.patch
20664 29 months ago _findLib_crle and _get_soname broken on latest SunOS 5.11 has patch open rygorde4
(no dependencies set) optional_arguments.patch
28609 29 months ago argparse claims '*' positional argument is required in error output has patch open rrt
(no dependencies set) optparse_and_test_deprecationwarning.patch
25521 29 months ago optparse module does not emit DeprecationWarning has patch open John Hagen
(no dependencies set) OS_exceptions_table.patch, os_exceptions_table_V2.patch
22014 29 months ago Improve display of OS exception <-> errno mapping has patch open ncoghlan
(no dependencies set) os_rename_windows.patch
28356 29 months ago [easy doc] Document os.rename() behavior on Windows when src and dst are on different filesystems has patch has PR open stephan
(no dependencies set) os_waitpid-optional_options.diff, os_waitpid_updated_codebase_2_jaysinh.diff
28273 29 months ago Make os.waitpid() option parameter optional. has patch open StyXman
(no dependencies set) ospipe.patch
24536 29 months ago os.pipe() should return a structsequence (or namedtuple.) has patch open jonathan.slenders
(no dependencies set) ossaudiodev.patch
16902 29 months ago Add OSS module support for Solaris has patch open brian-cameron-oracle
(no dependencies set) ossaudiodev_pep3121-384_v0.patch
15735 29 months ago PEP 3121, 384 Refactoring applied to ossaudio module open Robin.Schreiber
(no dependencies set) osx_signal_compat.patch
45251 29 months ago signal.SIGCLD alias is not available on OSX has patch open tcaswell
(no dependencies set) output.log
44302 29 months ago compile fail when make install run pip install as sudo open Battant
(no dependencies set) output.txt, reproduce.py
12769 29 months ago String with NUL characters truncated by ctypes when assigning to a char array open Rafal.Dowgird
(no dependencies set) p1346072775.diff
12403 29 months ago Mention sys.displayhook in code module docs and the compile builtin docs has patch has PR open tebeka
(no dependencies set) p2.5.1-readline.diff, trunk-readline.diff
1744 29 months ago readline module - set/get quote delimiters has patch open loic
(no dependencies set) pain2exp.py
45036 29 months ago turtle.onrelease() event doesn't get triggered sometimes open techn010je11y
(no dependencies set) PanedWindow_docstring_and_return_fixes.diff, PanedWindow_docstring_and_return_fixes_2.patch
6159 29 months ago Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns has patch open gpolo
(no dependencies set) ParenClose.py, ParenClose.py, ParenClose.py, test_parenclose.py, test_parenclose.py
18875 29 months ago Idle: Auto insertion of the closing parens, brackets, and braces has patch has PR open THRlWiTi
(no dependencies set) parse_bug.py
36910 29 months ago Certain Malformed email causes email.parser to throw AttributeError open msapiro
(no dependencies set) parse_querystring.py
20116 29 months ago urlparse.parse_qs should take argument for query separator open ruben.orduz
(no dependencies set) parse_v1.patch
36267 29 months ago User input to argparse raises Index_Error: "-a=" on a 'store_true' action has patch has PR open paul.j3
(no dependencies set) parserentity.py
25239 29 months ago HTMLParser handle_starttag replaces entity references in attribute value even without semicolon open frogcoder
(no dependencies set) partial_doctest.py
12790 29 months ago doctest.testmod does not run tests in functools.partial functions open steven.daprano
(no dependencies set) partial_kwargs.patch
26432 29 months ago Add partial.kwargs has patch open serhiy.storchaka
(no dependencies set) patch
20518 29 months ago multiple inheritance + C extension = possibly unexpected __base__ open Martin.Teichmann
(no dependencies set) patch
42004 29 months ago Allow uploading files with SimpleHTTPRequestHandler open lufte
(no dependencies set) patch
43098 29 months ago tarfile list() method does not show file type open val.shkolnikov
(no dependencies set) patch-2.diff, patch.diff
26388 29 months ago Disabling changing sys.argv[0] with runpy.run_module(...alter_sys=True) has patch open mikekap
(no dependencies set) patch-20080620-1232.diff, patch-20080620-1314.diff, patch-svn-doc.diff, patch-svn.diff
1615158 29 months ago POSIX capabilities support has patch has PR open gj0aqzda
(no dependencies set) patch-arc4random, patch-arc4random
27654 29 months ago [Patch] Use arc4random_buf() on CloudABI open EdSchouten
(no dependencies set) patch-inet_ntoa.diff
28619 29 months ago [Patch] Stop using inet_ntoa() when possible. has patch open EdSchouten
(no dependencies set) patch-issue7352.txt, python-config.diff
7352 29 months ago pythonx.y-config --ldflags out of /usr and missing -L<install_lib_dir> has patch open mauger
(no dependencies set) patch-Misc__python-config.sh.in
34111 29 months ago python-config breaks when symlinked to another location open tobik
(no dependencies set) patch-nad0020.txt
5225 29 months ago OS X "Update Shell Profile" may not update $PATH if run more than once open ned.deily
(no dependencies set) patch-no-flock.txt
27764 29 months ago [Patch] Complete bits necessary for making fcntl's file locking optional open EdSchouten
(no dependencies set) patch-no-netinet-tcp_h
27653 29 months ago [Patch] Also disable the use of <netinet/tcp.h> on CloudABI open EdSchouten
(no dependencies set) patch-st_uid-st_gid
28058 29 months ago [Patch] Don't use st_uid and st_gid on CloudABI open EdSchouten
(no dependencies set) patch-with-simple-msize.diff, patch.diff
35056 29 months ago Test leaks of memory not managed by Python allocator has patch open serhiy.storchaka
(no dependencies set) patch.diff
11374 29 months ago pkgutil.extend_path do not recognize py{c,o} file has patch open Alexandre.Badez
(no dependencies set) patch.diff
37159 29 months ago Use copy_file_range() in shutil.copyfile() (server-side copy) has patch open giampaolo.rodola
(no dependencies set) patch.diff
43267 29 months ago [sqlite3] Redundant type checks in pysqlite_statement_bind_parameter() has patch open erlendaasland
(no dependencies set) patch.diff
43763 29 months ago [sqlite3] Use SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION iso. sqlite3_enable_load_extension() has patch open erlendaasland
(no dependencies set) patch.diff, patch.diff, test_rtree.py
43454 29 months ago [sqlite3] Add support for R*Tree callbacks has patch open erlendaasland
(no dependencies set) patch.diff, patch_2.tar.gz
17776 29 months ago IDLE Internationalization has patch open mariedam
(no dependencies set) patch.diff, prog-module-name-handler.patch, prog.diff, prog2.diff, prog3.diff, prog3.diff
22240 29 months ago argparse support for "python -m module" in help has patch open tebeka
(no dependencies set) patch.diff, rlcompleter-dict-keys-autocompletion.tar.gz
10351 29 months ago Add autocompletion for keys in dictionaries has patch open Valery.Khamenya
(no dependencies set) patch.patch
12706 29 months ago timeout sentinel in ftplib and poplib documentation has patch has PR open orsenthil
(no dependencies set) patch.patch
43804 29 months ago "Building C and C++ Extensions on Windows" docs are very out-of-date has patch has PR open shreyanavigyan
(no dependencies set) patch1.diff, patch2.diff
29096 29 months ago unicode_concatenate() optimization is not signal-safe (not atomic) has patch open Ted Meyer
(no dependencies set) patch_1.diff
16786 29 months ago argparse doesn't offer localization interface for "version" action has patch has PR open thorsten
(no dependencies set) patch_1.diff, sample3.py
22401 29 months ago argparse: 'resolve' conflict handler damages the actions of the parent parser has patch open paul.j3
(no dependencies set) patch_1.diff, test_argparse.diff
18943 29 months ago argparse: default args in mutually exclusive groups has patch open arigo
(no dependencies set) patch_3.diff
13824 29 months ago argparse.FileType opens a file and never closes it has patch open David.Layton
(no dependencies set) patch_EditorWindow.diff
13179 29 months ago IDLE uses common tkinter variables across all editor windows has patch open roger.serwy
(no dependencies set) patch_maxdata.diff
11212 29 months ago Python memory limit on AIX has patch open sable
(no dependencies set) patch_termios_consts_issue7695.diff
7695 29 months ago missing termios constants has patch open conorh
(no dependencies set) Tkdnd.diff, patch_Tkdnd.diff
1525806 29 months ago Tkdnd mouse cursor handling patch has patch open klappnase
(no dependencies set) patch_ttk.diff
17397 29 months ago ttk::themes missing from ttk.py has patch open klappnase
(no dependencies set) patches.zip
40603 29 months ago slice not hashable open Will Bradshaw
(no dependencies set) pathlib.py
36898 29 months ago Add parameter @case_sensitive to glob and rglob in pathlib has PR open Chuang Men
(no dependencies set) pathlike_writestr.patch
40506 29 months ago add support for os.Pathlike filenames in zipfile.ZipFile.writestr has patch has PR open d.ragusa
(no dependencies set) pdb.diff
13328 29 months ago pdb shows code from wrong module has patch open yak
(no dependencies set) pdb.diff
32900 29 months ago Teach pdb to step through asyncio et al. has patch open smurfix
(no dependencies set) pdb.patch, pdb.patch, safe_repr.py
20853 29 months ago pdb "args" crashes when an arg is not printable has patch has PR open jneb
(no dependencies set) pdb.patch, pdb_2.7.patch, pdb_default.patch
14728 29 months ago trace function not set, causing some Pdb commands to fail has patch open xdegaye
(no dependencies set) pdb_botframe_default.patch, pdb_botframe_default_2.patch, pdb_botframe_default_3.patch
14743 29 months ago on terminating, Pdb debugs itself has patch open xdegaye
(no dependencies set) pdb_default.patch
14788 29 months ago Pdb debugs itself after ^C and a breakpoint is set anywhere has patch open xdegaye
(no dependencies set) pdb_default.patch
14789 29 months ago after continue, Pdb stops at a line without a breakpoint has patch open xdegaye
(no dependencies set) pdb_default.patch
14792 29 months ago setting a bp on current function, Pdb stops at next line although no bp has patch open xdegaye
(no dependencies set) pdb_default.patch
14795 29 months ago Pdb incorrectly handles a method breakpoint when module not imported has patch open xdegaye
(no dependencies set) pdb_default.patch
14808 29 months ago Pdb does not stop at a breakpoint set on the line of a function definition has patch open xdegaye
(no dependencies set) pdb_default.patch, pdb_default_2.patch
14751 29 months ago Pdb does not stop at a breakpoint has patch open xdegaye
(no dependencies set) pdb_default.patch, pdb_default_2.patch, pdb_lnotab.patch
14913 29 months ago tokenize the source to manage Pdb breakpoints has patch open xdegaye
(no dependencies set) pdb_thread.py
23163 29 months ago pdb docs need to contain a statement on threads/multithreaded debugging open krichter
(no dependencies set) pdoc_symbols.diff
18387 29 months ago Add 'symbols' link to pydoc's html menu bar. has patch has PR open ron_adam
(no dependencies set) peek-one-byte.patch, peek.diff, peek2.diff, peek3.diff, peek4.diff
5811 29 months ago io.BufferedReader.peek(): Documentation differs from Implementation has patch open trott
(no dependencies set) pep-0393.txt, pep-0393.txt, pep-0393.txt, pep-0393.txt, pep-0393.txt.patch, pep-0393_20111216.txt.patch, pep-0393v20111215.patch
13604 29 months ago update PEP 393 (match implementation) has patch open Jim.Jewett
(no dependencies set) pep0.diff
12308 29 months ago Add link to PEP 0 for topical index in wiki has patch open eric.snow
(no dependencies set) pep484.diff, pep484.diff
23973 29 months ago PEP 484 implementation has patch open gvanrossum
(no dependencies set) pep674_regex.py
45476 29 months ago [C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) as l-value has patch has PR open vstinner
(no dependencies set) perf-annotate-trash.txt, pyperf-trashcan.txt, pyperf-trashcan2.txt
44897 29 months ago Integrate trashcan mechanism into _Py_Dealloc has patch has PR open nascheme
(no dependencies set) perf.txt, qwe.py
18329 29 months ago for line in socket.makefile() speed degradation open socketpair
(no dependencies set) perm.patch
14299 29 months ago OS X installer build script: permissions not ensured has patch open nicholas.riley
(no dependencies set) PeS9r.png
46803 29 months ago Item not shown when using mouse wheel to scroll for Listbox/Combobox open Jason990420
(no dependencies set) pickle-bug.py
45687 29 months ago Infinite recursion in Pickler.persistent_id open embe-navalgo
(no dependencies set) pickle-old-strings-2.patch, pickle_old_strings.patch
13566 29 months ago Increase pickle compatibility has patch open sbt
(no dependencies set) pickle_gil.patch, pickle_gil.py
34128 29 months ago Release GIL periodically in _pickle module has patch open Martin Bammer
(no dependencies set) pickle_large_strings_2.patch
25370 29 months ago Add support of pickling very large bytes and str objects with protocol < 4 has patch open serhiy.storchaka
(no dependencies set) pickle_use_hashtable.diff
21556 29 months ago try to use hashtable in pickle has patch open neologix
(no dependencies set) picklecrasher.py
46615 29 months ago Use-after-free by mutating set during set operations has patch has PR open Dennis Sweeney
(no dependencies set) pico-hard.json
43807 29 months ago JSONDecodeError: Extra Data Raised on Long Valid JSON open UnknownRetiredGuy
(no dependencies set) pipe.patch, pipeline.py, pipeline.py, toto.py
3548 29 months ago subprocess.pipe function has patch open tebeka
(no dependencies set) pipe.py, win32-popen-lock.patch
24909 29 months ago Windows: subprocess.Popen: race condition for leaking inheritable handles has patch open meilyadam
(no dependencies set) pipfails.patch
28440 29 months ago ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x has patch has PR open Marc.Culler
(no dependencies set) pkgutil.patch
29769 29 months ago pkgutil._iter_file_finder_modules should not be fooled by *.py folders has patch open wolma
(no dependencies set) pkgutil_err.tar
41519 29 months ago `pkgutil.get_data` causes future imports of children modules to fail. open cnezin
(no dependencies set) platform-stable-abi.diff
44230 29 months ago lookup extensions with the stable ABI under a platform specific name has patch open doko
(no dependencies set) plistdt.py
9256 29 months ago plistlib should create non-naïve datetime objects open wiml
(no dependencies set) plistlib.patch
11101 29 months ago plistlib has no graceful way of handing None values has patch open bobveznat
(no dependencies set) pluck-pcm24-ext.wav
32990 29 months ago Supporting extensible format(PCM) for wave.open(read-mode) has patch has PR open acelletti
(no dependencies set) pngs.patch
27461 29 months ago Optimize PNGs has patch open scop
(no dependencies set) poc-oooput.py
38874 29 months ago asyncio.Queue: putting items out of order when it is full open esrse
(no dependencies set) poc.c
34725 29 months ago Py_GetProgramFullPath() odd behaviour in Windows has patch has PR open mariofutire
(no dependencies set) poc.php
33017 29 months ago Special set-cookie setting will bypass Cookielib open LCatro
(no dependencies set) poc.py
37144 29 months ago tarfile.open: improper handling of path-like object has patch has PR open dm
(no dependencies set) poc.tar.gz
44023 29 months ago "tarfile" library will lead to "write any content to any file on the host". open leveryd
(no dependencies set) pollpri.diff
27655 29 months ago [Patch] Don't require presence of POLLPRI has patch open EdSchouten
(no dependencies set) pool-shutdown
36780 29 months ago Interpreter exit blocks waiting for futures of shut-down ThreadPoolExecutors has patch has PR open hniksic
(no dependencies set) pool.py
43306 29 months ago Error in multiprocessing.Pool's initializer doesn't stop execution open nemeskeyd
(no dependencies set) pool_initializer.patch
19185 29 months ago Allow multiprocessing Pool initializer to return values has patch open noxdafox
(no dependencies set) popen.py
36614 29 months ago Popen output on windows server 2019 open weispinc
(no dependencies set) popen_execute_child_refactoring.patch
28287 29 months ago Refactor subprocess.Popen to let a subclass handle IO asynchronously has patch has PR open martius
(no dependencies set) poplib_auth.patch
20352 29 months ago Add support for AUTH command to poplib has patch open dveeden
(no dependencies set) posixmodule.c.patch
45767 29 months ago Fix types for dev_t processing in posix module has patch has PR open AMDmi3
(no dependencies set) posixmodule.patch
8350 29 months ago Document lack of support for keyword arguments in C functions has patch open twhitema
(no dependencies set) possible-fix-23228-with-test.diff, possible-fix-23228-with-test2.diff, possible-fix-37688.diff, tarfile-extract-crash.py, windowserror.diff
23228 29 months ago The tarfile module crashes when tarfile contains a symlink and unpack directory contain it too has patch open mvo
(no dependencies set) ppe_crash.py
35860 29 months ago ProcessPoolExecutor subprocesses crash & break pool when raising an exception with keyword-only args and an arg passed to Exception open underyx
(no dependencies set) pprint_small_set_sorted.patch, saferepr_collections.patch
27495 29 months ago Pretty printing sorting for set and frozenset instances has patch has PR open danilo.bellini
(no dependencies set) pprint_unencodable.patch, pprint_unencodable_2.patch
19100 29 months ago Use backslashreplace in pprint has patch open serhiy.storchaka
(no dependencies set) pr17761.diff
17761 29 months ago platform._parse_release_file doesn't close the /etc/lsb-release file, doesn't know about 'Ubuntu' open doko
(no dependencies set) preallocate.diff
14126 29 months ago Speed up list comprehensions by preallocating the list where possible has patch open alex
(no dependencies set) print_stats.patch, print_stats_with_test.patch
25804 29 months ago Make Profile.print_stats support sorting by mutiple values has patch open wdv4758h
(no dependencies set) probe.py
8557 29 months ago subprocess PATH semantics and portability open dabrahams
(no dependencies set) proc_group_ctrl_c.py
13368 29 months ago Possible problem in documentation of module subprocess, method send_signal open eli.bendersky
(no dependencies set) proc_test.py
39535 29 months ago multiprocessing.Process file descriptor resource leak open Robert Pierce
(no dependencies set) process.py
46716 29 months ago regrtest didn't respect the timeout when running test_subprocess on AMD64 Windows11 3.x has patch has PR open vstinner
(no dependencies set) profile-calibrate.patch
14453 29 months ago profile.Profile.calibrate can produce incorrect numbers in some circumstances has patch open adamtj
(no dependencies set) profile_argparse.patch
18971 29 months ago Use argparse in the profile/cProfile modules has patch open serhiy.storchaka
(no dependencies set) progresshook.diff, test_urllib.patch
1490929 29 months ago urllib.retrieve's reporthook called with non-helpful value has patch open sidnei
(no dependencies set) promptOutputFix.patch, promptOutputFix3.patch, promptOutputFix3.v2.patch, promptOutputFix3.v3.patch
1927 29 months ago Change input() to always prompt to stderr has patch open skip.montanaro
(no dependencies set) prop.patch
44101 29 months ago Generation of an executable's library file when python is built is static has patch open lakor64
(no dependencies set) proposal.py
32886 29 months ago new Boolean ABC in numbers module open smarie
(no dependencies set) proto-service-pep383-3.2.diff
9660 29 months ago PEP 383: socket module doesn't handle undecodable protocol or service names has patch open baikie
(no dependencies set) prototype.patch
24451 29 months ago Add metrics to future objects (concurrent or asyncio?) has patch open Joshua.Harlow
(no dependencies set) proxy-digest.patch
16095 29 months ago urllib2 failing with squid proxy and digest authentication has patch open toobaz
(no dependencies set) proxy_bypass_override.diff
11511 29 months ago Proposal for exposing proxy bypass settings in ProxyHandler has patch open rswilson
(no dependencies set) psem_example.py, psempy.c
5725 29 months ago process SysV-Semaphore support open jvdias
(no dependencies set) pstats-diff-issue18795.txt, pstats.py
18795 29 months ago pstats - allow stats sorting by cumulative time per call and total time per call has patch has PR open alexnvdias
(no dependencies set) pstats-microseconds.patch
24084 29 months ago pstats: sub-millisecond display has patch has PR open Romuald
(no dependencies set) pty.patch, pty.patch, pty.patch, pty.patch, pty_and_tests.patch, test_pty_and_doc.patch
29054 29 months ago pty.py: pty.spawn hangs after client disconnect over nc (netcat) has patch open Cornelius Diekmann
(no dependencies set) PtyLinuxIntegrtionTest.patch, pty.patch, pty.patch, pty.patch, pty_tests.patch, pty_tests.patch
29070 29 months ago Integration tests for pty.spawn on Linux and all other platforms has patch has PR open Cornelius Diekmann
(no dependencies set) pulldom_enddoc_event_fix.patch, test_pulldom.py
9371 29 months ago pulldom doesn't provide END_DOCUMENT or COMMENT nodes. has patch has PR open mark.smith
(no dependencies set) pulldom_test.py, pulldom_test.py
13551 29 months ago pulldom.PullDOM doesn't populate DOM tree open AchimGaedke
(no dependencies set) py27_zipfile.patch
40301 29 months ago zipfile module: new feature (two lines of code), useful for test, security and forensics has patch open massimosala
(no dependencies set) py2bug, py3bug
23636 29 months ago Add scgi to urllib.parse.uses_netloc open anthonyryan1
(no dependencies set) py3.8crash.zip
38748 29 months ago 32 bit ctypes stdcall callback fails to restore stack pointer has patch has PR open David Heffernan
(no dependencies set) Py31doc.jpg, py31doc-vista.png, py31doc-win2k3.png, py31doc-winxpsp2.png, py31doc.png
5388 29 months ago Green-box doc glitch: winhelp version only open terry.reedy
(no dependencies set) py387_ctypes_util.patch, solaris11_crle.patch
42896 29 months ago Solaris 11.4 crle output not handled correctly has patch has PR open dmurphy18
(no dependencies set) py3k-inject-malloc-failure-002.txt, py3k-inject-malloc-failure.txt
10195 29 months ago Memory allocation fault-injection? open dmalcolm
(no dependencies set) py_install_options.png, py_paths.png
46226 29 months ago User specific paths added to System PATH environment variable open akrymskiy
(no dependencies set) py_installer.pdf, python3_9_10_install_wizard_page1-3.png
46833 29 months ago Windows installer is unclear and has redundant settings open buhtz
(no dependencies set) pybytes_fromformatv.diff
11580 29 months ago Add width and precision formatters to PyBytes_FromFormatV() has patch open ysj.ray
(no dependencies set) pyclbr.patch
24674 29 months ago pyclbr not recursively showing classes in packages has patch open worenklein
(no dependencies set) pycon.png, pycon.png, python.desktop, python.desktop, python.desktop, python.desktop, python.desktop, python.desktop
1353344 29 months ago python.desktop open sonderblade
(no dependencies set) pyconfig-includedir.patch
896330 29 months ago pyconfig.h is not placed in --includedir has patch open goeran
(no dependencies set) pyconfig.h
20342 29 months ago Endianness not detected correctly due to AC_RUN_IFELSE macros open zaytsev
(no dependencies set) pyconfig.h
36145 29 months ago android arm cross compilation fails, config issue open muhzi
(no dependencies set) pydiff
7938 29 months ago makesetup interprets macros -DA=B as a Make variable definition has patch has PR open wdebruij
(no dependencies set) pydoc-27-syspath.diff
11831 29 months ago "pydoc -w" causes "no Python documentation found" error when the path is not current directory has patch open susam
(no dependencies set) pydoc-use-pager.diff
27315 29 months ago pydoc: prefer the pager command in favor of the specifc less command has patch open doko
(no dependencies set) pydoc.patch
14680 29 months ago pydoc with -w option does not work for a lot of help topics has patch open gregor.hoch
(no dependencies set) pydoc.py.betterdocdir.diff
979658 29 months ago Improve HTML documentation of a directory has patch open noamr
(no dependencies set) pydoc3.diff
38221 29 months ago Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server has patch open fmouse
(no dependencies set) pydoc_getdocloc.txt
28908 29 months ago pydoc getdocloc() is broken open nascheme
(no dependencies set) pydoc_iri.patch, pydoc_undecodabple_path.patch, pydoc_undecodabple_path_2.patch
25184 29 months ago "python -m pydoc -w" fails in nondecodable directory has patch open serhiy.storchaka
(no dependencies set) PyErr_AsUnicode_r73429.diff, PyErr_AsUnicode_r73443.diff
6284 29 months ago C/API PyErr_AsUnicode() has patch open ideasman42
(no dependencies set) pyexpat.patch
1208730 29 months ago expat binding for XML_ParserReset has patch open eikenberry
(no dependencies set) pyexpat.rst.patch, pyexpat.rst.patch, pyexpat.rst.patch, pyxml_error.zip, xml-parse-revisions.py
10149 29 months ago [doc] Data truncation in expat parser has patch has PR open Maciek.J
(no dependencies set) pyexpat_crash_multithread.py
17970 29 months ago Mutlithread XML parsing cause segfault open mrDoctorWho0..
(no dependencies set) pyexpat_multibyte_encodings_4.patch, pyexpat_multibyte_encodings_5.patch
18059 29 months ago Add multibyte encoding support to pyexpat has patch open serhiy.storchaka
(no dependencies set) pygettext.diff
1288056 29 months ago pygettext: extract translators comments has patch open htrd
(no dependencies set) PyLong_FromString-doc.patch
14995 29 months ago PyLong_FromString documentation should state that the string must be null-terminated has patch has PR open rfk
(no dependencies set) pypy_tests-2.7_full.patch, pypy_tests_gc_collect-2.7.patch
25130 29 months ago Make tests more PyPy compatible has patch has PR open serhiy.storchaka
(no dependencies set) PyShell-2.7.diff, PyShell-3.1.diff, startup-2.7.diff
5233 29 months ago IDLE: exec IDLESTARTUP/PYTHONSTARTUP on restart has patch open MLModel
(no dependencies set) pyshell-breakpoint-refactor-v2.diff, pyshell-breakpoint-refactor.diff
22083 29 months ago IDLE: Refactor breakpoint related methods has patch open Saimadhav.Heblikar
(no dependencies set) pytest.tar.gz
36753 29 months ago Python modules not linking to libpython causes issues for RTLD_LOCAL system-wide open reimar
(no dependencies set) Python - file Bug.txt
45549 29 months ago Seek in file object didn't treat all paths of exceptions open mog7599
(no dependencies set) Python 3.8.0 (32-bit)_20191217003514.log
39070 29 months ago Uninstalling 3.8.0 fails but it says it succeeds.. open tuijatuulia
(no dependencies set) Python 3.8.3 (32-bit)_20200723053832.7z
41800 29 months ago Python installation fails when run under system account if there is already an existing installation on the system already open Jurko.Gospodnetić
(no dependencies set) Python Datetime Issue.JPG
35841 29 months ago Datetime strftime() does not return correct week numbers for 2019 open tr12
(no dependencies set) Python Error.png
44745 29 months ago Manual for python 3.9.6 will not let me search open matthman2019
(no dependencies set) Python-01-vendor-packages.diff, vps.diff
1298835 29 months ago Add a vendor-packages directory for system-supplied modules has patch open richburridge
(no dependencies set) python-2.3.4-readline_custom.patch, python-2.3.4-readline_custom.patch
1690201 29 months ago Added support for custom readline functions has patch open btimby
(no dependencies set) python-2.6.2-fix_static_library_location.patch
6103 29 months ago Static library (libpythonX.Y.a) installed in incorrect location has patch open Arfrever
(no dependencies set) Python-2.7-gdbm.patch
9420 29 months ago gdbm with /usr/include/ndbm.h has patch open phaering
(no dependencies set) python-2.7.13.patch, python-3.6.0.patch
29424 29 months ago Multiple vulnerabilities in BaseHTTPRequestHandler enable HTTP response splitting attacks has patch open meitar
(no dependencies set) Python-2.7.8-invalid_filetimes.patch
23946 29 months ago zero-valued timestamps are mishandled by os.stat() in Windows has patch open CristiFati
(no dependencies set) python-26-sympolic-errno.diff, symbolic-errno.diff
2920 29 months ago Patch to print symbolic value of errno in OSError.__str__() has patch has PR open ygingras
(no dependencies set) python-3.2-issue10558.patch
10558 29 months ago non-standard processing of several configure options ignores "=no" has patch open ned.deily
(no dependencies set) python-3.4.1-make-test.txt
18188 29 months ago ERROR: test_no_optimize_flag on Mageia Linux Cauldron x86-64 with certain configure flags open shlomif
(no dependencies set) python-3.5.1-solaris10.diff
26308 29 months ago Solaris 10 build issues has patch open gms
(no dependencies set) python-3.8-fix-tests.patch
38845 29 months ago test_shared_memory_SharedMemoryServer_ignores_sigint and others fail on Guix has patch open tlecarrour
(no dependencies set) Python-3.8.5-for-WIndows--Setup-Help.png
41853 29 months ago Windows docs for command line install don't mention /log option open forrestshields2
(no dependencies set) python-async-signal-bug.zip
43064 29 months ago Cannot clear signal handler set with loop.add_signal_handler in forked process with signal.signal open selimb
(no dependencies set) python-bundle-lang.patch
15552 29 months ago gettext: if looking for .mo in default locations, also look in locale-bundle location has patch open Dominique.Leuenberger
(no dependencies set) python-canonicalize.patch
1298813 29 months ago sysmodule.c: realpath() is unsafe has patch open misa
(no dependencies set) python-cmd-better-filtering-py3.patch, python-cmd-better-filtering.patch, python-cmd-better-filtering.patch, test_cmd.patch
13214 29 months ago Cmd: list available completions from the cmd.Cmd subclass and filter out EOF handler(s) has patch has PR open ngie
(no dependencies set) python-config-filter-cflags.patch
3290 29 months ago python-config --cflags includes irrelevant flags has patch open sacha
(no dependencies set) python-dlopen.diff
23402 29 months ago dynload_shlib does not close ldl handles when the interpreter is shut down has patch open Adam
(no dependencies set) python-glob-symlink.diff
29475 29 months ago option to not follow symlinks when globbing has patch open o11c
(no dependencies set) Python-hg-723e0a7c4914-fix-PYTHON_FOR_BUILD-detection-v2.patch, Python-hg-723e0a7c4914-fix-PYTHON_FOR_BUILD-detection-v3.patch, Python-hg-723e0a7c4914-fix-PYTHON_FOR_BUILD-detection.patch
22100 29 months ago Use $HOSTPYTHON when determining candidate interpreter for $PYTHON_FOR_BUILD. has patch open shiz
(no dependencies set) python-imaplib.patch
1749512 29 months ago imaplib cannot handle mailboxes with ACL: lrs has patch open chaoflow
(no dependencies set) python-issue16124.patch, python-issue16124.patch, python-issue16124.patch
16124 29 months ago fcntl_ioctl still not 100% sane with unsigned longs has patch open ngie
(no dependencies set) python-issue6299.patch
6299 29 months ago pyexpat build failure on Solaris 10 for 2.6.1/2.6.2 has patch open enchanter
(no dependencies set) python-leak.zip
38430 29 months ago Memory leak in ThreadPoolExecutor + run_in_executor has patch has PR open Evgeny Nizhibitsky
(no dependencies set) python-mkdir.patch
11355 29 months ago os.mkdir() and os.mkdirat() don't apply SUID/SGID permissions has patch open Arfrever
(no dependencies set) python-non-zero_exit_status_on_failure.patch
6731 29 months ago Add option of non-zero exit status of setup.py when building of extensions has failed has patch open Arfrever
(no dependencies set) python-reg1.jpg
39296 29 months ago Windows register keys open ToKa
(no dependencies set) python-relative-path-lookup-v2.diff, python-relative-path-lookup.diff, workaround.c
18309 29 months ago Make python slightly more relocatable has patch open mathias
(no dependencies set) python-win32-spawn_p_.patch
1576120 29 months ago Support spawnvp[e] + use native execvp[e] on win32 has patch open snaury
(no dependencies set) python2.7-socket-getfqdn.patch, python2.7-socket-getfqdn.patch, python5004-test.c
5004 29 months ago socket.getfqdn() doesn't cope properly with purely DNS-based setups has patch open dfranke
(no dependencies set) python2.7_2017-10-18-092216-1_lmka-2hpphfdty3.crash
31818 29 months ago [macOS] _scproxy.get_proxies() crash -- get_proxies() is not fork-safe? open Mirko Friedenhagen
(no dependencies set) Python26-10-gethostname.patch, tp.cpp
19561 29 months ago request to reopen Issue837046 - pyport.h redeclares gethostname() if SOLARIS is defined has patch has PR open risto3
(no dependencies set) Python3 Makefile.txt
43128 29 months ago make test fails Lib/test/test_httpservers.py on 3.9.1 open ostermana
(no dependencies set) python3-3.6.2-python3-config-LIBPLUSED-cmp0004-error.patch
32914 29 months ago python3-config --ldflags gives a CMP0004 error due to a whitespace has patch open kekePower
(no dependencies set) python3-output.txt
33154 29 months ago subprocess.Popen ResourceWarning should have activation-deactivation flags open acue
(no dependencies set) python3-zipfile-surrogate.patch, python3-zipfile-surrogate.patch
16310 29 months ago zipfile: allow surrogates in filenames has patch open stefanholek
(no dependencies set) python3.4-net-tests
22371 29 months ago tests failing with -uall and http_proxy and https_proxy set open doko
(no dependencies set) python3.8_2019-05-11-000251.crash, test_gc_ctypes.py
36880 29 months ago Returning None from a callback with restype py_object decrements None's refcount too much has patch has PR open dgelessus
(no dependencies set) python352logs.zip
29033 29 months ago Windows Python installer rolls back when run under SYSTEM account (SCCM) open Mr B Jones
(no dependencies set) python39_2.html
29708 29 months ago support reproducible Python builds has patch has PR open bmwiedemann
(no dependencies set) python3ide bug.mp4
39126 29 months ago Non-bmp (astral) unicode characters confuse the editor open dmaxime
(no dependencies set) python_16487_jgehrcke_01.patch, ssl.patch, ssl2.patch, ssl2.patch, sslpatch1.patch, sslpatch2.patch
16487 29 months ago Allow ssl certificates to be specified from memory rather than files. has patch has PR open kristjan.jonsson
(no dependencies set) python_3.8b3_screen02_optional_features_2019-08-02_9-56-02.png
37745 29 months ago 3.8b3 - windows install gui/ inconsistent options open Christopher Brousseau
(no dependencies set) Python_3_6_4_getbuffn.patch
32475 29 months ago Add ability to query number of buffered bytes available on buffered I/O has patch has PR open kata198
(no dependencies set) python_bug.py
17697 29 months ago Incorrect stacktrace from pdb open donaldcallen
(no dependencies set) python_builds.tar.gz, python_details.tar.gz
46863 29 months ago Python 3.10 OpenSSL Configuration Issues open adam
(no dependencies set) python_diff_move.zip
23791 29 months ago Identify Moved Lines with difflib open bkiefer
(no dependencies set) python_invalid_handle.PNG, python_test_invalid_handle_failure.TXT
36790 29 months ago [Windows] test_asyncio fails with application verifier! _cancel_overlapped() fails with "The handle is invalid" open Alexander Riccio
(no dependencies set) python_mp_pool_queue_issue.py
38833 29 months ago Issue with multiprocessing.Pool & multiprocessing.Queue open bigbizze
(no dependencies set) python_shutil_copy_with_umask.diff, python_shutil_copyfile.diff
15100 29 months ago Race conditions in shutil.copy, shutil.copy2 and shutil.copyfile open radoslaw.zarzynski
(no dependencies set) python_smtplib.patch, smtplib.patch
3461 29 months ago smtplib does not fully support IPv6 in EHLO has patch open dmorr
(no dependencies set) python_struct_union_bug.py
39407 29 months ago Bitfield Union does not work for bit widths greater than 8 bits open jschulte
(no dependencies set) python_test.py
33077 29 months ago typing: Unexpected result with value of instance of class inherited from typing.NamedTuple open Евгений Махмудов
(no dependencies set) python_venv_ksh_diff
42016 29 months ago Add ksh to venv examples open fibonacci
(no dependencies set) pythondocs.png
46250 29 months ago 3.10 docs responsive design removes navigation buttons (next, previous ...) on narrow screens for no reason open vkvanjavk
(no dependencies set) PythonEmailHeaderInjectionPOC.py
32606 29 months ago Email Header Injection Protection Bypass open thedoctorsoup
(no dependencies set) pythonenable3kwarningsflag.patch, pythonenable3kwarningsflag.patch, pythonenable3kwarningsflag.patch
28288 29 months ago Expose environment variable PYTHON_OPT as alternative to command line options has patch open Roy Williams
(no dependencies set) PythonFromC.zip
32371 29 months ago Delay-loading of python dll is impossible when using some C macros open Pierre Chatelier
(no dependencies set) PythonSessionsShowingRobotParserError.txt
1437699 29 months ago allow unicode arguments for robotparser.can_fetch open osvenskan
(no dependencies set) pythonusage_mac.patch
12594 29 months ago Docs for "Using Python on a Macintosh" needs to be updated has patch open hop
(no dependencies set) pyunit_time.patch, unittest_runTime.patch
4080 29 months ago unittest: display time used by each test case has patch has PR open pprokop
(no dependencies set) pyzipimport-code-filename.diff, test_zipimport_co_filename.py, zipimport.diff
18307 29 months ago Relative path in co_filename for zipped modules has patch has PR open vmurashev
(no dependencies set) QQ图片20191024195805.png
38582 29 months ago re: backreference number in replace string can't >= 100 open veaba
(no dependencies set) qt_tk_demo.py, simple_tk_demo.py, tstate_acquire.diff
40075 29 months ago _tkinter PythonCmd fails to acquire GIL has patch has PR open speleo3
(no dependencies set) qualname_for_mocks.py
32952 29 months ago Add __qualname__ for attributes of Mock instances open s_kostyuk
(no dependencies set) queue_bug.py
41614 29 months ago Items put on Queue in thread in child process sometimes not seen by parent process open alexmojaki
(no dependencies set) queue_busted.py
41761 29 months ago multiprocessing.Queue prevents program exit when containing a reasonable amount of data open Dominik Schmid
(no dependencies set) queue_close_write.patch, test_queue.py
42752 29 months ago multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem) has patch open crazycasta
(no dependencies set) queue_test.py
43136 29 months ago multiprocessing.Queue.get(block=False) can raise queue.Empty on non-empty queue open sbraz
(no dependencies set) quick_check_2.patch, quick_check_3.patch, quick_check_4.diff, quick_check_x.patch
23550 29 months ago Add to unicodedata a function to query the "Quick_Check" property for a character has patch open Hammerite
(no dependencies set) quopri-newline.patch, quopri-newline.v2.patch
20121 29 months ago quopri_codec newline handling has patch open fredstober
(no dependencies set) race2.py
44614 29 months ago Broken Pipe in Server of Manager in multiprocessing when finalizing, sometimes has patch open mutax
(no dependencies set) racy_windows.py
33369 29 months ago Removing Popen log files in threads is racy on Windows open pbos
(no dependencies set) ragged-eofs.patch, ragged-eofs.v2.patch, truncating_proxy.py
27815 29 months ago Make SSL suppress_ragged_eofs default more secure has patch has PR open martin.panter
(no dependencies set) random_fallback.patch
32580 29 months ago Fallback to dev_urandom doesn't work when py_getrandom returns -1 has patch open jernejs
(no dependencies set) Rational.__float__.patch
23975 29 months ago numbers.Rational implements __float__ incorrectly has patch has PR open wolma
(no dependencies set) rcomplex_testcases2.txt
15996 29 months ago pow() for complex numbers is rough around the edges open mattip
(no dependencies set) rdh_pprint.py
7434 29 months ago general pprint rewrite open afoglia
(no dependencies set) re.Scanner.txt
40259 29 months ago re.Scanner groups open dchron
(no dependencies set) re_groupdict_no_default_future_warning.patch
14991 29 months ago Option for regex groupdict() to show only matching names has patch open rhettinger
(no dependencies set) read2.py
35869 29 months ago io.BufferReader.read() returns None open steverpalmer
(no dependencies set) read_appexec.py
45789 29 months ago Python execution broken after update via Windows Store open firewave
(no dependencies set) readline-example.py, readline-example.py
42626 29 months ago readline history, vi-editingmode and ANSI color codes bug open nijoakim
(no dependencies set) readline.c.diff
4502 29 months ago Allowing get_pre_input_hook from Readline has patch open Conrad.Irwin
(no dependencies set) readline.patch
4202 29 months ago [subinterpreters] Multiple interpreters and readline module hook functions. has patch open grahamd
(no dependencies set) readline.patch
22228 29 months ago Adapt bash readline operate-and-get-next function has patch open lelit
(no dependencies set) readline_add_forced_update_display.patch, readline_redisplay_force.patch, test-rdline.py
23067 29 months ago Export readline forced_update_display has patch open dexteradeus
(no dependencies set) readline_history.py, set_auto_history.patch, set_auto_history.v2.patch, test_set_auto_history.py
26870 29 months ago Unexpected call to readline's add_history in call_readline has patch open tylercrompton
(no dependencies set) readme.patch, readme_2.patch, readme_3.patch, readme_4.patch, readme_5.patch
28542 29 months ago document cross compilation has patch open xdegaye
(no dependencies set) readprevline-20140415.diff, reverse-file-iterator-20071209.diff, reverse-file-iterator-20071210.diff, reverse_file_iterator.diff
1677872 29 months ago Efficient reverse line iterator has patch open mark_t_russell
(no dependencies set) realpath_mode.patch
27002 29 months ago Support different modes in posixpath.realpath() has patch open serhiy.storchaka
(no dependencies set) realpath_posixly.py
43936 29 months ago os.path.realpath() normalizes paths before resolving links on Windows open barneygale
(no dependencies set) reduce.py
46336 29 months ago Sixth element of tuple from __reduce__(), inconsistency between pickle and copy open lev.bishop
(no dependencies set) refactor.diff
8912 29 months ago `make patchcheck` should check the whitespace of .c/.h files has patch open brett.cannon
(no dependencies set) refs_forms.patch, refs_forms2.patch, refs_forms3.patch
27036 29 months ago Mark up of references in different form has patch open serhiy.storchaka
(no dependencies set) regex.diff
1366311 29 months ago SRE engine should release the GIL when/if possible open eric_noyau
(no dependencies set) regex_test.py
44699 29 months ago Simple regex appears to take exponential time in length of input open brezniczky
(no dependencies set) regression-test.patch, trigger-warning.py
42636 29 months ago shielded task exception never retrieved when outer task cancelled has patch open natano
(no dependencies set) regroup.patch, test_regroup.py
11708 29 months ago argparse: suggestion for formatting optional positional args has patch open pwil3058
(no dependencies set) reject_empty_env_var.patch, set_unset_env.c, test_empty_env_var.py
20658 29 months ago os.environ.clear() fails with empty keys (posix.unsetenv) has patch open blueyed
(no dependencies set) relative_to.patch
40358 29 months ago pathlib's relative_to should behave like os.path.relpath has patch has PR open d.ragusa
(no dependencies set) release-view.patch
15994 29 months ago memoryview to freed memory can cause segfault has patch open sbt
(no dependencies set) remove_gnu_pth.patch
18774 29 months ago There is still last bit of GNU Pth code in signalmodule.c has patch open vajrasky
(no dependencies set) remove_python_version_from_pickle.patch, remove_python_version_from_pickle.patch
39221 29 months ago Cross compiled python installed wrong version of lib2to3/Grammar pickle has patch open puchenyaka
(no dependencies set) removedirs_fix.diff
1439312 29 months ago Patch for bug 1438185: os.renames deletes junction points has patch open logistix
(no dependencies set) Reply-To.py
44637 29 months ago Quoting issue on header Reply-To and other address headers has patch has PR open Abridbus
(no dependencies set) repro.py
42769 29 months ago concurrent.futures.ProcessPoolExecutor is unable to forward exceptions with state. open damien.levac
(no dependencies set) repro.py
42909 29 months ago Email header with ;;;; stuffing takes very long to parse open eriker
(no dependencies set) repro.py
45517 29 months ago TarFile.add skips files when tarfile name matches a directory open jkinkead
(no dependencies set) repro.py, repro_improved.py, testcase3.py, testscript4.py
19575 29 months ago subprocess: on Windows, unwanted file handles are inherited by child processes in a multithreaded application open Bernt.Røskar.Brenna
(no dependencies set) Screen Shot 2020-08-25 at 11.26.39 AM.png, repro.py
41633 29 months ago pydoc skips methods of nested classes open bkline
(no dependencies set) repro4.py
41628 29 months ago All unittest.mock autospec-generated methods are coroutine functions open twm
(no dependencies set) reproducer.py
32665 29 months ago pathlib.Path._from_parsed_parts should call cls.__new__(cls) open qb-cea
(no dependencies set) reproducer.py
41594 29 months ago Intermittent failures of loop.subprocess_exec() to capture output open kyleam
(no dependencies set) reproducer_compileall.py, reproducer_replace.py
45127 29 months ago Code objects can contain unmarshallable objects open petr.viktorin
(no dependencies set) reproducible_datagramprotocol_error.py
44743 29 months ago asyncio DatagramProtocol stops calling callbacks after OSError open JulianOrteil
(no dependencies set) reproduction.py
47238 29 months ago Python threading.Event().wait() depends on the system time open AleksandrAQ
(no dependencies set) reproduction_test.py
43939 29 months ago Deadlock in logging open DaRoee
(no dependencies set) reset_warning_registry.py
21724 29 months ago resetwarnings doesn't reset warnings registry open pitrou
(no dependencies set) response_class.http.client.patch
13456 29 months ago Providing a custom HTTPResponse class to HTTPConnection has patch open r.david.murray
(no dependencies set) restore_top_level_dir.patch, restore_top_level_dir_to_previous_value.patch
15010 29 months ago unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods has patch has PR open r.david.murray
(no dependencies set) results
24152 29 months ago test_mailcap fails if a mailcap file contains a non-decodable character open petrosr2
(no dependencies set) results-tkbench.txt, results_tk-bench_Win10_i5-8250U.txt, tkbench.zip
43511 29 months ago tkinter with Tk 8.6.11 is slow on macOS open thomaswamm
(no dependencies set) rfc822_httpmessage_payload.patch
29353 29 months ago Incorrect handling of HTTP response with "Content-Type: message/rfc822" header has patch has PR open brokenenglish
(no dependencies set) rlcompleter.diff, rlcompleter_22141.patch
22141 29 months ago rlcompleter.Completer matches too much has patch open donlorenzo
(no dependencies set) rmtree_ignore_errors_returns_list.patch
8523 29 months ago shutil.rmtree and os.listdir cannot recover on error conditions has patch open rubenlm
(no dependencies set) robotparser.py.patch
13281 29 months ago Make robotparser.RobotFileParser ignore blank lines has patch open bernie9998
(no dependencies set) robust.patch, typeobject.patch
40519 29 months ago Preserve AttributeError exception context in __getattr__ has patch open Arusekk
(no dependencies set) roots.py
27761 29 months ago Private _nth_root function loses accuracy open steven.daprano
(no dependencies set) roughly_add_depr_warning.diff
33140 29 months ago shutil.chown should not be defined in Windows has patch has PR open eryksun
(no dependencies set) row_substitution.py
41829 29 months ago sqlite3.Row always read as tuple when supplied to executemany open tony.wu
(no dependencies set) run-at-load-avg.py
39617 29 months ago max_workers argument to concurrent.futures.ProcessPoolExecutor is not flexible enough open sam-s
(no dependencies set) run_autocomplete.diff
27534 29 months ago IDLE: Reduce number and time for user process imports has patch has PR open terry.reedy
(no dependencies set) run_pdb.patch
25013 29 months ago run_pdb() in test_pdb.py always returns stderr as None has patch open xdegaye
(no dependencies set) run_server_min.py
36153 29 months ago Freeze support documentation is misleading. open Sridhar Iyer
(no dependencies set) runawaystepping.py
43548 29 months ago RecursionError depth exceptions break pdb's interactive tracing. open behindthebrain
(no dependencies set) s03_dir_entry.py, s03_dir_entry.py
41106 29 months ago os.scandir() Windows bug dir_entry.stat() not works on file during writing. open Cezary.Wagner
(no dependencies set) sam_ezeh.patch
32547 29 months ago csv.DictWriter emits strange errors if fieldnames is an iterator has patch has PR open bendotc
(no dependencies set) sam_ezeh.patch
47135 29 months ago Allow decimal.localcontext to accept keyword arguments to set context attributes has patch has PR open steven.daprano
(no dependencies set) sam_ezeh.patch
47200 29 months ago Add ZipInfo.mode property has patch has PR open sam_ezeh
(no dependencies set) sam_ezeh.patch, test.zip
4833 29 months ago Explicit directories for zipfiles has patch has PR open schuppenies
(no dependencies set) sample.py
36664 29 months ago argparse: parser aliases in subparsers stores alias in dest variable open Peter McEldowney
(no dependencies set) sample.py
43333 29 months ago utf8 in BytesGenerator open darcy.beurle
(no dependencies set) SampleOfSummaryTable.PNG
21150 29 months ago Add quick links table to argparse docs has patch has PR open rhettinger
(no dependencies set) sched.enter.bug.py
33590 29 months ago [doc] sched.enter priority has no impact on execution open sahilmn
(no dependencies set) scheduled-1.diff, scheduled-2.diff, scheduled-3.diff
17956 29 months ago concurrent.futures: add ScheduledExecutor has patch open neologix
(no dependencies set) Schermata 2015-03-09 alle 06.53.21.png
23616 29 months ago Idle: conflict between loop execution and undo shortcut. open Davide Okami
(no dependencies set) scopes.py
4246 29 months ago doc: execution model - clear and complete example in documentation open robwolfe
(no dependencies set) Screen Shot 2018-02-08 at 8.28.00 AM.png
32799 29 months ago <class 'contextlib._GeneratorContextManager'> returned a result with an error set open EliRibble
(no dependencies set) Screen Shot 2019-11-06 at 5.29.32 PM.png
38440 29 months ago Possible new issues with IDLE open rhettinger
(no dependencies set) Screen Shot 2020-05-06 at 11.04.18 PM.png
40543 29 months ago Tamil locale is using outdated encoding open Muthu A
(no dependencies set) Screen Shot 2020-05-07 at 3.46.02 PM.png
40553 29 months ago Python 3.8.2 Mac freezing/not responding when saving new programs open Zain
(no dependencies set) Screen Shot 2022-01-27 at 8.09.37 PM.png
46557 29 months ago Logging captured warnings with a format string unnecessarily groups warnings together has patch has PR open mnito
(no dependencies set) screen.png
46391 29 months ago Library multiprocess leaks named resources. has patch has PR open milestonejxd
(no dependencies set) Screenshot 2017-10-10 12.41.34.png
31743 29 months ago Proportional Width Font on Generated Python Docs PDFs and in mobile browser open synthmeat
(no dependencies set) Screenshot 2020-06-12 at 08.37.35.png
41607 29 months ago pdb - Clickable path to breakpoints has patch has PR open michimussato
(no dependencies set) Screenshot from 2019-01-16 12-47-22.png
35748 29 months ago urlparse library detecting wrong hostname leads to open redirect vulnerability open nsonaniya2010
(no dependencies set) Screenshot from 2021-05-05 08-46-05.png
44044 29 months ago ConfigParser: cannot link to ConfigParser.optionxform(option) open jugmac00
(no dependencies set) Screenshot from 2021-09-21 13-10-33.png
45253 29 months ago mimetypes cannot detect mime of mka files open manujchandra
(no dependencies set) screenshot.png
41365 29 months ago Python Launcher is sorry to say... No pyvenv.cfg file open Packhash
(no dependencies set) screenshot.png
44995 29 months ago "Hide the prompts and output" works abnormal has patch has PR open yangqing
(no dependencies set) screenshot.png
45112 29 months ago Python exception object is different after pickle.dumps and pickle.loads open yonghengzero
(no dependencies set) Screenshot_20200223-214519.png
19483 29 months ago Allow more low-level parser configuration in ElementTree open brechtm
(no dependencies set) Screenshot_20210225_224118.jpg, test.zip
43263 29 months ago threading module unable to run open twoone3
(no dependencies set) script.py
40794 29 months ago dataclass signatures and docstrings w/future-annotations open BTaskaya
(no dependencies set) scriptError.txt
31162 29 months ago urllib.request.urlopen CERTIFICATE_VERIFY_FAILED error open chua.chewbock@gmail.com
(no dependencies set) select_select.diff, tsig.py
5315 29 months ago signal handler never gets called has patch open pts
(no dependencies set) selection.png
45105 29 months ago Incorrect handling of unicode character \U00010900 open maxbachmann
(no dependencies set) Selection_011.png
45275 29 months ago Make argparse print description of subcommand when invoke help doc on subcommand open longendu
(no dependencies set) Selection_0804.png
30521 29 months ago IDLE: Add navigate bar and replace current goto dialog has PR open louielu
(no dependencies set) Selection_2018-06-26_003.png
33971 29 months ago os.mknod is subject to "umask" open james_r_c_stevens
(no dependencies set) selector_thread.py
37373 29 months ago Configuration of windows event loop for libraries open Ben.Darnell
(no dependencies set) session-cookies-test.patch, session-cookies.patch
17164 29 months ago MozillaCookieJar does not handle session cookies has patch has PR open piotr.dobrogost
(no dependencies set) setstate.diff
12290 29 months ago __setstate__ is called for false values has patch open eltoder
(no dependencies set) settrace.py
21033 29 months ago previous trace function still invoked after sys.settrace() open xdegaye
(no dependencies set) setup.diff, setup_lib64.patch
14791 29 months ago setup.py only adds /prefix/lib, not /prefix/lib64 has patch open pitrou
(no dependencies set) setup.py, test_isdigit.c
35195 29 months ago [Windows] Python 3.7 initializes LC_CTYPE locale at startup, causing performance issue on msvcrt isdigit() open Dragoljub
(no dependencies set) sha1module_small_locks.diff, sha256module_small_locks.diff, sha512module_small_locks.diff
4821 29 months ago Patches for thread-support in built-in SHA modules has patch open ebfe
(no dependencies set) shadow-repro.py
46763 29 months ago os.path.samefile incorrect results for shadow copies open nijave
(no dependencies set) share.patch
15244 29 months ago Support for opening files with FILE_SHARE_DELETE on Windows has patch open sbt
(no dependencies set) shareable_list.py
46799 29 months ago ShareableList memory bloat and performance improvement has patch has PR open tcl326
(no dependencies set) shareablelist_mwe.py
44170 29 months ago ShareableList cannot safely handle multibyte utf-8 characters has patch has PR open huwcbjones
(no dependencies set) shared_memory.py
40828 29 months ago shared memory problems with multiprocessing.Pool open trapezoid677
(no dependencies set) shell, unwrapable_ob.py
25998 29 months ago doctest terminates when accessing __wrapped__ raises an error has patch has PR open Lasse Schuirmann
(no dependencies set) shell-session.txt
42050 29 months ago ensurepip fails if cwd contains illformed setup.cf open htgoebel
(no dependencies set) shelve-test-3.10-b.zip, shelve-test-3.10.zip, shelve-test.zip
47072 29 months ago Database corruption with the shelve module open HubTou
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: