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) enum_nested_type_test.py, enum_test.py | ||||||
45546 | 30 months ago | Unable to pickle enum with nested frozen dataclass? | open | Eric Cousineau | ||
(no dependencies set) env-python3.diff, no-shebangs-for-stdlib.diff, pep8-shebangs.diff, tools-scripts.diff | ||||||
10318 | 30 months ago | "make altinstall" installs many files with incorrect shebangs | open | allan | ||
(no dependencies set) environcopy.patch, environcopy_v2.patch | ||||||
15373 | 30 months ago | copy.copy() does not properly copy os.environment | open | htgoebel | ||
(no dependencies set) environmodule.c | ||||||
1159 | 30 months ago | os.getenv() not updated after external module uses C putenv() | open | robert.ancell | ||
(no dependencies set) error.eml, original_mail_from_gmail.eml, testscript.py | ||||||
39040 | 30 months ago | Wrong attachement filename when mail mime header was too long | open | mkaiser | ||
(no dependencies set) error_case.py, quit_behavior.py | ||||||
39093 | 30 months ago | tkinter objects garbage collected from non-tkinter thread cause crash | open | obserience | ||
(no dependencies set) ERROR_folding_in_EmailMessage.py | ||||||
45551 | 30 months ago | EmailMessage utf-8 folding error | open | andrzejQ | ||
(no dependencies set) error_handers_fast_paths.txt | ||||||
41330 | 30 months ago | Inefficient error-handle for CJK encodings | open | malin | ||
(no dependencies set) error_log_on_linux_python38.txt, prettysocks.py | ||||||
39116 | 30 months ago | StreamReader.readexactly() raises GeneratorExit on ProactorEventLoop | open | twisteroid ambassador | ||
(no dependencies set) errors.diff | ||||||
28994 | 30 months ago | Misc fixes and cleanups in error handling C code | open | serhiy.storchaka | ||
(no dependencies set) escapetest.py, issue27429.patch, sax_escape_doc.patch | ||||||
27429 | 30 months ago | xml.sax.saxutils.escape doesn't escape multiple characters safely | open | tylerjohnhughes | ||
(no dependencies set) etree-concat.patch | ||||||
32476 | 30 months ago | Add concat functionality to ElementTree xpath find | open | jjolly | ||
(no dependencies set) etree-entities.v2.patch, etree_20130519.patch | ||||||
24238 | 30 months ago | Avoid entity expansion attacks in Element Tree | open | martin.panter | ||
(no dependencies set) etree_example.py, minidom.insertBefore.patch, minidom.insertBefore.patch, minidom.insertBefore2.patch, minidom_example.py, minidom_example2.py | ||||||
24424 | 30 months ago | xml.dom.minidom: performance issue with Node.insertBefore() | open | Robert Haschke | ||
(no dependencies set) etree_strip_namespaces.patch | ||||||
18304 | 30 months ago | ElementTree -- provide a way to ignore namespace in tags and searches | open | brycenesbitt | ||
(no dependencies set) etree_write.patch | ||||||
25881 | 30 months ago | A little faster ElementTree serializing | open | serhiy.storchaka | ||
(no dependencies set) event-test.py | ||||||
41606 | 30 months ago | multiprocessing.Event.wait hangs when interrupted by signal that sets the event | open | salvatore.ingala | ||
(no dependencies set) event_generate__data2.diff | ||||||
3405 | 30 months ago | Add support for the new data option supported by event generate (Tk 8.5) | open | gpolo | ||
(no dependencies set) example | ||||||
46335 | 30 months ago | asyncio.create_subprocess_exec throws RuntimeError yet still executes subprogram | open | Clint Olsen | ||
(no dependencies set) example-of-changes.patch | ||||||
14134 | 30 months ago | xmlrpc.client.ServerProxy needs timeout parameter | open | polymorphm | ||
(no dependencies set) example.py | ||||||
20626 | 30 months ago | Manager documentation unclear about lists and thread safeness | open | Irvin.Probst | ||
(no dependencies set) example.py | ||||||
28249 | 30 months ago | doctest.DocTestFinder reports incorrect line numbers with exclude_empty=False | open | cpitclaudel | ||
(no dependencies set) example.py | ||||||
39060 | 30 months ago | asyncio.Task.print_stack doesn't print the full stack | open | amit7itz | ||
(no dependencies set) example.py | ||||||
39232 | 30 months ago | asyncio crashes when tearing down the proactor event loop | open | mikeshardmind | ||
(no dependencies set) example.py | ||||||
43191 | 30 months ago | Shared Memory for array of object | open | hannahbusshoff | ||
(no dependencies set) example.py | ||||||
44905 | 30 months ago | Abstract instance and class attributes for abstract base classes | open | rzepecki.t | ||
(no dependencies set) example.py | ||||||
45719 | 30 months ago | SubProcess stdin.flush freezes when running python interpreter | open | djp1012878 | ||
(no dependencies set) example.py | ||||||
46210 | 30 months ago | print deadlocks | open | notarealdeveloper | ||
(no dependencies set) example.py | ||||||
46309 | 30 months ago | Task created by StreamReaderProtocol gets garbage collected. | open | simwr872 | ||
(no dependencies set) example.py | ||||||
47159 | 30 months ago | multiprocessing.pool.Pool.apply block infinitely when stressed while using maxtasksperchild | open | harsh8398 | ||
(no dependencies set) example.py, example.py | ||||||
25666 | 30 months ago | Python unexpectedly ignores a signal after fork | open | jon orebro | ||
(no dependencies set) example.py, fma_reference.py, math_fma.patch, math_fma2.patch, math_fma3.patch, setup.py, xmathmodule.c | ||||||
29282 | 30 months ago | Fused multiply-add: proposal to add math.fma() | open | juraj.sukop | ||
(no dependencies set) example.py, ssl_circular_refs.png | ||||||
37658 | 30 months ago | In some cases asyncio.wait_for can lead to socket leak. | open | Nikita Ilyasov | ||
(no dependencies set) example.zip | ||||||
40172 | 30 months ago | ZipInfo corrupts file names in some old zip archives | open | yudilevi | ||
(no dependencies set) example1.py, issue11588_4.py, patch_w_mxg2.diff, usage_2.patch, usagegroup.py | ||||||
11588 | 30 months ago | Add "necessarily inclusive" groups to argparse | open | John.Didion | ||
(no dependencies set) example1.xz, example2.xz | ||||||
44134 | 30 months ago | lzma: stream padding in xz files | open | rogdham | ||
(no dependencies set) example_code.py | ||||||
39194 | 30 months ago | asyncio.open_connection returns a closed client when server fails to authenticate client certificate | open | Jonathan Martin | ||
(no dependencies set) example_logger_behavior.py | ||||||
42544 | 30 months ago | In windows, asyncio.run_in_executor strips logger class information from modified logging.Logger objects | open | adsherman09 | ||
(no dependencies set) example_parser.py | ||||||
38232 | 30 months ago | empty local-part in addr_spec displayed incorrectly | open | andreitroiebbc | ||
(no dependencies set) example_patch_failure.py | ||||||
44730 | 30 months ago | unittest.mock.patch does not work as a decorator on generator functions | open | garethmjwilliams | ||
(no dependencies set) execl.diff, execlp.log | ||||||
8191 | 30 months ago | Make arg0 required argument in os.execl* functions | open | Alexander.Belopolsky | ||
(no dependencies set) exectest.py, introspect_executors.diff | ||||||
22281 | 30 months ago | ProcessPoolExecutor/ThreadPoolExecutor should provide introspection APIs | open | dan.oreilly | ||
(no dependencies set) exit_on_error_tests.patch | ||||||
41255 | 30 months ago | Argparse.parse_args exits on unrecognized option with exit_on_error=False | open | mhughes | ||
(no dependencies set) expat.tar.gz | ||||||
38487 | 30 months ago | expat infinite loop | open | StyXman | ||
(no dependencies set) expatreader.py.patch, expatreader.py.patch2 | ||||||
6686 | 30 months ago | xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.property_xml_string) returns bytes | open | cms103 | ||
(no dependencies set) extattrs.patch, initial_freebsd_xattrs.patch | ||||||
12978 | 30 months ago | Figure out extended attributes on BSDs | open | benjamin.peterson | ||
(no dependencies set) extra_assertions.patch | ||||||
27152 | 30 months ago | Additional assert methods for unittest | open | serhiy.storchaka | ||
(no dependencies set) extract_from_packages.py, mutithreading_tarfile.patch | ||||||
23649 | 30 months ago | tarfile not re-entrant for multi-threading | open | sgnn7 | ||
(no dependencies set) extract_mail.py, msgfile_not_working_correctly.msg | ||||||
41157 | 30 months ago | email.message_from_string() is unable to find the headers for the .msg files | open | jpatel | ||
(no dependencies set) f_lineno.patch, f_lineno_tests.patch | ||||||
24565 | 30 months ago | the f_lineno getter is broken | open | xdegaye | ||
(no dependencies set) f_trace_wrong_line.py | ||||||
42286 | 30 months ago | f_trace gets call on different lines each loop | open | MegaIng | ||
(no dependencies set) fail-close.patch, getlongresp-loop.patch | ||||||
22350 | 30 months ago | nntplib file write failure causes exception from QUIT command | open | martin.panter | ||
(no dependencies set) fail.py | ||||||
34708 | 30 months ago | Odd crashes/freezes when sys.stdout.shell.console is typed | open | Harrison Chudleigh | ||
(no dependencies set) fail_mcbs.txt, fail_tactis.txt, issue8898.patch, issue8898_2.patch, issue8898_3.patch, issue8898_normalize.patch, issue8898_skip.patch, issue8898_withtests.patch | ||||||
8898 | 30 months ago | The email package should defer to the codecs module for all aliases | open | r.david.murray | ||
(no dependencies set) failure.txt, success.txt | ||||||
31496 | 30 months ago | IDLE: test_configdialog failed | open | serhiy.storchaka | ||
(no dependencies set) faster_template.patch | ||||||
28309 | 30 months ago | Accelerate string.Template by using formatted string literals | open | serhiy.storchaka | ||
(no dependencies set) faulthandler.patch | ||||||
46368 | 30 months ago | faulthandler: add the ability to dump all interpreters, not only the current interpreter | open | vstinner | ||
(no dependencies set) fcntl_eintr-2.patch, fcntl_eintr-3.patch, fcntl_eintr.patch | ||||||
26716 | 30 months ago | EINTR handling in fcntl | open | Jack Zhou | ||
(no dependencies set) fffd-2.py, fffd.py | ||||||
12508 | 30 months ago | codecs.StreamReader doesn't pass final=1 to the UTF-8 codec | open | spatz123 | ||
(no dependencies set) file | ||||||
24929 | 30 months ago | _strptime.TimeRE should not enforce range in regex | open | Steve Yeung | ||
(no dependencies set) file-handler.patch | ||||||
21970 | 30 months ago | Broken code for handling file://host in urllib.request.FileHandler.file_open | open | martin.panter | ||
(no dependencies set) file0.zip | ||||||
36988 | 30 months ago | zipfile: string IndexError on extract | open | alter-bug-tracer | ||
(no dependencies set) file_mode.patch | ||||||
25341 | 30 months ago | File mode wb+ appears as rb+ | open | Mark.Williams | ||
(no dependencies set) filecmp_behavior_and_doc_fix.diff, filecmp_extra_shallow_file_check.diff, filecmp_real_shallow.diff, filecmp_test_patch.diff | ||||||
1234674 | 30 months ago | filecmp.cmp's "shallow" option | open | goatsofmendez | ||
(no dependencies set) fileio_readall_eio.patch, fileobject.patch | ||||||
21090 | 30 months ago | File read silently stops after EIO I/O error | open | ivank | ||
(no dependencies set) files.zip | ||||||
35335 | 30 months ago | msgfmt should be able to merge more than one po file | open | s-ball | ||
(no dependencies set) finalise-subinterps-test.diff | ||||||
36225 | 30 months ago | [subinterpreters] Lingering subinterpreters should be implicitly cleared on shutdown | open | ncoghlan | ||
(no dependencies set) find-dialogs.patch, idle_find_ttk.png, idle_find_ui_redesign.diff, idle_find_ui_redesign2.diff, idle_grep_compare.png, idle_grep_compare2.png | ||||||
23218 | 30 months ago | Modernize the IDLE Find/Replace/Find in Files dialogs | open | Al.Sweigart | ||
(no dependencies set) find_keep_open.patch, issue13586.patch | ||||||
13586 | 30 months ago | IDLE: Replace selected not working/consistent with find | open | marco | ||
(no dependencies set) find_lib.patch, find_lib_v1.patch, find_lib_v2.patch, find_lib_v3.patch, find_lib_v4.patch | ||||||
21042 | 30 months ago | ctypes.util.find_library() should return full pathname instead of filename in linux | open | Hernan.Grecco | ||
(no dependencies set) find_library_looks_into_rpath.patch | ||||||
19317 | 30 months ago | ctypes.util.find_library should examine binary's RPATH on Solaris | open | automatthias | ||
(no dependencies set) finish-deadlock.py | ||||||
28812 | 30 months ago | Deadlock between GIL and pystate head_mutex. | open | methane | ||
(no dependencies set) fix-16739-texttestresult_writeln-v2.patch, fix-16739-texttestresult_writeln.patch | ||||||
16739 | 30 months ago | texttestresult should decorate the stream with _WritelnDecorator | open | elopio | ||
(no dependencies set) fix-21557.patch | ||||||
21557 | 30 months ago | [doc] os.popen & os.system lack shell-related security warnings | open | cvrebert | ||
(no dependencies set) fix-cc-and-add-tests-v2.patch, fix-cc-and-add-tests.patch | ||||||
22135 | 30 months ago | allow to break into pdb with Ctrl-C for all the commands that resume execution | open | xdegaye | ||
(no dependencies set) fix-freeze-on-windows.patch | ||||||
29124 | 30 months ago | Freeze fails to compile on windows | open | Liran Ringel | ||
(no dependencies set) fix-lzma-bz2-segfaults.patch | ||||||
23224 | 30 months ago | bz2/lzma: Compressor/Decompressor objects are only initialized in __init__ | open | martin.panter | ||
(no dependencies set) fix-nested-mainloop.patch, remove-interacting-debugger.patch | ||||||
15347 | 30 months ago | IDLE - remove debugger 'interacting' | open | roger.serwy | ||
(no dependencies set) fix-SpooledTemporaryFile-IOBase-abstract.patch | ||||||
26175 | 30 months ago | Fully implement IOBase abstract on SpooledTemporaryFile | open | Gary Fernie | ||
(no dependencies set) fix-tar-23056.patch | ||||||
23056 | 30 months ago | tarfile raises an exception when reading an empty tar in streaming mode | open | gregory.p.smith | ||
(no dependencies set) fix9968.patch | ||||||
9968 | 30 months ago | Let cgi.FieldStorage have named uploaded file | open | phep | ||
(no dependencies set) fix_24780.patch, issue24780.patch, test.py, test2.py | ||||||
24780 | 30 months ago | unittest assertEqual difference output foiled by newlines | open | chris.jerdonek | ||
(no dependencies set) fix_distutils.patch, fix_distutils.patch, sys_path_security.patch | ||||||
16202 | 30 months ago | sys.path[0] security issues | open | jdemeyer | ||
(no dependencies set) fix_doc_parse_non_valid_json_float.patch, parse_non_valid_json_float_with_unit_test.patch, parse_non_valid_json_float_with_unit_test_v2.patch | ||||||
19871 | 30 months ago | json module won't parse a float that starts with a decimal point | open | picomancer | ||
(no dependencies set) fix_error_message_getspall.patch, fix_error_message_getspall_v2.patch | ||||||
10388 | 30 months ago | spwd returning different value depending on privileges | open | giampaolo.rodola | ||
(no dependencies set) fix_idleshell_paste.diff | ||||||
3559 | 30 months ago | IDLE: Pasted newline doesn't trigger execution when typed newline would | open | terry.reedy | ||
(no dependencies set) fix_issue_17446.patch | ||||||
17446 | 30 months ago | doctest test finder doesnt find line numbers of properties | open | Ronny.Pfannschmidt | ||
(no dependencies set) fix_mime_version_headers-2.patch, fix_mime_version_headers.patch, test_MIME_Version.patch, test_add_attachment_does_not_add_MIME_Version_in_attachment.patch, test_add_attachment_does_not_add_MIME_Version_in_attachment.patch | ||||||
25235 | 30 months ago | EmailMessage.add_attachment() creates parts with spurious MIME-Version header. | open | groner | ||
(no dependencies set) fix_tarfile_overwrites_symlink.patch, fix_tarfile_overwrites_symlink_v2.patch, fix_tarfile_overwrites_symlink_v3.patch, fix_tarfile_overwrites_symlink_v4.patch | ||||||
19974 | 30 months ago | tarfile doesn't overwrite symlink by directory | open | antonymayi | ||
(no dependencies set) fix_types_calculate_meta.patch, fix_types_calculate_meta_v2.patch, fix_types_calculate_meta_v3.patch, test_virtual_metaclasses.patch, test_virtual_metaclasses_in_types_module.patch, test_virtual_metaclasses_in_types_module_v2.patch | ||||||
22968 | 30 months ago | Lib/types.py nit: isinstance != PyType_IsSubtype | open | gmt | ||
(no dependencies set) flag_reset_4142.patch, helo.patch | ||||||
4142 | 30 months ago | smtplib doesn't clear helo/ehlo flags on quit | open | dwig | ||
(no dependencies set) flask_client.py, flask_client_long_headers.py, packet-1.PNG, packet-2.PNG, sample_flask.py | ||||||
42417 | 30 months ago | Empty body {} in POST requests leads to 405 Method not allowed error | open | bhushan.shelke | ||
(no dependencies set) flush_stdout_at_shutdown.patch, python-sigint_and_epipe_straces.txt | ||||||
11380 | 30 months ago | Improve reporting of broken stdout pipe during interpreter shutdown | open | ulidtko | ||
(no dependencies set) foldfix.py, header_misfolding.py | ||||||
43493 | 30 months ago | EmailMessage mis-folding headers of a certain length | open | mglover | ||
(no dependencies set) fontchooser.py, fontchooser.py, mark.diff | ||||||
28694 | 30 months ago | tkinter interface to fontchooser | open | Lance Ware | ||
(no dependencies set) foo.c | ||||||
40309 | 30 months ago | “unmatched paren” for space before parenthesis in Py_BuildValue | open | Wrzlprmft | ||
(no dependencies set) foo.py | ||||||
13077 | 30 months ago | Windows: Unclear behavior of daemon threads on main thread exit | open | etuardu | ||
(no dependencies set) foo.py | ||||||
46264 | 30 months ago | 'I'.lower() should give non dotted i for LANG=tr_TR | open | fbacher | ||
(no dependencies set) foo.txt | ||||||
1735509 | 30 months ago | Newer reply format for imap commands in imaplib.py | open | ntai | ||
(no dependencies set) foo_bar_small.zip, test_filesource.py | ||||||
39363 | 30 months ago | zipfile with multiprocessing: zipfile.BadZipFile | open | maxime-lemonnier | ||
(no dependencies set) fork_mt.py | ||||||
39763 | 30 months ago | distutils.spawn should use subprocess (hang in parallel builds on QNX) | open | Elad Lahav | ||
(no dependencies set) fraction-spaces.diff | ||||||
44346 | 30 months ago | Fraction constructor may accept spaces around '/' | open | Sergey.Kirpichev | ||
(no dependencies set) fractions.patch | ||||||
28716 | 30 months ago | Fractions instantiation revisited | open | wolma | ||
(no dependencies set) fractions_divround.patch | ||||||
31978 | 30 months ago | make it simpler to round fractions | open | wolma | ||
(no dependencies set) FrozenImporter-without-__main__-support.patch | ||||||
21737 | 30 months ago | runpy.run_path() fails with frozen __main__ modules | open | lemburg | ||
(no dependencies set) ft.diff, partial3.py | ||||||
30129 | 30 months ago | functools.partialmethod should look more like what it's impersonating. | open | skip.montanaro | ||
(no dependencies set) FTP7.5 Issues Documentation - PASV.zip, FTP7.5 Issues Documentation.zip | ||||||
16318 | 30 months ago | FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5 | open | Jeremy.Brock | ||
(no dependencies set) ftp_client.jpg, ftp_server.jpg, gui_ftp.py | ||||||
25278 | 30 months ago | Unexpected socket exception on SFTP 'STOR' command | open | blanquier | ||
(no dependencies set) ftp_error_illustration.txt, ftplib.py, test_ftp.py | ||||||
25458 | 30 months ago | ftplib: command response shift - mismatch | open | peterpan | ||
(no dependencies set) ftpcp_test.patch, ftpcp_test.patch, ftpcp_test.patch | ||||||
17055 | 30 months ago | ftplib.ftpcp test | open | inc0 | ||
(no dependencies set) SSL-client-side-SSL-session-resumption.patch, SSLSession-support-2.patch, SSLSession-support.patch, ftplib-FTPS-bug.txt, ftplib_session.patch, implement_ssl_session_reuse.patch, implement_ssl_session_reuse_3.6.patch, reuse_session.diff, sesstime.py | ||||||
19500 | 30 months ago | ftplib: Add client-side SSL session resumption | open | Ye.Wang | ||
(no dependencies set) ftplib.patch, ftplib.patch | ||||||
1661754 | 30 months ago | ftplib passive ftp problem on multihomed clients | open | timbaum | ||
(no dependencies set) ftplib.py | ||||||
33122 | 30 months ago | ftplib: FTP_TLS seems to have problems with sites that close the encrypted channel themselfes | open | jottbe | ||
(no dependencies set) ftplib.py, issue25933.diff | ||||||
25933 | 30 months ago | Unhandled exception (TypeError) with ftplib in function retrbinary/retrlines causes inoperable behavior without crashing | open | Sam Adams | ||
(no dependencies set) ftplib.py.patch, ftplib.py.patch2 | ||||||
821862 | 30 months ago | ftplib: Strict RFC 959 (telnet in command channel) | open | phd | ||
(no dependencies set) full_traceback.patch, full_traceback.patch, full_traceback2.patch, full_traceback3.patch, full_traceback4.patch, full_traceback5.patch, full_traceback6.patch | ||||||
1553375 | 30 months ago | Add traceback.print_full_exception() | open | hoffman | ||
(no dependencies set) fulllog.txt | ||||||
40350 | 30 months ago | modulefinder chokes on numpy - dereferencing None in spec.loader | open | Greg Whiteley | ||
(no dependencies set) function-documentation.patch | ||||||
22456 | 30 months ago | __base__ undocumented | open | Arfrever | ||
(no dependencies set) function_pickle.patch, function_pickle.patch | ||||||
26959 | 30 months ago | pickle: respect dispatch for functions again | open | torkve | ||
(no dependencies set) functionaltests.patch, functionaltests.patch | ||||||
24845 | 30 months ago | IDLE functional/integration testing | open | markroseman | ||
(no dependencies set) functions_print_doc.patch, functions_print_doc_2.patch, print-encoding.diff | ||||||
12832 | 30 months ago | The documentation for the print function should explain/point to how to control the sys.stdout encoding | open | r.david.murray | ||
(no dependencies set) functools_partial_repr_1.patch | ||||||
28062 | 30 months ago | Streamline repr(partial object) | open | abarry | ||
(no dependencies set) future.patch, test_sys_exit_in_exception_handler.py | ||||||
25489 | 30 months ago | sys.exit() caught in async event loop exception handler | open | jinty | ||
(no dependencies set) futures-base-v2.patch, futures-base.patch | ||||||
20516 | 30 months ago | Concurrent.futures base concurrency improvement (with patch) | open | glangford | ||
(no dependencies set) gather.py | ||||||
40894 | 30 months ago | asyncio.gather() cancelled() always False | open | timmwagener | ||
(no dependencies set) gather_test.py | ||||||
45008 | 30 months ago | asyncio.gather should not "dedup" awaitables | open | byllyfish | ||
(no dependencies set) gc.patch, gc.patch | ||||||
32850 | 30 months ago | Run gc_collect() before complaining about dangling threads | open | smurfix | ||
(no dependencies set) gcc-s390.txt, gcc-s390x.txt | ||||||
43179 | 30 months ago | Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet) | open | christian.heimes | ||
(no dependencies set) gcgzipio.py, gcio.py | ||||||
22996 | 30 months ago | Order of _io objects finalization can lose data in reference cycles | open | pitrou | ||
(no dependencies set) gcsupport-doc.diff | ||||||
6128 | 30 months ago | Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explained | open | exarkun | ||
(no dependencies set) gdb_deprecationwarning_session.txt | ||||||
40199 | 30 months ago | Invalid escape sequence DeprecationWarnings don't trigger by default | open | Numerlor | ||
(no dependencies set) gen_err.py | ||||||
26528 | 30 months ago | NameError for built in function open when re-raising stored exception from yielded function | open | reidfaiv | ||
(no dependencies set) generator_f_trace.patch | ||||||
22149 | 30 months ago | the frame of a suspended generator should not have a local trace function | open | xdegaye | ||
(no dependencies set) generic_alloc_sentinel.txt, generic_alloc_sentinel_v2.txt | ||||||
37200 | 30 months ago | PyType_GenericAlloc might over-allocate memory | open | nascheme | ||
(no dependencies set) georgian_ps.py | ||||||
19459 | 30 months ago | Python does not support the GEORGIAN-PS charset | open | Caolán.McNamara | ||
(no dependencies set) get_hostport.diff | ||||||
28539 | 30 months ago | httplib/http.client HTTPConnection._set_hostport() regression | open | cfs-pure | ||
(no dependencies set) get_source_segment_test.py | ||||||
39810 | 30 months ago | Generic script for finding bugs in get_source_segment | open | alexmojaki | ||
(no dependencies set) get_type_hints_for_inner_classes.zip, metaclass_workaround.py, typing_check.py | ||||||
37835 | 30 months ago | typing.get_type_hints wrong namespace for forward-declaration of inner class | open | netbnd | ||
(no dependencies set) getaddrinfo.patch | ||||||
8881 | 30 months ago | socket.getaddrinfo() should return named tuples | open | giampaolo.rodola | ||
(no dependencies set) getaddrinfo_overflow_error.patch | ||||||
30710 | 30 months ago | getaddrinfo raises OverflowError | open | smejkar | ||
(no dependencies set) getedig.patch, getedig.patch, getedig.patch, getedig.patch, guards.diff | ||||||
22623 | 30 months ago | Port Python to 3DS: micro kernel, homebrew, newlib (Missing guards for some POSIX functions) | open | Link Mauve | ||
(no dependencies set) getpath.diff, issue17095_modules_setup.patch | ||||||
17095 | 30 months ago | Shared modules built with Modules/Setup are not found when run from build directory | open | twouters | ||
(no dependencies set) getsockopt_buffer_input.patch, getsockopt_buffer_input_v2.patch | ||||||
13045 | 30 months ago | socket.getsockopt may require custom buffer contents | open | ximaera | ||
(no dependencies set) gettext.patch | ||||||
1649329 | 30 months ago | Extract file-finding and language-handling code from gettext.find | open | jjinux | ||
(no dependencies set) glob_preserve_sep.patch | ||||||
1776674 | 30 months ago | glob.glob inconsistent | open | norbidur | ||
(no dependencies set) grammar.y, pep-3118.patch, struct-string.py3k.2.patch, struct-string.py3k.3.patch, struct-string.py3k.patch | ||||||
3132 | 30 months ago | implement PEP 3118 struct changes | open | benjamin.peterson | ||
(no dependencies set) graphtest.py, pickle.patch, pickle2.patch, pickle3.patch, pickle4.patch | ||||||
3119 | 30 months ago | pickle.py is limited by python's call stack | open | habnabit | ||
(no dependencies set) gzip_eof-3.4.patch, gzip_eof-3.4_2.patch, gzip_eof.diff, lzma_deferred_error.patch, t.gz, t.py, test_gzip_error.py | ||||||
1159051 | 30 months ago | Handle corrupted gzip files with unexpected EOF | open | calvin | ||
(no dependencies set) README.dz, README.zip, gzip_extra.diff, zipfile_extra.diff | ||||||
17681 | 30 months ago | Work with an extra field of gzip and zip files | open | serhiy.storchaka | ||
(no dependencies set) handle-mp_unix2.patch, handle_mp_unix.diff, handle_mp_unix_with_test.diff, test_loop.py | ||||||
22087 | 30 months ago | asyncio: support multiprocessing (support fork) | open | dan.oreilly | ||
(no dependencies set) hang.py | ||||||
37429 | 30 months ago | Python hangs on fork when a logger is in use in a background thread | open | ryan.petrello | ||
(no dependencies set) hang_multiprocess_subprocess.py | ||||||
25829 | 30 months ago | Mixing multiprocessing pool and subprocess may create zombie process, and cause program to hang. | open | amikoren@yahoo.com | ||
(no dependencies set) has_key.diff, issue10598.patch | ||||||
10598 | 30 months ago | Add test for curses haskey replacement | open | rtarnell | ||
(no dependencies set) has_netloc.patch, has_netloc.v2.patch | ||||||
22852 | 30 months ago | urllib.parse wrongly strips empty #fragment, ?query, //netloc | open | soilandreyes | ||
(no dependencies set) hashlib.patch, hashlib.patch | ||||||
17006 | 30 months ago | Add advice on best practices for hashing secrets | open | christian.heimes | ||
(no dependencies set) hashlib_abc3.patch, hashlib_abc4.patch | ||||||
18742 | 30 months ago | Abstract base class for hashlib | open | christian.heimes | ||
(no dependencies set) header-decoding.patch | ||||||
27716 | 30 months ago | http.client truncates UTF-8 encoded headers | open | Lukasa | ||
(no dependencies set) header_newlines_tip.patch | ||||||
11671 | 30 months ago | Security hole in wsgiref.headers.Headers | open | Felix.Gröbert | ||
(no dependencies set) hello.py, hello.py | ||||||
45761 | 30 months ago | recursive ProcessPoolExecutor invoke unable to return result | open | evan0greenup | ||
(no dependencies set) hex.py | ||||||
41564 | 30 months ago | Cannot access member "hex" for type "ByteString" | open | anacrolix | ||
(no dependencies set) hidden4.patch | ||||||
10112 | 30 months ago | Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic | open | jankratochvil | ||
(no dependencies set) hide_flist_internals.patch | ||||||
25031 | 30 months ago | IDLE - file list improvements | open | markroseman | ||
(no dependencies set) hpux_local_lib.diff | ||||||
14568 | 30 months ago | HP-UX local libraries not included | open | adiroiban | ||
(no dependencies set) htmlcharrefreplace.patch | ||||||
19667 | 30 months ago | Add the "htmlcharrefreplace" error handler | open | serhiy.storchaka | ||
(no dependencies set) htmltokenizer.patch | ||||||
17410 | 30 months ago | Generator-based HTMLParser | open | flying sheep | ||
(no dependencies set) http-buffer.patch, http-buffer.v2.patch, http-buffer.v3.patch, http-buffer.v4.patch | ||||||
23377 | 30 months ago | HTTPResponse may drop buffer holding next response | open | martin.panter | ||
(no dependencies set) http-client-logging-v2.patch, http-client-logging.patch | ||||||
24255 | 30 months ago | Replace debuglevel-related logic with logging | open | demian.brecht | ||
(no dependencies set) http-detach.patch, httplib.py | ||||||
24964 | 30 months ago | Add tunnel CONNECT response headers to httplib / http.client | open | thomas.belhalfaoui | ||
(no dependencies set) http09server.patch, http09server.v2.patch, http09server.v3.patch, http09server.v4.patch | ||||||
10721 | 30 months ago | Remove HTTP 0.9 server support | open | pitrou | ||
(no dependencies set) http_client_gzip.patch, issue1508475.diff, urllib2-gzip.patch | ||||||
1508475 | 30 months ago | transparent gzip compression in urllib | open | antialize | ||
(no dependencies set) httpclient.debuglevel.txt, issue17233.patch | ||||||
17233 | 30 months ago | http.client header debug output format | open | Kim.Gräsman | ||
(no dependencies set) httperror-geturl-fix-2.patch, httperror-geturl-fix-3.patch | ||||||
13567 | 30 months ago | HTTPError interface changes / breaks depending on what was passed to constructor | open | Keto | ||
(no dependencies set) https.py | ||||||
46518 | 30 months ago | SSL socket timeout not set after client connects via accept | open | tomazas | ||
(no dependencies set) HTTPTransport.py | ||||||
648658 | 30 months ago | xmlrpc can't do proxied HTTP | open | bbum | ||
(no dependencies set) huge.py, quadratic-fix-2.diff | ||||||
45417 | 30 months ago | Enum creation non-linear in the number of values | open | olliemath | ||
(no dependencies set) hurd_thread_native_id.diff | ||||||
37744 | 30 months ago | thread native id support for GNU/Hurd | open | samuel-thibault | ||
(no dependencies set) i13691.patch, r74214.diff | ||||||
13691 | 30 months ago | pydoc help (or help('help')) should show the doc for help | open | Devin Jeanpierre | ||
(no dependencies set) icc-find-v2.patch, icc-find.patch, icc-pattern-check-fix.patch | ||||||
28584 | 30 months ago | ICC compiler check is too permissive | open | struktured | ||
(no dependencies set) IDLE edit menu.jpg | ||||||
46497 | 30 months ago | IDLE macOS shortcut ctrl+S doesn’t work for show completions | open | dvd101x | ||
(no dependencies set) idle-async.diff, loop_tk.py, loop_tk2.py, loop_tk3.py, loopspeed.py, tkaloop.py, tkcrawl.py, tkloop.py, tkselector.py | ||||||
27546 | 30 months ago | Integrate tkinter and asyncio (and async) | open | terry.reedy | ||
(no dependencies set) idle-issues.txt | ||||||
30422 | 30 months ago | Add roadmap.txt section to idlelib | open | terry.reedy | ||
(no dependencies set) idle-shell-compile.txt | ||||||
19335 | 30 months ago | codeop misclassifies incomplete code with 'nonlocal' | open | Rosuav | ||
(no dependencies set) idle-start.txt | ||||||
25488 | 30 months ago | IDLE: Remove '', user_dir, and idlelib from sys.path when added | open | terry.reedy | ||
(no dependencies set) idle-tab-icons.png | ||||||
41522 | 30 months ago | IDLE: configdialog tab icons | open | epaine | ||
(no dependencies set) idle.patch, idle.patch | ||||||
17583 | 30 months ago | IDLE HOWTO | open | Amit.Saha | ||
(no dependencies set) idle_handle_subprocess_output.patch | ||||||
11820 | 30 months ago | idle3 shell os.system swallows shell command output | open | Thekent | ||
(no dependencies set) IDLE_paste_code.070918.patch | ||||||
1178 | 30 months ago | IDLE - add "paste code" functionality | open | taleinat | ||
(no dependencies set) idle_pyw.patch | ||||||
13582 | 30 months ago | IDLE and pythonw.exe stderr problem | open | roger.serwy | ||
(no dependencies set) IDLE_standardize_dialogs.081129.patch, IDLE_standardize_dialogs_2.7_2013-05-24.patch | ||||||
2053 | 30 months ago | IDLE - standardize dialogs | open | taleinat | ||
(no dependencies set) IDLE_threading_issue_min_example1.py, tem4.py | ||||||
39724 | 30 months ago | IDLE threading + stdout/stdin observed blocking behavior | open | John Smith | ||
(no dependencies set) idlelib_buffer_output.patch | ||||||
45804 | 30 months ago | IDLE - faster shell writing | open | roger.serwy | ||
(no dependencies set) idna_translate.py | ||||||
17305 | 30 months ago | IDNA2008 encoding is missing | open | marten | ||
(no dependencies set) IgnoreWindowsRegistry_27.patch, IgnoreWindowsRegistry_32.patch | ||||||
8901 | 30 months ago | Windows registry path not ignored with -E option | open | flashk | ||
(no dependencies set) image.PNG, test_cgi.zip | ||||||
37301 | 30 months ago | CGIHTTPServer doesn't handle long POST requests | open | vsbogd | ||
(no dependencies set) imaplib.patch | ||||||
13446 | 30 months ago | imaplib, fetch: improper behaviour on read-only selected mailboxes | open | char.nikolaou | ||
(no dependencies set) imaplib.png | ||||||
37722 | 30 months ago | imaplib crashes when trying to read a letter from an imap server imaps.почта.рус | open | Иван Михайлов | ||
(no dependencies set) imaplib_test_rfc3501.patch, imaplib_test_rfc3501v2.patch, new_imap_tests.diff | ||||||
22137 | 30 months ago | Test imaplib API on all methods specified in RFC 3501 | open | zvyn | ||
(no dependencies set) Imemy.grep | ||||||
18280 | 30 months ago | Documentation is too personalized | open | serhiy.storchaka | ||
(no dependencies set) IMG_20181101_173328_[B@ae031df.jpg | ||||||
35131 | 30 months ago | Cannot access to customized paths within .pth file | open | Valentin Zhao | ||
(no dependencies set) imghdr_icc_jpeg.patch, peanuts15.jpg | ||||||
16512 | 30 months ago | imghdr doesn't recognize variant jpeg formats | open | joril | ||
(no dependencies set) import.diff, test_builtin_submodule.py, test_submodule.py, xxsubmoduletest.c | ||||||
1644818 | 30 months ago | Allow built-in packages and submodules as well as top-level modules | open | mlobo | ||
(no dependencies set) import_deadlock.py, import_module_not_found.py, issue38884.zip | ||||||
38884 | 30 months ago | __import__ is not thread-safe on Python 3 | open | Valentyn Tymofieiev | ||
(no dependencies set) imptime.patch | ||||||
14067 | 30 months ago | Avoid more stat() calls in importlib | open | pitrou | ||
(no dependencies set) imu.py, mypool.py | ||||||
19993 | 30 months ago | Pool.imap doesn't work as advertised | open | jneb | ||
(no dependencies set) incorrect_timezone.py | ||||||
42401 | 30 months ago | Plislit does not handle date timezone correctly | open | jcbertin | ||
(no dependencies set) indexerror.patch, indexerror.tests, indexerror_all.patch | ||||||
18162 | 30 months ago | Add index attribute to IndexError | open | brett.cannon | ||
(no dependencies set) inet_aton_pton.py | ||||||
37495 | 30 months ago | socket.inet_aton parsing issue on some libc versions | open | Dominik Czarnota | ||
(no dependencies set) Info.plist | ||||||
40381 | 30 months ago | plistlib doesn't handle poorly-formatted plists | open | Clay Caviness | ||
(no dependencies set) init.html | ||||||
33601 | 30 months ago | [doc] Py_UTF8Mode is not documented | open | serhiy.storchaka | ||
(no dependencies set) input0.tar | ||||||
36986 | 30 months ago | tarfile: unexpected IsADirectoryError on extraction | open | alter-bug-tracer | ||
(no dependencies set) input_test.py | ||||||
33692 | 30 months ago | Chinese characters issue with input() function | open | Valentin Zhao | ||
(no dependencies set) insensitive-lookup.patch, issue2275-py26.diff, issue2275-py3k.diff, issue2775-problems.patch, issue2775.patch, urllib2-cap-headers.diff | ||||||
2275 | 30 months ago | Make urllib.request.Request.has_header() etc case-insensitive | open | frispete | ||
(no dependencies set) inspect.patch | ||||||
43118 | 30 months ago | inspect.signature() raises RuntimeError on failed to resolve the default argument value | open | tkomiya | ||
(no dependencies set) inspect_stack_perf.py | ||||||
33587 | 30 months ago | inspect.getsource performs unnecessary filesystem stat call | open | Pankaj Pandey | ||
(no dependencies set) Installation Log.zip, Installation log _02062021.zip, Python log files.zip | ||||||
40395 | 30 months ago | Scripts folder is Empty in python 3.8.2 for Windows 7. | open | BenTen Jan | ||
(no dependencies set) instrument_issubset.py, instrument_issubset.py | ||||||
46705 | 30 months ago | Memory optimization for set.issubset | open | panda1200 | ||
(no dependencies set) int-unix.patch | ||||||
29926 | 30 months ago | IDLE: in shell, time.sleep ignores _thread.interrupt_main() | open | Mark | ||
(no dependencies set) int_to_bytes_overflow_1.patch, int_to_bytes_overflow_cornercase.patch, int_to_bytes_overflow_cornercase2.patch | ||||||
27623 | 30 months ago | int.to_bytes() and int.from_bytes(): raise ValueError when bytes count is zero | open | socketpair | ||
(no dependencies set) interpreterlock.zip | ||||||
38680 | 30 months ago | PyGILState_Release does not release gil correctly, resulting in deadlock | open | 123 wlpha | ||
(no dependencies set) interrupted_lock.py, test.patch | ||||||
30768 | 30 months ago | PyThread_acquire_lock_timed() should recompute the timeout when interrupted by a signal | open | vstinner | ||
(no dependencies set) intmax_t-2.patch, intmax_t-3.patch, intmax_t-4.patch, intmax_t.patch, use_intmax_t.patch | ||||||
17870 | 30 months ago | Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function | open | Devin Jeanpierre | ||
(no dependencies set) io.openBugEx.py | ||||||
25359 | 30 months ago | io.open() fails to open ascii file if LANG env not set | open | sentinel | ||
(no dependencies set) iobase.diff | ||||||
21763 | 30 months ago | Clarify requirements for file-like objects | open | nikratio | ||
(no dependencies set) iobase_read.patch, iobase_read.patch | ||||||
15903 | 30 months ago | Make rawiobase_read() read directly to bytes object | open | sbt | ||
(no dependencies set) ipaddress.patch | ||||||
22941 | 30 months ago | IPv4Interface arithmetic changes subnet mask | open | kwi.dk | ||
(no dependencies set) ipv6test.py | ||||||
34453 | 30 months ago | ipaddress module accepts some strange IPv6 addresses that it shouldn't | open | lkcl | ||
(no dependencies set) irda-32.patch, irda-default-1.diff, irda-default.diff, obex_test.py, release24-maint-irda.patch | ||||||
1522400 | 30 months ago | irda socket support | open | qyb | ||
(no dependencies set) is_alive_method.py | ||||||
39021 | 30 months ago | multiprocessing is_alive() between children processes | open | matttimms | ||
(no dependencies set) isfuncs_behavior.py | ||||||
46722 | 30 months ago | Different behavior for functiools.partial between inspect.isfunction() and other inspect.is*function() | open | IliyaZinoviev | ||
(no dependencies set) isfuture_benchmark.py, isfuture_benchmark2.py | ||||||
33521 | 30 months ago | Add 1.32x faster C implementation of asyncio.isfuture(). | open | jimmylai | ||
(no dependencies set) isinstance_iter.py | ||||||
39550 | 30 months ago | isinstance accepts subtypes of tuples as second argument | open | ewjoachim | ||
(no dependencies set) issue 24505 proposed patch windows cmd semantics.patch, issue-24505-proposed-patch-2.patch, new_which_bug_files.zip, which2.py | ||||||
24505 | 30 months ago | shutil.which wrong result on Windows | open | bobjalex | ||
(no dependencies set) issue-11445-linkflags.txt | ||||||
11445 | 30 months ago | python.exe on OS X shared-llbrary build erroneously linked to MacPorts python library | open | skip.montanaro | ||
(no dependencies set) issue-12038.patch | ||||||
12038 | 30 months ago | assertEqual doesn't display newline differences quite well | open | pitrou | ||
(no dependencies set) issue-15351-concept.patch | ||||||
15351 | 30 months ago | Add to unittest.TestCase support for using context managers | open | chris.jerdonek | ||
(no dependencies set) issue-15454-1.patch | ||||||
15454 | 30 months ago | Allow dircmp.report() output stream to be customized | open | chris.jerdonek | ||
(no dependencies set) issue-15518-1.patch, layouts.html, reports.html, test_filecmp_layouts.rst, test_filecmp_reports.rst | ||||||
15518 | 30 months ago | Provide test coverage for filecmp.dircmp.report methods. | open | cbc | ||
(no dependencies set) issue-15533-2-default.patch, issue-15533-3-default.patch, issue-15533-4-default.patch, issue-15533-5-default.patch, issue-15533-6-default.patch, issue-15533-7-default.patch, issue-15533-8-default.patch, issue-15533-test-cases-1.patch | ||||||
15533 | 30 months ago | subprocess.Popen(cwd) documentation: Posix vs Windows | open | chris.jerdonek | ||
(no dependencies set) issue-15887-01.patch | ||||||
15887 | 30 months ago | urlencode should accept iterables of pairs | open | nagisa | ||
(no dependencies set) issue-15939-1.patch, issue15939-ctypes-2.diff, issue15939-ctypes.diff | ||||||
15939 | 30 months ago | make *.rst files in Doc/ parseable by doctest | open | chris.jerdonek | ||
(no dependencies set) issue-16418-1-default.patch | ||||||
16418 | 30 months ago | argparse with many choices can generate absurdly long usage message | open | Juraj.Variny | ||
(no dependencies set) issue-16878-1.patch, issue-16878-2.patch | ||||||
16878 | 30 months ago | argparse: positional args with nargs='*' defaults to [] | open | chris.jerdonek | ||
(no dependencies set) issue-17322-1.patch, request_header_space_removal.patch | ||||||
17322 | 30 months ago | urllib.request add_header() currently allows trailing spaces (and other weird stuff) | open | karlcow | ||
(no dependencies set) issue-17496.txt, tk-cond.diff | ||||||
17496 | 30 months ago | OS X test for Tk availability in runtktests.py doesn't work | open | alex | ||
(no dependencies set) issue-18181-full-v1.txt, issue-18181-full-v2.txt, issue-18181-full-v2b.txt, issue-18181-full-v3.txt, issue-18181-full-v4.txt, issue-18181-poc-v4.txt, issue18181-locallookup-only-super.txt, pep447-2015-07-25-v2.txt, pep447-2015-07-25.txt, pep447-2015-07-26.txt, pep447-2015-07-26.txt, pep447-micro-bench.py, super-hook-proposal.rst, supers_updated.py | ||||||
18181 | 30 months ago | PEP447: Add type.__getdescriptor__ | open | ronaldoussoren | ||
(no dependencies set) issue-20468.txt | ||||||
20468 | 30 months ago | [doc] resource module documentation is incorrect | open | Kurt.Rose | ||
(no dependencies set) issue-21265.patch | ||||||
21265 | 30 months ago | ConfigParser allows "get(*, raw=True), but no corresponding "set(*, raw=True)" | open | metagriffin | ||
(no dependencies set) issue-22012.txt | ||||||
22012 | 30 months ago | struct.unpack('?', '\x02') returns (False,) on Mac OSX | open | wayedt | ||
(no dependencies set) issue-24040.txt | ||||||
24040 | 30 months ago | plistlib assumes dict_type is descendent of dict | open | Behdad.Esfahbod | ||
(no dependencies set) issue-24725.patch, repro.c | ||||||
24725 | 30 months ago | test_socket testFDPassEmpty fails on OS X 10.11+ with "Cannot allocate memory" | open | ned.deily | ||
(no dependencies set) issue-4079-1.patch, issue-4079-tests-1.patch | ||||||
4079 | 30 months ago | urllib.request.Request 'timeout' attribute needs to have a default | open | sidnei | ||
(no dependencies set) issue-46890-v2.txt, issue-46890-v3.txt, issue-46890.txt | ||||||
46890 | 30 months ago | getpath problems with framework build | open | ronaldoussoren | ||
(no dependencies set) issue-5262.txt | ||||||
5262 | 30 months ago | PythonLauncher considered harmfull | open | ronaldoussoren | ||
(no dependencies set) issue-6820.patch | ||||||
6820 | 30 months ago | Redefinition of HAVE_STRFTIME can cause compiler errors. | open | rgpitts | ||
(no dependencies set) issue-socket.stoneleaf.01.patch | ||||||
28083 | 30 months ago | socket: finish constant to Enum/Flag conversion | open | ethan.furman | ||
(no dependencies set) issue.patch | ||||||
46715 | 30 months ago | asyncio.create_unix_server has an off-by-one error concerning the backlog parameter | open | jnsnow | ||
(no dependencies set) issue.py | ||||||
25952 | 30 months ago | code_context not available in exec() | open | Grzegorz Krasoń | ||
(no dependencies set) issue.py | ||||||
30833 | 30 months ago | UnloadUserprofile displays the error "The handle is invalid" | open | d doe | ||
(no dependencies set) issue10231.diff, issue10231_v2.diff | ||||||
10231 | 30 months ago | SimpleHTTPRequestHandler directory bugs | open | hfuru | ||
(no dependencies set) issue10289-magic-py34_v1.diff, issue10289-magic-py34_v2.diff | ||||||
10289 | 30 months ago | Document magic methods called by built-in functions | open | eric.araujo | ||
(no dependencies set) issue10572-ctypes.diff, issue10572-lib2to3-2.patch, issue10572-lib2to3.patch, issue10572-sqlite3-2.patch, issue10572-sqlite3.diff, issue10572-sqlite3.patch | ||||||
10572 | 30 months ago | Move test sub-packages to Lib/test | open | michael.foord | ||
(no dependencies set) issue10608.patch | ||||||
10608 | 30 months ago | [doc] Add a section to Windows FAQ explaining os.symlink | open | brian.curtin | ||
(no dependencies set) issue1062277-test-py3k.diff, redcycle.diff | ||||||
1062277 | 30 months ago | Pickle breakage with reduction of recursive structures | open | ddorfman | ||
(no dependencies set) issue10665.diff, unicodedata-doc.diff | ||||||
10665 | 30 months ago | Expand unicodedata module documentation | open | belopolsky | ||
(no dependencies set) issue10735-27.patch, issue10735-py3k.patch | ||||||
10735 | 30 months ago | platform.architecture() gives misleading results for OS X multi-architecture executables | open | ned.deily | ||
(no dependencies set) issue1075356.patch | ||||||
1075356 | 30 months ago | exceeding obscure weakproxy bug | open | mwh | ||
(no dependencies set) issue10880_68064.patch | ||||||
10880 | 30 months ago | do_mkvalue and 'boolean' | open | IROV | ||
(no dependencies set) issue10977_list.patch | ||||||
10977 | 30 months ago | Concrete object C API considered harmful to subclasses of builtin types | open | rhettinger | ||
(no dependencies set) issue1098749.diff, patch | ||||||
1098749 | 30 months ago | Single-line option to pygettext.py | open | blais | ||
(no dependencies set) issue11218_patternNone.patch, tester.py | ||||||
11218 | 30 months ago | pattern=None when following documentation for load_tests and unittest.main() | open | gagern | ||
(no dependencies set) issue11343.patch | ||||||
11343 | 30 months ago | Make errors due to full parser stack identifiable | open | Trundle | ||
(no dependencies set) issue11416.diff, netrc-doc.patch, netrc.patch, netrc.patch | ||||||
11416 | 30 months ago | netrc module does not handle multiple entries for a single host | open | saffroy | ||
(no dependencies set) issue11455.patch | ||||||
11455 | 30 months ago | issue a warning when populating a CPython type dict with non-string keys | open | michael.foord | ||
(no dependencies set) issue11486.patch | ||||||
11486 | 30 months ago | Add option to not install into /Applications | open | ronaldoussoren | ||
(no dependencies set) issue11695_1.patch | ||||||
11695 | 30 months ago | Improve argparse usage/help customization | open | bethard | ||
(no dependencies set) issue11698.patch, structseq_2.patch | ||||||
11698 | 30 months ago | Improve repr for structseq objects to show named, but unindexed fields | open | rhettinger | ||
(no dependencies set) issue11770.patch | ||||||
11770 | 30 months ago | inspect.dir_static | open | michael.foord | ||
(no dependencies set) Issue1182143_1.patch, Issue1182143_1hg.patch | ||||||
1182143 | 30 months ago | making builtin exceptions more informative | open | sdementen | ||
(no dependencies set) issue12053-pyio.patch, issue12053-tests.patch, prefetch.patch | ||||||
12053 | 30 months ago | Add prefetch() for Buffered IO (experiment) | open | jcon | ||
(no dependencies set) issue12378_py27.patch, issue12378_py35.patch | ||||||
12378 | 30 months ago | smtplib.SMTP_SSL leaks socket connections on SSL error | open | joeshaw | ||
(no dependencies set) issue12425.patch | ||||||
12425 | 30 months ago | gettext breaks on empty plural-forms value | open | djc | ||
(no dependencies set) issue12436-notepad_plus_plus.diff, issue12436-notepad_plus_plus_2.diff, issue12436-notepad_plus_plus_3.diff | ||||||
12436 | 30 months ago | [doc] Missing items in installation/setup instructions | open | ncoghlan | ||
(no dependencies set) Issue12485.v2.patch, textwrap.py-beautiful-2011-07-11_22-01-31_r71296+.diff | ||||||
12485 | 30 months ago | textwrap.wrap: new argument for more pleasing output | open | parent5446 | ||
(no dependencies set) issue12623_failing_test.diff | ||||||
12623 | 30 months ago | "universal newlines" subprocess support broken with select- and poll-based communicate() | open | pitrou | ||
(no dependencies set) issue12886.patch, issue12886.patch | ||||||
12886 | 30 months ago | datetime.strptime parses input wrong | open | heidar.rafn | ||
(no dependencies set) issue12916-2.patch, issue12916-3.patch, issue12916-splitdoc-4.patch, issue12916-splitdoc-5.patch, issue12916_1.patch | ||||||
12916 | 30 months ago | Add inspect.splitdoc | open | eric.araujo | ||
(no dependencies set) issue12932.diff | ||||||
12932 | 30 months ago | filecmp.dircmp does not allow non-shallow comparisons | open | kesmit | ||
(no dependencies set) Issue13074.diff | ||||||
13074 | 30 months ago | Improve documentation of locale encoding functions | open | gjb1002 | ||
(no dependencies set) issue13240.patch | ||||||
13240 | 30 months ago | sysconfig gives misleading results for USE_COMPUTED_GOTOS | open | flox | ||
(no dependencies set) issue13319.patch | ||||||
13319 | 30 months ago | IDLE: Menu accelerator conflict between Format and Options | open | roger.serwy | ||
(no dependencies set) issue13330.patch, test_calendar.patch | ||||||
13330 | 30 months ago | Attempt full test coverage of LocaleTextCalendar.formatweekday | open | Sean.Fleming | ||
(no dependencies set) issue13359.patch, issue13359.patch, issue13359_py2.patch, urllib-request-space-encode.diff | ||||||
13359 | 30 months ago | urllib2 doesn't escape spaces in http requests | open | davide.rizzo | ||
(no dependencies set) issue13378_non_global_namespaces.diff, issue13378_non_global_namespaces_v2.diff, issue13378_non_global_namespaces_v3.diff | ||||||
13378 | 30 months ago | ET: add custom namespaces to serialization methods | open | Nekmo | ||
(no dependencies set) issue1346874-273.patch, issue1346874.patch | ||||||
1346874 | 30 months ago | httplib simply ignores CONTINUE | open | cdwave | ||
(no dependencies set) issue13475_1.diff, issue13475_2.diff, issue13475_long_only.diff | ||||||
13475 | 30 months ago | Add '--mainpath'/'--nomainpath' command line options to override sys.path[0] initialisation | open | ncoghlan | ||
(no dependencies set) issue13940.patch | ||||||
13940 | 30 months ago | imaplib: Mailbox names are not quoted | open | joebauer | ||
(no dependencies set) issue1397474.py27.1.patch | ||||||
1397474 | 30 months ago | [doc] timeit execution enviroment | open | rurpy | ||
(no dependencies set) issue14534.diff, issue14534.v2.diff, issue14534.v3.diff, unittest_do_not_run.diff | ||||||
14534 | 30 months ago | Add means to mark unittest.TestCases as "do not load". | open | r.david.murray | ||
(no dependencies set) issue14652.diff, ssm_validate.patch, ssm_validate.patch | ||||||
14652 | 30 months ago | Better error messages for wsgiref validator failures | open | ssm | ||
(no dependencies set) issue1481032.patch, smtplib_nosideeffecterror.patch | ||||||
1481032 | 30 months ago | patch smtplib:when SMTPDataError, rset crashes with sslerror | open | kxroberto | ||
(no dependencies set) issue15004.diff, simplenamespace-weakref.diff | ||||||
15004 | 30 months ago | add weakref support to types.SimpleNamespace | open | eric.snow | ||
(no dependencies set) Tkinter.patch, issue1500773.diff | ||||||
1500773 | 30 months ago | wm_attributes doesn't take keyword arguments | open | gregcouch | ||
(no dependencies set) issue15013.patch | ||||||
15013 | 30 months ago | [doc] smtplib: add low-level APIs to doc? | open | sandro.tosi | ||
(no dependencies set) issue15045.patch | ||||||
15045 | 30 months ago | Make textwrap.dedent() and textwrap.indent() handle whitespace consistently | open | ncoghlan | ||
(no dependencies set) issue15122.patch | ||||||
15122 | 30 months ago | Always rewrite single-file mailboxes in-place | open | petri.lehtinen | ||
(no dependencies set) Issue15305.diff, issue15305-2.patch, issue15305-3.patch | ||||||
15305 | 30 months ago | Test harness unnecessarily disambiguating twice | open | chris.jerdonek | ||
(no dependencies set) issue15393_3.6.patch, json-raw-decoder-fix-whitespace.diff, json-raw-decoder-fix-whitespace.diff | ||||||
15393 | 30 months ago | JSONDecoder.raw_decode breaks on leading whitespace | open | aalien | ||
(no dependencies set) issue15498-v1.txt | ||||||
15498 | 30 months ago | Eliminate the use of deprecated OS X APIs in getpath.c | open | ned.deily | ||
(no dependencies set) issue15753_varargsuper.patch | ||||||
15753 | 30 months ago | No-argument super in method with variable arguments raises SystemError | open | james.sanders | ||
(no dependencies set) Issue1576313.diff, python-win32-execvp.patch | ||||||
1576313 | 30 months ago | [doc] os.execvp[e] on win32 fails for current directory | open | snaury | ||
(no dependencies set) issue15795.patch, issue15795_cleaned.patch, issue15795_test_and_doc_fixes.patch, issue15795_updated.patch | ||||||
15795 | 30 months ago | Zipfile.extractall does not preserve file permissions | open | uruz | ||
(no dependencies set) issue15808_idle_doc_paths.patch | ||||||
15808 | 30 months ago | IDLE: Update offline doc locations for linux | open | Rostyslav.Dzinko | ||
(no dependencies set) issue15875.diff | ||||||
15875 | 30 months ago | tarfile may not make @LongLink for non-ascii character | open | Manuke | ||
(no dependencies set) issue16083.1.patch, issue16083.patch, issue16083.tests.patch | ||||||
16083 | 30 months ago | HTTPServer does not correctly handle bad request line | open | maker | ||
(no dependencies set) issue1610654.patch, issue1610654_1.patch, issue1610654_2.patch, issue1610654_3.patch, issue1610654_4.patch, issue1610654_5.patch | ||||||
1610654 | 30 months ago | cgi.py multipart/form-data | open | teyc | ||
(no dependencies set) issue16121.patch, shlex_test.py | ||||||
16121 | 30 months ago | shlex.shlex.error_leader() reports incorrect line number | open | Arfrever | ||
(no dependencies set) issue16198_check_matches.patch | ||||||
16198 | 30 months ago | IDLE - tabbing in a string always brings up file completion window | open | roger.serwy | ||
(no dependencies set) issue16200.patch, shlex_posix_property.patch, shlex_posix_readonly.patch | ||||||
16200 | 30 months ago | Setting .posix=True for shlex object causes infinite loop in __next__ | open | roger.serwy | ||
(no dependencies set) Issue16376.diff | ||||||
16376 | 30 months ago | wrong type for wintypes.BYTE | open | techtonik | ||
(no dependencies set) issue16576.docfix.1.patch, test185_lib.tgz, test186_lib.tgz | ||||||
16576 | 30 months ago | ctypes: structure with bitfields as argument | open | arigo | ||
(no dependencies set) issue16679-1.diff | ||||||
16679 | 30 months ago | Add advice about non-ASCII wsgiref PATH_INFO | open | claudep | ||
(no dependencies set) issue16731.patch, xxdocstrings.diff | ||||||
16731 | 30 months ago | [doc] xxlimited/xxmodule docstrings ambiguous | open | danielsh | ||
(no dependencies set) issue16927.patch, issue16927_2.patch, issue16927_3.patch | ||||||
16927 | 30 months ago | Separate built-in types from functions and group similar functions in functions.rst | open | ezio.melotti | ||
(no dependencies set) issue16964.patch | ||||||
16964 | 30 months ago | Add 'm' format specifier for mon_grouping etc. | open | skrah | ||
(no dependencies set) issue17062.diff | ||||||
17062 | 30 months ago | An os.walk inspired replacement for pkgutil.walk_packages | open | ncoghlan | ||
(no dependencies set) issue17204.py, patch0.diff | ||||||
17204 | 30 months ago | argparser's subparsers.add_parser() should accept an ArgumentParser | open | chris.jerdonek | ||
(no dependencies set) issue17246.diff, test_cgitb.py | ||||||
17246 | 30 months ago | inspect.getargvalues fails if arg name is not bound to a value | open | Andrew.Lutomirski | ||
(no dependencies set) issue17247.diff | ||||||
17247 | 30 months ago | int and float should detect inconsistent format strings | open | christian.heimes | ||
(no dependencies set) issue17267-3.4.diff, issue17267-v2.patch, issue17267-v3.patch, issue17267.patch, issue17267.patch | ||||||
17267 | 30 months ago | datetime.time support for '+' and '-' | open | ronaldoussoren | ||
(no dependencies set) issue17301-2.diff, issue17301.diff | ||||||
17301 | 30 months ago | An in-place version of many bytearray methods is needed | open | gregory.p.smith | ||
(no dependencies set) issue17319.patch | ||||||
17319 | 30 months ago | http.server.BaseHTTPRequestHandler send_response_only doesn't check the type and value of the code. | open | karlcow | ||
(no dependencies set) issue17383.patch | ||||||
17383 | 30 months ago | [doc] Possibly ambiguous phrasing in tutorial/modules#more-on-modules | open | Piotr.Kuchta | ||
(no dependencies set) issue1745722.diff, wsgi_xml_rpc.patch, wsgi_xml_rpc_pep8.patch | ||||||
1745722 | 30 months ago | please add wsgi to SimpleXMLRPCServer | open | gnarfk | ||
(no dependencies set) issue17545.patch | ||||||
17545 | 30 months ago | [doc] os.listdir and os.path.join inconsistent on empty path | open | babou | ||
(no dependencies set) issue17546.stoneleaf.01.patch, locals_doc.03.patch, locals_doc.04.patch, locals_doc.patch | ||||||
17546 | 30 months ago | Document the circumstances where the locals() dict get updated | open | techtonik | ||
(no dependencies set) issue17576.patch, issue17576_v2.patch, issue17576_v3.patch, issue17576_v4.patch | ||||||
17576 | 30 months ago | PyNumber_Index() is not int-subclass friendly (or operator.index() docs lie) | open | barry | ||
(no dependencies set) ZoomInOut.patch, ZoomInOut.patch2, issue17642_patch.diff | ||||||
17642 | 30 months ago | IDLE add font resizing hot keys and wheel | open | rhettinger | ||
(no dependencies set) issue17652_v2.diff, skip_on_windows.diff | ||||||
17652 | 30 months ago | Add skip_on_windows decorator to test.support | open | berker.peksag | ||
(no dependencies set) issue17792-2.diff, issue17792.diff | ||||||
17792 | 30 months ago | Unhelpful UnboundLocalError due to del'ing of exception target | open | barry | ||
(no dependencies set) issue17840.patch, issue17840.patch | ||||||
17840 | 30 months ago | base64_codec uses assert for runtime validity checks | open | ncoghlan | ||
(no dependencies set) issue17858.patch, issue17858.patch, issue17858.patch, issue17858.patch | ||||||
17858 | 30 months ago | Different documentation for identical methods | open | amysyk | ||
(no dependencies set) issue17945.diff, peerfix.diff, pythonlevelpeers.py | ||||||
17945 | 30 months ago | tkinter: change API of non-functioning peer_create, does not instantiate Text | open | ghoul | ||
(no dependencies set) issue1800.diff, issue1800.diff | ||||||
1800 | 30 months ago | ctypes callback fails when called in Python with array argument | open | kermode | ||
(no dependencies set) issue18108.diff | ||||||
18108 | 30 months ago | shutil.chown should support dir_fd and follow_symlinks keyword arguments | open | cjwatson | ||
(no dependencies set) issue18119-code-only.patch | ||||||
18119 | 30 months ago | urllib.FancyURLopener does not treat URL fragments correctly | open | takahashi.shuhei | ||
(no dependencies set) issue18235.patch | ||||||
18235 | 30 months ago | _sysconfigdata.py wrong on AIX installations | open | David.Edelsohn | ||
(no dependencies set) Issue18262_27.patch, Issue18262_34_35.patch | ||||||
18262 | 30 months ago | ZipInfo.external_attr are not documented | open | techtonik | ||
(no dependencies set) issue18376_regrtest_count_processes.diff | ||||||
18376 | 30 months ago | show the effective count of process when running the testsuite | open | flox | ||
(no dependencies set) issue18381.diff, issue18381_v2.diff, unittest.patch | ||||||
18381 | 30 months ago | unittest warnings counter | open | giampaolo.rodola | ||
(no dependencies set) issue18614.patch | ||||||
18614 | 30 months ago | Enhanced \N{} escapes for Unicode strings | open | steven.daprano | ||
(no dependencies set) issue18717.patch | ||||||
18717 | 30 months ago | test for request.urlretrieve | open | mjehanzeb | ||
(no dependencies set) issue18862-importlib-abc-subclasshooks.diff | ||||||
18862 | 30 months ago | Implement __subclasshook__() for Finders and Loaders in importlib.abc | open | eric.snow | ||
(no dependencies set) issue19081-33-gps06.diff, issue19081-gps03.patch, issue19081-subimport-fix-gps02.diff, issue19081-subimport-fix-gps03.diff, issue19081-subimport-fix-gps04.diff, issue19081-subimport-fixes-py33-gps05.diff, issue19081-subimport-test-gps01.diff, zipimport_modify_zip_test.patch | ||||||
19081 | 30 months ago | zipimport behaves badly when the zip file changes while the process is running | open | gregory.p.smith | ||
(no dependencies set) issue19359.patch, reversed_list_proxy_test.py, reversed_proxy.patch, reversed_proxy_failure.py | ||||||
19359 | 30 months ago | reversed() does not work with weakref.proxy of sequences | open | abingham | ||
(no dependencies set) issue19683.patch, issue19683.patch | ||||||
19683 | 30 months ago | test_minidom has many empty tests | open | zach.ware | ||
(no dependencies set) issue20178-cyptes-01.patch, issue20178-cyptes-02.patch, issue20178-sqlite-01.patch | ||||||
20178 | 30 months ago | Derby #9: Convert 52 sites to Argument Clinic across 11 files | open | larry | ||
(no dependencies set) issue20215-gps01.diff, issue20215_socketserver.patch | ||||||
20215 | 30 months ago | socketserver.TCPServer can not listen IPv6 address | open | dazhaoyu | ||
(no dependencies set) issue20333.patch, sample.py | ||||||
20333 | 30 months ago | argparse subparser usage message hides main parser usage | open | Martin.d'Anjou | ||
(no dependencies set) issue20389_statistics_docs.diff | ||||||
20389 | 30 months ago | clarify meaning of xbar and mu in pvariance/variance of statistics module | open | jtaylor | ||
(no dependencies set) issue20430.py | ||||||
20430 | 30 months ago | Make argparse.SUPPRESS work as an argument "dest" | open | jzwinck | ||
(no dependencies set) issue20970.patch | ||||||
20970 | 30 months ago | [doc] contradictory documentation for prog option of argparse | open | Aaron.Meurer | ||
(no dependencies set) TCVN5712-1.TXT, TCVN5712-2.TXT, TCVN5712-3.TXT, issue21081.patch | ||||||
21081 | 30 months ago | missing vietnamese codec TCVN 5712:1993 in Python | open | progfou | ||
(no dependencies set) issue21130.patch, issue_21130_2.patch, partial_richcompare_1_regenerated.patch, partial_richcompare_2.patch | ||||||
21130 | 30 months ago | equivalent functools.partial instances should compare equal | open | theller | ||
(no dependencies set) issue21140-27.patch, issue21140-34.patch | ||||||
21140 | 30 months ago | Idle: saving Shell or an OutputWindow should default to .txt | open | terry.reedy | ||
(no dependencies set) issue21261.patch, issue21261.patch | ||||||
21261 | 30 months ago | Teach IDLE to Autocomplete dictionary keys | open | rhettinger | ||
(no dependencies set) issue21472.patch | ||||||
21472 | 30 months ago | Fix wsgiref handling of absolute HTTP Request-URI | open | mouad | ||
(no dependencies set) issue21973.patch | ||||||
21973 | 30 months ago | IDLE: catch user cfg file error, better error message, continue | open | Tomk | ||
(no dependencies set) Issue22021.patch | ||||||
22021 | 30 months ago | shutil.make_archive() root_dir do not work | open | DemoHT | ||
(no dependencies set) issue22024.patch, shutil_wait.patch | ||||||
22024 | 30 months ago | Add to shutil the ability to wait until files are definitely deleted | open | zach.ware | ||
(no dependencies set) issue22029_1.patch, issue22029_2.patch | ||||||
22029 | 30 months ago | argparse - CSS white-space: like control for individual text blocks | open | paul.j3 | ||
(no dependencies set) issue22079-tp_bases.patch, issue22079.patch | ||||||
22079 | 30 months ago | Ensure in PyType_Ready() that base class of static type is static | open | serhiy.storchaka | ||
(no dependencies set) issue22080.patch, issue22080_1.patch, issue22080_2.patch, windows_helper.patch, windows_helper.py | ||||||
22080 | 30 months ago | Add windows_helper module helper | open | Claudiu.Popa | ||
(no dependencies set) issue22234_36.patch, issue22234_37.patch, urlparse_empty_bad_arg_deprecation.patch, urlparse_empty_bad_arg_deprecation2.patch, urlparse_empty_bad_arg_disallow.patch | ||||||
22234 | 30 months ago | urllib.parse.urlparse accepts any falsy value as an url | open | ztane | ||
(no dependencies set) issue22652.patch | ||||||
22652 | 30 months ago | Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given" | open | cool-RR | ||
(no dependencies set) issue22705-v1.diff | ||||||
22705 | 30 months ago | Idle extension configuration: add option-help option | open | terry.reedy | ||
(no dependencies set) issue22706_1.diff | ||||||
22706 | 30 months ago | Idle extension configuration and key bindings | open | terry.reedy | ||
(no dependencies set) issue22708.patch, py2.7.httplib.patch | ||||||
22708 | 30 months ago | httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method | open | vova | ||
(no dependencies set) issue23041.patch, issue23041_test.patch | ||||||
23041 | 30 months ago | csv needs more quoting rules | open | samwyse | ||
(no dependencies set) issue23235.diff | ||||||
23235 | 30 months ago | run_tests.py doesn't set test.support.verbose correctly | open | berker.peksag | ||
(no dependencies set) issue23376-2.diff, issue23376.diff | ||||||
23376 | 30 months ago | getargs.c: redundant C-contiguity check | open | skrah | ||
(no dependencies set) issue23602.patch, issue23602v2.patch, issue23602v3.patch, issue23602v4.patch | ||||||
23602 | 30 months ago | Implement __format__ for Fraction | open | tuomas.suutari | ||
(no dependencies set) issue23677.diff, issue23677_v2.diff | ||||||
23677 | 30 months ago | Mention dict and set comps in library reference | open | FrankMillman | ||
(no dependencies set) issue23760.tcl | ||||||
23760 | 30 months ago | Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit | open | Victor Korolkevich | ||
(no dependencies set) issue24053.patch | ||||||
24053 | 30 months ago | Define EXIT_SUCCESS and EXIT_FAILURE constants in sys | open | belopolsky | ||
(no dependencies set) issue24056.diff, issue24056_2.diff | ||||||
24056 | 30 months ago | Better expose closure, generator & coroutine status of functions | open | ncoghlan | ||
(no dependencies set) issue24215.patch | ||||||
24215 | 30 months ago | test_trace uses test_pprint | open | serhiy.storchaka | ||
(no dependencies set) issue24398.patch | ||||||
24398 | 30 months ago | Update test_capi to use test.support.script_helper | open | bobcatfish | ||
(no dependencies set) issue24479_support_mmp_and_mmpz_suffix_in_guess_type, seaman.mmp | ||||||
24479 | 30 months ago | Support LMMS project files in mimetypes.guess_type | open | Andreas Nilsson | ||
(no dependencies set) Python-2.4.4.all.patch04, issue2449_v2.diff | ||||||
2449 | 30 months ago | Improved serialization error logging in xmlrpclib | open | blunck2 | ||
(no dependencies set) issue24595.diff | ||||||
24595 | 30 months ago | InteractiveInterpreter always prints to stdout | open | graphite | ||
(no dependencies set) issue24676.py, issue5758_trace_execute_other_modules_main_v0.patch | ||||||
9914 | 30 months ago | trace/profile conflict with the use of sys.modules[__name__] | open | belopolsky | ||
(no dependencies set) issue24766.diff, property-doc-test.patch, property-doc-test2.patch, property-doc.patch | ||||||
24766 | 30 months ago | Subclass of property doesn't preserve instance __doc__ when using doc= argument | open | erik.bray | ||
(no dependencies set) issue24790.1.patch | ||||||
24790 | 30 months ago | Idle: improve stack viewer | open | terry.reedy | ||
(no dependencies set) issue2528.2.patch | ||||||
2528 | 30 months ago | Change os.access to check ACLs under Windows | open | tim.golden | ||
(no dependencies set) issue25297.py | ||||||
25297 | 30 months ago | max_help_position is not works in argparse library | open | morden2k | ||
(no dependencies set) issue25386.patch | ||||||
25386 | 30 months ago | msvcrt_putch/msvcrt_putwch don't check the return value of _putch/_putwch | open | Alexander Riccio | ||
(no dependencies set) issue25571-2.diff, issue25571-3.diff, issue25571-4.diff, issue25571.patch | ||||||
25571 | 30 months ago | Improve the lltrace feature with the Py_Debug mode | open | matrixise | ||
(no dependencies set) Issue25782.patch, Issue25782_2.patch, Issue25782_3.patch, Issue25782_4.patch, Issue25782_5.patch, issue27122_broken_cm.py, set_context_reordering.patch, set_context_reordering2.patch | ||||||
25782 | 30 months ago | CPython hangs on error __context__ set to the error itself | open | yselivanov | ||
(no dependencies set) issue25882.py | ||||||
25882 | 30 months ago | argparse help error: arguments created by add_mutually_exclusive_group() are shown outside their parent group created by add_argument_group() | open | balage | ||
(no dependencies set) issue2636-01.patch, re_atomic_groups.patch | ||||||
433030 | 30 months ago | SRE: Atomic Grouping (?>...) is not supported | open | effbot | ||
(no dependencies set) issue26403.patch, issue26403_v2.patch, server_dgram.py | ||||||
26403 | 30 months ago | Catch FileNotFoundError in socketserver.DatagramRequestHandler | open | desbma | ||
(no dependencies set) issue26648.diff, issue26648_2.diff | ||||||
26648 | 30 months ago | csv.reader Error message indicates to use deprecated | open | Philip Martin | ||
(no dependencies set) issue26812.patch | ||||||
26812 | 30 months ago | ExtendedInterpolation drops user-defined 'vars' during _interpolate_some() recursion | open | yab-arz | ||
(no dependencies set) issue27010-notuniqueboundary.patch, mail, mail.json | ||||||
27010 | 30 months ago | email library could "recover" from bad mime boundary like (some?) email clients do | open | Fedele Mantuano | ||
(no dependencies set) issue27081.py | ||||||
27081 | 30 months ago | Cannot capture sys.stderr output from an uncaught exception in a multiprocessing Process using a multiprocessing Queue | open | ppperry | ||
(no dependencies set) issue27607.zip | ||||||
27607 | 30 months ago | Importing the main module twice leads to two incompatible instances | open | SylvieLorxu | ||
(no dependencies set) issue27755.patch, spinbox.png | ||||||
27755 | 30 months ago | Retire DynOptionMenu with a ttk Combobox | open | jfoo | ||
(no dependencies set) issue27908.patch, issue27908_2.patch | ||||||
27908 | 30 months ago | del _limbo[self] KeyError | open | Dima.Tisnek | ||
(no dependencies set) issue27973.patch, multiple_ftp_download.py, test.py, urllib.patch | ||||||
27973 | 30 months ago | urllib.urlretrieve() fails on second ftp transfer | open | Sohaib Ahmad | ||
(no dependencies set) issue28007.diff | ||||||
28007 | 30 months ago | Bad .pyc files prevent import of otherwise valid .py files. | open | eric.snow | ||
(no dependencies set) issue28054.diff | ||||||
28054 | 30 months ago | Diff for visually comparing actual with expected in mock.assert_called_with. | open | Eli Rose | ||
(no dependencies set) issue28291.patch | ||||||
28291 | 30 months ago | urllib/urllib2 AbstractDigestAuthHandler locked to retried count of 5 | open | secynic | ||
(no dependencies set) issue28866.diff, weird.py, weird_without_interactive.py | ||||||
28866 | 30 months ago | Type cache is not correctly invalidated on a class defining mro() | open | sjpalt | ||
(no dependencies set) Resent_heuristic.patch, issue28879_v5.patch, issue_28879.patch, issue_28879_V2.patch, issue_28879_V3.patch, issue_28879_V4.patch, issue_28879_python2.patch, issue_28879_python2_overkill.patch | ||||||
28879 | 30 months ago | smtplib send_message should add Date header if it is missing, per RFC5322 | open | Henning.von.Bargen | ||
(no dependencies set) issue29247.diff | ||||||
29247 | 30 months ago | Document return value of epoll.poll | open | njs | ||
(no dependencies set) Issue29947_for_discussion_04.patch | ||||||
29947 | 30 months ago | In SocketServer, why not passing a factory instance for the RequestHandlerClass instead of the class itself? | open | dominic108 | ||
(no dependencies set) issue30218-1.patch | ||||||
30219 | 30 months ago | webbrowser.open outputs xdg-open deprecation warning | open | desbma | ||
(no dependencies set) issue3177-os_startfile_macosx.txt, os_startfile.diff, shutil_launch.py, shutil_open.patch, shutil_open.patch, shutil_open.patch, shutil_open.patch, shutil_open.patch, shutil_open.py | ||||||
3177 | 30 months ago | Add shutil.open | open | ganadist | ||
(no dependencies set) issue33678.patch, test.py | ||||||
33678 | 30 months ago | selector_events.BaseSelectorEventLoop.sock_connect should preserve socket type | open | sebastien.bourdeauducq | ||
(no dependencies set) issue43259_utility.py, test-no-parent.py, test.py | ||||||
43259 | 30 months ago | argparse: allow add_mutually_exclusive_group on add_argument_group | open | calestyo | ||
(no dependencies set) issue43659.zip, test.out | ||||||
43659 | 30 months ago | AIX: test_curses crashes buildbot | open | Michael.Felt | ||
(no dependencies set) issue45809-repro.patch | ||||||
45809 | 30 months ago | Race condition in WeakKeyDictionary/WeakKeyDictionary | open | colesbury | ||
(no dependencies set) issue5051-take2.diff, issue5051-take3.diff, issue5051.diff | ||||||
5051 | 30 months ago | test_update2 in test_os.py invalid due to os.environ.clear() followed by reliance on environ COMSPEC | open | lkcl | ||
(no dependencies set) issue5256.1.patch, issue5256.patch, rlcompleter.patch, rlcompleter_docs.patch | ||||||
5256 | 30 months ago | rlcompleter adds builtins when custom dict is used | open | armandas | ||
(no dependencies set) issue5516.diff, issue5516_trunk.diff | ||||||
5516 | 30 months ago | equality not symmetric for subclasses of datetime.date and datetime.datetime | open | jess.austin | ||
(no dependencies set) issue5714_withdoc.diff | ||||||
5714 | 30 months ago | http.server._url_collapse_path should live elsewhere | open | gregory.p.smith | ||
(no dependencies set) issue6671.diff, webbrowser.py.patch | ||||||
6671 | 30 months ago | webbrowser doesn't respect xfce default browser | open | ava1ar | ||
(no dependencies set) issue6858.patch | ||||||
6858 | 30 months ago | IDLE: allow syntax highlighting of files without .py extension | open | gert | ||
(no dependencies set) issue7275.diff, trace.diff | ||||||
7275 | 30 months ago | CoverageResult fails to merge input file with non-empty callers in trace.py | open | glinsvad | ||
(no dependencies set) Py(27)7325.diff, Py7325.diff, issue7325.patch, issue7325.patch | ||||||
7325 | 30 months ago | tempfile.mkdtemp() does not return absolute pathname when relative dir is specified | open | roysmith | ||
(no dependencies set) Tkinter.py.diffs, issue734176_py3.patch, nametowidget_clonedmenus.diff, nametowidget_clonedmenus_2.diff, nametowidget_clonedmenus_3.patch | ||||||
734176 | 30 months ago | Make Tkinter.py's nametowidget work with cloned menu widgets | open | gregcouch | ||
(no dependencies set) issue7671_test_popen.diff | ||||||
7671 | 30 months ago | test_popen fails if path contains special char like ";" | open | flox | ||
(no dependencies set) issue7940.patch | ||||||
7940 | 30 months ago | re.finditer and re.findall should support negative end positions | open | tlynn | ||
(no dependencies set) issue795081.patch, virus5 | ||||||
795081 | 30 months ago | email.Message param parsing problem II | open | customdesigned | ||
(no dependencies set) issue7982.diff | ||||||
7982 | 30 months ago | extend captured_output to simulate different stdout.encoding | open | flox | ||
(no dependencies set) issue8036_0.patch, issue_8036_1.patch | ||||||
8036 | 30 months ago | raise ValueError for empty `path` in os.spawnv[e] | open | alfps | ||
(no dependencies set) issue8087.patch | ||||||
8087 | 30 months ago | Unupdated source file in traceback | open | dmascialino | ||
(no dependencies set) issue8376.patch | ||||||
8376 | 30 months ago | Tutorial offers dangerous advice about iterators: “__iter__() can just return self” | open | andersk | ||
(no dependencies set) issue8786.patch | ||||||
8786 | 30 months ago | Add support for IEEE 754 contexts to decimal module. | open | mark.dickinson | ||
(no dependencies set) issue9104.diff, test_exceptions.diff | ||||||
9104 | 30 months ago | test.support method for dual-testing accelerated code (fixes test_exceptions and other's pickle testing) | open | belopolsky | ||
(no dependencies set) issue9182.patch | ||||||
9182 | 30 months ago | document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse | open | gray_hemp | ||
(no dependencies set) issue9338_3.patch, issue9338_7.patch, issue9338_argparse.patch, test_9338.py, test_pos_after_var_args.patch | ||||||
9338 | 30 months ago | argparse optionals with nargs='?', '*' or '+' can't be followed by positionals | open | bethard | ||
(no dependencies set) issue9341_1.patch | ||||||
9341 | 30 months ago | allow argparse subcommands to be grouped | open | bethard | ||
(no dependencies set) issue9351.patch | ||||||
9351 | 30 months ago | argparse set_defaults on subcommands should override top level set_defaults | open | bethard | ||
(no dependencies set) issue9453.py | ||||||
9453 | 30 months ago | pulldom.SAX2DOM Doesn't support processing instructions before the root element | open | mark.smith | ||
(no dependencies set) issue9523.diff, issue_9523_3.2_doc_patch.diff, issue_9523_3.diff, issue_9523_4.diff, issue_9523_5.diff | ||||||
9523 | 30 months ago | Improve dbm modules | open | ysj.ray | ||
(no dependencies set) issue9538.patch | ||||||
9538 | 30 months ago | Replace confusing pseudoname 'object' in special methods section. | open | terry.reedy | ||
(no dependencies set) issue9571_1.patch | ||||||
9571 | 30 months ago | argparse: Allow the use of -- to break out of nargs and into subparser | open | elsdoerfer | ||
(no dependencies set) issue9625.diff, issue9625.patch, issue9625_1.patch, issue9625_2.patch, notes.txt | ||||||
9625 | 30 months ago | argparse: Problem with defaults for variable nargs when using choices | open | thesociable | ||
(no dependencies set) issue9633.patch | ||||||
9633 | 30 months ago | pdb go stack up/down | open | Markus.Pröller | ||
(no dependencies set) issue9679.patch | ||||||
9679 | 30 months ago | unicode DNS names in urllib, urlopen | open | loewis | ||
(no dependencies set) Issue9682-42213.patch, Issue9682-5513.patch, Issue9682.patch | ||||||
9682 | 30 months ago | socket.create_connection error message for domain subpart with invalid length is very confusing | open | r.david.murray | ||
(no dependencies set) WaitTest.py, issue978604.diff | ||||||
978604 | 30 months ago | wait_variable hangs at exit | open | reowen | ||
(no dependencies set) issue9917.diff | ||||||
9917 | 30 months ago | resource max value represented as signed when should be unsigned | open | r.david.murray | ||
(no dependencies set) issue9969.patch | ||||||
9969 | 30 months ago | tokenize: add support for tokenizing 'str' objects | open | meador.inge | ||
(no dependencies set) issue_10933-2.patch, issue_10933.patch, recursion_error_disables_tracing.py | ||||||
10933 | 30 months ago | Tracing disabled when a recursion error is triggered (even if properly handled) | open | fabioz | ||
(no dependencies set) issue_13299.1.patch, issue_13299.2.patch, issue_13299.patch, sqlite_namedtuplerow.patch | ||||||
13299 | 30 months ago | namedtuple row factory for sqlite3 | open | ncoghlan | ||
(no dependencies set) issue_16428.patch, issue_16428.patch | ||||||
16428 | 30 months ago | turtle with compound shape doesn't get clicks | open | pythonick | ||
(no dependencies set) issue_19956.patch, issue_19956_1.patch, reproducer.py | ||||||
19956 | 30 months ago | inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method | open | mtahmed | ||
(no dependencies set) issue_2142.diff, issue_2142_2.diff, issue_2142_py3k.diff, issue_2142_py3k_updated.diff, issue_2142_trunk.diff, python_difflib_no_eol.patch, python_difflib_unified_diff.patch | ||||||
2142 | 30 months ago | difflib.unified_diff(...) produces invalid patches | open | trentm | ||
(no dependencies set) issue_22753.diff | ||||||
22753 | 30 months ago | urllib2 localnet Changed test to lookup IP-address of localhost | open | hakan | ||
(no dependencies set) issue_28053_missingdocs.patch | ||||||
28053 | 30 months ago | parameterize what serialization is used in multiprocessing | open | davin | ||
(no dependencies set) issue_28113_01.patch | ||||||
28113 | 30 months ago | Remove Py_CreateSymbolicLinkW | open | eryksun | ||
(no dependencies set) issue_28686_01.patch | ||||||
28686 | 30 months ago | py.exe ignored PATH when using python3 shebang | open | wdhwg001 | ||
(no dependencies set) issue_28945.patch | ||||||
28945 | 30 months ago | email: get_boundary (and get_filename) invokes unquote twice | open | bpoaugust | ||
(no dependencies set) issue_29270_01.patch | ||||||
29270 | 30 months ago | ctypes: fail to create a _ctypes._SimpleCData subclass using a closure like calling super() without arguments | open | Dave Jones | ||
(no dependencies set) issue_in_tracing_func.py | ||||||
34799 | 30 months ago | When function in tracing returns None, tracing continues. | open | fabioz | ||
(no dependencies set) isz_fail.py, isz_fail_fix.diff | ||||||
28494 | 30 months ago | is_zipfile false positives | open | Thomas.Waldmann | ||
(no dependencies set) ItemsView_contains.patch | ||||||
24434 | 30 months ago | ItemsView.__contains__ does not mimic dict_items | open | clevy | ||
(no dependencies set) iter-builtin-frozen.patch, iter-builtin.patch, iter-builtins-flag.patch | ||||||
25533 | 30 months ago | Make pkgutil.iter_modules() yield built-in modules | open | martin.panter | ||
(no dependencies set) iterdirs_iterfiles.diff, path_subdirs_files.patch | ||||||
19767 | 30 months ago | pathlib: iterfiles() and iterdirs() | open | jonash | ||
(no dependencies set) itertools-chain-copy.diff | ||||||
29897 | 30 months ago | itertools.chain behaves strangly when copied with copy.copy | open | MSeifert | ||
(no dependencies set) JoinableQueue_with_timeout.patch | ||||||
15983 | 30 months ago | multiprocessing JoinableQueue's join function with timeout | open | legordian | ||
(no dependencies set) json-customize.patch | ||||||
27362 | 30 months ago | json.dumps to check for obj.__json__ before raising TypeError | open | Daniel Ward | ||
(no dependencies set) json-default-dict-keys.diff, json-default-tests.diff | ||||||
18820 | 30 months ago | json.dump() ignores its 'default' option when serializing dictionary keys | open | july | ||
(no dependencies set) json_decimal.patch | ||||||
16535 | 30 months ago | json encoder unable to handle decimal | open | eric.araujo | ||
(no dependencies set) jsonstream.py, jsonstream.py | ||||||
40623 | 30 months ago | JSON streaming | open | phr | ||
(no dependencies set) jumplist.png | ||||||
43236 | 30 months ago | Windows IDLE taskbar icon jump list fails to open recent files | open | veganaiZe | ||
(no dependencies set) Tkinter.py-leak.diff, Tkinter.py-leak2.diff, keep_tclcommands_correct.diff | ||||||
1524639 | 30 months ago | Fix Tkinter Tcl-commands memory-leaks | open | pysquared | ||
(no dependencies set) keeperrdata.patch | ||||||
6471 | 30 months ago | errno and strerror attributes incorrectly set on socket errors wrapped by urllib | open | ezio.melotti | ||
(no dependencies set) key_and_reverse.py, less_movement.py, losers.py, new_merge.py, new_merge2.py, recursive_merge.py, tournament_heap.py, winners.py | ||||||
38938 | 30 months ago | Possible performance improvement for heapq.merge() | open | Dennis Sweeney | ||
(no dependencies set) keybinding-issue12387-v1.diff, windows_caps_lock.patch | ||||||
12387 | 30 months ago | IDLE save keyboard shortcut problem | open | Jacob.VB | ||
(no dependencies set) KeyboardInterrupt.patch, test_sig_int_builtins.py | ||||||
26351 | 30 months ago | Occasionally check for Ctrl-C in long-running operations like sum | open | steven.daprano | ||
(no dependencies set) keyvalue_iterators.diff | ||||||
7877 | 30 months ago | Iterators over _winreg EnumKey and EnumValue results | open | brian.curtin | ||
(no dependencies set) kfreebsd.diff | ||||||
18651 | 30 months ago | test failures on KFreeBSD | open | doko | ||
(no dependencies set) kill_subprocess.py | ||||||
43884 | 30 months ago | Cannot cleanly kill a subprocess using high-level asyncio APIs | open | rabraham | ||
(no dependencies set) KwUqCTWl58.gif | ||||||
45681 | 30 months ago | tkinter breaks on high resolution screen after ctypes SetProcessDPIAware() | open | GabeMillikan | ||
(no dependencies set) larry.clinic.or.equals.for.parameters.1.txt | ||||||
24145 | 30 months ago | Support |= for parameters in converters | open | larry | ||
(no dependencies set) larry.improved.signature.expressions.1.txt, larry.improved.signature.expressions.2.txt, larry.improved.signature.expressions.3.txt, pdm-argument_clinic-mixed_py_and_c_defaults-v1.patch | ||||||
23967 | 30 months ago | Make inspect.signature expression evaluation more powerful | open | larry | ||
(no dependencies set) larry.nullable.ints.4.txt, larry.nullable.ints.draft, larry.nullable.ints.draft.2, larry.nullable.ints.draft.3 | ||||||
20341 | 30 months ago | Argument Clinic: add "nullable ints" | open | larry | ||
(no dependencies set) larry.refresh.lock.macros.for.obmalloc.diff | ||||||
26753 | 30 months ago | Obmalloc lock LOCK_INIT and LOCK_FINI are never used | open | larry | ||
(no dependencies set) larry.setxattr.zfs.3.3.patch.1.txt, larry.setxattr.zfs.patch.1.txt | ||||||
18694 | 30 months ago | getxattr on Linux ZFS native filesystem happily returns partial values | open | larry | ||
(no dependencies set) late_gc.py | ||||||
39061 | 30 months ago | Garbage Collection makes some object live for very long | open | mistasse | ||
(no dependencies set) latin1-str-count-one-character.patch | ||||||
28921 | 30 months ago | Make str.count one character for latin1 string faster | open | xiang.zhang | ||
(no dependencies set) lazy_import.zip | ||||||
42273 | 30 months ago | Using LazyLoader leads to AttributeError | open | KevKeating | ||
(no dependencies set) LazyImport.zip | ||||||
39602 | 30 months ago | importlib: lazy loading can result in reimporting a submodule | open | Pox TheGreat | ||
(no dependencies set) lc_messages_not_exist.png | ||||||
44387 | 30 months ago | Not obvious that locale.LC_MESSAGES may not exist sometimes (e.g. on Windows) | open | richardmines91 | ||
(no dependencies set) lch.getset.r72081.diff | ||||||
5880 | 30 months ago | Remove unneeded "context" pointer from getters and setters | open | larry | ||
(no dependencies set) leak_pickler.py | ||||||
41422 | 30 months ago | C Unpickler memory leak via memo | open | kale-smoothie | ||
(no dependencies set) length-checking.diff, mailbox-all-tests-2.7.diff, mailbox-babyl-fix.diff, mailbox-copy-back-2.7.diff, mailbox-copy-back-53287.diff, mailbox-copy-back-new.diff, mailbox-copy-back.diff, mailbox-docs.diff, mailbox-fcntl-warn.diff, mailbox-pending-lock.diff, mailbox-test-lock.diff, mailbox-test.patch, mailbox-tests-2.7-part1-for-copy-back.diff, mailbox-tests-2.7-part2.diff, mailbox-unified-patch.diff, mailbox-unified2-module.diff, mailbox-unified2-test.diff, mailbox-update-toc-again.diff, mailbox-update-toc-fixed.diff, mailbox-update-toc-new.diff, mailbox-update-toc.diff, test_mailbox-reread.diff | ||||||
1599254 | 30 months ago | mailbox: other programs' messages can vanish without trace | open | baikie |