]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-06-15  Pablo GalindoImprove readability and style in parser files (GH-20884)
2020-06-15  Niklas Fiekasbpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
2020-06-15  Rémi Lapeyrebpo-40836: Add docstring to logging.fatal() and logging...
2020-06-15  Pablo GalindoFix trailing whitespace in keyword.py (GH-20881)
2020-06-15  Pablo GalindoInclude soft keywords in keyword.py (GH-20877)
2020-06-15  Pablo Galindobpo-40890: Fix compiler warning in dictobject.c (GH...
2020-06-14  kevin seelbachFixes dead links to Django's logging config docs (GH...
2020-06-14  Fantix Kingbpo-30064: Fix slow asyncio sock test (GH-20868)
2020-06-14  Raymond HettingerSome reformatting (suggested by Black) and minor factor...
2020-06-13  Raymond Hettingerbpo-40855: Fix ignored mu and xbar parameters (GH-20835)
2020-06-13  Zackery Spytzbpo-37674: Tweak imp module deprecation note in the...
2020-06-13  Raymond HettingerMinor code clean-ups (GH-20838)
2020-06-13  Christian Heimesbpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
2020-06-13  An Longbpo-40834: Fix truncate when sending str object with...
2020-06-13  Hai ShiRemove redundant var in PyErr_NewException() (GH-20850)
2020-06-12  Steve (Gadget... bpo-37556 Extend help to include latest overrides ...
2020-06-12  AntoineMinor change on threading.Thread.native_id documentatio...
2020-06-12  Srinivas Reddy... bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
2020-06-12  Christian Heimesbpo-40964: disable remote IMAP tests (GH-20836)
2020-06-12  Dennis Sweeneybpo-40890: Add `mapping` property to dict views (GH...
2020-06-12  Christian Heimesbpo-40955: Fix memory leak in subprocess module (GH...
2020-06-12  Géry OgamUpdate lexical_analysis.rst (GH-17508)
2020-06-12  native-apibpo-33944: site: Add site-packages tracing in verbose...
2020-06-12  Dong-hee Nabpo-40950: Port nis module to multiphase initialization...
2020-06-12  Pablo Galindobpo-40939: Clean and adapt the peg_generator directory...
2020-06-11  Pablo GalindoRemove unnecessary grammar decorations and change heade...
2020-06-11  MARK SCHWABbpo-40626: Support HDF5 in mimetypes (GH-20042)
2020-06-11  kerncbpo-29620: iterate over a copy of sys.modules (GH-4800)
2020-06-11  Pablo Galindobpo-40939: Remove some extra references to PYTHONOLDPAR...
2020-06-11  Pablo Galindobpo-40939: Remove the old parser (GH-20768)
2020-06-11  Victor Stinnerbpo-40275: Move TransientResource to test_urllib2net...
2020-06-11  Lysandros Nikolaoubpo-40939: Remove PEG parser easter egg (__new_parser__...
2020-06-11  Hai Shibpo-40275: Add warnings_helper submodule in test.suppor...
2020-06-11  Victor Stinnerbpo-40275: test.supports imports lazily fnmatch, glob...
2020-06-11  Victor Stinnerbpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
2020-06-11  Victor Stinnerbpo-34401: Fix test_gdb for HP GDB version string ...
2020-06-11  Lysandros Nikolaoubpo-40939: Generate keyword.py using the new parser...
2020-06-11  Dong-hee Nabpo-40925: Remove unused stack macro SET_VALUE (GH...
2020-06-11  Raymond HettingerCollections module reformatting and minor code refactor...
2020-06-10  Lysandros Nikolaoubpo-40847: Consider a line with only a LINECONT a blank...
2020-06-10  Hai Shibpo-40275: Add import_helper submodule in test.support...
2020-06-10  Ammar AskarRestrict co_code to be under INT_MAX in codeobject...
2020-06-10  Daniel Fortunovbpo-40895: Update weakref documentation to remove old...
2020-06-10  Victor Stinnerbpo-39465: Use _PyInterpreterState_GET() (GH-20788)
2020-06-10  Victor Stinnerbpo-40927: Fix test_binhex when run twice (GH-20764)
2020-06-10  Victor Stinner_PyPreConfig_Read() decodes argv at each iteration...
2020-06-10  Victor Stinnerbpo-40826: Fix test_repl.test_close_stdin() on Windows...
2020-06-10  Victor Stinnerbpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
2020-06-10  scoderbpo-40703: Let PyType_FromSpec() set "type.__module__...
2020-06-10  Serhiy Storchakabpo-36543: Revert "bpo-36543: Remove the xml.etree...
2020-06-10  Pablo GalindoRaise specialised syntax error for invalid lambda param...
2020-06-10  Hai Shibpo-40275: Add os_helper submodule in test.support...
2020-06-10  Dennis Sweeneybpo-40889: Optimize dict.items() ^ dict.items() (GH...
2020-06-10  Joannah Nanjekyebpo-32604: Recommit "bpo-32604: PEP 554 for use in...
2020-06-10  Éric Araujobpo-34003: Re-add versionchanged entry in csv docs...
2020-06-09  Dong-hee NaRemove usesless function from csv module (GH-20762)
2020-06-09  Victor Stinnerbpo-40684: Fix make install for platlibdir=lib64 (GH...
2020-06-09  Stefan KrahRemove reference to 3.7 and 3.8 backports. (GH-20754)
2020-06-08  Raymond HettingerMinor improvement to the namedtuple implementation...
2020-06-08  Brett Cannonbpo-24914: mention Python supports multiple paradigms...
2020-06-08  Victor Stinnerbpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH...
2020-06-08  Stefan KrahAdd multicore support to deccheck.py. (GH-20731)
2020-06-08  Stefan KrahRemove deleted libmpdec header from the Visual Studio...
2020-06-08  Steve Dowerbpo-40861: Enable optimizations when building liblzma...
2020-06-08  Victor Stinnerbpo-40910: Export Py_GetArgcArgv() function (GH-20721)
2020-06-08  Sandro Manibpo-40854: Allow overriding sys.platlibdir via PYTHONPL...
2020-06-08  Victor Stinnerbpo-29882: Add _Py_popcount32() function (GH-20518)
2020-06-08  Shantanubpo-33187: Document 3.9 changes to xml.etree.ElementInc...
2020-06-08  Ned Deilyallow macOS installer builds to package pre-built html...
2020-06-08  Raymond HettingerDeny eval() direct access to builtins (GH-20713)
2020-06-08  Lysandros Nikolaoubpo-22021: Update root_dir and base_dir documentation...
2020-06-08  Ned Deilybpo-40741: Update macOS installer to use SQLite 3.32...
2020-06-08  Pablo Galindobpo-40903: Handle multiple '=' in invalid assignment...
2020-06-08  Jason R. Coombsbpo-39791 native hooks for importlib.resources.files...
2020-06-08  Pablo Galindobpo-40904: Fix segfault in the new parser with f-string...
2020-06-08  Victor Stinnerbpo-40887: Don't use finalized free lists (GH-20700)
2020-06-07  Victor Stinnerbpo-40881: Fix unicode_release_interned() (GH-20699)
2020-06-07  Victor Stinnerbpo-40887: Fix finalize_interp_clear() for free lists...
2020-06-07  Jason R. Coombsbpo-39791: Support file systems that cannot support...
2020-06-07  Hai Shibpo-40898: Remove redundant if statements in tp_travers...
2020-06-07  Rémi LapeyreFix return type of test helper function heapctypewithbu...
2020-06-06  Raymond HettingerUpdate comments to reflect the current API (GH-20682)
2020-06-06  scoderbpo-40724: Support setting buffer slots from type specs...
2020-06-06  Batuhan Taskayabpo-40870: Invalidate usage of some constants with...
2020-06-06  Ammar Askar[workflow] Use gcc problem matcher for Ubuntu action...
2020-06-06  Lysandros NikolaouRefactor scripts in Tools/peg_generator/scripts (GH...
2020-06-05  Pablo Galindobpo-40880: Fix invalid read in newline_in_string in...
2020-06-05  Pablo Galindobpo-40883: Fix memory leak in fstring_compile_expr...
2020-06-05  Rémi Lapeyrebpo-40862: Raise TypeError when const is given to argpa...
2020-06-05  Erlend Egeberg... bpo-40867: Remove unused include from Module/_randommod...
2020-06-05  Ram Rachumbpo-40876: Clarify error message in the csv module...
2020-06-05  Jason R. Coombsbpo-39791: Refresh importlib.metadata from importlib_me...
2020-06-05  Stefan KrahFix missing FloatOperation in EXTRA_FUNCTIONALITY path...
2020-06-05  Furkan Önderbpo-19468: delete unnecessary instance check in importl...
2020-06-05  Stefan Krahbpo-40874: Update to libmpdec-2.5.0 (GH-20652)
2020-06-05  Dong-hee Nabpo-1635741: Port mmap module to multiphase initializat...
2020-06-05  Victor Stinnerbpo-40521: Make context free list per-interpreter ...
2020-06-05  Victor Stinnerbpo-40521: Make async gen free lists per-interpreter...
2020-06-05  Victor Stinnerbpo-40521: Make list free list per-interpreter (GH...
2020-06-04  Cheryl Sabellabpo-40807: Show warnings once from codeop._maybe_compil...
next