]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2018-01-29  cocoatomoFix minor markup typo (#5407)
2018-01-29  Nathaniel J... bpo-32591: silence deprecation warnings in test_corouti...
2018-01-29  Yury Selivanovbpo-23749: Make start-tls tests more stable on win7...
2018-01-29  Yury Selivanovbpo-32251: Fix docs (#5408)
2018-01-29  Yury Selivanovbpo-32650: Add an asyncgen pdb test (#5406)
2018-01-29  Xiang Zhangbpo-32688: Make why the line is commented out clear...
2018-01-29  embgbpo-28685: Optimize sorted() list.sort() with type...
2018-01-29  Pablo Galindobpo-20104: Expose `posix_spawn` in the os module (GH...
2018-01-29  Gregory P.... Document the error return of PyLong_As* APIs. (#5396)
2018-01-29  Pablo Galindobpo-32650 Add support for async generators and more...
2018-01-29  Pablo Galindobpo-32650: Add native coroutine support to bdb when...
2018-01-29  Eric V. SmithFix trivial typo in test_dataclasses.py. (GH-5398)
2018-01-28  Steve Dowerbpo-32699: Improves doc for .pth files in presense...
2018-01-28  Yury Selivanovbpo-32373: Add socket.getblocking() method. (#4926)
2018-01-28  Yury Selivanovbpo-32251: Implement asyncio.BufferedProtocol. (#4755)
2018-01-28  Yury SelivanovRevert "bpo-32221: makeipaddr(): remove interface part...
2018-01-28  larryhastingsbpo-32697: Definition order of kwonly params is now...
2018-01-28  Yury Selivanovbpo-32327: Revert loop.run_in_executor behaviour: retur...
2018-01-28  Raymond Hettingerbpo-32690: Preserve order of locals() (#5379)
2018-01-28  Nitish Chandrabpo-32228: Reset raw_pos after unwinding the raw stream...
2018-01-28  Xiang ZhangFix PyTrace_RETURN documentation (GH-5384)
2018-01-28  Eric V. SmithAdd example for PEP 557. (GH-5383)
2018-01-28  jceabpo-32660: Solaris should support constants like termio...
2018-01-28  jceabpo-32659: Solaris "stat" should support "st_fstype...
2018-01-28  Nitish Chandrabpo-32685: Improve suggestion for print statement ...
2018-01-28  Xiang Zhangbpo-32649: Add C API docs for per-opcode tracing &...
2018-01-28  Xiang Zhangbpo-32687: Fix wrong meaning of args for PyTrace_LINE...
2018-01-28  Nick Coghlanbpo-30306: Add missing NEWS entry (GH-5374)
2018-01-28  Mario Corcherobpo-32206: Update pdb usage to include new module optio...
2018-01-28  Martin Teichmannbpo-30306: release arguments of contextmanager (GH...
2018-01-28  Eric V. SmithPep 557 What's New (GH-5371)
2018-01-28  INADA Naokibpo-32677: Optimize str.isascii() (GH-5356)
2018-01-28  Eric V. Smithbpo-32513: Make it easier to override dunders in datacl...
2018-01-27  Yury Selivanovbpo-32622: Normalize ENOTCONN to ConnectionError on...
2018-01-27  Коренберг Маркbpo-32221: makeipaddr(): remove interface part + speedu...
2018-01-27  Elvis Pranskevichusbpo-32622: Fix AbstractEventLoop.sendfile signature...
2018-01-27  Andrew SvetlovFix tests if Python compiled without SSL (#5367)
2018-01-27  Ammar AskarFix changed file detection on Travis (GH-3129)
2018-01-27  Yury Selivanovbpo-32622: Enforce sendfile fallback policy for FALLBAC...
2018-01-27  Andrew Svetlovbpo-32622: Implement loop.sendfile() (#5271)
2018-01-27  Yury Selivanovbpo-32630: Use contextvars in decimal (GH-5278)
2018-01-27  Yury Selivanovbpo-32436: Use PyThreadState_GET() in all hot paths...
2018-01-27  INADA NaokiFix wrong assert in unicodeobject (GH-5340)
2018-01-27  Pablo Galindobpo-31368: Expose preadv and pwritev in the os module...
2018-01-27  Xiang Zhangbpo-32532: Improve documentation of settrace and setpro...
2018-01-27  Christian Heimesbpo-31399: Let OpenSSL verify hostname and IP address...
2018-01-27  Mads Jensenbpo-31853: Replaced socket.method calls with super...
2018-01-27  Christian Heimesbpo-32454: socket closefd (#5048)
2018-01-27  Christian Heimesbpo-32433: Optimized HMAC digest (#5023)
2018-01-27  INADA Naokibpo-32677: Add .isascii() to str, bytes and bytearray...
2018-01-27  Cheryl Sabellabpo-27505: Add change notes in module attribute docs...
2018-01-27  INADA Naokibpo-32678: inspect: Import ast lazily (GH-5344)
2018-01-26  Christian Heimesbpo-32521: nis libnsl (#5190)
2018-01-26  Yury Selivanovbpo-32436: Make PyContextVar_Get a little bit faster...
2018-01-26  Yury Selivanovbpo-32670: Enforce PEP 479. (#5327)
2018-01-26  Nathaniel J... bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine...
2018-01-26  Guido van RossumString annotations [PEP 563] (#4390)
2018-01-26  bennorthbpo-18533: Avoid RecursionError from repr() of recursiv...
2018-01-26  INADA Naokibpo-32571: Fix reading uninitialized memory (GH-5332)
2018-01-26  Yury Selivanovbpo-32662: Try making test_asyncio.test_server more...
2018-01-26  mwidjajabpo-29237: Create enum for pstats sorting options ...
2018-01-26  INADA Naokibpo-32596: Make lazy-load portable (GH-5316)
2018-01-26  Bo Baylesbpo-32304: Fix distutils upload for sdists ending with...
2018-01-25  José Melero... bpo-32574: Fix leaks in asyncio.Queue.put() and .get...
2018-01-25  Yury Selivanovbpo-32662: Implement Server.start_serving() and Server...
2018-01-25  Ilya Kulakovbpo-29302: Implement contextlib.AsyncExitStack. (#4790)
2018-01-25  Yury Selivanovbpo-32436: Fix a refleak; var GC tracking; a GCC warnin...
2018-01-25  Victor Stinnerbpo-32667: Fix tests when $PATH contains a file (#5322)
2018-01-25  Dmitry AlimovFix 3rd level node's binary representation in HAMT...
2018-01-25  Paul GanssleCleanup dangling reference in get_timezone_utc_capi...
2018-01-25  INADA Naokibpo-32360: Remove OrderedDict usage from json.tool...
2018-01-25  Serhiy Storchaka bpo-32571: Avoid raising unneeded AttributeError and...
2018-01-25  Victor Stinnerbpo-32652: Defer pymain_set_global_config() call (...
2018-01-25  Brett Cannonbpo-29708: Add What's New entries for SOURCE_DATE_EPOCH...
2018-01-24  Andrew Svetlovbpo-32391: Implement StreamWriter.wait_closed() (#5281)
2018-01-24  Paul Gansslebpo-10381: Add timezone to datetime C API (#5032)
2018-01-24  Bernhard M... bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based...
2018-01-24  Barry Warsaw bpo-32248 - Implement `ResourceReader` and `get_resour...
2018-01-24  Victor Stinnerbpo-32636: Fix two bugs in test_asyncio (#5302)
2018-01-24  Nathaniel J... bpo-32636: Fix @asyncio.coroutine debug mode bug expose...
2018-01-24  Andrew Svetlovbpo-32410: Improve sock_sendfile tests (#5294)
2018-01-24  Barry Warsawbpo-32651 Recommend getpass.getuser() (#5301)
2018-01-24  Yury Selivanovbpo-32643: Drop support for a few private Task and...
2018-01-24  Victor Stinnerbpo-32030: Add _PyCoreConfig.module_search_paths (...
2018-01-24  Victor Stinnerbpo-28046: Remove MACHDEPPATH from Modules/Setup.dist...
2018-01-24  Pablo Galindobpo-17799: Explain real behaviour of sys.settrace and...
2018-01-24  Srinivas Reddy... bpo-32360: unittest.util: Use Counter instead of custom...
2018-01-24  Yury Selivanovbpo-32436: Don't use native popcount() (also fixes...
2018-01-24  Bo Baylesbpo-32502: Discard 64-bit (and other invalid) hardware...
2018-01-23  Yury Selivanovbpo-32436: Fix potential NULL dereference (#5286)
2018-01-23  Yury Selivanovbpo-32296: Make get_running_loop() another 4-5x faster...
2018-01-23  stratakis bpo-32635: Fix a segfault when importing the crypt...
2018-01-23  Xiang Zhangbpo-32618: Fix test_mutatingdecodehandler not testing...
2018-01-23  Victor Stinnerbpo-20361: Remove workaround for a now fixed bug (...
2018-01-23  Victor Stinnerbpo-32593: Run autoconf (#5282)
2018-01-23  Nathaniel J... bpo-32633: Fix some warnings in test_asyncio.test_tasks...
2018-01-23  Yury Selivanovbpo-32436: Remove a redundant assert (#5275)
2018-01-23  Yury SelivanovAdd myself as hamt/context (PEP 567) code owner (#5276)
2018-01-23  Yury Selivanovbpo-32436: Implement PEP 567 (#5027)
2018-01-22  Victor Stinnerbpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Andro...
next