]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-04-27  Brad Solomonbpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR...
2020-04-27  Ammar Askarbpo-40401: Remove duplicate pyhash.h include from pytho...
2020-04-27  Raymond Hettingerbpo-40387: Improve queue join() example. (GH-19724)
2020-04-26  Serhiy Storchakabpo-40396: Support GenericAlias in the typing functions...
2020-04-26  Nickolena FisherFix typo in Lib/typing.py (GH-19717)
2020-04-26  Heshy RoskesFix typo in object.__format__ docs (GH-19504)
2020-04-25  Serhiy Storchakabpo-40275: Avoid importing logging in test.support...
2020-04-25  Serhiy Storchakabpo-40275: Avoid importing socket in test.support ...
2020-04-25  Serhiy Storchakabpo-40275: Avoid importing asyncio in test.support...
2020-04-25  Cajetan Rodriguesbpo-40279: Add some error-handling to the module initia...
2020-04-25  Ammar Askarcloses bpo-40385: Remove Tools/scripts/checkpyc.py...
2020-04-25  Guido van Rossumbpo-40334: Add What's New sections for PEP 617 and...
2020-04-24  Cajetan Rodriguesbpo-40340: Separate examples more clearly in the progra...
2020-04-24  Carl Meyerbpo-40360: Deprecate lib2to3 module in light of PEP...
2020-04-24  Lysandros Nikolaoubpo-40334: Rewrite test_c_parser to avoid memory leaks...
2020-04-24  Victor Stinnerbpo-38061: subprocess uses closefrom() on FreeBSD ...
2020-04-24  Victor Stinnerbpo-38061: os.closerange() uses closefrom() on FreeBSD...
2020-04-24  Raymond HettingerExpand the implementation comments (GH-19699)
2020-04-24  Victor Stinnerbpo-40048: Fix _PyCode_InitOpcache() error path (GH...
2020-04-24  Pablo GalindoUse Py_ssize_t instead of ssize_t (GH-19685)
2020-04-23  Pablo Galindobpo-40334: Allow to run make regen-pegen without distut...
2020-04-23  Guido van RossumFix broken mkdir -p call in regen-pegen (#19695)
2020-04-23  Guido van Rossumbpo-40334: Use old compiler when compile mode is func_t...
2020-04-23  Serhiy Storchakabpo-40336: Refactor typing._SpecialForm (GH-19620)
2020-04-23  Victor Stinnerbpo-39983: Add test.support.print_warning() (GH-19683)
2020-04-23  Dong-hee NaUpdate ga_new to use _PyArg_CheckPositional and _PyArg_...
2020-04-23  Lysandros Nikolaoubpo-40334: Improve various PEG-Parser related stuff...
2020-04-23  Pablo Galindobpo-40370: Use the same compile and link args as the...
2020-04-23  Florian Bruhingdbinit: Use proper define syntax (GH-19557)
2020-04-23  Lysandros Nikolaoubpo-40334: Suppress all output in test_peg_generator...
2020-04-23  Pablo Galindobpo-40334: Fix build errors and warnings in test_peg_ge...
2020-04-23  Pablo Galindobpo-40334: Don't downcast from Py_ssize_t to int (GH...
2020-04-23  Pablo GalindoCompile extensions in test_peg_generator with C99 ...
2020-04-23  Victor Stinnerbpo-40334: Rename PyConfig.use_peg to _use_peg_parser...
2020-04-23  Pablo Galindobpo-40334: Fix builds outside the source directory...
2020-04-22  Pablo GalindoAdd @pablogsal as code owner for pegen-related files...
2020-04-22  Pablo Galindobpo-40334: Fix errors in parse_string.c with old compil...
2020-04-22  Pablo GalindoPEP 617: Only run the CI with the new parser (GH-19664)
2020-04-22  Pablo Galindobpo-40334: PEP 617 implementation: New PEG parser for...
2020-04-22  sweeneydebpo-39939: Add str.removeprefix and str.removesuffix...
2020-04-22  Anthony Sottilebpo-40260: Remove unnecessary newline in compile()...
2020-04-22  Batuhan Taşkayabpo-39562: Prevent collision of future and compiler...
2020-04-22  Steve Dowerbpo-40214: Fix ctypes WinDLL test with insecure flags...
2020-04-22  Victor Stinnerbpo-40138: Fix Windows os.waitpid() for large exit...
2020-04-22  Ned Deilybpo-38329: python.org macOS installers now update Curre...
2020-04-22  Joshua Rootbpo-38360: macOS: support alternate form of -isysroot...
2020-04-22  Miro Hrončokbpo-38439: Add 256px IDLE icon (GH-17473)
2020-04-22  Ned Deilybpo-40164: Update macOS installer builds to use OpenSSL...
2020-04-21  Raymond Hettingerbpo-40327: Improve atomicity, speed, and memory efficie...
2020-04-21  Raymond HettingerSmall improvements to the recipes and examples. (GH...
2020-04-21  Kyle Stanleybpo-34037: Add Python API whatsnew for loop.shutdown_de...
2020-04-21  Pablo Galindobpo-40335: Correctly handle multi-line strings in token...
2020-04-21  sweeneydebpo-40313: speed up bytes.hex() (GH-19594)
2020-04-20  Raymond HettingerFix uninitialized struct member (GH-19589)
2020-04-20  HongWeipengbpo-39942:Fix failure in `TypeVar` when missing `__name...
2020-04-20  Antoine Pitroubpo-40330: Fix utf-8 size check in ShareableList (GH...
2020-04-20  Hai Shibpo-39849: Enable assertions in _testcapimodule.c and...
2020-04-20  Barrybpo-40260: Revert breaking changes made in modulefinder...
2020-04-20  GaldenFix typo in Lib/tracepack.py (GH-19605)
2020-04-19  Batuhan Taşkayaignore Modules/python.exp on AIX (autogenerated) (GH...
2020-04-19  Tim Hoffmannbpo-40148: Add PurePath.with_stem() (GH-19295)
2020-04-19  Thomas Krennwallnerbpo-38891: avoid quadratic item access performance...
2020-04-19  Kyle Stanleybpo-39207: Spawn workers on demand in ProcessPoolExecut...
2020-04-19  Tim Lobpo-39285: Clarify example for PurePath.match (GH-19458)
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 ...
next