.. |
2017-10-02-21-02-14.bpo-21983.UoC319.rst
|
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
|
2018-05-09 14:38:56 -07:00 |
2017-10-07-10-13-15.bpo-25862.FPYBA5.rst
|
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
|
2018-06-29 13:14:58 +03:00 |
2017-11-26-00-59-22.bpo-10544.fHOM3V.rst
|
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
|
2018-02-04 10:53:48 +02:00 |
2017-12-24-19-48-59.bpo-17611.P85kWL.rst
|
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
|
2018-02-22 23:33:30 +02:00 |
2018-01-03-23-12-43.bpo-32489.SDEPHB.rst
|
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
|
2018-03-18 09:56:52 +02:00 |
2018-01-26-21-20-21.bpo-32583.Fh3fau.rst
|
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
|
2018-01-31 20:48:05 +08:00 |
2018-01-29-14-36-37.bpo-32711.8hQFJP.rst
|
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
|
2018-02-01 17:59:27 +01:00 |
2018-02-01-10-16-28.bpo-32303.VsvhSl.rst
|
bpo-32303 - Consistency fixes for namespace loaders (#5481)
|
2018-02-02 15:15:58 -05:00 |
2018-02-01-10-56-41.bpo-32305.dkU9Qa.rst
|
bpo-32303 - Consistency fixes for namespace loaders (#5481)
|
2018-02-02 15:15:58 -05:00 |
2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst
|
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
|
2018-02-02 09:31:06 -05:00 |
2018-02-14-12-35-47.bpo-32836.bThJnx.rst
|
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
|
2018-02-27 07:31:20 +10:00 |
2018-02-20-21-53-48.bpo-32889.J6eWy5.rst
|
bpo-32889: update valgrind suppressions (GH-5779)
|
2018-02-20 22:00:01 -08:00 |
2018-02-24-00-07-05.bpo-32925.e-7Ufh.rst
|
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
|
2018-03-11 10:54:47 +02:00 |
2018-02-24-21-51-42.bpo-32932.2cz31L.rst
|
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
|
2018-03-24 18:39:36 +08:00 |
2018-02-25-10-52-40.bpo-32946.Lo09rG.rst
|
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
|
2018-03-11 10:52:37 +02:00 |
2018-02-27-13-36-21.bpo-17288.Gdj24S.rst
|
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
|
2018-03-13 19:31:31 +02:00 |
2018-02-27-20-57-00.bpo-32911.cmKfco.rst
|
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
|
2018-05-29 12:04:55 +03:00 |
2018-03-06-12-19-19.bpo-33005.LP-V2U.rst
|
bpo-33005: Fix _PyGILState_Reinit() (#6001)
|
2018-03-06 14:31:37 +01:00 |
2018-03-08-09-48-38.bpo-33026.QZA3Ba.rst
|
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
|
2018-03-11 08:32:47 +02:00 |
2018-03-10-15-16-40.bpo-33041.-ak5Fk.rst
|
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052)
|
2018-03-10 18:22:34 +02:00 |
2018-03-18-13-56-14.bpo-33041.XwPhI2.rst
|
bpo-33041: Rework compiling an "async for" loop. (#6142)
|
2018-03-23 14:34:35 +02:00 |
2018-03-22-23-09-06.bpo-33018.0ncEJV.rst
|
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
|
2018-03-22 11:26:06 +00:00 |
2018-03-25-19-49-06.bpo-33053.V3xlsH.rst
|
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
|
2018-03-25 23:03:10 +10:00 |
2018-04-02-09-32-40.bpo-33199.TPnxQu.rst
|
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
|
2018-04-03 11:43:53 +09:00 |
2018-04-03-00-30-25.bpo-29922.CdLuMl.rst
|
bpo-29922: Improve error messages in 'async with' (GH-6352)
|
2018-04-03 01:41:38 +03:00 |
2018-04-03-00-58-41.bpo-33205.lk2F3r.rst
|
bpo-33205: dict: Change GROWTH_RATE to used*3 (GH-6350)
|
2018-04-17 15:53:34 +09:00 |
2018-04-05-22-20-44.bpo-33231.3Jmo0q.rst
|
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
|
2018-04-06 15:51:24 +09:00 |
2018-04-13-22-31-09.bpo-33176.PB9com.rst
|
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
|
2018-04-14 19:49:21 +02:00 |
2018-04-14-13-12-50.bpo-33270.UmVV6i.rst
|
bpo-33270: Intern names for all anonymous code objects (#6472)
|
2018-04-16 01:12:29 +03:00 |
2018-04-18-14-17-44.bpo-33305.9z3dDH.rst
|
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
|
2018-07-09 15:09:35 +03:00 |
2018-04-19-08-30-07.bpo-33312.mDe2iL.rst
|
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
|
2018-04-19 22:41:19 -07:00 |
2018-04-24-22-31-04.bpo-33128.g2yLuf.rst
|
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273)
|
2018-04-25 12:22:28 +10:00 |
2018-04-25-20-44-42.bpo-28055.f49kfC.rst
|
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
|
2018-05-13 13:57:31 +03:00 |
2018-04-26-22-48-28.bpo-33363.8RCnN2.rst
|
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
|
2018-04-27 11:58:56 -04:00 |
2018-05-02-08-36-03.bpo-33391.z4a7rb.rst
|
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
|
2018-05-02 18:29:10 +09:00 |
2018-05-13-01-26-18.bpo-33475.rI0y1U.rst
|
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
|
2018-05-16 23:17:48 -04:00 |
2018-05-14-11-00-00.bpo-31849.EmHaH4.rst
|
bpo-31849: Fix warning in pyhash.c (GH-6799)
|
2018-06-04 19:57:08 +09:00 |
2018-05-14-17-31-02.bpo-33509.pIUfTd.rst
|
bpo-33509: Fix _warnings for module_globals=None (#6833)
|
2018-05-15 20:42:12 +02:00 |
2018-05-15-10-48-47.bpo-33499.uBEc06.rst
|
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
|
2018-06-16 14:40:56 +10:00 |
2018-05-17-13-06-36.bpo-23722.xisqZk.rst
|
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
|
2018-05-20 08:48:12 +03:00 |
2018-05-23-20-46-14.bpo-33622.xPucO9.rst
|
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
|
2018-05-24 15:19:29 +03:00 |
2018-05-28-12-28-53.bpo-30654.9fDJye.rst
|
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)
|
2018-06-01 11:47:18 +02:00 |
2018-05-28-21-17-31.bpo-33597.r0ToM4.rst
|
bpo-33597: Reduce PyGC_Head size (GH-7043)
|
2018-07-10 17:19:53 +09:00 |
2018-05-31-14-50-04.bpo-33706.ztlH04.rst
|
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
|
2018-05-31 15:09:28 +02:00 |
2018-06-06-23-24-40.bpo-33786.lBvT8z.rst
|
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
|
2018-06-07 20:31:26 -04:00 |
2018-06-07-18-34-19.bpo-33738.ODZS7a.rst
|
Clean up after bpo-33738. (GH-7627)
|
2018-06-11 15:01:47 +03:00 |
2018-06-07-20-18-38.bpo-33803.n-Nq6_.rst
|
bpo-33803: Fix a crash in hamt.c (#7504)
|
2018-06-07 20:29:55 -04:00 |
2018-06-15-19-39-06.bpo-33824.DfWHT3.rst
|
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
|
2018-06-16 00:06:28 +02:00 |
2018-06-23-15-32-02.bpo-33451.sWN-1l.rst
|
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
|
2018-06-24 13:15:24 +10:00 |
2018-06-25-16-54-05.bpo-24596.Rkwova.rst
|
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
|
2018-07-03 21:47:22 +02:00 |
2018-06-25-20-42-44.bpo-33956.1qoTwD.rst
|
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
|
2018-06-26 19:25:45 -07:00 |
2018-06-27-18-56-41.bpo-33985.ILJ3Af.rst
|
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
|
2018-06-28 13:20:29 -04:00 |
2018-07-03-19-00-10.bpo-33418.cfGm3n.rst
|
bpo-33418: Add tp_clear for function object (GH-8058)
|
2018-07-04 11:15:50 +09:00 |
2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst
|
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
|
2018-07-06 12:20:07 -04:00 |
2018-07-07-20-15-34.bpo-34066.y9vs6s.rst
|
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
|
2018-07-09 22:40:14 +10:00 |
2018-07-10-11-24-16.bpo-34080.8t7PtO.rst
|
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
|
2018-07-11 23:17:53 +02:00 |
README.rst
|
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
|
2017-09-05 10:38:05 -07:00 |