]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-02-07  Victor Stinnerbpo-39573: Add Py_SET_TYPE() function (GH-18394)
2020-02-07  Victor Stinnerbpo-39573: Use Py_TYPE() macro in Modules directory...
2020-02-07  Victor Stinnerbpo-39573: Use Py_TYPE() macro in Objects directory...
2020-02-07  Victor Stinnerbpo-39573: Use Py_TYPE() macro in Python and Include...
2020-02-07  Jakub Stasiakbpo-39491: Mention Annotated in get_origin() docstring...
2020-02-07  Victor Stinnerbpo-39573: Use Py_TYPE() in abstract.c (GH-18390)
2020-02-07  Victor Stinnerbpo-39571: Fix clang warning on PyTypeObject typedef...
2020-02-07  Victor Stinnerbpo-39573: Add Py_SET_REFCNT() function (GH-18389)
2020-02-06  Victor Stinnerbpo-39573: Use Py_REFCNT() macro (GH-18388)
2020-02-06  Julien Palardbpo-39534: Doc: Clarify return in finally (GH-18324)
2020-02-06  Victor StinnerWhat's New in Python 3.9: sort improved modules (GH...
2020-02-06  Victor Stinnerbpo-39542: Document limited C API changes (GH-18378)
2020-02-06  Sebastian Bergbpo-39274: Ensure Fraction.__bool__() returns a bool...
2020-02-06  Petr Viktorinbpo-39245: Make Vectorcall C API public (GH-17893)
2020-02-06  Brandt Bucherbpo-38823: Fix refleaks in _ast initialization error...
2020-02-06  Serhiy Storchakabpo-38149: Call sys.audit() only once per call for...
2020-02-06  Steve Dowerbpo-39555: Fix distutils test to handle _d suffix on...
2020-02-05  Andy Lesterbpo-39127: Make _Py_HashPointer's argument be const...
2020-02-05  Shantanubpo-39559: Remove unused, undocumented argument from...
2020-02-05  Victor Stinnerbpo-39542: Declare _Py_AddToAllObjects() in pycore_obje...
2020-02-05  Giampaolo Rodolabpo-39488: Skip test_largefile tests if not enough...
2020-02-05  Victor StinnerAdd PyInterpreterState.fs_codec.utf8 (GH-18367)
2020-02-05  Victor Stinnerbpo-39542: Define PyTypeObject earlier in object.h...
2020-02-05  Victor Stinnerbpo-39542: Convert PyType_Check() to static inline...
2020-02-05  Victor Stinnerbpo-39542: Make PyObject_INIT() opaque in limited C...
2020-02-05  Victor Stinnerbpo-39542: Exclude trashcan from the limited C API...
2020-02-05  Victor Stinnerbpo-39543: Remove unused _Py_Dealloc() macro (GH-18361)
2020-02-05  schwarzichetbpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV...
2020-02-05  Zackery Spytzbpo-39553: Delete HAVE_SXS protected code (GH-18356)
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)
next