]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-04-19  Raymond Hettingerbpo-40325: Deprecate set object support in random.sampl...
2020-04-18  Furkan Önderbpo-27635: Fix pickle documentation about `__new__...
2020-04-18  Karthikeyan... bpo-35113: Fix inspect.getsource to return correct...
2020-04-18  Hakan ÇelikAdd spaces around the ":=" operator in ast_unparse...
2020-04-18  Serhiy Storchakabpo-40178: Convert the remaining os functions to Argume...
2020-04-18  Serhiy Storchakabpo-40179: Fix translation of #elif in Argument Clinic...
2020-04-18  Chih-Hsuan Yenbpo-35967: Skip test with `uname -p` on Android (GH...
2020-04-18  Serhiy Storchakabpo-40257: Improve help for the typing module (GH-19546)
2020-04-18  GaldenFix two typos in multiprocessing (GH-19571)
2020-04-17  Victor Stinnerbpo-40286: Use random.randbytes() in tests (GH-19575)
2020-04-17  Serhiy Storchakabpo-40286: Makes simpler the relation between randbytes...
2020-04-17  Barney Galebpo-39894: Route calls from pathlib.Path.samefile(...
2020-04-17  Barney Galebpo-39897: Remove needless `Path(self.parent)` call...
2020-04-17  Antoine Pitroubpo-40282: Allow random.getrandbits(0) (GH-19539)
2020-04-17  Victor Stinnerbpo-40302: UTF-32 encoder SWAB4() macro use a|b rather...
2020-04-17  Victor Stinnerbpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
2020-04-17  Victor Stinnerbpo-40286: Add randbytes() method to random.Random...
2020-04-17  Barney Galebpo-39901: Move `pathlib.Path.owner()` and `group(...
2020-04-17  Mariusz Felisiakbpo-40300: Allow empty logging.Formatter.default_msec_f...
2020-04-17  Victor Stinnerbpo-40302: Add pycore_byteswap.h header file (GH-19552)
2020-04-17  Inada Naokibpo-40287: Fix SpooledTemporaryFile.seek() return value...
2020-04-17  Raymond HettingerMinor modernization and readability improvement to...
2020-04-17  Jeffrey Quesnellebpo-40294: Fix _asyncio when module is loaded/unloaded...
2020-04-17  Christoph ZwerschkeFix parameter names in assertIn() docs (GH-18829)
2020-04-16  Batuhan Taşkayabpo-39793: use the same domain on make_msgid tests...
2020-04-16  Raymond Hettingerbpo-40290: Add zscore() to statistics.NormalDist. ...
2020-04-16  Jason R. Coombsbpo-35967 resolve platform.processor late (GH-12239)
2020-04-16  Hakan Çelikbpo-40209: Use tokenize.open in test_unparse (GH-19399)
2020-04-16  ShantanuFix typo in exception thrown by ast.unparse (GH-19534)
2020-04-15  Jason R. Coombsbpo-35967: Make test_platform.test_uname_processor...
2020-04-15  Ammar Askarbpo-40270: Enable json extension in Windows sqlite...
2020-04-15  Serhiy Storchakabpo-40257: Output object's own docstring in pydoc ...
2020-04-15  Russell Davisbpo-29255: Wait in KqueueSelector.select when no fds...
2020-04-15  Jason R. Coombsbpo-35967: Baseline values for uname -p (GH-12824)
2020-04-15  Lysandros Nikolaoubpo-40267: Fix message when last input character produc...
2020-04-15  Jason R. CoombsClean up compatibility code in importlib fixtures ...
2020-04-15  Victor Stinnerbpo-40268: Reformat posixmodule.c includes (GH-19536)
2020-04-15  Victor StinnerOptimize _Py_strhex_impl() (GH-19535)
2020-04-15  Ammar Askarbpo-40277: Add a repr() to namedtuple's _tuplegetter...
2020-04-15  Victor Stinnerbpo-40268: Remove unused imports in pylifecycle.c ...
2020-04-15  Victor Stinnerbpo-40268: Remove unused osdefs.h includes (GH-19532)
2020-04-15  Victor Stinnerbpo-40268: Remove unused pycore_pymem.h includes (GH...
2020-04-15  Victor Stinnerbpo-40268: Remove unused structmember.h includes (GH...
2020-04-15  Victor Stinnerbpo-40268: Remove explicit pythread.h includes (#19529)
2020-04-14  Ethan Smithbpo-39481: PEP 585 for dataclasses, mailbox, contextvar...
2020-04-14  Pablo Galindobpo-39522: Always initialise kind attribute in constant...
2020-04-14  Batuhan Taşkayabpo-39522: Use _PyUnicodeWriter_WriteStr instead of...
2020-04-14  Miro Hrončokbpo-9216: Nobody expects the geohashing FIPS inquisitio...
2020-04-14  Barrybpo-40260: Update modulefinder to use io.open_code...
2020-04-14  Batuhan Taşkayabpo-395222: Correctly unparse unicode prefix in ast_unp...
2020-04-14  Zackery Spytzbpo-32033: Fix test_pwd failures on Android (GH-19502)
2020-04-14  Hai Shibpo-40170: Convert PyObject_IS_GC() macro to a function...
2020-04-14  Dong-hee Nabpo-40221: Update multiprocessing to use _at_fork_reini...
2020-04-14  Victor Stinnerbpo-40268: Move struct _gc_runtime_state to pycore_gc...
2020-04-14  Victor Stinnerregrtest: log timeout at startup (GH-19514)
2020-04-14  Dong-hee Nabpo-40232: Update PyOS_AfterFork_Child() to use _PyThre...
2020-04-14  Victor Stinnerbpo-40268: Remove a few pycore_pystate.h includes ...
2020-04-14  Dong-hee Nabpo-40221: Update multiprocessing to use _at_fork_reini...
2020-04-14  Victor Stinnerbpo-40268: Rename _PyInterpreterState_GET_UNSAFE()...
2020-04-14  Victor Stinnerbpo-40268: Include explicitly pycore_interp.h (GH-19505)
2020-04-14  Ethan Smithbpo-39481: Make weakref and WeakSet generic (GH-19497)
2020-04-14  Ethan Smithbpo-39481: Make functools.cached_property, partial...
2020-04-14  Benjamin Petersoncloses bpo-40266, closes bpo-39953: Use numeric lib...
2020-04-14  GaldenFix typo from Lib/asyncio/events.py (GH-19410)
2020-04-13  Batuhan Taşkayabpo-40208: Remove deprecated has_exec method of SymbolT...
2020-04-13  Sebastian Pedersenbpo-39380: Change ftplib encoding from latin-1 to utf...
2020-04-13  Batuhan Taşkayabpo-32894: Support unparsing of infinity numbers in...
2020-04-13  Victor Stinnerbpo-40091: Fix a hang at fork in the logging module...
2020-04-13  Chih-Hsuan Yenbpo-39481: fix test_genericalias on Android (GH-19469)
2020-04-13  Victor Stinnerbpo-40241: Add pycore_interp.h header (GH-19499)
2020-04-13  Victor Stinnerbpo-40268: Add pycore_runtime.h header file (GH-19493)
2020-04-13  Victor Stinnerbpo-40241: Add pycore_gc.h header file (GH-19494)
2020-04-13  laike9mImproved documentation for `BUILD_CONST_KEY_MAP` (GH...
2020-04-13  Pablo GalindoAdd double quote cases to invalid prefix tests (GH...
2020-04-13  Victor Stinnerbpo-40268: Add _PyInterpreterState_GetConfig() (GH...
2020-04-12  Victor Stinnerbpo-40234: Revert "bpo-37266: Daemon threads are now...
2020-04-12  Benjamin Petersoncloses bpo-39953: Generate ifdefs around library code...
2020-04-12  Lysandros Nikolaoubpo-40246: Report a better error message for invalid...
2020-04-12  Oren Milmanbpo-31758: Prevent crashes when using an uninitialized...
2020-04-12  Alex Itkesbpo-13743: Add some documentation strings to xml.dom...
2020-04-12  mefistotelisbpo-39011: Preserve line endings within ElementTree...
2020-04-12  Serhiy Storchakabpo-39943: Add the const qualifier to pointers on non...
2020-04-11  Benjamin Petersoncloses bpo-39953: Update OpenSSL error codes table...
2020-04-11  Serhiy Storchakabpo-40126: Fix reverting multiple patches in unittest...
2020-04-11  Serhiy Storchakabpo-39943: Add the const qualifier to pointers on non...
2020-04-11  Pablo Galindobpo-38501: Add a warning section to multiprocessing...
2020-04-11  Pablo Galindobpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_Is...
2020-04-10  Batuhan Taşkayabpo-39481: PEP 585 for a variety of modules (GH-19423)
2020-04-10  Ethan Smithbpo-39481: PEP 585 for difflib, filecmp, fileinput...
2020-04-10  Ethan Smithbpo-39481: PEP 585 for enumerate, AsyncGeneratorType...
2020-04-10  Batuhan Taşkayabpo-39481: PEP 585 for ipaddress.py (GH-19418)
2020-04-10  Ethan SmithGeneric itertools.chain (GH-19417)
2020-04-10  Andy Lesterbpo-39943: Keep constness of pointer objects. (19405)
2020-04-09  pxinwrbpo-31904: Fix test_c_locale_coercion encodings for...
2020-04-09  Hai Shibpo-40077: Remove redundant cast in json module (GH...
2020-04-09  Zackery Spytzbpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket...
2020-04-08  Victor Stinnerbpo-40082: trip_signal() uses the main interpreter...
2020-04-08  Victor Stinnerbpo-37127: Remove _pending_calls.finishing (GH-19439)
2020-04-08  Victor Stinnerbpo-40226: PyInterpreterState_Delete() deletes pending...
2020-04-08  Jimmy YangRemove extraneous ')' in abstract.h (GH-19146)
next