Change by miss-islington :
--
pull_requests: +17296
pull_request: https://github.com/python/cpython/pull/17880
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset b1ce22d086660d2505010694c8813cc67adf8f9e by Miss Islington (bot)
(Steve Dower) in branch 'master':
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset fb59f5ffe80a1f2dcf7c6cbd2406e15bea49da21 by Miss Islington (bot)
in branch '3.8':
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://github.com/python/cpython/commit/fb59f5ffe80a1f2dcf7c6cbd2406e1
miss-islington added the comment:
New changeset 676b16c14040ddb9a2ef3408e66a77c1dfb8e841 by Miss Islington (bot)
in branch '3.7':
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://github.com/python/cpython/commit/676b16c14040ddb9a2ef3408e66a77
miss-islington added the comment:
New changeset 24bcefcb74231476b055bb6f0726642abeb10f04 by Miss Islington (bot)
(YoSTEALTH) in branch 'master':
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
https://github.com/python/cpython/commit/24bcefcb74231476b055bb6f072664
Change by miss-islington :
--
pull_requests: +17300
pull_request: https://github.com/python/cpython/pull/17890
___
Python tracker
<https://bugs.python.org/issue38
Change by miss-islington :
--
pull_requests: +17301
pull_request: https://github.com/python/cpython/pull/17891
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset 72995c5cdd7ad4af6252bbe129e8fc63f5006130 by Miss Islington (bot)
in branch '3.7':
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
https://github.com/python/cpython/commit/72995c5cdd7ad4af6252bbe129e8fc63f5006130
-
miss-islington added the comment:
New changeset a6b37589a05c63abec122d3a00785641a3bcd85a by Miss Islington (bot)
in branch '3.8':
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
https://github.com/python/cpython/commit/a6b37589a05c63abec122d3a007856
miss-islington added the comment:
New changeset 10ac0cded26d91c3468e5e5a87cecad7fc0bcebd by Miss Islington (bot)
(Andrew Svetlov) in branch 'master':
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
https://github.com/python/cpython/commit/10ac0cded26d91c3468e5e5a87ceca
Change by miss-islington :
--
pull_requests: +17307
pull_request: https://github.com/python/cpython/pull/17897
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17308
pull_request: https://github.com/python/cpython/pull/17898
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17309
pull_request: https://github.com/python/cpython/pull/17899
___
Python tracker
<https://bugs.python.org/issue38
Change by miss-islington :
--
pull_requests: +17310
pull_request: https://github.com/python/cpython/pull/17900
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset 535a3c4e3da2f0076bd62f04fb2cc44999fc2419 by Miss Islington (bot)
in branch '3.7':
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda
(GH-17780)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 39a5c889d30d03a88102e56f03ee0c95db198fb3 by Miss Islington (bot)
in branch '3.8':
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda
(GH-17780)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17314
pull_request: https://github.com/python/cpython/pull/17902
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 9a669d58e8cb586fba38c84d5b631cd8a95d0c0c by Miss Islington (bot)
(Pablo Galindo) in branch 'master':
bpo-39233: Update positional-only section in the glossary (GH-17874)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17317
pull_request: https://github.com/python/cpython/pull/17905
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17316
pull_request: https://github.com/python/cpython/pull/17904
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 00ac28ac4d06a311fc2386ef921b2603735ffae6 by Miss Islington (bot)
in branch '3.7':
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
https://github.com/python/cpython/commit/00ac28ac4d06a311fc2386ef921b26
miss-islington added the comment:
New changeset b24e4fac03409c4f845758d7ed884c5a99368493 by Miss Islington (bot)
in branch '3.8':
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
https://github.com/python/cpython/commit/b24e4fac03409c4f845758d7ed884c
Change by miss-islington :
--
pull_requests: +17325
pull_request: https://github.com/python/cpython/pull/17913
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 45e5750a013291c5729e0ebad2b9e340fdffbd36 by Miss Islington (bot)
in branch '3.8':
closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind.
(GH-17908)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 6c5d661342d12f6836580b0e75e3569c764527ae by Miss Islington (bot)
(Petr Viktorin) in branch 'master':
bpo-39161: Document multi-phase init modules under Py_NewInterpreter()
(GH-17896)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17329
pull_request: https://github.com/python/cpython/pull/17918
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 20c990229e98ad69c03e44fe61f8dce99b96cf9d by Miss Islington (bot)
in branch '3.8':
bpo-39161: Document multi-phase init modules under Py_NewInterpreter()
(GH-17896)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17330
pull_request: https://github.com/python/cpython/pull/17922
___
Python tracker
<https://bugs.python.org/issue25
miss-islington added the comment:
New changeset 8c08518c255747a06d00479f21087f0c934d0ad6 by Miss Islington (bot)
in branch '3.8':
bpo-25172: Reduce scope of crypt import tests (GH-17881)
https://github.com/python/cpython/commit/8c08518c255747a06d00479f21087f
Change by miss-islington :
--
pull_requests: +17334
pull_request: https://github.com/python/cpython/pull/17927
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset a796d8ef9dd1af65f7e4d7a857b56f35b7cb6e78 by Miss Islington (bot)
(Guido van Rossum) in branch 'master':
bpo-39235: Fix end location for genexp in call args (GH-17925)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 33e033da3c1472b0aa2ae3cff06649a1ae4aa37f by Miss Islington (bot)
in branch '3.8':
bpo-39235: Fix end location for genexp in call args (GH-17925)
https://github.com/python/cpython/commit/33e033da3c1472b0aa2ae3cff06649
Change by miss-islington :
--
pull_requests: +17347
pull_request: https://github.com/python/cpython/pull/17940
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17349
pull_request: https://github.com/python/cpython/pull/17942
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17348
pull_request: https://github.com/python/cpython/pull/17941
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17350
pull_request: https://github.com/python/cpython/pull/17943
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17361
pull_request: https://github.com/python/cpython/pull/17952
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset a240f0545653d961c67c1eb1597cb70b67f4e5f1 by Miss Islington (bot)
in branch '3.8':
bpo-39233: Update positional-only section in the glossary (GH-17874)
https://github.com/python/cpython/commit/a240f0545653d961c67c1eb1597cb7
miss-islington added the comment:
New changeset 0ca7cc7fc0518c24dc9b78c38418e6064e64f148 by Miss Islington (bot)
(Kyle Stanley) in branch 'master':
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17372
pull_request: https://github.com/python/cpython/pull/17963
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset 33dd75a28fe2ec6e85c5d3b315b5a9d4cf0652db by Miss Islington (bot)
in branch '3.8':
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)
https://github.com/python/cpython/commit/33dd75a28fe2ec6e85c5d3b315b5a9
Change by miss-islington :
--
pull_requests: +17373
pull_request: https://github.com/python/cpython/pull/17964
___
Python tracker
<https://bugs.python.org/issue16
Change by miss-islington :
--
pull_requests: +17376
pull_request: https://github.com/python/cpython/pull/17968
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset 9f3fc6c5b4993f2b362263b494f84793a21aa073 by Miss Islington (bot)
(Guðni Natan Gunnarsson) in branch 'master':
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17377
pull_request: https://github.com/python/cpython/pull/17969
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset 4be97260351f214d3c8b8477682323bb52ee2af3 by Miss Islington (bot)
in branch '3.7':
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
https://github.com/python/cpython/commit/4be97260351f214d3c8b8477682323
miss-islington added the comment:
New changeset 3043ec7d6aed402218404c25179e734166c7fbe0 by Miss Islington (bot)
in branch '3.8':
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
https://github.com/python/cpython/commit/3043ec7d6aed402218404c25179e73
Change by miss-islington :
--
pull_requests: +17379
pull_request: https://github.com/python/cpython/pull/17972
___
Python tracker
<https://bugs.python.org/issue3
Change by miss-islington :
--
pull_requests: +17380
pull_request: https://github.com/python/cpython/pull/17973
___
Python tracker
<https://bugs.python.org/issue3
miss-islington added the comment:
New changeset ef0af30e507a29dae03aae40459b9c44c96f260d by Miss Islington (bot)
in branch '3.8':
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST
docs (GH-17172)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset e222b4c69f99953a14ded52497a9909e34fc3893 by Miss Islington (bot)
in branch '3.7':
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST
docs (GH-17172)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 61b14151cc92021a10f94765eaa152ed04eb262a by Miss Islington (bot)
(Batuhan Taşkaya) in branch 'master':
bpo-39313: Add an option to RefactoringTool for using exec as a function
(GH-17967)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17384
pull_request: https://github.com/python/cpython/pull/17978
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17385
pull_request: https://github.com/python/cpython/pull/17979
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 9671b6b3b3e480fbc4b14aab7008b90b38767f55 by Miss Islington (bot)
in branch '3.8':
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
https://github.com/python/cpython/commit/9671b6b3b3e480fbc4b14aab7008b9
Change by miss-islington :
--
pull_requests: +17395
pull_request: https://github.com/python/cpython/pull/17992
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17394
pull_request: https://github.com/python/cpython/pull/17991
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17397
pull_request: https://github.com/python/cpython/pull/17994
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset dfe159ca552870f801e34cc57e9bb7d6836ce7df by Miss Islington (bot)
in branch '3.7':
bpo-39310: Update sys.float_info documentation (GH-17982)
https://github.com/python/cpython/commit/dfe159ca552870f801e34cc57e9bb7d6836ce7df
-
miss-islington added the comment:
New changeset 9955f33cdbf27de270038dfbad37d15b160ecca2 by Miss Islington (bot)
(Karthikeyan Singaravelan) in branch '3.8':
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
(GH-17642)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset f04750bb7af45cb6efab8d92d1ff063f0bf2833d by Miss Islington (bot)
(Václav Bartoš) in branch 'master':
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
https://github.com/p
miss-islington added the comment:
New changeset 01602ae40321ecdb375ee6d44eaeac3255857879 by Miss Islington (bot)
(Daniel Olshansky) in branch 'master':
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
https://github.com/python/cpython/commit/01602ae40321ecdb375ee6d44eaeac
Change by miss-islington :
--
pull_requests: +17414
pull_request: https://github.com/python/cpython/pull/18019
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17415
pull_request: https://github.com/python/cpython/pull/18020
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset fad8b5674c66d9e00bb788e30adddb0c256c787b by Miss Islington (bot)
(Oz N Tiram) in branch 'master':
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 970188c2d792133e2273924a987e0542659a676f by Miss Islington (bot)
in branch '3.7':
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
https://github.com/python/cpython/commit/970188c2d792133e2273924a987e05
miss-islington added the comment:
New changeset 19bd3a18626b504dc92abb44019cad600c7ef221 by Miss Islington (bot)
in branch '3.8':
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
https://github.com/python/cpython/commit/19bd3a18626b504dc92abb44019cad
Change by miss-islington :
--
pull_requests: +17463
pull_request: https://github.com/python/cpython/pull/18070
___
Python tracker
<https://bugs.python.org/issue35
Change by miss-islington :
--
pull_requests: +17464
pull_request: https://github.com/python/cpython/pull/18071
___
Python tracker
<https://bugs.python.org/issue35
miss-islington added the comment:
New changeset 23793edf0d61aa98478541d0ff8f2b900ff1813d by Miss Islington (bot)
in branch '3.8':
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
https://github.com/python/cpython/commit/23793edf0d61aa98478541d0ff8f2b
miss-islington added the comment:
New changeset 296383b6d05f9617283aeb5b601106f84b016198 by Miss Islington (bot)
in branch '3.7':
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
https://github.com/python/cpython/commit/296383b6d05f9617283aeb5b601106
Change by miss-islington :
--
pull_requests: +17465
pull_request: https://github.com/python/cpython/pull/18072
___
Python tracker
<https://bugs.python.org/issue38
Change by miss-islington :
--
pull_requests: +17466
pull_request: https://github.com/python/cpython/pull/18073
___
Python tracker
<https://bugs.python.org/issue38
miss-islington added the comment:
New changeset a360070121836dd29b691f5d6d14bcfb371d8029 by Miss Islington (bot)
in branch '3.7':
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed
(GH-16630)
https://github.com/python
miss-islington added the comment:
New changeset 4cdb75890abd4ee7694744d5c24248f6735b0534 by Miss Islington (bot)
in branch '3.8':
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed
(GH-16630)
https://github.com/python
Change by miss-islington :
--
pull_requests: +17476
pull_request: https://github.com/python/cpython/pull/18084
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17477
pull_request: https://github.com/python/cpython/pull/18085
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17479
pull_request: https://github.com/python/cpython/pull/18087
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17478
pull_request: https://github.com/python/cpython/pull/18086
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 5cadd3fe3aead1b5bee1438dc03383d6739d4209 by Miss Islington (bot)
in branch '3.8':
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
https://github.com/python/cpython/commit/5cadd3fe3aead1b5bee1438dc03383
miss-islington added the comment:
New changeset b76d5e9ee64b8ac861e856d8e41289c0977c75e1 by Miss Islington (bot)
in branch '3.7':
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
https://github.com/python/cpython/commit/b76d5e9ee64b8ac861e856d8e41289
Change by miss-islington :
--
keywords: +patch
pull_requests: +17480
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18088
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +17481
pull_request: https://github.com/python/cpython/pull/18089
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset c1964e09421e7ab61179eb4e2691e858a50d70e5 by Miss Islington (bot)
in branch '3.8':
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
https://github.com/python/cpython/commit/c1964e09421e7ab61179eb4e2691e8
miss-islington added the comment:
New changeset 3da839046359644f286195f5126035e162440af1 by Miss Islington (bot)
in branch '3.7':
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
https://github.com/python/cpython/commit/3da839046359644f286195f5126035
Change by miss-islington :
--
pull_requests: +17486
stage: test needed -> patch review
pull_request: https://github.com/python/cpython/pull/18096
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +17487
pull_request: https://github.com/python/cpython/pull/18097
___
Python tracker
<https://bugs.python.org/issue32
miss-islington added the comment:
New changeset f3d3a3cc114ed30829544c3613b73e4fa6dd5599 by Miss Islington (bot)
in branch '3.7':
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
https://github.com/python/cpython/commit/f3d3a3cc114ed30829544c3613b73e
miss-islington added the comment:
New changeset 060ad2fc1535adc76f96be8269b4af0f14429161 by Miss Islington (bot)
in branch '3.8':
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
https://github.com/python/cpython/commit/060ad2fc1535adc76f96be8269b4af
Change by miss-islington :
--
pull_requests: +17490
pull_request: https://github.com/python/cpython/pull/18101
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17489
pull_request: https://github.com/python/cpython/pull/18100
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset ab0d8e356ecd351d55f89519a6a97a1e69c0dfab by Miss Islington (bot)
in branch '3.8':
bpo-39389: gzip: fix compression level metadata (GH-18077)
https://github.com/python/cpython/commit/ab0d8e356ecd351d55f89519a6a97a1e69c0dfab
-
Change by miss-islington :
--
pull_requests: +17499
pull_request: https://github.com/python/cpython/pull/18112
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +17500
pull_request: https://github.com/python/cpython/pull/18113
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset a755410e054e1e2390de5830befc08fe80706c66 by Miss Islington (bot)
in branch '3.8':
closes bpo-39415: Remove unused codes from longobject.c complexobject.c
floatobject.c. (GH-18105)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +17501
pull_request: https://github.com/python/cpython/pull/18114
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 570724667d37fcb160cdef2b34190dc36e28155c by Miss Islington (bot)
in branch '3.7':
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
https://github.com/python/cpython/commit/570724667d37fcb160cdef2b34190d
Change by miss-islington :
--
pull_requests: +17508
pull_request: https://github.com/python/cpython/pull/18121
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset 14d80d0b605d8b148e14458e4c1853a940071462 by Miss Islington (bot)
(Dong-hee Na) in branch 'master':
bpo-39425: Fix list.count performance regression (GH-18119)
https://github.com/python/cpython/commit/14d80d0b605d8b148e14458e4c1853
Change by miss-islington :
--
pull_requests: +17507
pull_request: https://github.com/python/cpython/pull/18120
___
Python tracker
<https://bugs.python.org/issue39
4201 - 4300 of 11592 matches
Mail list logo