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-98592 | # Tkinter: Don't stringify callback arguments
BPO | [22214](https://bugs.python.org/issue22214)
--- | :---
Nosy | @terryjreedy, @serhiy-storchaka
PRs | <li>python/cpython#16545</li>
Dependencies | <li>bpo-21585: Run Tkinter tests with wantobjects=False</li>
Files | <li>[tkinter_obj_cmd.patch](https://bugs.python.org/f... | e188527c343c74574d481b77c30063db1436e62b | 6b80a5b20f31a067bd1c374295608df5f1210f49 |
python/cpython | python__cpython-99539 | # asyncio: support multiprocessing (support fork)
BPO | [22087](https://bugs.python.org/issue22087)
--- | :---
Nosy | @gvanrossum, @pitrou, @1st1, @thehesiod, @miss-islington
PRs | <li>python/cpython#7208</li><li>python/cpython#7215</li><li>python/cpython#7218</li><li>python/cpython#7226</li><li>python/cpython#7232</l... | 0c1fbc17b48f56c6070d335ed291a24c91ed190a | 9dc08361bef67a331d1609c8629314c0ca5a79d5 |
python/cpython | python__cpython-124899 | # Argparse exceptions should include which argument has a problem
BPO | [21666](https://bugs.python.org/issue21666)
--- | :---
<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 f... | eb2d268ac7480b5e2b4ffb9a644cad7ac75ae954 | 4a943c3251d1b3fdf50cfb9264ae74e5bc845c3c |
python/cpython | python__cpython-116050 | # Make help() beginner helpful when no PAGER or LESS variable
BPO | [21625](https://bugs.python.org/issue21625)
--- | :---
Nosy | @terryjreedy, @jcea, @nedbat, @stevendaprano, @bitdancer, @serhiy-storchaka, @eryksun, @ZackerySpytz, @nagarajan
PRs | <li>python/cpython#21520</li>
<sup>*Note: these values reflect the st... | 0704166f9a9c6028314d50b493670e7862c968b3 | 7895a61168aad4565a1d953104c9ec620e7c588f |
python/cpython | python__cpython-104218 | # Clean up turtle.py code formatting
BPO | [21573](https://bugs.python.org/issue21573)
--- | :---
Nosy | @rhettinger, @terryjreedy, @ezio-melotti, @bitdancer, @AnishShah
<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... | e407661e7a70ad49a69df3058634bc4fccebbcd6 | 6616710731b9ad1a4e6b73696e8bd5c40cf8762d |
python/cpython | python__cpython-113352 | # freeze.py not working properly with OS X framework builds
BPO | [21502](https://bugs.python.org/issue21502)
--- | :---
Nosy | @ronaldoussoren, @ned-deily
<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 d... | df1eec3dae3b1eddff819fd70f58b03b3fbd0eda | 526d0a9b6eafb95c425838715a4961d97dc600da |
python/cpython | python__cpython-107019 | # smtplib Sends Commands in Lower-Case
BPO | [21296](https://bugs.python.org/issue21296)
--- | :---
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</summary><p>
GitHub f... | 3782def5a2b4d24ab5d356f89da181e99a9a59b2 | d228825e08883fc13f35eb91435f95d32524931c |
python/cpython | python__cpython-120019 | # Attaching a PropertyMock records calls
BPO | [21255](https://bugs.python.org/issue21255)
--- | :---
Nosy | @merwok, @voidspace, @kushaldas, @tirkarthi
<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... | 9e9ee50421c857b443e2060274f17fb884d54473 | 422c4fc855afd18bcc6415902ea1d85a50cb7ce1 |
python/cpython | python__cpython-121666 | # doc: PropertyMock refuses to raise AttributeErrror as a side effect
BPO | [21254](https://bugs.python.org/issue21254)
--- | :---
Nosy | @rbtcollins, @voidspace, @ericsnowcurrently, @kushaldas, @s-t-e-v-e-n-k
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect th... | 94e6644584d9cb08a4edcd1027e288386184816b | cecaceea31f32f01b5617989e3dc8b2077f53f89 |
python/cpython | python__cpython-105958 | # PyArg_ParseTupleAndKeywords doesn't take const char *keywords[]
BPO | [21011](https://bugs.python.org/issue21011)
--- | :---
Nosy | @methane, @serhiy-storchaka, @MojoVampire, @hvenev
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
... | da6760bdf5ed8ede203618d5118f4ceb2cb1652d | cda737924fd616c4e08027888258f97e81f34447 |
python/cpython | python__cpython-113186 | # ipaddress "is_private" and "is_global" are insufficiently documented and is_global probably has a bug
BPO | [20857](https://bugs.python.org/issue20857)
--- | :---
Nosy | @loewis, @ncoghlan, @bitdancer
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curre... | 2a4cbf17af19a01d942f9579342f77c39fbd23c4 | e2fcaf19d302b05d3466807bad0a61f39db2a51b |
python/cpython | python__cpython-110578 | # pdb "args" crashes when an arg is not printable
BPO | [20853](https://bugs.python.org/issue20853)
--- | :---
Nosy | @jneb, @bitdancer, @xdegaye, @akulakov
PRs | <li>python/cpython#28400</li>
Files | <li>[pdb.patch](https://bugs.python.org/file34369/pdb.patch "Uploaded as text/plain at 2014-03-12.07:58:48 by @jneb"):... | c523ce0f434582580a3721e15cb7dd6b56ad0236 | de956b263b98bb9928ce4377c42ca8271c4f2682 |
python/cpython | python__cpython-102656 | # [doc] Clarify copyreg.pickle() documentation
BPO | [20823](https://bugs.python.org/issue20823)
--- | :---
Nosy | @serhiy-storchaka, @miss-islington, @kumaraditya303
PRs | <li>python/cpython#30230</li><li>python/cpython#30669</li><li>python/cpython#30670</li>
Files | <li>[copyreg.patch](https://bugs.python.org/file34... | 0421ed44a9f9405269a8ceb9103451a04d8b90bb | f8abfa331421e2c28388c5162f37820495e3c2ee |
python/cpython | python__cpython-108340 | # sqlite dumpiter dumps invalid script when virtual tables are used
BPO | [20463](https://bugs.python.org/issue20463)
--- | :---
Nosy | @bitdancer, @RonnyPfannschmidt, @palaviv, @tirkarthi
Files | <li>[20463.patch](https://bugs.python.org/file45049/20463.patch "Uploaded as text/plain at 2016-10-10.18:04:18 by @palaviv... | d0160c7c22c8dff0a61c49b5304244df6e36465e | fecb9faf0b2df6a219696502a34b918c5d2bfe9d |
python/cpython | python__cpython-104175 | # [doc] No Argument Clinic documentation on how to specify a return converter
BPO | [20459](https://bugs.python.org/issue20459)
--- | :---
Nosy | @larryhastings, @furkanonder
<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><... | 721a78395d07c68351625aedb827a47dd4f48525 | 2318bedb3645d2dfb56944553f01d6c434904c4b |
python/cpython | python__cpython-104167 | # Argument Clinic: when cloning functions with path_t, path_t retains the old name
BPO | [20432](https://bugs.python.org/issue20432)
--- | :---
Nosy | @larryhastings
<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... | d0b4abedfb8b0322df835065f85551d097cfecb8 | 5245cb64d9a898804edf683427ef4d4fd20ccaec |
python/cpython | python__cpython-137304 | # Errors in documentation of standard codec error handlers
BPO | [20413](https://bugs.python.org/issue20413)
--- | :---
Nosy | @ncoghlan, @ezio-melotti, @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 ... | 9e512ae01081c5eedf6ca1b35fb69d9e54f6f91a | 35759fe2faf1443455dfcb15ef7c435e34b492c7 |
python/cpython | python__cpython-117333 | # clarify meaning of xbar and mu in pvariance/variance of statistics module
BPO | [20389](https://bugs.python.org/issue20389)
--- | :---
Nosy | @ncoghlan, @stevendaprano, @iritkatriel
Files | <li>[issue20389_statistics_docs.diff](https://bugs.python.org/file33990/issue20389_statistics_docs.diff "Uploaded as text/plain... | fefd5d97111364afa027ae580c3244f427dda59d | 6099fdf733c2d67c05f0f64c9980fb621741baed |
python/cpython | python__cpython-129866 | # socketserver.TCPServer can not listen IPv6 address
BPO | [20215](https://bugs.python.org/issue20215)
--- | :---
Nosy | @gpshead, @jaraco, @nirs, @giampaolo, @bitdancer, @berkerpeksag, @vadmium, @jleedev
PRs | <li>python/cpython#17851</li>
Files | <li>[issue20215_socketserver.patch](https://bugs.python.org/file35147/... | 5ce70ad129d2e34a09f8ae6ee0542f4f996fb8ec | f2ae79d29e5e0bd24ad1300cb44e3a99104755c7 |
python/cpython | python__cpython-121675 | # TestProgram is mentioned in the unittest docs but is not documented
BPO | [20109](https://bugs.python.org/issue20109)
--- | :---
Nosy | @brettcannon, @ezio-melotti, @bitdancer, @voidspace
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</s... | f6f4022a357f70f1c40945403065e81b6c2e4854 | 901ea411bf51f59f2a4b0b4fec6f60d29c76ca05 |
python/cpython | python__cpython-99782 | # docs are missing info about module attributes
BPO | [19820](https://bugs.python.org/issue19820)
--- | :---
Nosy | @ericsnowcurrently, @eamanu, @MichaelAnckaert, @anilbey
PRs | <li>python/cpython#15359</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the ... | 89f507fe8c497b3f70fdcecce8bc240f9af2bbe2 | 16f3e03283cdbea6101d21960743d3901ddf8d57 |
python/cpython | python__cpython-108817 | # request to reopen Issue837046 - pyport.h redeclares gethostname() if SOLARIS is defined
BPO | [19561](https://bugs.python.org/issue19561)
--- | :---
Nosy | @jcea, @bitdancer, @0-wiz-0, @kulikjak
PRs | <li>python/cpython#23208</li>
Files | <li>[Python26-10-gethostname.patch](https://bugs.python.org/file32584/Python26... | 0e6d582b3b73a88e71cae04327b31a1ee203722c | bac1e6d695a11cff270e663197f3cecd001fa556 |
python/cpython | python__cpython-103181 | # No way to use TLS-PSK from python ssl
BPO | [19084](https://bugs.python.org/issue19084)
--- | :---
Nosy | @warsaw, @jcea, @pitrou, @giampaolo, @tiran, @chrysn
Files | <li>[5bcfpEKD.txt](https://bugs.python.org/file31859/5bcfpEKD.txt "Uploaded as text/plain at 2013-09-24.15:32:28 by karlp"): implementation of TLS-PSK... | e954ac7205d7a6e356c1736eb372d2b50dbd9f69 | fb202af4470d6051a69bb9d2f44d7e8a1c99eb4f |
python/cpython | python__cpython-116822 | # precise time.time() under Windows 8: use GetSystemTimePreciseAsFileTime
BPO | [19007](https://bugs.python.org/issue19007)
--- | :---
Nosy | @malemburg, @tim-one, @abalkin, @pitrou, @vstinner, @tjguk, @4kir4, @zware, @eryksun, @zooba
Files | <li>[time_precise.patch](https://bugs.python.org/file40088/time_precise.patc... | 486587da42dc2beda1e7807c35678f181b57a60f | a87f3e02828cb4404053384dba18924dcace6596 |
python/cpython | python__cpython-124307 | # argparse: default args in mutually exclusive groups
BPO | [18943](https://bugs.python.org/issue18943)
--- | :---
Nosy | @rhettinger, @pitrou, @wm75, @mlouielu
Files | <li>[test_argparse.diff](https://bugs.python.org/file31626/test_argparse.diff "Uploaded as text/plain at 2013-09-06.09:00:01 by @arigo"): Patch for te... | 3094cd17b0e5ba69309c54964744c797a70aa11b | faef3fa653f2901cc905f98eae0ddcd8dc334d33 |
python/cpython | python__cpython-105104 | # io.IOBase destructor silence I/O error on close() by default
BPO | [18748](https://bugs.python.org/issue18748)
--- | :---
Nosy | @pitrou, @vstinner, @tirkarthi
PRs | <li>python/cpython#12786</li><li>python/cpython#12805</li><li>python/cpython#13512</li><li>python/cpython#13952</li>
Files | <li>[bug.py](https://bugs.... | 58a2e0981642dcddf49daa776ff68a43d3498cee | 85e5d03163cac106ac8ec142ef03f1349a48948b |
python/cpython | python__cpython-134306 | # Add alias for iso-8859-8-i which is the same as iso-8859-8
BPO | [18624](https://bugs.python.org/issue18624)
--- | :---
Nosy | @malemburg, @warsaw, @ezio-melotti, @bitdancer, @ringof
PRs | <li>python/cpython#10237</li><li>python/cpython#32279</li>
Files | <li>[adding_aliases.patch](https://bugs.python.org/file34449/... | 5ab66a882d1b5e44ec50b25df116ab209d65863f | 3246ea514d6da6ff09f411e22b3ba61a7de84a74 |
python/cpython | python__cpython-107118 | # gettext() cannot find translations with plural forms
BPO | [18319](https://bugs.python.org/issue18319)
--- | :---
Nosy | @loewis, @warsaw, @Cito, @jwilk, @gbassiere
PRs | <li>python/cpython#19869</li>
Files | <li>[test.mo](https://bugs.python.org/file30717/test.mo "Uploaded as application/octet-stream at 2013-06-27.... | b3c34e55c053846beb35f5e4253ef237b3494bd0 | b273837fea129df8477da557ad3cb23a0ed12c20 |
python/cpython | python__cpython-102051 | # running a suite with no tests is not an error
BPO | [18232](https://bugs.python.org/issue18232)
--- | :---
Nosy | @terryjreedy, @rbtcollins, @ezio-melotti, @voidspace, @mgorny, @kamilturek
PRs | <li>python/cpython#24893</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and mig... | 76632b836cf81a95301f4eb1fa43682e8d9ffa67 | dc3f97549a8fe4f7fea8d0326e394760b51caa6e |
python/cpython | python__cpython-105039 | # argparse: mutually exclusive groups full of help-suppressed args can cause AssertionErrors
BPO | [17890](https://bugs.python.org/issue17890)
--- | :---
Nosy | @terryjreedy, @bitdancer, @vadmium, @iritkatriel
Files | <li>[argparse-assertfail.py](https://bugs.python.org/file30102/argparse-assertfail.py "Uploaded as te... | de1428f8c234a8731ced99cbfe5cd6c5c719e31d | 49258efada0cb0fc58ccffc018ff310b8f7f4570 |
python/cpython | python__cpython-118390 | # OS X test for Tk availability doesn't work
BPO | [17496](https://bugs.python.org/issue17496)
--- | :---
Nosy | @ronaldoussoren, @ned-deily, @glyph, @alex, @roseman
Files | <li>[tk-cond.diff](https://bugs.python.org/file29510/tk-cond.diff "Uploaded as text/plain at 2013-03-20.19:50:04 by @alex")</li><li>[issue-17496.... | ce740d46246b28bb675ba9d62214b59be9b8411e | 4197a796ecf3a751ad7245b8d4f980d6d444b614 |
python/cpython | python__cpython-113161 | # doctest test finder doesnt find line numbers of properties
BPO | [17446](https://bugs.python.org/issue17446)
--- | :---
Nosy | @blueyed, @bitdancer, @RonnyPfannschmidt, @Vgr255, @mscuthbert, @timofurrer
PRs | <li>python/cpython#3419</li>
Files | <li>[fix_issue_17446.patch](https://bugs.python.org/file41769/fix_issue... | 8f8f0f97e126db9ca470fd7e7b2944c150db6305 | 737d23ffcd16909274f21c932215ec104140fb1c |
python/cpython | python__cpython-106366 | # Allow waiting on a mock
BPO | [17013](https://bugs.python.org/issue17013)
--- | :---
Nosy | @jcea, @pitrou, @rbtcollins, @cjw296, @ezio-melotti, @voidspace, @Kentzo, @lisroach, @mariocj89, @pablogsal, @Kentzo, @tirkarthi
PRs | <li>python/cpython#12818</li><li>python/cpython#16094</li><li>python/cpython#17133</li><li... | 56353b10023ff12c7c8d6288ae4bf7bdcd5d4b6c | e7cd55753b00d6f7e5c8998bae73ebaa9e86398d |
python/cpython | python__cpython-111785 | # Add Base32 support for RFC4648 "Extended Hex" alphabet (patch attached)
BPO | [16995](https://bugs.python.org/issue16995)
--- | :---
Nosy | @pitrou, @ezio-melotti, @vadmium, @serhiy-storchaka, @pganssle, @csabella, @miss-islington, @FFY00
PRs | <li>python/cpython#20441</li>
Files | <li>[base32hex.tar.gz](https://bug... | ea970fb116a114f2c47cc8f21df00166d43ab78b | f115a55f0e455a4b43a1da9fd838a60a101f182a |
python/cpython | python__cpython-124578 | # argparse: mismatch between choices parsing and usage/error message
BPO | [16977](https://bugs.python.org/issue16977)
--- | :---
Nosy | @ericvsmith, @cjerdonek, @iritkatriel
Files | <li>[argparse.patch](https://bugs.python.org/file28769/argparse.patch "Uploaded as text/plain at 2013-01-18.15:51:21 by jeffknupp")</li>... | f1a2417b9e2993e584610851ac004c8b0599b323 | dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba |
python/cpython | python__cpython-120894 | # Add support for C99 complex type (_Complex) as ctypes.c_complex
BPO | [16899](https://bugs.python.org/issue16899)
--- | :---
Nosy | @arigo, @amauryfa, @mdickinson, @meadori
<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><... | 6988ff02a5741bcd04a8f46b7dd845e849557be0 | a0b8b342c5d0b4722ad9cfe82f2630025d445f00 |
python/cpython | python__cpython-125210 | # argparse group nesting lost on inheritance
BPO | [16807](https://bugs.python.org/issue16807)
--- | :---
Nosy | @dougalsutherland, @iritkatriel
Files | <li>[argparse_mutex_parent.patch](https://bugs.python.org/file28473/argparse_mutex_parent.patch "Uploaded as text/plain at 2012-12-29.01:39:23 by @dougalsutherland"):... | 18c74497681e0107d7cde53e63ea42feb38f2176 | 0135848059162ad81478a7776fec622d68a36524 |
python/cpython | python__cpython-15955 | # imghdr doesn't recognize variant jpeg formats
BPO | [16512](https://bugs.python.org/issue16512)
--- | :---
Nosy | @jcea, @vstinner, @ezio-melotti, @bitdancer, @intgr, @PCManticore
PRs | <li>python/cpython#8322</li><li>python/cpython#14862</li>
Files | <li>[peanuts15.jpg](https://bugs.python.org/file28046/peanuts15.j... | fa1d675309c6a08b0833cf25cffe476c6166aba3 | ccfc042bbf31e53c44b8aae444afd8365b798422 |
python/cpython | python__cpython-103036 | # Include the "object" type in the lists of documented types
BPO | [16508](https://bugs.python.org/issue16508)
--- | :---
Nosy | @birkenfeld, @terryjreedy, @ezio-melotti, @merwok, @bitdancer, @cjerdonek, @vadmium
Files | <li>[object-type.patch](https://bugs.python.org/file40066/object-type.patch "Uploaded as text/plai... | 4f826214b30ad50365f45bf07e4a02f34f897ab5 | 6f512c603465ff3e51e07cb7e1d36b4e5e88905d |
python/cpython | python__cpython-97579 | # wrong type for wintypes.BYTE
BPO | [16376](https://bugs.python.org/issue16376)
--- | :---
Nosy | @amauryfa, @abalkin, @meadori
Files | <li>[Issue16376.diff](https://bugs.python.org/file35940/Issue16376.diff "Uploaded as text/plain at 2014-07-13.14:48:39 by BreamoreBoy"): Change BYTE definition fron c_byte to c_ubyte... | 409f5337a3e466a5ef673797575cbd1745d27ca9 | f2ac9510a5aa4f71d468f486140eae60f46833ad |
python/cpython | python__cpython-103783 | # curses.textpad.Textbox backspace support
BPO | [16232](https://bugs.python.org/issue16232)
--- | :---
Nosy | @ned-deily
<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... | a3a5b4bb232ba29875147baa3b56a5524eece353 | 44010d0f1203134cd8f885ca574caaef373e80f6 |
python/cpython | python__cpython-109161 | # list duplicate test names with patchcheck
BPO | [16079](https://bugs.python.org/issue16079)
--- | :---
Nosy | @rhettinger, @gpshead, @vstinner, @rbtcollins, @ned-deily, @ezio-melotti, @merwok, @cjerdonek, @xdegaye, @ambv, @miss-islington
PRs | <li>python/cpython#12827</li><li>python/cpython#12828</li><li>python/cpyt... | 3cb9a8edca6e3fa0f0045b03a9a6444cf8f7affe | 0e76cc359ba5d5e29d7c75355d7c1bc7e817eecf |
python/cpython | python__cpython-99982 | # Using new 'bool' format character
BPO | [15999](https://bugs.python.org/issue15999)
--- | :---
Nosy | @larryhastings, @Rosuav, @serhiy-storchaka
PRs | <li>python/cpython#15609</li><li>python/cpython#15610</li><li>python/cpython#15621</li><li>python/cpython#15622</li>
Files | <li>[use_bool_parsing.diff](https://bugs.... | 922a6cf6c265e2763a003291885ff74d46203fc3 | 2488c1e1b66366a3a933ff248eff080fabd2351c |
python/cpython | python__cpython-127338 | # Python should support exporting thread names to the OS
BPO | [15500](https://bugs.python.org/issue15500)
--- | :---
Nosy | @jcea, @pitrou, @vstinner, @tiran, @bitdancer, @asvetlov, @florentx, @socketpair, @eryksun, @ZackerySpytz, @arhadthedev
PRs | <li>python/cpython#14578</li>
<sup>*Note: these values reflect the ... | 67b18a18b66b89e253f38895057ef9f6bae92e7b | 12680ec5bd45c85b6daebe0739d30ef45f089efa |
python/cpython | python__cpython-111546 | # Eliminate the use of deprecated OS X APIs in getpath.c
BPO | [15498](https://bugs.python.org/issue15498)
--- | :---
Nosy | @ronaldoussoren, @vstinner, @ned-deily
Files | <li>[issue15498-v1.txt](https://bugs.python.org/file26622/issue15498-v1.txt "Uploaded as text/plain at 2012-07-31.12:03:03 by @ronaldoussoren")</li... | de2715f086bc799b20e420a82b76180338352565 | 6a00a58f60a1ce18d32503f11b95d6fcf00c7406 |
python/cpython | python__cpython-113049 | # os.chmod() does not follow symlinks on Windows
BPO | [15411](https://bugs.python.org/issue15411)
--- | :---
Nosy | @atsuoishimoto, @tjguk, @asvetlov, @zware
Files | <li>[chmod_symlink_win32.patch](https://bugs.python.org/file26462/chmod_symlink_win32.patch "Uploaded as text/plain at 2012-07-21.08:31:18 by @atsuoishi... | 29f7eb4859bfc27a4c93f36449ca7d810e13288b | c6e953be125c491226adc1a5bc9c804ce256aa17 |
python/cpython | python__cpython-124303 | # argparse: nargs='*' positional argument doesn't accept any items if preceded by an option and another positional
BPO | [15112](https://bugs.python.org/issue15112)
--- | :---
Nosy | @cjerdonek, @vadmium
Files | <li>[argparse_fix_empty_nargs_star.patch](https://bugs.python.org/file26097/argparse_fix_empty_nargs_star.p... | 4a5e4aade420c594c5b3fe0589e9e6b444bd6ee5 | e69ff34e81eceb69de6623205c87e0145f1831e4 |
python/cpython | python__cpython-112318 | # [doc] say in open() doc that line buffering only applies to write
BPO | [15049](https://bugs.python.org/issue15049)
--- | :---
Nosy | @loewis, @pitrou, @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>Sh... | fafae08cc7caa25f2bd6b29106b50ef76c3e296f | 4ec849bba8286b2ca979f557f633582174a8c4d8 |
python/cpython | python__cpython-121233 | # zipimport needs to support namespace packages when no 'directory' entry exists
BPO | [14905](https://bugs.python.org/issue14905)
--- | :---
Nosy | @warsaw, @gpshead, @pjeby, @ronaldoussoren, @ncoghlan, @ericvsmith, @ericsnowcurrently, @serhiy-storchaka, @phmc
Files | <li>[zipimport-issue14905.patch](https://bugs.pyt... | 17d5b9df10f53ae3c09c8b22f27d25d9e83b4b7e | db1729143de0775c99e0453cb0fc01a799f289a0 |
python/cpython | python__cpython-121673 | # pkgutil.extend_path has no tests
BPO | [14817](https://bugs.python.org/issue14817)
--- | :---
Nosy | @pitrou, @ericvsmith, @Windsooon
PRs | <li>python/cpython#12871</li>
<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... | 8f2532168b4630e413a42ccb5e458708808702ea | 263c7e611bb24715e513d457a3477a61fff15162 |
python/cpython | python__cpython-110582 | # Pdb does not stop at a breakpoint set on the line of a function definition
BPO | [14808](https://bugs.python.org/issue14808)
--- | :---
Nosy | @birkenfeld, @xdegaye
Files | <li>[pdb_default.patch](https://bugs.python.org/file25578/pdb_default.patch "Uploaded as text/plain at 2012-05-14.15:36:58 by @xdegaye")</li>
<... | 1c9a0c40794f0cb3234533d5e83234e7dce4ccd4 | 77bb0d5f5047223e5d8f855ee21442ea9505834e |
python/cpython | python__cpython-124454 | # Pdb does not stop at a breakpoint
BPO | [14751](https://bugs.python.org/issue14751)
--- | :---
Nosy | @xdegaye
Files | <li>[pdb_default.patch](https://bugs.python.org/file25494/pdb_default.patch "Uploaded as text/plain at 2012-05-08.13:00:17 by @xdegaye")</li><li>[pdb_default_2.patch](https://bugs.python.org/file255... | 12eaadc0ad33411bb02945d700b6ed7e758bb188 | 9c2bb7d551a695f35db953a671a2ddca89426bef |
python/cpython | python__cpython-118979 | # trace function not set, causing some Pdb commands to fail
BPO | [14728](https://bugs.python.org/issue14728)
--- | :---
Nosy | @loewis, @birkenfeld, @terryjreedy, @orsenthil, @asvetlov, @xdegaye
Files | <li>[pdb.patch](https://bugs.python.org/file25459/pdb.patch "Uploaded as text/plain at 2012-05-05.10:43:43 by @xdeg... | f526314194f7fd15931025f8a4439c1765666e42 | d8a82cca12e12a6b22bfe6691e9b222f6d276f0a |
python/cpython | python__cpython-128932 | # missing return in win32_kill?
BPO | [14484](https://bugs.python.org/issue14484)
--- | :---
Nosy | @pitrou, @vstinner, @tjguk, @bitdancer, @asvetlov, @zware, @eryksun, @zooba, @iritkatriel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</s... | 939df0f9f6a76e0916b3ba53841e1413ab90952e | 7807b407306d3c311bcc601cc279623180f8da05 |
python/cpython | python__cpython-124631 | # argparse: subparsers, argument abbreviations and ambiguous option
BPO | [14365](https://bugs.python.org/issue14365)
--- | :---
Nosy | @merwok
Files | <li>[argparse_subparsers_ambiguous_bug.py](https://bugs.python.org/file24928/argparse_subparsers_ambiguous_bug.py "Uploaded as text/plain at 2012-03-18.20:27:59 by jak... | 3f27153e077d7e9448e2f081275931968b40cc74 | 95e92ef6c74e973ea13d15180190d0fa2af82fbf |
python/cpython | python__cpython-124782 | # argparse allows nargs>1 for positional arguments but doesn't allow metavar to be a tuple
BPO | [14074](https://bugs.python.org/issue14074)
--- | :---
Nosy | @rhettinger, @cykerway, @shihai1991, @iritkatriel
PRs | <li>python/cpython#10847</li>
Files | <li>[issue14074.patch](https://bugs.python.org/file31042/issue1407... | 9b31a2d83fa7cb0fe4d75ce7cf6a2c9ea2ce0728 | 9ce90206b7a4649600218cf0bd4826db79c9a312 |
python/cpython | python__cpython-137415 | # disallow the "surrogatepass" handler for non utf-* encodings
BPO | [13916](https://bugs.python.org/issue13916)
--- | :---
Nosy | @loewis, @vstinner, @ezio-melotti, @serhiy-storchaka
Files | <li>[surrogatepass_non_utf.patch](https://bugs.python.org/file35257/surrogatepass_non_utf.patch "Uploaded as text/plain at 2014... | ce1b747ff68754635b7b12870dfc527184ee3b39 | c17f378c0efb67afb245fe2ef9e7dd2272541ff9 |
python/cpython | python__cpython-124227 | # Summary tables for argparse add_argument options
BPO | [13850](https://bugs.python.org/issue13850)
--- | :---
Nosy | @rhettinger, @ncoghlan, @ezio-melotti, @merwok, @bitdancer, @masklinn, @berkerpeksag, @matrixise
PRs | <li>python/cpython#12070</li>
Files | <li>[argparse-actions-matrix](https://bugs.python.org/file2... | 4e2fb7bdf5e1b2eddeb29b776820cfa2017a673f | 9968caa0cc8a4d07595f0e0abe5f28ba9b6f7a96 |
python/cpython | python__cpython-113649 | # argparse.FileType opens a file and never closes it
BPO | [13824](https://bugs.python.org/issue13824)
--- | :---
Nosy | @merwok, @mitar, @matrixise, @MojoVampire, @remilapeyre, @Septatrix
Files | <li>[patch_3.diff](https://bugs.python.org/file31852/patch_3.diff "Uploaded as text/plain at 2013-09-23.20:26:03 by paul.j... | b3d2427f2280fa8dae3515036c518d74ba43ebd1 | a8629816c6c0e6770248a60529fd7c9ba08aad55 |
python/cpython | python__cpython-103928 | # Increase test coverage for pstats.py
BPO | [13670](https://bugs.python.org/issue13670)
--- | :---
Nosy | @birkenfeld, @briancurtin, @iritkatriel
Files | <li>[test_pstats.diff](https://bugs.python.org/file24098/test_pstats.diff "Uploaded as text/plain at 2011-12-28.14:13:27 by andrea.crotti")</li>
<sup>*Note: these ... | af449638b61438121c26f911295eec559cf68406 | 19f3c52347bf76f55995ec7272de0bb68c68f00a |
python/cpython | python__cpython-130290 | # pdb shows code from wrong module
BPO | [13328](https://bugs.python.org/issue13328)
--- | :---
Nosy | @birkenfeld, @ncoghlan, @meadori, @xdegaye, @akheron
Files | <li>[pdb.diff](https://bugs.python.org/file23601/pdb.diff "Uploaded as text/plain at 2011-11-03.00:03:16 by yak")</li>
<sup>*Note: these values reflect th... | ee337bea01beb3da6dccfe1b48db9a4c891b05a1 | c718c6be0f82af5eb0e57615ce323242155ff014 |
python/cpython | python__cpython-133113 | # Getting a buffer from a Unicode array uses invalid format
BPO | [13072](https://bugs.python.org/issue13072)
--- | :---
Nosy | @loewis, @birkenfeld, @mdickinson, @ncoghlan, @pitrou, @vstinner, @skrah, @meadori
Files | <li>[array_revert_pep393.patch](https://bugs.python.org/file26646/array_revert_pep393.patch "Uploade... | 59ff42155aa976c0b7db6fdb3dff9c68e833bbaa | 0c26dbd16e9dd71a52d3ebd43d692f0cd88a3a37 |
python/cpython | python__cpython-109499 | # filecmp.dircmp does not allow non-shallow comparisons
BPO | [12932](https://bugs.python.org/issue12932)
--- | :---
Nosy | @terryjreedy, @rbtcollins, @merwok, @regebro, @mitar, @cjerdonek
Files | <li>[issue12932.diff](https://bugs.python.org/file30589/issue12932.diff "Uploaded as text/plain at 2013-06-14.21:24:16 by ... | 60743a9a7ee3c3c16a61ff6715e8d170237b5458 | ea1b1c579f600cc85d145c60862b2e6b98701b24 |
python/cpython | python__cpython-111197 | # inspect.getsource only works for objects loaded from files, not interactive session
BPO | [12920](https://bugs.python.org/issue12920)
--- | :---
Nosy | @terryjreedy, @ned-deily, @merwok, @bitdancer, @PCManticore, @Naddiseo, @BlckKnght, @native-api, @vmsp, @Ark-kun
<sup>*Note: these values reflect the state of the i... | 3211d5793f4437f86cd2fa11e86b4fd958932881 | 8b44f3c54bb4f99445c108bc0240c458adae9c6f |
python/cpython | python__cpython-134148 | # ctypes: clearly document how structure bit fields are allocated
BPO | [12880](https://bugs.python.org/issue12880)
--- | :---
Nosy | @terryjreedy, @meadori
Files | <li>[bitfield_doc.diff](https://bugs.python.org/file23275/bitfield_doc.diff "Uploaded as text/plain at 2011-09-30.17:19:10 by vladris")</li>
<sup>*Note: ... | b22b964a5c245e13ae0439c5efbb8984acf607ab | 1adca08d658ee2d520f3193960eaf3ae2ead1cef |
python/cpython | python__cpython-101062 | # __setstate__ is called for false values
BPO | [12290](https://bugs.python.org/issue12290)
--- | :---
Nosy | @birkenfeld, @abalkin, @pitrou, @avassalotti, @bitdancer, @eltoder, @serhiy-storchaka, @iritkatriel
Files | <li>[setstate.diff](https://bugs.python.org/file22375/setstate.diff "Uploaded as text/plain at 2011-0... | d5a30a1777f04523c7b151b894e999f5714d8e96 | debb1386be024181c8c003c5cbf61608024aee09 |
python/cpython | python__cpython-116942 | # [doc] clarify documentation of nonlocal
BPO | [12165](https://bugs.python.org/issue12165)
--- | :---
Nosy | @rhettinger, @terryjreedy, @merwok, @eryksun, @nanjekyejoannah, @iritkatriel, @slateny
PRs | <li>python/cpython#31551</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated a... | 025ef7a5f7b424fba8713e448244b952bf897df3 | b85572c47dc7a8c65fc366a87a3660fc7a3ed244 |
python/cpython | python__cpython-104694 | # Doc: remove errors about mixed-type comparisons.
BPO | [12067](https://bugs.python.org/issue12067)
--- | :---
Nosy | @rhettinger, @terryjreedy, @mdickinson, @benjaminp, @ezio-melotti, @stevendaprano, @bitdancer, @cjerdonek, @berkerpeksag, @vadmium, @andy-maier, @csabella, @humbdrag
PRs | <li>python/cpython#3199</li>... | 360e4b8fb19f34360093bc15ef9aad13115a6069 | a8add0ec5ef05c26e1641b8310b65ddd75c0fec3 |
python/cpython | python__cpython-94768 | # Add discussion of trailing backslash in raw string to tutorial
BPO | [11479](https://bugs.python.org/issue11479)
--- | :---
Nosy | @birkenfeld, @facundobatista, @ezio-melotti, @bitdancer, @iritkatriel, @dancinglightning
PRs | <li>python/cpython#27949</li>
Files | <li>[tutorial-raw-string.patch](https://bugs.python.o... | b95b1b3b25b0a93a22c7d58ac5bd5870e62070a8 | 5369bba8c594de7a643408550e19e1ff6df5178a |
python/cpython | python__cpython-105338 | # issue a warning when populating a CPython type dict with non-string keys
BPO | [11455](https://bugs.python.org/issue11455)
--- | :---
Nosy | @loewis, @Yhg1s, @ncoghlan, @pitrou, @vstinner, @alex, @voidspace, @briancurtin, @durban, @serhiy-storchaka, @iritkatriel
Files | <li>[issue11455.patch](https://bugs.python.org... | f7c05d7ad3075a1dbeed86b6b12903032e4afba6 | 3bb6912d8832e6e0a98c74de360dc1b23906c4b3 |
python/cpython | python__cpython-122542 | # Add support for IMAP IDLE in `imaplib`
BPO | [11245](https://bugs.python.org/issue11245)
--- | :---
Nosy | @warsaw, @ericvsmith, @bitdancer, @vadmium, @mitya57, @soltysh, @ankostis, @jdek
Dependencies | <li>bpo-18921: In imaplib, cached capabilities may be out of date after login</li>
Files | <li>[imapidle.patch](ht... | 0fef47e5bbd167c21eb4f3cbd885cf61270014e7 | 43e024021392c8c70e5a56cdf7428ced45d73688 |
python/cpython | python__cpython-104562 | # [doc] Write argparse i18n howto
BPO | [10529](https://bugs.python.org/issue10529)
--- | :---
Nosy | @rhettinger, @jwilk, @merwok
<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>
GitH... | dcd7acb04a719d8d30c8d03b80d3d48b6c035e14 | 680f3e1591e406deb04ba44adbef9a5a02395f80 |
python/cpython | python__cpython-124495 | # argparse: Problem with defaults for variable nargs when using choices
BPO | [9625](https://bugs.python.org/issue9625)
--- | :---
Nosy | @rhettinger, @macfreek, @ericvsmith, @merwok, @cedk, @berkerpeksag, @lanzz, @jameshcorbett, @zumoshi
Files | <li>[issue9625.diff](https://bugs.python.org/file26471/issue9625.diff "U... | dac4ec52866e4068f3ac33b4da1e1a1fe6fc2cba | 61180446eee2aef07b042c7e8892c45afabd1499 |
python/cpython | python__cpython-124275 | # argparse: Allow the use of -- to break out of nargs and into subparser
BPO | [9571](https://bugs.python.org/issue9571)
--- | :---
Nosy | @merwok, @bitdancer
Files | <li>[issue9571_1.patch](https://bugs.python.org/file35886/issue9571_1.patch "Uploaded as text/plain at 2014-07-07.17:12:55 by paul.j3")</li>
<sup>*Note... | c578271366176a1d1b0941897efefb6e4d6508b4 | 3094cd17b0e5ba69309c54964744c797a70aa11b |
python/cpython | python__cpython-113363 | # plistlib should create non-naïve datetime objects
BPO | [9256](https://bugs.python.org/issue9256)
--- | :---
Nosy | @ronaldoussoren, @abalkin, @ned-deily, @bitdancer, @hynek
Files | <li>[plistdt.py](https://bugs.python.org/file17993/plistdt.py "Uploaded as text/plain at 2010-07-14.01:34:01 by wiml"): a simple test c... | 8e4ff5c7885abb04a66d079499335c4d46106aff | b4b2cc101216ae1017898dfbe43c90da2fd0a308 |
python/cpython | python__cpython-136284 | # Write documentation for codecs.readbuffer_encode()
BPO | [8997](https://bugs.python.org/issue8997)
--- | :---
Nosy | @malemburg, @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... | f1dcf3c7bf90961b8d5475154d3f28cfef0a054f | 301b29dd306030ad4b02909d822c49cc8e05ca7d |
python/cpython | python__cpython-124946 | # strptime(.., '%c') fails to parse output of strftime('%c', ..) in some locales
BPO | [8957](https://bugs.python.org/issue8957)
--- | :---
Nosy | @abalkin, @vstinner, @ezio-melotti
Dependencies | <li>bpo-8915: Use locale.nl_langinfo in _strptime</li>
Files | <li>[strptime-locale-bug.c](https://bugs.python.org/file176... | c05f9dde8a12dfd63d3ade93da616042df2dc925 | dcd58c50844dae0d83517e88518a677914ea594b |
python/cpython | python__cpython-123069 | # Bug in InteractiveConsole /pickle
BPO | [8943](https://bugs.python.org/issue8943)
--- | :---
Nosy | @ncoghlan, @orsenthil, @fabioz, @avassalotti
Files | <li>[fast_test.py](https://bugs.python.org/file17589/fast_test.py "Uploaded as text/plain at 2010-06-08.16:24:20 by @fabioz"): Code showing the error.</li><li>[inte... | a31bbc951a9d74cd7b9092555c101e51a2b9482b | 175ba3639fbc336912f429cf4de43b22e05fd6dc |
python/cpython | python__cpython-122003 | # Add support for IEEE 754 contexts to decimal module.
BPO | [8786](https://bugs.python.org/issue8786)
--- | :---
Nosy | @rhettinger, @terryjreedy, @facundobatista, @mdickinson, @tiran, @ezio-melotti, @skrah, @mmaker
Files | <li>[issue8786.patch](https://bugs.python.org/file27214/issue8786.patch "Uploaded as text/plai... | 5bf0f3666e272798789ff900b1071760c73b46fd | e20ca6d1b006674be23d16083f273e8a7b8f77b6 |
python/cpython | python__cpython-136498 | # Keepends param in codec readline(s)
BPO | [8630](https://bugs.python.org/issue8630)
--- | :---
Nosy | @malemburg, @benjaminp
Files | <li>[codecs.py](https://bugs.python.org/file17235/codecs.py "Uploaded as text/plain at 2010-05-06.12:07:48 by amccampos"): new codecs.py fixing the issue</li><li>[Issue8630.patch](http... | 35e2c359703e076256c1249b74b87043972e04d6 | 4b41b2043b110a38616ff86ddb3f065ae7f15c3e |
python/cpython | python__cpython-125193 | # time.strftime() and Unicode characters on Windows
BPO | [8304](https://bugs.python.org/issue8304)
--- | :---
Nosy | @terryjreedy, @pfmoore, @abalkin, @vstinner, @ericvsmith, @tjguk, @ezio-melotti, @shimizukawa, @zware, @eryksun, @zooba
<sup>*Note: these values reflect the state of the issue at the time it was migra... | ad3eac1963a5f195ef9b2c1dbb5e44fa3cce4c72 | 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 |
python/cpython | python__cpython-110987 | # Enhance Cmd support for docstrings and document it.
BPO | [7913](https://bugs.python.org/issue7913)
--- | :---
Nosy | @merwok, @bitdancer, @durban, @serhiy-storchaka
Files | <li>[cmd_doctest_enhancement.patch](https://bugs.python.org/file16213/cmd_doctest_enhancement.patch "Uploaded as text/plain at 2010-02-11.18:57... | 4c4b08dd2bd5f2cad4e41bf29119a3daa2956f6e | f1f839243251fef7422c31d6a7c3c747e0b5e27c |
python/cpython | python__cpython-112823 | # missing termios constants
BPO | [7695](https://bugs.python.org/issue7695)
--- | :---
Nosy | @vstinner, @tiran
Files | <li>[patch_termios_consts_issue7695.diff](https://bugs.python.org/file20015/patch_termios_consts_issue7695.diff "Uploaded as text/plain at 2010-12-11.17:02:35 by Rodolpho.Eckhardt")</li>
<sup>*Note:... | f26bfe4b25f7e5a4f68fcac26207b7175abad208 | 0c55f270604f8541bcf43526e5cf6c6eddfff451 |
python/cpython | python__cpython-94612 | # tempfile.mkdtemp() does not return absolute pathname when relative dir is specified
BPO | [7325](https://bugs.python.org/issue7325)
--- | :---
Nosy | @pitrou, @merwok, @bitdancer, @hynek, @1st1, @iritkatriel
Files | <li>[Py7325.diff](https://bugs.python.org/file16005/Py7325.diff "Uploaded as text/plain at 2010-01... | 32bea69b89e32a8c673db3315e1ea3de48ea7702 | c8c3956d905e019101038b018129a4c90c9c9b8f |
python/cpython | python__cpython-99629 | # trace.CoverageResult fails merging input file with non-empty callers
BPO | [7275](https://bugs.python.org/issue7275)
--- | :---
Nosy | @berkerpeksag, @iritkatriel
Files | <li>[trace.diff](https://bugs.python.org/file15279/trace.diff "Uploaded as text/plain at 2009-11-06.18:11:59 by glinsvad"): Proposed patch for out... | 594de165bf2f21d6b28eb17003ea78fc20c0ffed | 276643e207d44c53b87a8108d5b00982defcce1e |
python/cpython | python__cpython-109180 | # Infinite Recursion during Unpickling a codecs Object
BPO | [6395](https://bugs.python.org/issue6395)
--- | :---
Nosy | @malemburg, @avassalotti, @serhiy-storchaka
Files | <li>[codecs_stream_delegating.patch](https://bugs.python.org/file41184/codecs_stream_delegating.patch "Uploaded as text/plain at 2015-11-28.13:48:... | d6892c2b9263b39ea1c7905667942914b6a24b2c | 71b6e2602c0b5b06d51855f179cdb30094a67968 |
python/cpython | python__cpython-128374 | # Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords
BPO | [6083](https://bugs.python.org/issue6083)
--- | :---
Nosy | @loewis, @birkenfeld, @gpshead, @abalkin, @taleinat, @serhiy-storchaka, @imz, @ananthan-123
Dependencies | <li>bpo-20191: resource.prlimit(int, int, str) crashs</li>
Files | <l... | 0e4cf9ce7c7b0ae6e78ded27db828eac0f8c7724 | 0f04f2456a2ff996cc670342a287928ab5f9b706 |
python/cpython | python__cpython-107947 | # xml.dom.minidom does not escape CR, LF and TAB characters within attribute values
BPO | [5752](https://bugs.python.org/issue5752)
--- | :---
Nosy | @amauryfa, @devdanzin, @dvarrazzo, @ezio-melotti, @wking, @mitar, @moriyoshi
Files | <li>[minidom_test.py](https://bugs.python.org/file13921/minidom_test.py "Uploaded as... | 154477be722ae5c4e18d22d0860e284006b09c4f | 29bc6165ab8aa434145a34676b8b7e48e7c6e308 |
python/cpython | python__cpython-114760 | # equality not symmetric for subclasses of datetime.date and datetime.datetime
BPO | [5516](https://bugs.python.org/issue5516)
--- | :---
Nosy | @ncoghlan, @abalkin, @jackdied, @ericsnowcurrently, @pganssle
Files | <li>[issue5516.diff](https://bugs.python.org/file13403/issue5516.diff "Uploaded as text/plain at 2009-03... | b1043607884d774acabd255ecdcebb159f76a2fb | d9d6909697501a2604d5895f9f88aeec61274ab0 |
python/cpython | python__cpython-104699 | # gc.collect() won't always collect as expected
BPO | [4924](https://bugs.python.org/issue4924)
--- | :---
Nosy | @loewis, @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>
GitH... | 30488fa22a8f63753192ae7f1d01665857764e45 | d1732feea0eadd4ccc3516440d0c071be0093dec |
python/cpython | python__cpython-93068 | # doc: execution model - clear and complete example in documentation
BPO | [4246](https://bugs.python.org/issue4246)
--- | :---
Nosy | @terryjreedy, @cben, @ezio-melotti
Files | <li>[scopes.py](https://bugs.python.org/file11924/scopes.py "Uploaded as text/plain at 2008-11-01.14:59:28 by robwolfe"): Execution model exa... | f3db68e6e66ebb36e1b9cb30daba913ecc736169 | ad23da0e77c4c4a3185df64d1c199b8c17e08188 |
python/cpython | python__cpython-103309 | # unittest: display time used by each test case
BPO | [4080](https://bugs.python.org/issue4080)
--- | :---
Nosy | @rhettinger, @giampaolo, @ezio-melotti, @merwok, @voidspace
PRs | <li>python/cpython#12271</li>
Files | <li>[pyunit_time.patch](https://bugs.python.org/file11751/pyunit_time.patch "Uploaded as text/plain a... | 52bc2e7b9d451821513a580a9b73c20cfdcf2b21 | 482b6eeadcde3e6573f0d243e687de7be7680379 |
python/cpython | python__cpython-103855 | # urllib.request.urlopen does not handle non-ASCII characters
BPO | [3991](https://bugs.python.org/issue3991)
--- | :---
Nosy | @orsenthil, @vstinner, @devdanzin, @ezio-melotti, @abadger, @bitdancer, @vadmium, @remilapeyre
Dependencies | <li>bpo-9679: unicode DNS names in urllib, urlopen</li>
Files | <li>[non_ascii_pa... | 44010d0f1203134cd8f885ca574caaef373e80f6 | e901588002f3ac5bf4d3c61cda5ad7bf50bacadd |
python/cpython | python__cpython-135997 | # codecs.charmap_build is untested and undocumented
BPO | [3931](https://bugs.python.org/issue3931)
--- | :---
Nosy | @malemburg, @loewis, @birkenfeld, @terryjreedy, @merwok, @MojoVampire
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup... | 2bdd50309f543f449d7d82b64ed6f60ae0aa80b9 | 75f40595e555e7d016cf9d2da8aaddb78bb20b2f |
python/cpython | python__cpython-126531 | # test_multiprocessing fails on systems with HAVE_SEM_OPEN=0
BPO | [3770](https://bugs.python.org/issue3770)
--- | :---
Nosy | @ncoghlan, @ned-deily, @pmp-p, @smattr
Files | <li>[issue3770.diff](https://bugs.python.org/file11656/issue3770.diff "Uploaded as text/plain at 2008-09-29.20:07:31 by jnoller"): Disable synchr... | 1fe67df8e373a5177143e4a310c83438e79f9b77 | a5b94d066016be63d632cccee0ec2a2eb24536dc |
python/cpython | python__cpython-93070 | # Popen() object stdout attribute reassignment behaviour
BPO | [3687](https://bugs.python.org/issue3687)
--- | :---
Nosy | @birkenfeld, @terryjreedy, @giampaolo, @maaz92, @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>
<... | 027adf42cd85db41fee05b0a40d89ef822876c97 | a9f01448a99c6a2ae34d448806176f2df3a5b323 |
python/cpython | python__cpython-127934 | # Document PyUnicode_* API
BPO | [1944](https://bugs.python.org/issue1944)
--- | :---
Nosy | @malemburg, @birkenfeld, @vstinner, @avassalotti, @berkerpeksag, @vadmium, @serhiy-storchaka, @shihai1991, @furkanonder
PRs | <li>python/cpython#20011</li>
Files | <li>[unicode.patch](https://bugs.python.org/file13717/unicode.... | 8d9d3e4ecb4c908df6560b54138dd5af73b3ed47 | d7672e5d5a7b9580a72dbe75d3a9e8840bcc604c |
python/cpython | python__cpython-126924 | # os.chmod failure
BPO | [1767242](https://bugs.python.org/issue1767242)
--- | :---
Nosy | @birkenfeld
<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
assigne... | a264637654f9d3ac3c140e66fd56ee32faf22431 | 4759ba6eec9f0b36b24b8eb7e7b120d471c67e82 |
python/cpython | python__cpython-130187 | # msgfmt cannot cope with BOM - improve error message
BPO | [1697943](https://bugs.python.org/issue1697943)
--- | :---
Nosy | @loewis, @rhettinger, @Cito, @vstinner, @merwok, @serhiy-storchaka
Files | <li>[msgfmt.diff](https://bugs.python.org/file2348/msgfmt.diff "Uploaded as text/plain at 2007-04-10.20:58:04 by @Cito... | 01ba7df49966eaf14f44962a77898840c70dda96 | 185ac5adafb70a207b9d9ac7cb7808942813b832 |
python/cpython | python__cpython-93826 | # [doc] os.execvp[e] on win32 fails for current directory
BPO | [1576313](https://bugs.python.org/issue1576313)
--- | :---
Nosy | @loewis, @bitdancer
Files | <li>[python-win32-execvp.patch](https://bugs.python.org/file7576/python-win32-execvp.patch "Uploaded as text/plain at 2006-10-13.00:57:39 by snaury")</li><li>[Is... | 59c522f9650c22dc986debce483b83a4ffc6dc0d | 014f1319347d7cee3c8aa6c21a1cdf2e4998ef78 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.