]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-02-05  Jakub Stasiakbpo-39491: Merge PEP 593 (typing.Annotated) support...
2020-02-05  Anthony Shawbpo-39185 Add the d[etailed] and q[uiet] verbosity...
2020-02-05  Saiyang Goubpo-39184: Add audit events to command execution functi...
2020-02-05  Victor Stinnerbpo-39542: Make _Py_NewReference() opaque in C API...
2020-02-05  BaljakFix MinGW library generation command (GH-17917)
2020-02-04  Philipp Gesangcloses bpo-39510: Fix use-after-free in BufferedReader...
2020-02-04  Stefan Behnelbpo-39432: Implement PEP-489 algorithm for non-ascii...
2020-02-04  Victor StinnerRestore PyObject_IsInstance() comment (GH-18345)
2020-02-04  Eddie Elizondobpo-38076 Clear the interpreter state only after cleari...
2020-02-04  Chris Withersadd whatsnew that was missed from 31d6de5aba009914efa8f...
2020-02-03  Adorilson Bezerrabpo-38558: Link to further docs from walrus operator...
2020-02-03  Victor Stinnerbpo-39542: Simplify _Py_NewReference() (GH-18332)
2020-02-03  Stefan PochmannFixes in sorting descriptions (GH-18317)
2020-02-03  Victor Stinnerbpo-39542: Move object.h debug functions to internal...
2020-02-03  Victor Stinnerbpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
2020-02-03  Inada Naokibpo-36051: Fix compiler warning. (GH-18325)
2020-02-03  Steve Cirellibpo-39450 Stripped whitespace before parsing the docstr...
2020-02-02  Pierre Glaserbpo-39492: Fix a reference cycle between reducer_overri...
2020-02-02  Kyle Stanleybpo-39349: Add *cancel_futures* to Executor.shutdown...
2020-02-02  Mark DickinsonFix 5-space indentation and trailing whitespace (GH...
2020-02-01  Alex Henriebpo-39496: Remove redundant checks from _sqlite/cursor...
2020-02-01  James Corbettfixes typos in http.client documentation (#18300)
2020-02-01  Andrew Svetlovbpo-34793: Drop old-style context managers in asyncio...
2020-02-01  Brandt BucherUpdate sum comment. (#18240)
2020-02-01  Victor Stinnerbpo-39511: PyThreadState_Clear() calls on_delete (GH...
2020-02-01  Victor Stinnerbpo-39511: Fix multiprocessing semlock_acquire() (GH...
2020-01-31  Kyle Stanleybpo-37224: Improve test__xxsubinterpreters.DestroyTests...
2020-01-31  Julien PalardDoc: Fix s/pseudo random/pseudo-random/ (GH-18289)
2020-01-31  Zackery Spytzbpo-38792: Remove IDLE shell calltip before new prompt...
2020-01-30  Hai Shibpo-39487: Merge duplicated _Py_IDENTIFIER identifiers...
2020-01-30  Victor Stinnerbpo-39502: Skip test_zipfile.test_add_file_after_2107...
2020-01-30  Dong-hee Nabpo-39434: Improve float __floordiv__ performance and...
2020-01-30  Victor Stinnerbpo-38631: Add _Py_NO_RETURN to functions calling Py_Fa...
2020-01-30  Victor Stinnerbpo-38631: Replace Py_FatalError() with assert() in...
2020-01-30  Victor Stinnerbpo-38631: Avoid Py_FatalError() in unicodeobject.c...
2020-01-30  damani42bpo-39424: Use assertRaisesRegex instead of assertRaise...
2020-01-30  Alex Henriebpo-39497: Remove unused variable from pysqlite_cursor_...
2020-01-30  Victor Stinnerbpo-39353: binascii.crc_hqx() is no longer deprecated...
2020-01-30  Victor Stinnerbpo-38631: Replace tp_new_wrapper() fatal error with...
2020-01-30  Victor Stinnerbpo-38631: Avoid Py_FatalError() in init_slotdefs(...
2020-01-30  Victor Stinnerbpo-38631: Replace Py_FatalError() with _PyObject_ASSER...
2020-01-30  Alex Henriebpo-39494: Remove extra null terminators from kwlist...
2020-01-30  Shantanubpo-39493: Fix definition of IO.closed in typing.py...
2020-01-30  Bonifacio de... Improve grammar in the import system reference document...
2020-01-29  Victor StinnerRemove deadcode in _Py_inc_count() (GH-18257)
2020-01-29  Chris WithersGet mock coverage back to 100% (GH-18228)
2020-01-29  Carl Friedrich... bpo-39485: fix corner-case in method-detection of mock...
2020-01-29  Victor Stinnerbpo-39460: Fix test_zipfile.test_add_file_after_2107...
2020-01-29  Julien PalardDoc: Fix external links to functional programming tutor...
2020-01-29  Joannah Nanjekyebpo-39153: Clarify C API *SetItem refcounting semantics...
2020-01-29  Bruce Merrybpo-36051: Drop GIL during large bytes.join() (GH-17757)
2020-01-29  Steve Dowerbpo-39401: Avoid unsafe DLL load on Windows 7 and earli...
2020-01-28  Dino Viehlandbpo-39459: include missing test files in windows installer
2020-01-28  David Carlierbpo-38960: DTrace build fix for FreeBSD. (GH-17451)
2020-01-28  Rémi Lapeyrebpo-36350: inspect: Replace OrderedDict with dict....
2020-01-28  Adam Meilybpo-39439: Fix multiprocessing spawn path in a venv...
2020-01-28  Inada Naokibpo-39287: Doc: Add UTF-8 mode section in using/windows...
2020-01-28  Zackery Spytzbpo-39393: Misleading error message on dependent DLL...
2020-01-28  Christoph Reiterbpo-38883: Don't use POSIX `$HOME` in `pathlib.Path...
2020-01-28  Victor Stinnerbpo-38644: Pass tstate in ceval.c (GH-18222)
2020-01-28  Raymond Hettingerbpo-36018: Minor fixes to the NormalDist() examples...
2020-01-28  Brian Quinlanbpo-39205: Tests that highlight a hang on ProcessPoolEx...
2020-01-27  Terry Jan Reedybpo-39392: Turtle overlap fill depends on OS (#18223)
2020-01-27  Victor Stinnerbpo-38631: Avoid Py_FatalError() in PyCode_New() (GH...
2020-01-27  Victor Stinnerbpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_In...
2020-01-27  Cheryl Sabellabpo-30780: Add IDLE configdialog tests (#3592)
2020-01-27  Dino ViehlandAdd test.test_import.data.unwritable package to makefil...
2020-01-27  Victor Stinnerbpo-38631: Avoid Py_FatalError() in _memory_release...
2020-01-27  Victor Stinnerbpo-38631: Avoid Py_FatalError() in PyModule_Create2...
2020-01-27  Victor Stinnerbpo-39459: test.pythoninfo logs effective uid/gid ...
2020-01-27  Dong-hee Nabpo-39453: Add testcase for bpo-39453 (GH-18202)
2020-01-27  Nick CoghlanIgnore NEWS snippets in code coverage stats (GH-18194)
2020-01-27  Dong-hee Nabpo-39453: Make list.__contains__ hold strong reference...
2020-01-27  Chris WithersClarify and fix assertions that mocks have not been...
2020-01-27  Chris WithersUse relative imports in mock and its tests to help...
2020-01-27  Toshio KuratomiFix so that test.test_distutils can be executed by...
2020-01-27  Mark Shannonbpo-39320: Handle unpacking of **values in compiler...
2020-01-27  Karthikeyan... bpo-25597: Ensure wraps' return value is used for magic...
2020-01-26  Raymond Hettingerbpo-36018: Add another example for NormalDist() (#18191)
2020-01-26  加和Fix linecache.py add lazycache to __all__ and use dict...
2020-01-25  Juhana Jauhiainenbpo-39374: Updated sorting documentation (GH-18177)
2020-01-25  Windson yangbpo-36654: Add examples for using tokenize module progr...
2020-01-25  alclarksbpo-15243: Document __prepare__ as classmethod (GH...
2020-01-25  Vegard Stikbakkebpo-38932: Mock fully resets child objects on reset_moc...
2020-01-25  fireattackUpdate 3.8.rst (GH-18173)
2020-01-25  Łukasz LangaPost 3.9.0a3
2020-01-25  Łukasz LangaMerge tag 'v3.9.0a3'
2020-01-25  Paulo Henrique... bpo-37955: correct mock.patch docs with respect to...
2020-01-25  Matthew Kokotovichbpo-39082: Allow AsyncMock to correctly patch static...
2020-01-25  Cheryl Sabellabpo-39388: IDLE: Fix bug when cancelling out of configd...
2020-01-24  Łukasz LangaPython 3.9.0a3 v3.9.0a3
2020-01-24  Serhiy Storchakabpo-39430: Fix race condition in lazy imports in tarfil...
2020-01-24  Victor Stinnerbpo-38631: Avoid Py_FatalError() in GC collect() (GH...
2020-01-24  mbarkhaubpo-39390 shutil: fix argument types for ignore callbac...
2020-01-24  Karthikeyan... bpo-38473: Handle autospecced functions and methods...
2020-01-24  Victor Stinnerbpo-39395: putenv() and unsetenv() always available...
2020-01-24  Victor Stinnerbpo-39413: Implement os.unsetenv() on Windows (GH-18163)
2020-01-24  Ammar Askarbpo-39361: Document the removal of PyTypeObject.tp_prin...
2020-01-24  Mark Dickinsonbpo-39426: Fix outdated default and highest protocols...
2020-01-24  Victor Stinnerbpo-39429: Add a new "Python Development Mode" doc...
next