forked from hstormer/Python-Mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonicano.json
395 lines (395 loc) · 16.8 KB
/
monicano.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
[
{
"Changes:": [
"-version = '0.0.4'\n",
"+version = '0.0.5'\n"
],
"Message:": "fix import error",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/AkihikoITOH/MAB/commit/146618e0a43d2237196a3c220dbd3ddc452c323e",
"Commit Corrections:": "https://github.com/AkihikoITOH/MAB/commit/d68fa59b4d3bb661326db81596f12809056dd8ab"
},
{
"Changes:": [
"- app.run(debug=True)\n",
"+ app.run()\n"
],
"Message:": "added prints for debugging",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/vdersar1/ClosestCitibike/commit/e9c095548dd3c81bd1d6178adea8294ae5ee8e66",
"Commit Corrections:": "https://github.com/vdersar1/ClosestCitibike/commit/a384446ec880f0d5b87c94089af1e8bb12296b81"
},
{
"Changes:": [
"-\n",
"+#all kafka brokers are added\n"
],
"Message:": "kafka consumer is added",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/blgn4/fitCompete/commit/f7eac3d2fecb1cdfb0010d6b798a7c5634dca2ab",
"Commit Corrections:": "https://github.com/blgn4/fitCompete/commit/413eca2f7e4a5734ac0d6d3f86343a65ec4e4f9d"
},
{
"Changes:": [
"- version='0.1',\n",
"+ version='0.11',\n"
],
"Message:": "update version to 0.11",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/josesho/bootstrapContrast/commit/fa875262cddad66f803241ac846b83926ac31bdd",
"Commit Corrections:": "https://github.com/josesho/bootstrapContrast/commit/95cae992c1851b85d7cf14ef16915abf5ac6b089"
},
{
"Changes:": [
"- print('Usage: %s [query]' % sys.argv[0])\n",
"+ print('Usage: %s [query]' % sys.argv[0])\n"
],
"Message:": "Add files via upload",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/Pizzaface/Alexa-DuckDuckGo/commit/4ea1b709d03d4b296a19746314880f987dcf4b1d",
"Commit Corrections:": "https://github.com/Pizzaface/Alexa-DuckDuckGo/commit/1f8bbd3c856520782839c254286e09c42b044ba4"
},
{
"Changes:": [
"- user_input=raw_input('Plerase: ')\n",
"+ user_input=raw_input('Please: ')\n"
],
"Message:": "Update test4.py",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/Hugh771/test/commit/83984e3546c33c32299f7744ae3031dbc9874fe2",
"Commit Corrections:": "https://github.com/Hugh771/test/commit/37822935b4ed3bb74bfa8e972ee5dcd10e788457"
},
{
"Changes:": [
"- return z\n",
"+ return z.reshape(size)\n"
],
"Message:": "adding the mixture gaussian tensorflow implementation...without likelihood",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/blei-lab/edward/commit/fdbea5227044312999b567a8dca66e55c6bfb515",
"Commit Corrections:": "https://github.com/blei-lab/edward/commit/75a181c52ac7dbd53b46ce223ee64337f8b2fc5f"
},
{
"Changes:": [
"- return x + y\n",
"+ return x - y\n"
],
"Message:": "Fail case",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/HappyHackingNinja/CITest/commit/289904d216d5a4b72a11b97e2802ded457b3d3c3",
"Commit Corrections:": "https://github.com/HappyHackingNinja/CITest/commit/857fd711989e776c9adb7b79dc32510c5e9825bf"
},
{
"Changes:": [
"- self.skipTest(\"Multipart no allowed\")\n",
"+ self.skipTest(\"Multipart not allowed.\")\n"
],
"Message:": "tests: Minor fix to typo in a string.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/Kloudless/kloudless-python/commit/f91021ed90c78a3d13fa5d3f3931c9da2dfa4b7d",
"Commit Corrections:": "https://github.com/Kloudless/kloudless-python/commit/2ab577870e1d4bd79ce8f5d2aa882c9918420355"
},
{
"Changes:": [
"- endlink_angle=0.1,\n",
"+ endlink_angle=0.2,\n"
],
"Message:": "endlink angle",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/smARTLab-liv/slaw_youbot_arm_navigation/commit/7de4b7c40e87664b93d1647ecd50f3ae4eaa3fa0",
"Commit Corrections:": "https://github.com/smARTLab-liv/slaw_youbot_arm_navigation/commit/de5d2efb33889422fc8dbf61b5feb5dcbdedd3d4"
},
{
"Changes:": [
"-\tname = raw_input('Enter your name: ')\n",
"+\tname = raw_input('Enter your full name: ')\n"
],
"Message:": "\tprojectEuler Problem 3: Largest Prime Number\n\nAdded ProjectEuler3 Solutions\nStyles checked",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/rosannaz/hello-world/commit/ef0223a1ecf1c581e1e4d33d16da75756ebdce6b",
"Commit Corrections:": "https://github.com/rosannaz/hello-world/commit/961d251fda57f6b3571821a16389e4fb0882375d"
},
{
"Changes:": [
"- search_fields = ('name', )\n",
"+ search_fields = ('name', 'email')\n"
],
"Message:": "Add email to search_fields in registration admin",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/pythonkr/pyconapac-2016/commit/315b85d8d8067ac5ff79a2d9f7ce9802c0fc64e3",
"Commit Corrections:": "https://github.com/pythonkr/pyconapac-2016/commit/0244fae7f87f72a94180e8ffa1fa5842b1685d29"
},
{
"Changes:": [
"-\tmain()\n",
"+\tmain()"
],
"Message:": "Rename bucket_1000.py.txt to bucket_1000.py",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/ricardocdlr/SF_crime/commit/78e10faa25c06d2603e2dcbc0eba697fddad64a8",
"Commit Corrections:": "https://github.com/ricardocdlr/SF_crime/commit/b1bcc1ecf4c14fe71e7d3ef32e710f4920404f46"
},
{
"Changes:": [
"-__version__ = '1.3.0'\n",
"+__version__ = '1.4.0'\n"
],
"Message:": "Bug 1265028 - Bump Firefox Puppeteer to 49.0.0. r=maja_zf\n\nMozReview-Commit-ID: 3Dd7bLeMzCS",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/weilonge/gecko-git-cinnabar/commit/855825b64557824dc5637b4140209a8629052d8e",
"Commit Corrections:": "https://github.com/weilonge/gecko-git-cinnabar/commit/d32620c15b88bf5856dea02292cbe15a7209e364"
},
{
"Changes:": [
"- else:\n",
"- continue\n",
"- # build the arg parseing\n",
"+ # build the arg parsing\n"
],
"Message:": "correct spelling",
"Additions:": 1,
"Deletions:": 3,
"Commit Mistakes:": "https://github.com/dsprimm/uct/commit/99e8ad130a8aa2186796b3df9e27194de32a8201",
"Commit Corrections:": "https://github.com/dsprimm/uct/commit/900edae605ec26eb74c7b79cdfe03674d8e75594"
},
{
"Changes:": [
"- product_data = self._transcoding_dict(product_data)\n",
"+ #product_data = self._transcoding_dict(product_data)\n"
],
"Message:": "Update basic.py\n\n\u6ce8\u91ca\u6389 1049 \u884c\uff0c\u6539\u884c\u7684\u5904\u7406\u5728\u51fd\u6570 reduce_stock \u6ca1\u6709\u5b9e\u9645\u610f\u4e49",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/zanpen2000/wechat-python-sdk/commit/281040730eaa3b0e86fd8a8c381a9d2560244f50",
"Commit Corrections:": "https://github.com/zanpen2000/wechat-python-sdk/commit/284ac8e93e01aa93e024b14582455a67a7bd7160"
},
{
"Changes:": [
"-__version__ = '0.1'\n",
"+__version__ = '0.2'\n"
],
"Message:": "Release 0.2",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/EricDalrymple91/pyhorizon/commit/5db38a426f66fe299c5dbb15f8b85b01b610d97e",
"Commit Corrections:": "https://github.com/EricDalrymple91/pyhorizon/commit/cc0550e9780b0c1a4e63575ae6cd6b2f30348fed"
},
{
"Changes:": [
"-DEBUG = True\n",
"+DEBUG = False\n"
],
"Message:": "turned debug off",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/johnshiver/johnshiver.org/commit/19deae55824d33c7b1abc62878904fd7ffe1f10a",
"Commit Corrections:": "https://github.com/johnshiver/johnshiver.org/commit/6352606749a364e871119a584d8bc6521353b518"
},
{
"Changes:": [
"-TIME_ZONE = 'UTC'\n",
"+TIME_ZONE = 'Asia/Seoul'\n"
],
"Message:": "settings.py time_zone revised 16.06.27 11:46",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/transf01/app_monitor_rest/commit/f8f17c2e55c727c3bb6ae51254d5efa0ebbe75c0",
"Commit Corrections:": "https://github.com/transf01/app_monitor_rest/commit/e8fc2300819741e2d3ef901c5bd54ac5ef8d5318"
},
{
"Changes:": [
"-from SUAVE.Analyses import Results\r\n",
"+from SUAVE.Core import Results\r\n"
],
"Message:": "clean up",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/suavecode/SUAVE/commit/d3d8ade331cccc0d7bf665a7272e905026ca9891",
"Commit Corrections:": "https://github.com/suavecode/SUAVE/commit/bfe955749619bca07f16d023f2192799cb5612d7"
},
{
"Changes:": [
"-\t#if no corresponding emoji can be found\n",
"+\t# default emoji if no corresponding emoji can be found\n"
],
"Message:": "comment modification",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/muriel27/mojo_python/commit/471a911620284317fdcf34a96e69de63f9f8e6ba",
"Commit Corrections:": "https://github.com/muriel27/mojo_python/commit/c5488d6d35992e932f91f5cae58a87515b0ee77e"
},
{
"Changes:": [
"-from special import special\n",
"+from special import special"
],
"Message:": "pep8",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/pycook/cmdb/commit/3763f874aec0deed31ba3a377d175dad741b171e",
"Commit Corrections:": "https://github.com/pycook/cmdb/commit/6a81ad6aa78afbbef14747b4d73a2834d539a40a"
},
{
"Changes:": [
"- print num\n",
"+ print num\n"
],
"Message:": "Cleaned primesUnder",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/cmc3583/python/commit/8e3e37ef9668fc6da78d4597a257d7730fe7fdb9",
"Commit Corrections:": "https://github.com/cmc3583/python/commit/b7900b77bfbd8c78c0a67acce7a5a18e0ef7fb1c"
},
{
"Changes:": [
"-#open 'people_word.csv' which is file 'parser.py' generated\n",
"+#open 'people_word.csv' which is the file 'parser.py' generated\n"
],
"Message:": "comments revised",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/Zhonghao2016/BystanderBots/commit/ba7ad25ad1c6524d21c1ee416076b803ace5cce0",
"Commit Corrections:": "https://github.com/Zhonghao2016/BystanderBots/commit/65657e167a7580265913ae2801425be6bdcb5eb2"
},
{
"Changes:": [
"[email protected]('-n', type=int, default=1, help='Number of hosts to create')\n",
"[email protected]('-n', type=int, default=1, help='Number of hosts to cancel')\n",
"[email protected]('-n', type=int, default=1, help='Number of hosts to create')\n",
"[email protected]('-n', type=int, default=1, help='Number of hosts to add DNS to')\n",
"[email protected]('-n', type=int, default=1, help='Number of hosts to create')\n",
"[email protected]('-n', type=int, default=1, help='Number of hosts to remove DNS from')\n"
],
"Message:": "Fix help string typos\n\n(c) Copyright IBM Corp. 2016",
"Additions:": 3,
"Deletions:": 3,
"Commit Mistakes:": "https://github.com/ibm-et/pydata2016/commit/f5afc5482dd35cecd6b0756da31b4792a0a75f94",
"Commit Corrections:": "https://github.com/ibm-et/pydata2016/commit/1aa427ce480f6e17a45bc83466a5a846b668aa50"
},
{
"Changes:": [
"-# Mail: [email protected]\n",
"+# Mail: [email protected]\n"
],
"Message:": "modify",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/dlf412/thunderCopyright/commit/f443b5dcd4619e7ab30977f13a4a8177294d99cd",
"Commit Corrections:": "https://github.com/dlf412/thunderCopyright/commit/c736c9eefc7c934cc830d9d6f27a00cf147e02aa"
},
{
"Changes:": [
"- os.remove(title+'.mp3')\n",
"+ os.remove(title + '.mp3')\n"
],
"Message:": "Update custom.py",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/ArrowsX/musicbot/commit/96e9363d6b34f451eadaffe255fca1b61370dd6d",
"Commit Corrections:": "https://github.com/ArrowsX/musicbot/commit/ca510726c7ce658bcac9c8b00d818092cb023104"
},
{
"Changes:": [
"- version='0.3.1',\n",
"+ version='0.4',\n"
],
"Message:": "version bump",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/hhatto/pyrapidjson/commit/cb043c5d164742a6ecbf7e2f173a95299b15671b",
"Commit Corrections:": "https://github.com/hhatto/pyrapidjson/commit/74ab872f592395be52f635606543c254d894b096"
},
{
"Changes:": [
"- return utctime\n",
"+ return utctime\n"
],
"Message:": "Merge branch 'master' of https://github.com/xgds/xgds_instrument",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/xgds/xgds_instrument/commit/63d0edbaf6a357c79d5742f326d98bb999040d29",
"Commit Corrections:": "https://github.com/xgds/xgds_instrument/commit/3ecf3125d01c9542e6a95e6e197547a75f505800"
},
{
"Changes:": [
"- # TODO: Handle with multiple outputs, including the order of outputs\n",
"+ # TODO: Minpy currently doesn't support multiple outputs\n"
],
"Message:": "[master] Add comment.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/dmlc/minpy/commit/f4bcba7be57f8fc75747512b34987b2dc50d1698",
"Commit Corrections:": "https://github.com/dmlc/minpy/commit/21cfe4a9bc2aed4e15308d229dfd265925ca3ca2"
},
{
"Changes:": [
"- version='2.2',\n",
"+ version='2.2.1',\n"
],
"Message:": "Merge pull request #18 from Phylliade/dev\n\nFix name arg in from_urdf method",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/Phylliade/ikpy/commit/4f4892afc656aefba357c790c3a0567a66f8c95b",
"Commit Corrections:": "https://github.com/Phylliade/ikpy/commit/ca5a9b7d84cb252fa1c6fb28cef78d6fc3207c6e"
},
{
"Changes:": [
"- 'LimitedTypeListRDC', 'LimitedTypeListRDS', 'LoggerLimitedTypeListRDS']\n",
"+ 'LimitedTypeListRDC', 'LimitedTypeListRDS', 'LoggerLimitedTypeListRDS',\n",
"+ 'inspect_list_attrs']\n",
"+def inspect_list_attrs(var, nDepth, wantedType, tree_types = (list,tuple), dim = None, name = \"\" ):\n",
"+ \"\"\"\n",
"+ Check if list can be set into a LimitedTypeList of <wantedType> at the depth\n",
"+ <nDepth>.\n",
"+ \n",
"+ Also make sure that its dimension is <dim>, otherwise spam it to <dim> if its\n",
"+ previous size was 1.\n",
"+\n",
"+ Use <name> to dimension name.\n",
"+ \"\"\"\n",
"+ if nDepth == 0:\n",
"+ var = wantedType( var )\n",
"+ # And that its size spans over last dim:\n",
"+ lPar = len(var)\n",
"+ if dim:\n",
"+ if lPar == 1:\n",
"+ var = wantedType( var * dim )\n",
"+ elif lPar != dim:\n",
"+ raise RuntimeError(\"Number of dimensions equivalent to %s do not match specified value (is %d, should be %d)!\" % (name, lPar, dim))\n",
"+ else:\n",
"+ from RingerCore.util import traverse\n",
"+ for obj, idx, parent, depth_dist, level in traverse(var,\n",
"+ tree_types = tree_types,\n",
"+ max_depth = nDepth,\n",
"+ ):\n",
"+ parent[idx] = wantedType(obj)\n",
"+ lPar = len(parent[idx])\n",
"+ # Make sure that its size spans over dim:\n",
"+ if dim:\n",
"+ if lPar == 1:\n",
"+ parent[idx] = wantedType( parent[idx] * dim )\n",
"+ elif lPar != dim:\n",
"+ raise RuntimeError(\"Number of dimensions equivalent to %s do not match specified value (is %d, should be %d)!\" % (name, lPar, dim))\n",
"+ return var"
],
"Message:": "Added method for checking if LimitedTypeList is in correct shape.",
"Additions:": 36,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/wsfreund/RingerCore/commit/4eb565e871a208ba132316c51e376f95c4ce4996",
"Commit Corrections:": "https://github.com/wsfreund/RingerCore/commit/995bcaae3b12d85ccfb5e7d702fa5fd057c43625"
}
]