]> granicus.if.org Git - python/shortlog
python
2019-05-27 Antoine Pitroubpo-32941: Fix test_madvise failure when page size...
2019-05-27 Philippe GagnonFix a typo in SECURITY.md (GH-13568)
2019-05-27 Raymond Hettingerbpo-37051: Refine note on what objects are hashable...
2019-05-27 Zackery Spytzbpo-32941: Add madvise() for mmap objects (GH-6172)
2019-05-27 Victor Stinnerbpo-36763: Implement the PEP 587 (GH-13592)
2019-05-27 Yury Selivanovbpo-37027: Return a proxy socket object from transp...
2019-05-27 Rémi Lapeyrebpo-35397: Remove deprecation and document urllib.parse...
2019-05-27 Andrew Svetlovbpo-37035: Don't log OSError (GH-13548)
2019-05-27 Xtreakbpo-37047: Refactor AsyncMock setup logic for autospecc...
2019-05-27 Yury Selivanovbpo-32528: Make asyncio.CancelledError a BaseException...
2019-05-27 Yury Selivanovbpo-37028: asyncio REPL; activated via 'python -m async...
2019-05-27 Victor Stinnerbpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
2019-05-26 Ivan LevkivskyiAdd one more test for typing.Final (GH-13588)
2019-05-26 Raymond Hettingerbpo-36772 Allow lru_cache to be used as decorator witho...
2019-05-26 Chih-Hsuan Yenbpo-37053: handle strings like u"bar" correctly in...
2019-05-26 Antoine Pitroubpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 Anthony SottileFix highlighting in importlib.metadata docs (GH-13575)
2019-05-26 Julien Palardbpo-28866: No type cache for types with specialized...
2019-05-26 Ivan Levkivskyibpo-37049: PEP 589: Add TypedDict to typing module...
2019-05-26 Ivan Levkivskyibpo-37046: PEP 586: Add Literal to typing module (...
2019-05-26 Ivan Levkivskyibpo-37045: PEP 591: Add final qualifiers to typing...
2019-05-26 Michael J.... bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD...
2019-05-25 Julien PalardDocs: FIX broken links. (GH-13491)
2019-05-25 Jason R. Coombsbpo-34632 fix buildbots and remove artifact (GH-13566)
2019-05-25 Sviatoslav... 📝 Add a GitHub-specific security page (GH-13526)
2019-05-25 Chih-Hsuan Yenbpo-34632: fix installation of importlib.metadata ...
2019-05-25 Terry Jan Reedybpo-37038: Make idlelib.run runnable; add test clause...
2019-05-24 Jason R. Coombsbpo-34632: Add importlib.metadata (GH-12547)
2019-05-24 Victor Stinnerbpo-36829: Document test.support.catch_unraisable_excep...
2019-05-24 Victor Stinnerbpo-37032: Add CodeType.replace() method (GH-13542)
2019-05-24 Pablo Galindobpo-37021: Port _randommodule to the argument clinic...
2019-05-24 Victor Stinnerbpo-35907: Fix typo in the NEWS entry (GH-13559)
2019-05-24 Rémi Lapeyrebpo-36969: Make PDB args command display positional...
2019-05-24 Victor Stinnerbpo-35907: Clarify the NEWS entry (GH-13523)
2019-05-24 Steve Dowerbpo-37023: Skip test_gdb under PGO (GH-13555)
2019-05-24 Berker Peksagbpo-8138: Initialize wsgiref's SimpleServer as single...
2019-05-24 E. M. Braybpo-21536: Fix configure.ac for LIBPYTHON on Android...
2019-05-24 Victor Stinnerbpo-36721: Fix pkg-config symbolic links on "make insta...
2019-05-24 Paul Monsonbpo-36511: Ensure error code propagates out of batch...
2019-05-24 E. M. Braybpo-21536: On Cygwin, C extensions must be linked with...
2019-05-24 Victor Stinnerbpo-36710: Add tstate parameter in ceval.c (GH-13547)
2019-05-24 Nick SungFix typos in Doc/library/email.generator.rst documentat...
2019-05-24 Victor Stinnerbpo-37031: Fix PyOS_AfterFork_Child() (GH-13537)
2019-05-24 Victor StinnerSupport Py_UNUSED() on clang (GH-13544)
2019-05-24 Victor Stinnerbpo-36710: Add tstate parameter in errors.c (GH-13540)
2019-05-24 Victor Stinnerbpo-37031: Reuse _PyRuntime.main_thread in signalmodule...
2019-05-24 Dan Rosebpo-36045: builtins.help() now prefixes `async` for...
2019-05-24 XtreakFix typo: decription -> description (GH-13543)
2019-05-24 Cheryl Sabellabpo-20285: Improve help docs for object (GH-4759)
2019-05-24 Petr Viktorinbpo-34626: Document creating heap types from the C...
2019-05-23 Pablo GalindoFix warning in _testembed.c (GH-13533)
2019-05-23 Matěj Ceplbpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal...
2019-05-23 Steve Dowerbpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 Nick Coghlanbpo-36797: Reduce levels of indirection in outdated...
2019-05-23 Damien Nadébpo-37008: make mock_open handle able to honor next...
2019-05-23 David Carlierbpo-33164: update blake2 implementation (GH-6286)
2019-05-23 Victor Stinnerbpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mod...
2019-05-23 Victor Stinnerbpo-18748: _pyio.IOBase emits unraisable exception...
2019-05-23 Victor Stinnerbpo-36721: Add --embed option to python-config (GH...
2019-05-23 Batuhan Taşkayabpo-27737: Allow whitespace only headers encoding ...
2019-05-23 Alexey Izbyshevbpo-35091: Objects/listobject.c: Replace overflow check...
2019-05-22 Victor Stinnerbpo-36829: PyErr_WriteUnraisable() normalizes exception...
2019-05-22 Victor Stinnerbpo-36763: Rename private Python initialization functio...
2019-05-22 Paul Monsonbpo-36941: Project file fixups for Windows ARM64 (GH...
2019-05-22 Victor Stinnerbpo-36763: Add _PyPreConfig._config_init (GH-13481)
2019-05-22 Victor Stinnerbpo-36829: Add test.support.catch_unraisable_exception...
2019-05-22 Seanbpo-24882: Let ThreadPoolExecutor reuse idle threads...
2019-05-22 Sam Martinbpo-33110: Catch errors raised when running add_done_ca...
2019-05-22 Michael J.... bpo-36878: Only allow text after `# type: ignore` if...
2019-05-22 Victor Stinnerbpo-35907, CVE-2019-9948: urllib rejects local_file...
2019-05-22 Matthias Bussonnierbpo-34616: Document top level async in whatsnew/3.8...
2019-05-22 Jake Teslerbpo-36084: Add native thread ID (TID) to threading...
2019-05-22 Jelle Zijlstrabpo-33482: fix codecs.StreamRecoder.writelines (GH...
2019-05-22 Michael J.... bpo-36878: Track extra text added to 'type: ignore...
2019-05-22 Paul Dagneliebpo-36972: Add SupportsIndex (GH-13448)
2019-05-22 Marcel Plchbpo-31862: Port binascii to PEP 489 multiphase initiali...
2019-05-22 Jeroen Demeyerbpo-36907: fix refcount bug in _PyStack_UnpackDict...
2019-05-22 Jeroen Demeyerbpo-36994: add test for profiling method_descriptor...
2019-05-22 Victor Stinnerbpo-36829: Add sys.unraisablehook() (GH-13187)
2019-05-21 Berker Peksagbpo-36948: Fix test_urlopener_retrieve_file on Windows...
2019-05-21 Yury Selivanovbpo-34616: Fix code style and unbreak buildbots (GH...
2019-05-21 Batuhan Taşkayabpo-25652: Fix __rmod__ of UserString (GH-13326)
2019-05-21 Matthias Bussonnierbpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow...
2019-05-21 Batuhan Taşkayabpo-23378: Add an extend action to argparse (GH-13305)
2019-05-21 Jörg Stuckebpo-36035: fix Path.rglob for broken links (GH-11988)
2019-05-21 Max Bernsteinbpo-36929: Modify io/re tests to allow for missing...
2019-05-21 Chris AngelicoAnnotate the unexplained assignment in exception unbind...
2019-05-21 Lihua Zhaobpo-36648: fix mmap issue for VxWorks (GH-12394)
2019-05-21 pxinwrbpo-31904: Add posix module support for VxWorks (GH...
2019-05-21 Victor StinnerRevert "bpo-36084: Add native thread ID to threading...
2019-05-21 Erik Janssensbpo-36965: Fix includes in main.c on Windows with non...
2019-05-21 XtreakFix RuntimeWarning in unittest.mock asyncio example...
2019-05-21 Matthias Bussonnierbpo-36932: use proper deprecation-removed directive...
2019-05-21 Andre DelfinoRemove workaround for defaults in namedtuple now that...
2019-05-20 Cheryl Sabellabpo-35563: Add reference links to warnings.rst (GH...
2019-05-20 Rémi Lapeyrebpo-36969: Make PDB args command display keyword only...
2019-05-20 Matthias Bussonnierbpo-36952: Remove the bufsize parameter in fileinput...
2019-05-20 Batuhan Taşkayabpo-23896: Add a grammar where exec isn't a stmt (...
2019-05-20 Thomas Moreaubpo-36888: Add multiprocessing.parent_process() (GH...
2019-05-20 Batuhan Taşkayabpo-36949: Implement __repr__ on WeakSet (GH-13415)
next