]> granicus.if.org Git - python/shortlog
python
2019-10-14 Łukasz Langav3.8.0 v3.8.0
2019-10-14 Łukasz Langa[3.8] bpo-37759: Polish What's New in Python 3.8. ...
2019-10-14 Ned DeilyMake 3.8 README link to 3.8 doc pages, not master ...
2019-10-14 Miss Islington... Update build docs for macOS (GH-16771)
2019-10-14 Miss Islington... bpo-38469: Handle named expression scope with global...
2019-10-14 Ned Deily[3.8] Update macOS installer display files for 3.8...
2019-10-14 Miss Islington... bpo-37759: Add examples for the new typing features...
2019-10-14 Miss Islington... bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3...
2019-10-14 Raymond HettingerFix minor typos in Whatsnew (GH-16759)
2019-10-14 Miss Islington... bpo-38464: Document parameter for NormalDist.quantiles...
2019-10-14 Miss Islington... Fix strict-aliasing rules errors on gcc 4.8.5. (GH...
2019-10-13 Miss Islington... Rebased version of what's new PR (GH-16745) (#16748)
2019-10-13 Miss Islington... bpo-38467: Fix argument name of typing functions (GH...
2019-10-13 Miss Islington... bpo-28556: Remove another mention of metaclass of Gener...
2019-10-13 Miss Islington... Correct signature of __build_class__ (GH-16735)
2019-10-13 Miss Islington... bpo-38431: Fix __repr__ method of InitVar to work with...
2019-10-12 Miss Islington... bpo-37731: Reorder includes in xmltok.c to avoid redefi...
2019-10-12 Miss Islington... Announce the change in the CancelledError inheritance...
2019-10-12 Miss Islington... bpo-38332: Catch KeyError from unknown cte in encoded...
2019-10-12 Abhilash Raj[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes...
2019-10-12 Miss Islington... bpo-38341: Add SMTPNotSupportedError in the exports...
2019-10-11 Miss Islington... Fix typo in the "Porting to Python 3.8" section. (GH...
2019-10-11 Zachary WareUpdate badges in README.rst (GH-16709)
2019-10-11 Miss Islington... bpo-38347: find pathfix for Python scripts whose name...
2019-10-11 Benjamin Peterson[3.8] Typo fix: "throuhgh" should be "through". (GH...
2019-10-10 Miss Islington... docs: Add asyncio source code links (GH-16640)
2019-10-10 Miss Islington... Re-enable the OverflowError test for test_truediv on...
2019-10-10 Miss Islington... bpo-38109: Add missing constants to Lib/stat.py (GH...
2019-10-10 Miss Islington... bpo-32996: Documentation fix-up. (GH-16646)
2019-10-10 Miss Islington... bpo-38425: Fix ‘res’ may be used uninitialized warning...
2019-10-09 Miss Islington... bpo-38409: Fix grammar in str.strip() docstring (GH...
2019-10-09 Pablo Galindo[3.8] bpo-38379: don't claim objects are collected...
2019-10-09 Miss Islington... bpo-37531: regrtest ignores output on timeout (GH-16659)
2019-10-09 Vinay Sajipbpo-38368: Added fix for ctypes crash when handling...
2019-10-09 Miss Islington... Typo fix: "empy" should be "empty". (GH-16666)
2019-10-08 Pablo Galindo[3.8] bpo-38395: Fix ownership in weakref.proxy methods...
2019-10-08 Miss Islington... bpo-38407: Add docstrings for typing.SupportsXXX classe...
2019-10-08 Miss Islington... bpo-38405: Make nested subclasses of typing.NamedTuple...
2019-10-08 Miss Islington... bpo-38118: Ignore Valgrind false alarm in PyUnicode_Dec...
2019-10-08 Miss Islington... bpo-36698: IDLE no longer fails when write non-encodabl...
2019-10-08 Miss Islington... Fix typo in _warnings.warn_explicit() docstring (GH...
2019-10-07 Miss Islington... bpo-38344: Fix syntax in activate.bat (GH-16533)
2019-10-07 Miss Islington... bpo-38294: Add list of no-longer-escaped chars to re...
2019-10-07 Victor Stinnerbpo-38376: Fix _PyUnicode_CheckConsistency() definition...
2019-10-07 Miss Islington... bpo-36356: Fix memory leak in _asynciomodule.c (GH...
2019-10-07 Miss Islington... bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
2019-10-07 Miss Islington... bpo-26510: Add versionchanged for required arg of add_s...
2019-10-06 Miss Islington... bpo-38383: Fix possible integer overflow in startswith...
2019-10-04 Miss Islington... bpo-13153: Use OS native encoding for converting betwee...
2019-10-04 Miss Islington... bpo-38235: Correct some arguments names in logging...
2019-10-03 Miss Islington... bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop...
2019-10-03 Miss Islington... bpo-38359: Ensures pyw.exe launcher reads correct regis...
2019-10-03 Miss Islington... bpo-38355: Fix ntpath.realpath failing on sys.executabl...
2019-10-03 Victor Stinner[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker(...
2019-10-02 Miss Islington... bpo-38338, test.pythoninfo: add more ssl infos (GH...
2019-10-02 Miss Islington... bpo-36670: regrtest bug fixes (GH-16537)
2019-10-02 Miss Islington... bpo-38343: Fixes version handling for nuget packages...
2019-10-01 Miss Islington... Correct typos in the codecs module documentation (GH...
2019-10-01 Łukasz LangaPost v3.8.0rc1
2019-10-01 Łukasz Langav3.8.0rc1 v3.8.0rc1
2019-10-01 Victor Stinner[3.8] bpo-3832: Fix compiler warnings (GH-16518)
2019-10-01 Miss Islington... bpo-36670: Multiple regrtest bugfixes (GH-16511)
2019-10-01 Miss Islington... bpo-38304: PyConfig_InitPythonConfig() cannot fail...
2019-10-01 Miss Islington... bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfil...
2019-10-01 Neil SchemenauerRestore tp_clear for function object. (#16502)
2019-10-01 Miss Islington... Fix and improve `asyncio.run()` docs (GH-16403) (GH...
2019-09-30 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500)
2019-09-30 Miss Islington... Clear weakrefs in garbage found by the GC (GH-16495...
2019-09-30 Victor Stinnerbpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490)
2019-09-30 Victor Stinnerbpo-38304: Fix PyConfig usage in python_uwp.cpp (GH...
2019-09-30 Christian Heimes[3.8] bpo-38270: More fixes for strict crypto policy...
2019-09-30 Miss Islington... bpo-37408: Precise that Tarfile "format" argument only...
2019-09-30 Miss Islington... bpo-30773: Fix ag_running; prohibit running athrow...
2019-09-30 Yury Selivanovbpo-38242: Revert "bpo-36889: Merge asyncio streams...
2019-09-30 Lisa Roach[3.8] bpo-38163: Child mocks detect their type as sync...
2019-09-30 Miss Islington... bpo-38161: Removes _AwaitEvent from AsyncMock. (GH...
2019-09-30 Miss Islington... bpo-38108: Makes mock objects inherit from Base (GH...
2019-09-29 Miss Islington... bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-29 Miss Islington... bpo-38019: correctly handle pause/resume reading of...
2019-09-28 Gregory P.... bpo-38115: Deal with invalid bytecode offsets in lnotab...
2019-09-28 Miss Islington... bpo-38216, bpo-36274: Allow subclasses to separately...
2019-09-28 Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451) (GH...
2019-09-28 Miss Islington... bpo-38301: In Solaris family, we must be sure to use...
2019-09-27 Lisa Roach[3.8] bpo-38136: Updates await_count and call_count...
2019-09-27 Miss Islington... bpo-38243, xmlrpc.server: Escape the server_title ...
2019-09-27 Miss Islington... bpo-38206: Clarify tp_dealloc requirements for heap...
2019-09-27 Miss Islington... cleanup ababstractproperty in typing.py (GH-16432)
2019-09-26 Christian Heimes[3.8] bpo-38275: Skip ssl tests for disabled versions...
2019-09-26 Miss Islington... bpo-38239: Fix test_gdb for Link Time Optimization...
2019-09-26 Victor Stinner[3.8] bpo-38234: Backport init path config changes...
2019-09-26 Miss Islington... bpo-38130: Fix error in explaining when an exception...
2019-09-26 Miss Islington... Doc: Use the `with` statement in the first example...
2019-09-26 Benjamin Peterson[3.8] closes bpo-38174: Update vendored expat library...
2019-09-25 Vinay Sajip[3.8] bpo-22273: Changed conditions for ctypes array...
2019-09-25 Miss Islington... bpo-38271: encrypt private key test files with AES256...
2019-09-25 Miss Islington... bpo-38005: Remove support of string argument in Interpr...
2019-09-25 Miss Islington... [3.8] bpo-38270: Check for hash digest algorithms and...
2019-09-25 Miss Islington... bpo-38255: super() can search attributes as well as...
2019-09-25 Michael Feltbpo-36210: correct logic in setup.py for optional exten...
2019-09-25 Victor Stinnerbpo-37064: Skip test_tools.test_pathfix if installed...
next