]> granicus.if.org Git - python/shortlog
python
2019-09-24 Samuel Freilichbpo-36871: Avoid duplicated 'Actual:' in assertion...
2019-09-24 Samuel Freilichbpo-36871: Handle spec errors in assert_has_calls ...
2019-09-24 Victor Stinnerbpo-38234: Add tests for Python init path config (GH...
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-24 Marc Hartmayercloses bpo-16637: libpython: construct integer object...
2019-09-24 Hai Shicloses bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW...
2019-09-23 Victor Stinnerbpo-38234: read_pth_file() now returns PyStatus (GH...
2019-09-23 Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
2019-09-23 Victor Stinnerbpo-38236: Fix init_dump_ascii_wstr() (GH-16333)
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-22 Serhiy Storchakabpo-38209: Simplify dataclasses.InitVar by using __clas...
2019-09-22 Vinay SajipUpdated incorrect level-setting code to use setLevel...
2019-09-21 Raymond HettingerShorter docstring (GH-16322)
2019-09-21 Kyle StanleyDoc: Add whatsnew entry for loop.shutdown_default_execu...
2019-09-21 HongWeipengDoc: Fix spelling errors of 'initial' in enum.py (GH...
2019-09-21 Raymond HettingerMinor code and comment cleanup (GH-16315)
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 Kyle StanleyDoc: Remove provisional note for asyncio.run() (GH...
2019-09-20 Victor Stinnerbpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
2019-09-20 Victor Stinnerbpo-38205: Py_UNREACHABLE() calls Py_FatalError() ...
2019-09-20 Victor Stinnerbpo-33694: Remove test_asyncio ProactorDatagramTranspor...
2019-09-20 Orivej Deshbpo-6559: Update _posixsubprocess.fork_exec doc (GH...
2019-09-20 Ram Rachumbpo-37937: Mention frame.f_trace in sys.settrace docs...
2019-09-20 Prateek Nayakbpo-37353: Updated parser note about source code compat...
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 Victor Stinnerbpo-34037: test_asyncio uses shutdown_default_executor...
2019-09-19 Victor Stinnerbpo-37531: Skip test_regrtest.test_multiprocessing_time...
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-19 toonarmycaptainDoc: Clarify dict equality irrespective of ordering...
2019-09-19 Jason PluradDoc: Corrected syntax for return annotation (GH-16265)
2019-09-18 HongWeipengbpo-35696: Simplify long_compare() (GH-16146)
2019-09-18 Victor StinnerFix _PyTraceMalloc_Fini() definition (GH-16259)
2019-09-18 Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
2019-09-18 Victor Stinnerbpo-38203: regrtest: put a 2 min timeout on Python...
2019-09-18 Raymond Hettingerbpo-36546: No longer a need to make "data" positional...
2019-09-17 Victor Stinnerbpo-37531: Skip test_regrtest.test_multiprocessing_time...
2019-09-17 Victor Stinnerbpo-38070: Py_FatalError() logs runtime state (GH-16246)
2019-09-17 Victor Stinnerbpo-38070: Add _PyRuntimeState.preinitializing (GH...
2019-09-17 Victor Stinnerbpo-38070: Enhance _PyObject_Dump() (GH-16243)
2019-09-17 Victor Stinnerbpo-38070: _Py_DumpTraceback() writes <no Python frame...
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 Diego Alberto... bpo-37904: Edition on python tutorial - section 4 ...
2019-09-17 Pablo Galindobpo-38187: Fix reference leak in test_tools (GH-16233)
2019-09-17 Andrew Svetlovbpo-38013: make async_generator_athrow object tolerant...
2019-09-17 Abraham Toriz... bpo-37828: Fix default mock_name in unittest.mock.asser...
2019-09-17 Jörn HeisslerDoc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF...
2019-09-17 Victor Stinnerbpo-37531: regrtest main process uses shorter timeout...
2019-09-17 Hrvoje Nikšićbpo-38192: Fix remaining passing of "loop" in the proto...
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-17 Adorilson BezerraDoc: Add list(dict) in stdtypes library (GH-16209)
2019-09-16 Terry Jan Reedybpo-38183: Test_idle ignores user config directory...
2019-09-16 Ivan Levkivskyibpo-28556: Update the opening note in typing docs ...
2019-09-16 Christian Heimesbpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16 amistDoc: Fix Wikipedia link for functools.lru_cache (GH...
2019-09-16 Serhiy Storchakabpo-38175: Fix a memory leak in comparison of sqlite3...
2019-09-16 marcoramirezmxbpo-38100: Fix spelling error in unittest.mock code...
2019-09-16 Adorilson BezerraDoc: Add link of GNU Readline library to interpreter...
2019-09-16 Steve Dowerbpo-38081: Add more non-fatal error codes for ntpath...
2019-09-16 Steve Dowerbpo-38117: Update bundled Windows OpenSSL to 1.1.1d...
2019-09-16 Adorilson BezerraDoc: remove duplicate word in controlflow tutorial...
2019-09-16 Hai ShiFix a possbile refleak in setint() of mmapmodule.c...
2019-09-16 Ned Deilybpo-38117: Updated OpenSSL to 1.1.1d in macOS installer...
2019-09-15 Hrvoje Nikšićbpo-38178: Don't explicitly pass "loop" to EchoClientPr...
2019-09-15 Raymond Hettingerbpo-37798: Prevent undefined behavior in direct calls...
2019-09-15 Dino ViehlandFix missing dec ref (#16158)
2019-09-15 t kbpo38158: Removing nonexistant member "doc" from PyType...
2019-09-14 Kyle Stanleybpo-37635: Update arg name for seek() in IO tutorial...
2019-09-14 Christian Heimesbpo-38153: detect shake independently from sha3 (GH...
2019-09-14 Dino Viehlandbpo-38116: Convert select module to PEP-384 (#15971)
2019-09-14 Eddie ElizondoFix leaks in Python-ast.c (#16127)
2019-09-14 Serhiy Storchakabpo-37206: Unrepresentable default values no longer...
2019-09-14 Zackery Spytzbpo-37953: Fix deprecation warnings in test_typing...
2019-09-14 Anthony SottileDoc: Fix link to window.getch in curses documentation...
2019-09-14 Xtreakbpo-33095: Add reference to isolated mode in -m and...
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 Eric O. LEBIGOT... Doc: fcntl.lockf() is more powerful than written (GH...
2019-09-13 Benjamin PetersonFix typo in test_api.py. (GH-16119)
2019-09-13 bchhabra2490bpo-32790: Add info about alt format using # for 'g...
2019-09-13 Eddie Elizondobpo-38150 Fix refleak in the finalizer of a _testcapimo...
2019-09-13 Michael Foordbpo-38122: minor fixes to AsyncMock spec handling ...
2019-09-13 Steve Dowerbpo-38092: Reduce overhead when using multiprocessing...
2019-09-13 Gregory P.... bpo-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-37199: Replace the early returns added in c2cda63...
2019-09-13 Benjamin PetersonRun autoreconf. (GH-16106)
2019-09-13 Zackery Spytzbpo-25068: urllib.request.ProxyHandler now lowercases...
2019-09-13 Gregory P.... bpo-36046: Fix buildbot failures (GH-16091)
2019-09-13 Doyle Rowlandcloses bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13 Gregory P.... Adjust code ownership so @gpshead don't get asyncio...
next