]> granicus.if.org Git - python/shortlog
python
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)
2019-05-20 Lisa Roachbpo-26467: Adds AsyncMock for asyncio Mock library...
2019-05-20 Victor Stinnerbpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale...
2019-05-20 Geoff Shannonbpo-22865: Expand on documentation for the pty.spawn...
2019-05-20 Andrew SvetlovPass _asyncio_internal=True into stream tests on window...
2019-05-20 Victor Stinnerbpo-36763: Fix encoding/locale tests in test_embed...
2019-05-20 Niklas Fiekasbpo-35721: Close socket pair if Popen in _UnixSubproces...
2019-05-20 Victor Stinnerbpo-36763: Fix Python preinitialization (GH-13432)
2019-05-20 Terry Jan Reedybpo-36958: In IDLE, print exit message (GH-13435)
2019-05-20 Zackery Spytzcloses bpo-36951: Correct some types in the type_member...
2019-05-20 Victor Stinnerbpo-35134: Register new traceback.h header files (GH...
2019-05-19 Victor Stinnerbpo-35134: Split traceback.h header (GH-13430)
2019-05-19 Lysandros Nikolaoubpo-35252: Remove FIXME from test_functools (GH-10551)
2019-05-19 Xtreakbpo-34580: Update sqlite3 examples to call close()...
2019-05-19 Mark Dickinsonbpo-36957: Speed up math.isqrt (#13405)
2019-05-19 Berker Peksagbpo-29183: Fix double exceptions in wsgiref.handlers...
2019-05-19 Bar Harelbpo-27141: Fix collections.UserList and UserDict shallo...
2019-05-19 Xtreakbpo-36948: Fix NameError in urllib.request.URLopener...
2019-05-19 Serhiy Storchakabpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift...
2019-05-19 Boštjan MejakOrthographical fix (GH-13418)
2019-05-19 Ashwin RamaswamiFix typo in test comment (GH-11442)
2019-05-19 Jelle Zijlstrabpo-33519: clarify that .copy() is not part of the...
2019-05-18 Pablo Galindobpo-36961: Handle positional-only arguments in uparse...
2019-05-18 Batuhan TaşkayaAdd support for PEP572 in ast_unparse.c (GH-13337)
2019-05-18 Batuhan Taşkayabpo-36567: Use manpages_url to create links for man...
2019-05-18 Abhishek Kumar... bpo-19376: Added doc mentioning `datetime.strptime...
2019-05-18 Anthony Sottilebpo-2180: Treat line continuation at EOF as a `SyntaxEr...
2019-05-18 Raymond Hettingerbpo-36546: Add more tests and expand docs (#13406)
2019-05-18 Mark Dickinsonbpo-36887: add math.isqrt (GH-13244)
2019-05-18 Victor Stinnerbpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
2019-05-18 Victor Stinnerbpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH...
2019-05-17 David CarlierFix couple of dead code paths (GH-7418)
2019-05-17 Toshio KuratomiDocument a workaround for a curses bug (GH-13209)
2019-05-17 Géry OgamCorrect typos in the Barrier specification (GH-9395)
2019-05-17 Victor Stinnerbpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssi...
2019-05-17 Pedro Lacerdabpo-27268: Fix incorrect error message on float(''...
2019-05-17 Victor Stinnerbpo-36763: Add _PyInitError functions (GH-13395)
2019-05-17 Victor Stinnerbpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore...
2019-05-17 Victor Stinnerbpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
2019-05-17 Edison Abpo-36782: Created C API wrappers and added missing...
2019-05-17 Abhilash Rajbpo-33524: Fix the folding of email header when max_lin...
2019-05-17 Pierre Glaserbpo-36867: _test_multiprocessing: avoid weak sync primi...
2019-05-17 Paul Monsonbpo-36942 Windows build changes for Windows ARM64 ...
2019-05-17 Paul Monsonbpo-36941: Windows build changes for Windows ARM64...
2019-05-17 Victor Stinnerbpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH...
2019-05-17 Victor Stinnerbpo-36763: Add PyMemAllocatorName (GH-13387)
2019-05-17 Christian HeimesSimplify SSLSocket / SSLObject doc string (GH-9972)
2019-05-17 redshiftzerodocs 36789: resolve incorrect note regarding UTF-8...
2019-05-17 Pablo Galindobpo-1875: Raise SyntaxError in invalid blocks that...
2019-05-17 Jeroen DemeyerFix typo in _PyMethodDef_RawFastCallKeywords error...
2019-05-17 Ned Batchelderbpo-36908: 'This module is always available' isn't...
2019-05-17 Stéphane WirtelDoc: Replace the deprecated highlightlang directive...
2019-05-17 Victor Stinnerbpo-36763: Remove _PyCoreConfig.program (GH-13373)
2019-05-17 Stefan HoelzlDoc: Add link threading.settrace to sys.settrace (GH...
2019-05-17 Erwan Le Papebpo-35545: Fix asyncio discarding IPv6 scopes (GH...
2019-05-17 Zackery Spytzbpo-36946: Fix possible signed integer overflow when...
2019-05-17 Victor Stinnerbpo-36763: Cleanup precmdline in _PyCoreConfig_Read...
2019-05-16 Pablo Galindobpo-36751: Undeprecate getfullargspec (GH-13245)
2019-05-16 Victor Stinnerbpo-36763: Add _PyCoreConfig.configure_c_stdio (GH...
2019-05-16 Victor Stinnerbpo-36763: Add _Py_InitializeMain() (GH-13362)
2019-05-16 Victor Stinnerbpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
2019-05-16 Andrew Svetlovbpo-36921: Deprecate @coroutine for sake of async def...
2019-05-16 Victor Stinnerbpo-36763: _PyInitError always use int for exitcode...
2019-05-16 Andrew Svetlovbpo-35589: Prevent buffer copy in sock_sendall() (GH...
2019-05-16 Inada Naokibpo-36748: optimize TextIOWrapper.write() for ASCII...
2019-05-16 Terry Jan ReedyFix typos in documentation. Patch by tirkarthi. (GH...
2019-05-16 XtreakFix typos in documentation (#13344)
2019-05-15 Paul Monsonbpo-36511: Windows arm32 buildbot changes (remove extra...
2019-05-15 Paul Monsonbpo-36511: Windows ARM32 buildbot changes (GH-12917)
2019-05-15 Paul Monsonbpo-35926: Add support for OpenSSL 1.1.1b on Windows...
2019-05-15 ‮zlohhcuB treboRbpo-33123: pathlib: Add missing_ok parameter to Path...
2019-05-15 Antoine Pitroubpo-36786: Run compileall in parallel during "make...
2019-05-15 Jon Janzenbpo-26707: Enable plistlib to read UID keys. (GH-12153)
next