repo
stringclasses
1 value
instance_id
stringlengths
20
22
problem_statement
stringlengths
126
60.8k
merge_commit
stringlengths
40
40
base_commit
stringlengths
40
40
python/cpython
python__cpython-128454
# Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking BPO | [33033](https://bugs.python.org/issue33033) --- | :--- Nosy | @serhiy-storchaka, @anntzer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> ...
8d15058d61681e98579cf3fbd3c6fd13b3df6a72
d50fa0541b6d4f458d7ab16d3a11b1117c607f85
python/cpython
python__cpython-94146
# zipimport fails when the ZIP archive contains more than 65535 files BPO | [32959](https://bugs.python.org/issue32959) --- | :--- Nosy | @Yhg1s, @serhiy-storchaka, @bbayles <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <deta...
b44898299a2ed97045c270f6474785da2ff07ced
2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe
python/cpython
python__cpython-117802
# .pth files cannot contain folders with utf-8 names BPO | [32921](https://bugs.python.org/issue32921) --- | :--- Nosy | @pfmoore, @vstinner, @tjguk, @ezio-melotti, @zware, @zooba <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <deta...
6dc661bc9f65e9923eafbcdbf18bcc57eebbf6a4
3831144f9c8ce0fd582a0830a9e48a8da85e166a
python/cpython
python__cpython-130496
# Adding the ability for getpass to print asterisks when password is typed BPO | [32884](https://bugs.python.org/issue32884) --- | :--- Nosy | @stevendaprano, @bitdancer, @jab, @MatanyaStroh, @stevoisiak, @remilapeyre, @websurfer5, @akulakov <sup>*Note: these values reflect the state of the issue at the time it was m...
bf8bbe9a813dd9fc2dd14be06df172b7d26ca1af
53e6d76aa30eb760fb8ff788815f22a0e6c101cd
python/cpython
python__cpython-113817
# [os] pipe() creates inheritable FDs with a bad internal state in Windows BPO | [32865](https://bugs.python.org/issue32865) --- | :--- Nosy | @pfmoore, @tjguk, @njsmith, @zware, @eryksun, @zooba, @izbyshev PRs | <li>python/cpython#13739</li> <sup>*Note: these values reflect the state of the issue at the time it was ...
1d75fa43a25e5f3c33f2aaaec28fab9430834792
e82b096335dcf31aedd2d265cbcc2f87ad971bfe
python/cpython
python__cpython-101587
# ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs BPO | [32780](https://bugs.python.org/issue32780) --- | :--- Nosy | @terryjreedy, @vsajip, @amauryfa, @abalkin, @aerojockey, @skrah, @meadori, @mattip, @eric-wieser PRs | <li>python/cpython#5561</li> <sup>*Note: these val...
46416b9004b687856eaa73e5d48520cd768bbf82
9ef7e75434587fc8f167d73eee5dd9bdca62714b
python/cpython
python__cpython-123273
# urljoining an empty query string doesn't clear query string BPO | [32779](https://bugs.python.org/issue32779) --- | :--- Nosy | @orsenthil, @asvetlov, @thetorpedodog, @iritkatriel PRs | <li>python/cpython#5645</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not ref...
fc897fcc01964649f023e0baa4c95d142e4e8a10
e5a567b0a721c26c79530249d9aa159afbd11955
python/cpython
python__cpython-107292
# LoggingAdapter ignores extra kwargs of Logger#log() BPO | [32732](https://bugs.python.org/issue32732) --- | :--- Nosy | @vsajip, @matrixise, @mcoolive, @samueloph PRs | <li>python/cpython#5463</li> Files | <li>[bpo-32732_logger_adapter.patch](https://bugs.python.org/file50136/bpo-32732_logger_adapter.patch "Uploaded...
a482e5bf0022f85424a6308529a9ad51f1bfbb71
580f357c663bd704a0903e4174cdf458cac56416
python/cpython
python__cpython-102789
# pathlib.Path._from_parsed_parts should call cls.__new__(cls) BPO | [32665](https://bugs.python.org/issue32665) --- | :--- Nosy | @pitrou, @pablogsal, @qb-cea Files | <li>[reproducer.py](https://bugs.python.org/file47409/reproducer.py "Uploaded as text/plain at 2018-01-25.12:27:24 by @qb-cea"): reproducer (tested wit...
11c302055a2aab5373c2829d1a8610a64e72ab24
2a721258a199e9bcdcee2069719ad9c8f8c0d030
python/cpython
python__cpython-116125
# Email parser creates a message object that can't be flattened BPO | [32330](https://bugs.python.org/issue32330) --- | :--- Nosy | @warsaw, @msapiro, @bitdancer PRs | <li>python/cpython#18059</li> Files | <li>[bad_email_2.eml](https://bugs.python.org/file47333/bad_email_2.eml "Uploaded as message/rfc822 at 2017-12-15...
f97f25ef5dfcdfec0d9a359fd970abd139cf3428
df594011089a83d151ac7000954665536f3461b5
python/cpython
python__cpython-110539
# [NetBSD] test_socket creates too many locks BPO | [31925](https://bugs.python.org/issue31925) --- | :--- Nosy | @rbtcollins, @ezio-melotti, @voidspace, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><sum...
f27b83090701b9c215e0d65f1f924fb9330cb649
5c6e85480ad8365c1b05fdbd678c7867103f7d76
python/cpython
python__cpython-115223
# unitest.mock: Using autospec=True conflicts with 'wraps' BPO | [31807](https://bugs.python.org/issue31807) --- | :--- Nosy | @rbtcollins, @ezio-melotti, @voidspace, @Lukas0907, @tirkarthi Files | <li>[0001-bpo-31807-unittest.mock-Fix-common-use-of-autospec-T.patch](https://bugs.python.org/file47267/0001-bpo-31807-un...
735fc2cbbcf875c359021b5b2af7f4c29f4cf66d
7db871e4fa48eef20ea22414b226998f83facfd6
python/cpython
python__cpython-105796
# test_xmlrpc_net should use something other than buildbot.python.org BPO | [31724](https://bugs.python.org/issue31724) --- | :--- Nosy | @loewis, @zware, @iritkatriel PRs | <li>python/cpython#3921</li><li>python/cpython#3922</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and...
820febc535cd9548b11c01c3c6d572b442f20c35
d50930a6a846280b5da299f9c2f9a01669dbf06c
python/cpython
python__cpython-125023
# Socket documentation threading misstep? BPO | [31717](https://bugs.python.org/issue31717) --- | :--- Nosy | @bitdancer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields:...
9047146e546599325cddda266e420f42fb318e4e
43ad3b51707f51ae4b434e2b5950d2c8bf7cca6e
python/cpython
python__cpython-107117
# mailbox._mboxMMDF.get_message throws away From envelope BPO | [31524](https://bugs.python.org/issue31524) --- | :--- Nosy | @warsaw, @bitdancer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</su...
76108b8b05040fc49a6bc50eb2e990576595c57c
7fdd4235d790559372bbb1bf0c2384191a9bb5f3
python/cpython
python__cpython-103179
# shutil.which doesn't find files without PATHEXT extension on Windows BPO | [31405](https://bugs.python.org/issue31405) --- | :--- Nosy | @pfmoore, @tjguk, @zware, @SpecLad, @serhiy-storchaka, @eryksun, @zooba, @asottile, @Zheaoli, @tirkarthi <sup>*Note: these values reflect the state of the issue at the time it was...
935aa452359ac3f79febefcdb4387b962cf528af
f184abbdc9ac3a5656de5f606faf505aa42ff391
python/cpython
python__cpython-104902
# Remove deprecated tkinter.tix module BPO | [31371](https://bugs.python.org/issue31371) --- | :--- Nosy | @rhettinger, @pfmoore, @taleinat, @tjguk, @jkloth, @ned-deily, @zware, @serhiy-storchaka, @zooba PRs | <li>python/cpython#3393</li> <sup>*Note: these values reflect the state of the issue at the time it was migr...
a989b73e8ebf869dcc71d06127e8797c92260a0f
86d8f489359b8f6cc15006bdcbd70521ce621fbb
python/cpython
python__cpython-125962
# PyObject_CallFinalizerFromDealloc is undocumented BPO | [31276](https://bugs.python.org/issue31276) --- | :--- Nosy | @pv <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fiel...
3246ea514d6da6ff09f411e22b3ba61a7de84a74
306f9e04e50c80f7be2a38fc3b64accf59f5164c
python/cpython
python__cpython-107035
# Makefile.pre.in: commoninstall: reformat BPO | [31188](https://bugs.python.org/issue31188) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assign...
9c38206925246ab919cf558ac069ae9458720ba7
6e5f2235f3754307292c7d8d3698958136b5e311
python/cpython
python__cpython-104517
# Fix data descriptor detection in inspect.getattr_static BPO | [31184](https://bugs.python.org/issue31184) --- | :--- Nosy | @rhettinger, @serhiy-storchaka Superseder | <li>bpo-26103: Contradiction in definition of &quot;data descriptor&quot; between (dotted lookup behavior/datamodel documentation) and (inspect lib/d...
5e9f471e7db30893fb3f42681f17fdcdb70069ee
a454a6651ba26ed623377dd01ed62a0a22afa8c7
python/cpython
python__cpython-114420
# loop.create_server does not detect if the interface is IPv6 enabled BPO | [30945](https://bugs.python.org/issue30945) --- | :--- Nosy | @pitrou, @1st1, @asottile, @jnwatson, @cecton PRs | <li>python/cpython#7207</li> Files | <li>[test_ipv6.py](https://bugs.python.org/file47019/test_ipv6.py "Uploaded as text/plain at...
a53e56e7d88b4f2a2943c9f191024198009fcf9e
8ccd1ba461b44ca078ab120559637bd3ffe22e50
python/cpython
python__cpython-115153
# Local variable assignment is broken when combined with threads + tracing + closures BPO | [30744](https://bugs.python.org/issue30744) --- | :--- Nosy | @arigo, @ncoghlan, @abalkin, @benjaminp, @njsmith, @xdegaye, @markshannon, @1st1, @xgid PRs | <li>python/cpython#3640</li><li>python/cpython#18052</li> Dependencies ...
b034f14a4b6e9197d3926046721b8b4b4b4f5b3d
1ab6356ebec25f216a0eddbd81225abcb93f2d55
python/cpython
python__cpython-104326
# getaddrinfo raises OverflowError BPO | [30710](https://bugs.python.org/issue30710) --- | :--- Nosy | @benjaminp, @serhiy-storchaka, @csabella, @smejkar, @remilapeyre PRs | <li>python/cpython#2435</li> Files | <li>[getaddrinfo_overflow_error.patch](https://bugs.python.org/file46964/getaddrinfo_overflow_error.patch "U...
2c863b3871c6127a80aa7229033219f1cdcc8711
235b82721dbbe2bc5bf1f45a74e22b7185e5783e
python/cpython
python__cpython-103141
# Performance of typing._ProtocolMeta._get_protocol_attrs and isinstance BPO | [30505](https://bugs.python.org/issue30505) --- | :--- Nosy | @ilevkivskyi, @orenbenkiki <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary...
9048d73f7a5c58be21988250c381f866586687a0
80163e17d3f826067c5d95198db7696287beb416
python/cpython
python__cpython-113810
# Increase coverage of base64 BPO | [30493](https://bugs.python.org/issue30493) --- | :--- Nosy | @serhiy-storchaka, @leecannon, @ZackerySpytz PRs | <li>python/cpython#1837</li><li>python/cpython#21913</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c...
a61bfa84c9697ebcb7804fb212f87851763232a4
da85a272a6216cf3583db8e25155cb3a7168b081
python/cpython
python__cpython-121185
# Add fnmatch.filterfalse function BPO | [30413](https://bugs.python.org/issue30413) --- | :--- Nosy | @brettcannon, @rhettinger, @vstinner, @stevendaprano, @serhiy-storchaka, @wm75 Dependencies | <li>bpo-30415: Improve fnmatch testing</li> Files | <li>[filterfalse.diff](https://bugs.python.org/file46879/filterfalse.d...
3eda1460359c7e6af4c5b125a63388635a3ed477
ee3657209b1464d66c89640e4db0dccdeec5b45c
python/cpython
python__cpython-113354
# ndbm can't iterate through values on OS X BPO | [30388](https://bugs.python.org/issue30388) --- | :--- Nosy | @terryjreedy, @ronaldoussoren, @ned-deily, @emilyemorehouse Files | <li>[ndbm.zip](https://bugs.python.org/file46872/ndbm.zip "Uploaded as application/zip at 2017-05-17.16:03:54 by Forest Gregg"): The ndbm f...
593b4d81d276b428f926debfe70d56ba94edf0e1
6e02d79f96b30bacdbc7a85e42040920b3dee915
python/cpython
python__cpython-109650
# msvcrt SetErrorMode not documented BPO | [30295](https://bugs.python.org/issue30295) --- | :--- Nosy | @pfmoore, @giampaolo, @tjguk, @zware, @eryksun, @zooba <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show mo...
869f177b5cd5c2a2a015e4658cbbb0e9566210f7
d4cea794a7b9b745817d2bd982d35412aef04710
python/cpython
python__cpython-102424
# object returned by tarfile.extractfile has an incorrect value of name attribute BPO | [30282](https://bugs.python.org/issue30282) --- | :--- Nosy | @gustaebel, @xondrejk PRs | <li>python/cpython#1483</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the c...
56d055a0d81a809e4ff8e1d56756a3bf32317efb
89e67ada6958cfd8d4eec221848f81b2619de099
python/cpython
python__cpython-118793
# Path takes and ignores **kwargs BPO | [29847](https://bugs.python.org/issue29847) --- | :--- Nosy | @brettcannon, @pitrou, @serhiy-storchaka, @jstasiak, @JelleZijlstra, @DimitrisJim, @remilapeyre, @uriyyo PRs | <li>python/cpython#13399</li><li>python/cpython#19632</li> <sup>*Note: these values reflect the state of ...
7d8725ac6f3304677d71dabdb7c184e98a62d864
fbe6a0988ff08aef29c4649527d5d620d77ca4a2
python/cpython
python__cpython-30650
# Support moving across filesystems in pathlib.Path, as shutil.move() does BPO | [29805](https://bugs.python.org/issue29805) --- | :--- Nosy | @brettcannon, @pfmoore, @ericvsmith, @tjguk, @zware, @eryksun, @zooba <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect...
0d322181d9018b25a5c28e62a0c193b4309aaa95
4563099d28e832aed22b85ce7e2a92236df03847
python/cpython
python__cpython-113798
# New environment variable PYTHON_HISTORY BPO | [29779](https://bugs.python.org/issue29779) --- | :--- Nosy | @warsaw, @berkerpeksag, @serhiy-storchaka, @yan12125, @0xl3vi, @ZackerySpytz PRs | <li>python/cpython#473</li><li>python/cpython#13208</li> <sup>*Note: these values reflect the state of the issue at the time ...
e5d0316f35a62df05e1b196689f6998662631836
f19b93fce04fb0bc9b59071915a6aa6b01860d8a
python/cpython
python__cpython-103052
# [Linux] ctypes packs bitfields Incorrectly BPO | [29753](https://bugs.python.org/issue29753) --- | :--- Nosy | @terryjreedy, @amauryfa, @jaraco, @abalkin, @meadori, @eryksun, @ztane, @pablogsal, @mleroy003, @miss-islington, @shihai1991, @karlding, @FFY00, @thesamprice PRs | <li>python/cpython#19850</li><li>python/cp...
04a1a542cbaa88136693cf26f3ee1d5d921afe14
2efc3238d749977364568422eb0acec37c2438ba
python/cpython
python__cpython-93324
# httplib: wrong Host header when connecting to IPv6 link-local address BPO | [29375](https://bugs.python.org/issue29375) --- | :--- Nosy | @gpshead, @vadmium <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show mor...
ce1096f974d3158a92e050f9226700775b8db398
7c9f2677fbb8805f7d531fb96731339727e8ea20
python/cpython
python__cpython-116667
# Fused multiply-add: proposal to add math.fma() BPO | [29282](https://bugs.python.org/issue29282) --- | :--- Nosy | @mdickinson, @pitrou, @vstinner, @stevendaprano, @skrah, @nschloe, @serhiy-storchaka, @efahl, @cdonovick PRs | <li>python/cpython#17987</li> Files | <li>[xmathmodule.c](https://bugs.python.org/file46298...
8e3c953b3acd7c656f66696806c9ae917e816492
b8d808ddd77f84de9f93adcc2aede2879eb5241e
python/cpython
python__cpython-101398
# Support recursive wildcards in pathlib.PurePath.match() BPO | [29249](https://bugs.python.org/issue29249) --- | :--- Nosy | @pitrou, @RonnyPfannschmidt, @serhiy-storchaka, @wimglenn, @JulienPalard, @virtuald, @andunai, @barneygale, @eumiro <sup>*Note: these values reflect the state of the issue at the time it was m...
49f90ba1eae56708b1894441418c13ad8e8ea9a8
4c770617c0feae18ce3b05e0c8acd0910acc7082
python/cpython
python__cpython-117226
# Outdated C api doc about Windows error BPO | [29045](https://bugs.python.org/issue29045) --- | :--- Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @zhangyangyu <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>S...
438b7c3071eebaccd1ba215f15a239345b22f813
aec1dac4efe36a7db51f08385ddcce978814dbe3
python/cpython
python__cpython-121686
# [doc] The fact that multiprocess.Queue uses serialization should be documented. BPO | [28973](https://bugs.python.org/issue28973) --- | :--- Nosy | @bitdancer, @applio, @Bernhard10, @iritkatriel Files | <li>[mwe.py](https://bugs.python.org/file45899/mwe.py "Uploaded as text/plain at 2016-12-14.14:38:29 by @Bernhard1...
b5805892d55e769335c11a994b586355720263ba
c0af6d4ff1705d9857c9f2e96acc142c5b8b84e9
python/cpython
python__cpython-110729
# Clarify the behavior of __eq__() returning NotImplemented BPO | [28785](https://bugs.python.org/issue28785) --- | :--- Nosy | @pkch, @vadmium <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summ...
67f742e03aacb6217c5bb496e31f96dbf31c6f86
d1fd0606591e1258eb083d003aed85c61ef2b6cf
python/cpython
python__cpython-106703
# '*' matches entire path in fnmatch BPO | [28718](https://bugs.python.org/issue28718) --- | :--- Nosy | @serhiy-storchaka, @MojoVampire, @decibel, @Hooloovoo, @tovrstra <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summa...
cf67ebfb315ce36175f3d425249d7c6560f6d0d5
babb787047e0f7807c8238d3b1a3128dac30bd5c
python/cpython
python__cpython-124306
# argparse claims '*' positional argument is required in error output BPO | [28609](https://bugs.python.org/issue28609) --- | :--- Nosy | @benhoyt, @charlierproctor, @iritkatriel Files | <li>[optional_arguments.patch](https://bugs.python.org/file45357/optional_arguments.patch "Uploaded as text/plain at 2016-11-04.19:2...
3c83f9958c14cd62ad8951c53536f7788745b0ba
c578271366176a1d1b0941897efefb6e4d6508b4
python/cpython
python__cpython-107684
# tk busy command BPO | [28498](https://bugs.python.org/issue28498) --- | :--- Nosy | @ned-deily, @serhiy-storchaka, @csabella Files | <li>[tk_busy.diff](https://bugs.python.org/file45190/tk_busy.diff "Uploaded as text/plain at 2016-10-22.18:20:27 by klappnase"): Patch that add tk_busy commands to tkinter</li><li>[tk_...
79db9d9a0e8f51ad4ea5caae31d7ae4b29985271
ca0c6c1f1ef79d10bc49b61d638d87cde265aa94
python/cpython
python__cpython-134250
# is_zipfile false positives BPO | [28494](https://bugs.python.org/issue28494) --- | :--- Nosy | @Yhg1s, @gpshead, @vstinner, @serhiy-storchaka, @thomaswaldmann, @jjolly, @miss-islington PRs | <li>python/cpython#5053</li><li>python/cpython#15853</li><li>python/cpython#15891</li><li>python/cpython#15902</li><li>python/...
1298511b41ec0f9be925c12f3830e94fe8f7e7dc
d327159eb4dd286973d10af93999de90a860880a
python/cpython
python__cpython-136676
# [doc] hmac cannot be used with shake algorithms BPO | [28384](https://bugs.python.org/issue28384) --- | :--- Nosy | @tiran, @takluyver, @minrk <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</sum...
a02cf19deed353d1e0e7564468f10aced61c12e8
5b969fd64502a6e2ba6513e2b18beaeae58b8aa1
python/cpython
python__cpython-116136
# test_loading.py - false positive result for "def test_find" when find_library() is not functional or the (shared) library does not exist BPO | [28276](https://bugs.python.org/issue28276) --- | :--- Nosy | @vadmium, @serhiy-storchaka, @aixtools PRs | <li>python/cpython#18312</li> <sup>*Note: these values reflect the...
de49583a0d59f806b88b0f6a869f470047b3cbce
70d87d73291ca6263955c57842c07e98be768352
python/cpython
python__cpython-136328
# Give better errors for OS commands, like 'pip', in REPL, script BPO | [28140](https://bugs.python.org/issue28140) --- | :--- Nosy | @terryjreedy, @ncoghlan, @aroberge, @stevendaprano, @1st1, @tomviner, @pablogsal, @iritkatriel, @AlexWaygood PRs | <li>python/cpython#8536</li> <sup>*Note: these values reflect the sta...
be02e68158aee4d70f15baa1d8329df2c35a57f2
a8f42e6e884e7d63d5d63a817bc490f3bbbdba17
python/cpython
python__cpython-114174
# IDLE: add history menu items; fix lists in doc BPO | [28097](https://bugs.python.org/issue28097) --- | :--- Nosy | @terryjreedy, @csabella, @miss-islington PRs | <li>python/cpython#11325</li><li>python/cpython#11345</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might n...
4a32275389d94ba41f8881c32ad4b232effb1c6f
e07a400c310ad3bdd72bb0ae401991af17435e4d
python/cpython
python__cpython-101910
# Streamline repr(partial object) BPO | [28062](https://bugs.python.org/issue28062) --- | :--- Nosy | @rhettinger, @ncoghlan, @serhiy-storchaka, @Vgr255 Files | <li>[functools_partial_repr_1.patch](https://bugs.python.org/file44529/functools_partial_repr_1.patch "Uploaded as text/plain at 2016-09-10.12:12:42 by @Vgr25...
8f5be78bce95deb338e2e1cf13a0a579b3b42dd2
f082a05c67cc949ccd1a940ecf6721953bbdc34f
python/cpython
python__cpython-125189
# Add usage examples for TracebackException, StackSummary and FrameSummary BPO | [27597](https://bugs.python.org/issue27597) --- | :--- Nosy | @cool-RR <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more detai...
f9ae5d1cee2f8927a71cd4f1f66f10050a4f658a
82dfdc328779778295075d791ee30a0308fb9af4
python/cpython
python__cpython-118291
# Ability to trace Tcl commands executed by Tkinter BPO | [27405](https://bugs.python.org/issue27405) --- | :--- Nosy | @terryjreedy, @ned-deily, @serhiy-storchaka, @csabella Files | <li>[tkinter_trace_tcl.patch](https://bugs.python.org/file43592/tkinter_trace_tcl.patch "Uploaded as text/plain at 2016-06-30.21:53:18 b...
1ff626ebda465931ff3e4922e8e87d586eb6244c
417dd3aca7bb910691d34e54fee108d7bbc627d3
python/cpython
python__cpython-104463
# Eliminate 'ThemeChanged' warning when running IDLE tests BPO | [27196](https://bugs.python.org/issue27196) --- | :--- Nosy | @terryjreedy, @ned-deily, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summ...
080a5961527473af182b025bb29e0c52d43fd49e
7d2deafb73237a2175971a26cfb544974661de4b
python/cpython
python__cpython-128707
# Additional assert methods for unittest BPO | [27152](https://bugs.python.org/issue27152) --- | :--- Nosy | @rhettinger, @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @serhiy-storchaka, @PythonCHB Files | <li>[extra_assertions.patch](https://bugs.python.org/file43047/extra_assertions.patch "Uploaded as text/pla...
06cad77a5b345adde88609be9c3c470c5cd9f417
41f73501eca2ff8b42fa4811d918a81c052a758b
python/cpython
python__cpython-105907
# tokenize.__all__ list is incomplete BPO | [27112](https://bugs.python.org/issue27112) --- | :--- Nosy | @vadmium, @serhiy-storchaka Files | <li>[tokenize_all.patch](https://bugs.python.org/file42976/tokenize_all.patch "Uploaded as text/plain at 2016-05-24.20:56:34 by Unit03")</li><li>[tokenize_all.v2.patch](https://...
ab3823a97bdeefb0266b3c8d493f7f6223ce3686
581619941ecce986a2fc8cbddd95256daa25fb26
python/cpython
python__cpython-107004
# Confusing text about __all__ in __init__.py in tutorial BPO | [27074](https://bugs.python.org/issue27074) --- | :--- Nosy | @ericsnowcurrently, @ztane <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more deta...
680f3e1591e406deb04ba44adbef9a5a02395f80
9629d4442e24681e79c1ba93cb92ed2e3b967224
python/cpython
python__cpython-133985
# SystemError if custom opener returns -1 BPO | [27066](https://bugs.python.org/issue27066) --- | :--- Nosy | @warsaw, @serhiy-storchaka, @pppery Files | <li>[27066-1.patch](https://bugs.python.org/file42907/27066-1.patch "Uploaded as text/plain at 2016-05-20.01:14:43 by @warsaw")</li><li>[27066-2.patch](https://bugs....
06eaf4055c1d7359e129efb65b94f34d2ec51a57
84d5f8d799dbbf86248375b6edbbcf4a022788c4
python/cpython
python__cpython-117562
# Support different modes in os.path.realpath() BPO | [27002](https://bugs.python.org/issue27002) --- | :--- Nosy | @serhiy-storchaka, @barneygale Files | <li>[realpath_mode.patch](https://bugs.python.org/file42821/realpath_mode.patch "Uploaded as text/plain at 2016-05-11.18:54:43 by @serhiy-storchaka")</li> <sup>*No...
9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7
5236b0281b91a874b14cf15f3fdef9b7beffb22f
python/cpython
python__cpython-116674
# android: add platform.android_ver() BPO | [26855](https://bugs.python.org/issue26855) --- | :--- Nosy | @malemburg, @vstinner, @pmp-p, @Fak3, @moreati, @yan12125 Files | <li>[platform.patch](https://bugs.python.org/file42606/platform.patch "Uploaded as text/plain at 2016-04-26.13:18:31 by @xdegaye")</li><li>[android...
74c8568d07719529b874897598d8b3bc25ff0434
ce00de4c8cd39816f992e749c1074487d93abe9d
python/cpython
python__cpython-122545
# [doc] Questionable terminology ('free variables') for describing what locals() does BPO | [26683](https://bugs.python.org/issue26683) --- | :--- Nosy | @rhettinger, @terryjreedy, @vadmium, @marco-buttu <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curr...
27390990fa9306e2a797a4eb2bd83c5bfc7cb186
cc9b9bebb2c09c475cb0f278268cce03c115eaea
python/cpython
python__cpython-113786
# csv.reader Error message indicates to use deprecated BPO | [26648](https://bugs.python.org/issue26648) --- | :--- Nosy | @vadmium, @serhiy-storchaka Files | <li>[issue26648.diff](https://bugs.python.org/file42304/issue26648.diff "Uploaded as text/plain at 2016-03-27.08:13:46 by SilentGhost")</li><li>[issue26648_2.di...
568d220993fa9b4b812ff1b425edd80dbe17dda9
aef4a1203c06efde8505aefc9cf994e9a23f398d
python/cpython
python__cpython-103853
# RLock undocumented behavior in case of multiple acquire BPO | [26608](https://bugs.python.org/issue26608) --- | :--- Nosy | @MojoVampire, @iritkatriel <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more deta...
2fbea81d646688cf438be1dc0be82112a9ae4325
c9073eb1a99606df1efeb8959e9f11a8ebc23ae2
python/cpython
python__cpython-108379
# Support pickling slots in subclasses of common classes BPO | [26579](https://bugs.python.org/issue26579) --- | :--- Nosy | @rhettinger, @pitrou, @vstinner, @avassalotti, @bitdancer, @berkerpeksag, @serhiy-storchaka PRs | <li>python/cpython#2821</li> Files | <li>[copyreg_getstate.patch](https://bugs.python.org/file42...
b6be18812c68fce5ab56c266dc5fc5a3cceb09c0
4890f65ecf119a18df926d42982c8c6d02f0b9fd
python/cpython
python__cpython-120143
# inspect.getclosurevars returns incorrect variable when using class member with the same name as other variable BPO | [26577](https://bugs.python.org/issue26577) --- | :--- Nosy | @1st1, @hongweipeng, @iritkatriel <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not refle...
83ba8c2bba834c0b92de669cac16fcda17485e0e
fc233f46d3761b4e808be2c44fda0b843179004e
python/cpython
python__cpython-105413
# pathlib.glob('**') returns only directories BPO | [26115](https://bugs.python.org/issue26115) --- | :--- Nosy | @pitrou <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields...
ec0a0d2bd9faa247d5b3208a8138e4399b2da890
2c25bd82f46df72c89ca5bca10eaa06137ab8290
python/cpython
python__cpython-132481
# sockaddr_hci lacks hci_channel (AF_BLUETOOTH sockets) BPO | [25957](https://bugs.python.org/issue25957) --- | :--- Nosy | @vstinner <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> G...
61638418a7306723fedf88389c9c5aa540dfb809
d22604a6d1237c42ec5f43df51dfa9aa58240ba4
python/cpython
python__cpython-124963
# locale.nl_langinfo() can't decode THOUSEP monetary value BPO | [25812](https://bugs.python.org/issue25812) --- | :--- Nosy | @malemburg, @loewis, @warsaw, @vstinner, @bitdancer, @serhiy-storchaka, @nnja <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the cur...
93b9e6bd7d48150d8a5d16cea39246a980e073cb
27390990fa9306e2a797a4eb2bd83c5bfc7cb186
python/cpython
python__cpython-104590
# Make Profile.print_stats support sorting by mutiple values BPO | [25804](https://bugs.python.org/issue25804) --- | :--- Nosy | @birkenfeld, @JelleZijlstra, @DanielNoord Files | <li>[print_stats.patch](https://bugs.python.org/file41247/print_stats.patch "Uploaded as text/plain at 2015-12-05.08:25:51 by wdv4758h"): en...
2a7a0020c9d006d268b839320979364498a5f0e6
351c103134e43c2ee43deb10cdc9afb37b916a4e
python/cpython
python__cpython-114534
# Add the close method for ElementTree.iterparse() object BPO | [25707](https://bugs.python.org/issue25707) --- | :--- Nosy | @scoder, @serhiy-storchaka, @Vgr255, @furkanonder, @jacobtylerwalls PRs | <li>python/cpython#31696</li> Dependencies | <li>bpo-25638: Verify the etree_parse and etree_iterparse benchmarks are w...
ca715e56a13feabc15c368898df6511613d18987
fc060969117f5a5dc96c220eb91b1e2f863d71cf
python/cpython
python__cpython-93655
# Attempt to further increase test coverage of calendar module BPO | [25528](https://bugs.python.org/issue25528) --- | :--- Nosy | @rhettinger, @vadmium, @serhiy-storchaka, @matrixise, @iritkatriel Files | <li>[mywork.patch](https://bugs.python.org/file40916/mywork.patch "Uploaded as text/plain at 2015-11-01.09:57:43 ...
2aba047f0a2be57cc33a57756707452fdd6a1b3f
463b56da1265a17e4207f651d6d5835a8d6de2dd
python/cpython
python__cpython-124829
# Arithmetics with complex infinities is inconsistent with C/C++ BPO | [25453](https://bugs.python.org/issue25453) --- | :--- Nosy | @malemburg, @tim-one, @mdickinson, @ericvsmith, @ezio-melotti, @stevendaprano, @asmeurer, @berkerpeksag <sup>*Note: these values reflect the state of the issue at the time it was migrat...
f0d3f10c43c9029378adba11a65b3d1287e4be32
6da9d252ac39d53342455a17bfec7b1087fba697
python/cpython
python__cpython-95215
# HTMLParser handle_starttag replaces entity references in attribute value even without semicolon BPO | [25239](https://bugs.python.org/issue25239) --- | :--- Nosy | @ezio-melotti Files | <li>[parserentity.py](https://bugs.python.org/file40588/parserentity.py "Uploaded as text/plain at 2015-09-26.16:46:38 by frogcoder...
77b14a6d58e527f915966446eb0866652a46feb5
3dfed230928de0f649061782a36691066a0ef058
python/cpython
python__cpython-119498
# Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). BPO | [25026](https://bugs.python.org/issue25026) --- | :--- Nosy | @larryhastings, @ceronman, @vadmium, @serhiy-storchaka, @koobs, @corona10 <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not refle...
92fab3356f4c61d4c73606e4fae705c6d8f6213b
b48a3dbff4d70e72797e67b46276564fc63ddb89
python/cpython
python__cpython-117308
# run_pdb() in test_pdb.py always returns stderr as None BPO | [25013](https://bugs.python.org/issue25013) --- | :--- Nosy | @birkenfeld, @terryjreedy, @xdegaye Files | <li>[run_pdb.patch](https://bugs.python.org/file40379/run_pdb.patch "Uploaded as text/plain at 2015-09-06.10:36:43 by @xdegaye")</li> <sup>*Note: the...
efcc96844e7c66fcd6c23ac2d557ca141614ce9a
6702d2bf6edcd5b5415e17837383623b9d76a5b8
python/cpython
python__cpython-104248
# Add tunnel CONNECT response headers to httplib / http.client BPO | [24964](https://bugs.python.org/issue24964) --- | :--- Nosy | @terryjreedy, @vadmium, @OneMoreZanuda PRs | <li>python/cpython#26152</li> Files | <li>[httplib.py](https://bugs.python.org/file40301/httplib.py "Uploaded as text/plain at 2015-08-30.17:41...
85ec192ac4b000d4e47df6123b65eacbd1fdccfa
24d8b88420b81fc60aeb0cbcacef1e72d633824a
python/cpython
python__cpython-132858
# ctypes.create_string_buffer does not add NUL if len(init) == size BPO | [24823](https://bugs.python.org/issue24823) --- | :--- Nosy | @terryjreedy, @amauryfa, @abalkin, @ezio-melotti, @meadori, @eryksun, @pohlt, @willingc Files | <li>[create_string_buffer.patch](https://bugs.python.org/file41558/create_string_buffer...
b783e1791b2076ef560104f8207156d75859c0a6
e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5
python/cpython
python__cpython-103937
# unittest assertEqual difference output foiled by newlines BPO | [24780](https://bugs.python.org/issue24780) --- | :--- Nosy | @tim-one, @loewis, @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @cjerdonek, @elenaoat, @AnishShah, @tirkarthi, @nanjekyejoannah PRs | <li>python/cpython#11548</li><li>python/cpython#11...
46361bb84332800bc3632688e6ef3b4dd4a48723
7d35c3121ade679dd6e8b4a0bac7b3702aee6921
python/cpython
python__cpython-103701
# extend_path explanation in documentation is ambiguous BPO | [24466](https://bugs.python.org/issue24466) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```...
7bf94568a9a4101c72b8bf555a811028e5b45ced
8cb2b0f953288ff8749e686c268097cdd5a393e2
python/cpython
python__cpython-102729
# Update test_capi to use test.support.script_helper BPO | [24398](https://bugs.python.org/issue24398) --- | :--- Nosy | @aidin36, @sobolevn, @iritkatriel PRs | <li>python/cpython#30912</li> Files | <li>[issue24398.patch](https://bugs.python.org/file45060/issue24398.patch "Uploaded as text/plain at 2016-10-11.17:58:21...
8317d51996e68d8bb205385c1d47a9edcd128e7b
45b4b37fc26f288fabb27dc08b253121697c517b
python/cpython
python__cpython-117047
# webbrowser.py update to use argparse.py BPO | [24395](https://bugs.python.org/issue24395) --- | :--- Nosy | @birkenfeld, @berkerpeksag Files | <li>[webbrowser.py](https://bugs.python.org/file39641/webbrowser.py "Uploaded as text/plain at 2015-06-06.15:22:56 by Hasan Diwan")</li> <sup>*Note: these values reflect the...
56ed979d049846cfa6ec1dbb7ffe423f484d5182
022ba6d161138fbe02bcb83b7e667567f2673b0a
python/cpython
python__cpython-108910
# test_trace uses test_pprint BPO | [24215](https://bugs.python.org/issue24215) --- | :--- Nosy | @terryjreedy, @abalkin, @larryhastings, @bitdancer, @serhiy-storchaka Files | <li>[issue24215.patch](https://bugs.python.org/file39431/issue24215.patch "Uploaded as text/plain at 2015-05-19.13:33:37 by @serhiy-storchaka")...
7e1a7abb9831965cdec477e62dbe4f8415b8a582
1829a3c9a3712b6a68a3a449e4a08787c73da51d
python/cpython
python__cpython-129919
# Idle, 2.7, backport idlelib.__main__, enable py -m idlelib BPO | [24212](https://bugs.python.org/issue24212) --- | :--- Nosy | @terryjreedy, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show m...
d9bf3c16e53f04b600e42cd0ac560820e3522b57
7e6ee50b6b8c760bcefb92ab4ddbc3d85d37a834
python/cpython
python__cpython-104065
# Argument Clinic doesn't mangle conflicting names BPO | [24207](https://bugs.python.org/issue24207) --- | :--- Nosy | @larryhastings, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more deta...
5245cb64d9a898804edf683427ef4d4fd20ccaec
721a78395d07c68351625aedb827a47dd4f48525
python/cpython
python__cpython-111393
# ttk.Style.element_create using incorrect tk.call syntax BPO | [23978](https://bugs.python.org/issue23978) --- | :--- Nosy | @terryjreedy, @roseman, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary...
4dcfd02bed0d7958703ef44baa79a4a98475be2e
45d648597b1146431bf3d91041e60d7f040e70bf
python/cpython
python__cpython-126840
# Memory leak in Modules/sre_lib.h BPO | [23689](https://bugs.python.org/issue23689) --- | :--- Nosy | @vstinner, @ezio-melotti, @serhiy-storchaka, @animalize PRs | <li>python/cpython#11926</li><li>python/cpython#12160</li><li>python/cpython#32188</li><li>python/cpython#32223</li><li>python/cpython#32283</li> Files | ...
7538e7f5696408fa0aa02fce8a413a7dfac76a04
3938fd60c0c88891b213097380aeea91a45bcd77
python/cpython
python__cpython-103263
# tarfile not re-entrant for multi-threading BPO | [23649](https://bugs.python.org/issue23649) --- | :--- Nosy | @gustaebel, @bitdancer, @xdegaye, @websurfer5 Files | <li>[mutithreading_tarfile.patch](https://bugs.python.org/file38462/mutithreading_tarfile.patch "Uploaded as text/plain at 2015-03-12.21:59:53 by sgnn7"...
f8dc6186d1857a19edd182277a9d78e6d6cc3787
d44815cabc0a8d9932df2fa95cb374eadddb7c17
python/cpython
python__cpython-100161
# Implement __format__ for Fraction BPO | [23602](https://bugs.python.org/issue23602) --- | :--- Nosy | @rhettinger, @mdickinson, @scoder, @ericvsmith, @ezio-melotti, @skrah, @vadmium, @serhiy-storchaka, @wm75, @skirpichev, @suutari Files | <li>[issue23602.patch](https://bugs.python.org/file38378/issue23602.patch "Upl...
fe479fb8a979894224a4d279d1e46a5cdb108fa4
84df3172efe8767ddf5c28bdb6696b3f216bcaa6
python/cpython
python__cpython-113563
# [CVE-2015-2104] Urlparse insufficient validation leads to open redirect BPO | [23505](https://bugs.python.org/issue23505) --- | :--- Nosy | @orsenthil, @pitrou, @vstinner, @tiran, @benjaminp, @vadmium, @PaulMcMillan, @ztane, @epicfaace Dependencies | <li>bpo-22852: urllib.parse wrongly strips empty #fragment, ?query...
e237b25a4fa5626fcd1b1848aa03f725f892e40e
e04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0
python/cpython
python__cpython-105521
# getargs.c: redundant C-contiguity check BPO | [23376](https://bugs.python.org/issue23376) --- | :--- Nosy | @vstinner, @larryhastings, @skrah, @vadmium, @serhiy-storchaka Files | <li>[issue23376.diff](https://bugs.python.org/file37976/issue23376.diff "Uploaded as text/plain at 2015-02-02.12:17:17 by @skrah")</li><li...
32c37fe1ba708b8290cfa971e130bcfc29f1ead3
c84b0390c053446b746b65ec82755918955e79e0
python/cpython
python__cpython-136049
# fstat64 required on Windows BPO | [23152](https://bugs.python.org/issue23152) --- | :--- Nosy | @pitrou, @vstinner, @tjguk, @benjaminp, @hynek, @zware, @zooba, @MojoVampire Files | <li>[py_fstat.patch](https://bugs.python.org/file37639/py_fstat.patch "Uploaded as text/plain at 2015-01-08.10:30:59 by @vstinner")</li>...
cd3e7ac89b151d1b2d8088f6c424a064ff7e1fe9
b74fb8e220a50a9580320dfd398a16995b845c69
python/cpython
python__cpython-103491
# csv writer needs more quoting rules BPO | [23041](https://bugs.python.org/issue23041) --- | :--- Nosy | @smontanaro, @rhettinger, @bitdancer, @berkerpeksag, @serhiy-storchaka, @yoonghm, @erdnaxeli, @msetina PRs | <li>python/cpython#29469</li> Files | <li>[issue23041.patch](https://bugs.python.org/file37444/issue2304...
fb38c1b52e77ffe6e8a02bfc01bd112dcd7e6d95
330a942b6303c889d0f42f23d5ae2b42af92ecc4
python/cpython
python__cpython-111200
# python -c: Line causing exception not shown for exceptions other than SyntaxErrors BPO | [23035](https://bugs.python.org/issue23035) --- | :--- Nosy | @terryjreedy, @pitrou, @vstinner, @benjaminp, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not ref...
90a1b2859f99a4b07da6c46b99759444e3cefbfa
3f84a19e6291db682fc9a570e7612e80e2ffbbb5
python/cpython
python__cpython-128820
# string.printable.isprintable() returns False BPO | [23017](https://bugs.python.org/issue23017) --- | :--- Nosy | @birkenfeld, @vstinner, @ezio-melotti, @stevendaprano, @bitdancer, @4kir4, @iritkatriel Files | <li>[bug-string-ascii.py](https://bugs.python.org/file37391/bug-string-ascii.py "Uploaded as text/plain at 2...
d906bde250d59c396d8dab92285b832c66cdec27
d786ac7f584f23c3206f4c86032bdabe83c17b51
python/cpython
python__cpython-104473
# document behavior of calling atexit.register() while atexit._run_exitfuncs is running BPO | [22867](https://bugs.python.org/issue22867) --- | :--- Nosy | @smontanaro, @vadmium <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <detail...
b15a1a6ac6ea0d7792036e639e90f0e51400c2ee
146106a0f1cc61815fa33f0d3f808a3e3e3275be
python/cpython
python__cpython-92900
# The decode_header() function decodes raw part to bytes or str, depending on encoded part BPO | [22833](https://bugs.python.org/issue22833) --- | :--- Nosy | @warsaw, @bitdancer, @py-user, @dlenski, @JelleZijlstra, @iritkatriel PRs | <li>python/cpython#30548</li> <sup>*Note: these values reflect the state of the iss...
60181f4ed0e48ff35dc296da6b51473bfc553d16
54e29ea4eb7b54c888fd5764eef2215535e4d862
python/cpython
python__cpython-112198
# contextlib.closing documentation should use a new example BPO | [22755](https://bugs.python.org/issue22755) --- | :--- Nosy | @rhettinger, @mjpieters, @vadmium <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show ...
9af9ac153acb4198878ad81ef438aca2b808e45d
647b6cc7f16c03535cede7e1748a58ab884135b2
python/cpython
python__cpython-112574
# Idle: update htest.py and htests BPO | [22629](https://bugs.python.org/issue22629) --- | :--- Nosy | @terryjreedy Files | <li>[@htest-34.diff](https://bugs.python.org/file36906/%40htest-34.diff "Uploaded as text/plain at 2014-10-14.03:33:48 by @terryjreedy")</li><li>[@htest-34-2.diff](https://bugs.python.org/file369...
e44f1940bd6d2ba4a3f8ac4585b3cf4f9cb93e49
5b0629966f47542527400b03498d5156846f0da6
python/cpython
python__cpython-117217
# mimetypes.guess_type("//example.com") misinterprets host name as file name BPO | [22347](https://bugs.python.org/issue22347) --- | :--- Nosy | @ned-deily, @vadmium, @maxking, @corona10, @miss-islington PRs | <li>python/cpython#15522</li><li>python/cpython#15685</li><li>python/cpython#15687</li><li>python/cpython#167...
9654daf793b534b44a831c80f43505ab9e380f1f
8bef34f625e21886b1c64544c060e19ee2e229bf
python/cpython
python__cpython-113482
# mailbox.MH chokes on directories without .mh_sequences BPO | [22319](https://bugs.python.org/issue22319) --- | :--- Nosy | @warsaw, @bitdancer, @serhiy-storchaka PRs | <li>python/cpython#804</li> Files | <li>[mailbox_mh_sequences.diff](https://bugs.python.org/file36515/mailbox_mh_sequences.diff "Uploaded as text/pla...
be5e65fdf67b1817e173e73443564c7c146b09a4
89cee94b315c88d3cd4c9ffc051e7abd6a5f2196
python/cpython
python__cpython-117273
# ConfigParser does not handle files without sections BPO | [22253](https://bugs.python.org/issue22253) --- | :--- Nosy | @terryjreedy, @pfmoore, @ambv, @vadmium, @serhiy-storchaka, @kernc, @pslacerda, @johnlinp PRs | <li>python/cpython#2735</li> Files | <li>[nosection.patch](https://bugs.python.org/file43345/nosectio...
54f7e14500471d1c46fb553adb3ca24cd1fef084
d9cfe7e565a6e2dc15747a904736264e31a10be4
python/cpython
python__cpython-124799
# argparse support for "python -m module" in help BPO | [22240](https://bugs.python.org/issue22240) --- | :--- Nosy | @tebeka, @ncoghlan, @jwilk, @zertrin, @SamuelMarks, @Septatrix Files | <li>[prog.diff](https://bugs.python.org/file36424/prog.diff "Uploaded as text/plain at 2014-08-20.19:59:10 by @tebeka"): Patch</li...
04bfea2d261bced371cbd64931fe2a8f64984793
d150e4abcfc13770c2d239878ed337fb53e51de5
python/cpython
python__cpython-111441
# wsgiref doesn't appear to ever set REMOTE_HOST in the environ BPO | [22229](https://bugs.python.org/issue22229) --- | :--- Nosy | @pjeby, @alex, @berkerpeksag, @isidentical <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><...
8c47ada2de6b62a82053c484a5502688e200c14d
66bea2555dc7b3dd18282cc699fe9a22dea50de3