]> granicus.if.org Git - python/history - Misc
Rebased version of what's new PR (#16745)
[python] / Misc /
2019-10-13 Pablo Galindobpo-38379: Don't block collection of unreachable object...
2019-10-13 Samuel Colvinbpo-38431: Fix __repr__ method of InitVar to work with...
2019-10-13 Serhiy Storchakabpo-38378: Rename parameters "out" and "in" of os.sendf...
2019-10-12 Gregory P. Smithbpo-38417: Add umask support to subprocess (GH-16726)
2019-10-12 Samuel Colvinbpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
2019-10-12 Abhilash Rajbpo-38449: Revert "bpo-22347: Update mimetypes.guess_ty...
2019-10-11 Ruediger Pluembpo-38347: find pathfix for Python scripts whose name...
2019-10-10 Pablo Galindobpo-38437: Activate GC_DEBUG when PY_DEBUG is set ...
2019-10-10 Ronan Lamybpo-38109: Add missing constants to Lib/stat.py (GH...
2019-10-09 Tim Petersbpo-38379: don't claim objects are collected when...
2019-10-09 Antonio Gutierrezcloses bpo-36161: Use thread-safe ttyname_r instead...
2019-10-08 Victor Stinnerbpo-37531: regrtest ignores output on timeout (GH-16659)
2019-10-08 Pablo Galindobpo-38395: Fix ownership in weakref.proxy methods ...
2019-10-08 Victor Stinnerbpo-38118: Ignore Valgrind false alarm in PyUnicode_Dec...
2019-10-08 Serhiy Storchakabpo-38405: Make nested subclasses of typing.NamedTuple...
2019-10-08 Serhiy Storchakabpo-36698: IDLE no longer fails when write non-encodabl...
2019-10-08 Serhiy Storchakabpo-38371: Tkinter: deprecate the split() method. ...
2019-10-08 Antonio Gutierrezcloses bpo-38402: Check error of primitive crypt/crypt_...
2019-10-07 Victor Stinnerbpo-38392: PyObject_GC_Track() validates object in...
2019-10-07 James Abelbpo-38344: Fix syntax in activate.bat (GH-16533)
2019-10-07 Ricardo Bánffybpo-38294: Add list of no-longer-escaped chars to re...
2019-10-07 Victor Stinnerbpo-36389: _PyObject_CheckConsistency() available in...
2019-10-07 Serhiy Storchakabpo-25988: Do not expose abstract collection classes...
2019-10-06 Dong-hee Nabpo-38210: Fix intersection operation with dict view...
2019-10-05 Andrei Troiebpo-38332: Catch KeyError from unknown cte in encoded...
2019-10-05 ndebpo-38341: Add SMTPNotSupportedError in the exports...
2019-10-04 Joannah Nanjekyebpo-38266: Revert bpo-37878: Make PyThreadState_DeleteC...
2019-10-04 Serhiy Storchakabpo-13153: Use OS native encoding for converting betwee...
2019-10-03 Steve Dowerbpo-38359: Ensures pyw.exe launcher reads correct regis...
2019-10-03 Steve Dowerbpo-38355: Fix ntpath.realpath failing on sys.executabl...
2019-10-01 Victor Stinnerbpo-37474: Don't call fedisableexcept() on FreeBSD...
2019-10-01 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500) ...
2019-10-01 Giampaolo Rodolabpo-38319: Fix shutil._fastcopy_sendfile(): set sendfil...
2019-10-01 Maxwell A McKinnonbpo-32689: Updates shutil.move to allow for Path object...
2019-09-30 Neil SchemenauerClear weakrefs in garbage found by the GC (#16495)
2019-09-30 Yury Selivanovbpo-30773: Fix ag_running; prohibit running athrow...
2019-09-30 Yury Selivanovbpo-38242: Revert "bpo-36889: Merge asyncio streams...
2019-09-30 Lisa Roachbpo-38163: Child mocks detect their type as sync or...
2019-09-30 Lisa Roachbpo-38161: Removes _AwaitEvent from AsyncMock. (GH...
2019-09-29 Victor Stinnerbpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-29 Andrew Svetlovbpo-38019: correctly handle pause/resume reading of...
2019-09-29 Lisa Roachbpo-38108: Makes mock objects inherit from Base (GH...
2019-09-29 Brandt Bucherbpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_F...
2019-09-28 T. Woutersbpo-38115: Deal with invalid bytecode offsets in lnotab...
2019-09-28 Jason R. Coombsbpo-38216, bpo-36274: Allow subclasses to separately...
2019-09-28 Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451)
2019-09-28 Jesús Ceabpo-38301: In Solaris family, we must be sure to use...
2019-09-27 Dong-hee Nabpo-38243, xmlrpc.server: Escape the server_title ...
2019-09-26 Michael Feltbpo-28009: Fix uuid.uuid1() and uuid.get_node() on...
2019-09-26 Christian Heimesbpo-38275: Skip ssl tests for disabled versions (GH...
2019-09-26 Victor Stinnerbpo-38239: Fix test_gdb for Link Time Optimization...
2019-09-26 Lumír 'Frenzy' Balharbpo-38112: Compileall improvements (GH-16012)
2019-09-26 Benjamin Petersoncloses bpo-38174: Update vendored expat library to...
2019-09-25 Christian Heimesbpo-38142: Updated _hashopenssl.c to be PEP 384 complia...
2019-09-25 Christian Heimesbpo-38271: encrypt private key test files with AES256...
2019-09-25 Christian Heimesbpo-38270: Check for hash digest algorithms and avoid...
2019-09-25 PatrikKopkanbpo-37064: Add option -a to pathfix.py tool (GH-15717)
2019-09-25 Yury Selivanovbpo-38248: Fix inconsistent immediate asyncio.Task...
2019-09-25 Serhiy Storchakabpo-38219: Optimize dict creating and updating by a...
2019-09-25 Dong-hee Nabpo-38265: Update os.pread to accept the length type...
2019-09-24 Samuel Freilichbpo-36871: Handle spec errors in assert_has_calls ...
2019-09-24 Victor Stinnerbpo-38234: Py_SetPath() uses the program full path...
2019-09-24 Victor Stinnerbpo-37123: multiprocessing test_mymanager() accepts...
2019-09-24 Victor Stinnerbpo-38212: Increase MP test_queue_feeder_donot_stop_one...
2019-09-24 Lisa Roachbpo-38136: Updates await_count and call_count to be...
2019-09-23 Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-21 Ammar Askarbpo-38237: Make pow's arguments have more descriptive...
2019-09-20 Victor Stinnerbpo-38234: Fix PyConfig_Read() when Py_SetPath() was...
2019-09-20 Victor Stinnerbpo-38205: Py_UNREACHABLE() calls Py_FatalError() ...
2019-09-20 Ram Rachumbpo-37937: Mention frame.f_trace in sys.settrace docs...
2019-09-20 Lisa Roachbpo-38093: Correctly returns AsyncMock for async subcla...
2019-09-20 Michael Selikbpo-34002: Minor efficiency and clarity improvements...
2019-09-19 Eddie Elizondobpo-38140: Make dict and weakref offsets opaque for...
2019-09-19 t kbpo-38155: Add __all__ to datetime module (GH-16203)
2019-09-19 Kyle Stanleybpo-34037: Fix test_asyncio failure and add loop.shutdo...
2019-09-17 Serhiy Storchakabpo-38191: Turn warnings into errors in NamedTuple...
2019-09-17 Serhiy Storchakabpo-38191: Accept arbitrary keyword names in NamedTuple...
2019-09-17 Andrew Svetlovbpo-38013: make async_generator_athrow object tolerant...
2019-09-17 Abraham Toriz Cruzbpo-37828: Fix default mock_name in unittest.mock.asser...
2019-09-17 Serhiy Storchakabpo-38185: Fixed case-insensitive string comparison...
2019-09-17 Terry Jan Reedybpo-35379: When exiting IDLE, catch any AttributeError...
2019-09-16 Terry Jan Reedybpo-38183: Test_idle ignores user config directory...
2019-09-16 Christian Heimesbpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16 Serhiy Storchakabpo-38175: Fix a memory leak in comparison of sqlite3...
2019-09-16 Steve Dowerbpo-38117: Update bundled Windows OpenSSL to 1.1.1d...
2019-09-16 Ned Deilybpo-38117: Updated OpenSSL to 1.1.1d in macOS installer...
2019-09-14 Dino Viehlandbpo-38116: Convert select module to PEP-384 (#15971)
2019-09-14 Serhiy Storchakabpo-37206: Unrepresentable default values no longer...
2019-09-13 Serhiy Storchakabpo-38005: Fixed comparing and creating of InterpreterI...
2019-09-13 plokmijnuhbybpo-37953: Fix ForwardRef hash and equality checks...
2019-09-13 Steve Dowerbpo-38092: Reduce overhead when using multiprocessing...
2019-09-13 Gregory P. Smithbpo-34706: Preserve subclassing in inspect.Signature...
2019-09-13 Joannah Nanjekyebpo-37449: Move ensurepip off of pkgutil and to importl...
2019-09-13 Elizabeth Useltonbpo-37555: Update _CallList.__contains__ to respect...
2019-09-13 Zackery Spytzbpo-25068: urllib.request.ProxyHandler now lowercases...
2019-09-13 Doyle Rowlandcloses bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13 Christian Heimesbpo-38153: Normalize hashlib algorithm names (GH-16083)
2019-09-13 Andrew Svetlovbpo-38148: Add slots to asyncio transports (GH-16077)
2019-09-13 Ashwin Ramaswamibpo-12707: deprecate info(), geturl(), getcode() method...
next