]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-04-30  Chris Jerdonekbpo-29587: Enable implicit exception chaining with...
2020-04-30  Guido van Rossumbpo-40334: Support type comments (GH-19780)
2020-04-30  Jelle Zijlstracompileall: Fix typos in docstring (GH-19810)
2020-04-30  Victor Stinnerbpo-40443: Remove unused imports in distutils (GH-19802)
2020-04-30  Victor Stinnerbpo-40443: Remove unused imports in the stdlib (GH...
2020-04-30  lrjballbpo-40394 - difflib.SequenceMatched.find_longest_match...
2020-04-30  Victor Stinnerbpo-40443: Remove unused imports in idlelib (GH-19801)
2020-04-30  Vlad Serebrennikovbpo-40389: Improve repr of typing.Optional (#19714)
2020-04-30  Victor Stinnerbpo-40443: Remove unused imports in tests (GH-19804)
2020-04-29  Victor Stinnerbpo-40443: Remove unused imports in tests (GH-19805)
2020-04-29  Lysandros Nikolaoubpo-40334: Fix test_peg_parser to actually use the...
2020-04-29  karl dingbpo-40291: Add support for CAN_J1939 sockets (GH-19538)
2020-04-29  Alex PovelFix plural typo in documentation (GH-19799)
2020-04-29  Dong-hee Nabpo-1635741: Port _stat module to multiphase initializa...
2020-04-29  Dong-hee Nabpo-40328: Add tool for generating cjk mapping headers...
2020-04-29  Victor Stinnerbpo-40286: Remove C implementation of Random.randbytes...
2020-04-29  Victor Stinnerbpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fi...
2020-04-29  Victor StinnerWhat's New in Python 3.9: Reorganize C API Changes...
2020-04-29  Mark Shannonbpo-40228: More robust frame.setlineno. (GH-19437)
2020-04-29  Victor Stinnerbpo-40436: Fix code parsing gdb version (GH-19792)
2020-04-29  Victor Stinnerbpo-40428: Cleanup free list part of C API Changes...
2020-04-29  Pablo GalindoAdd missing sys import to socket_helper.py (GH-19791)
2020-04-29  Pablo Galindobpo-40334: refactor and cleanup for the PEG generators...
2020-04-29  Anthony Shawbpo-40432 Fix MSBuild project for Pegen grammars (...
2020-04-29  Serhiy Storchakabpo-40275: Move transient_internet from test.support...
2020-04-29  Zackery Spytzbpo-40428: Remove references to Py*_ClearFreeList in...
2020-04-29  Lysandros Nikolaoubpo-40334: Disallow invalid single statements in the...
2020-04-29  Victor Stinnerbpo-39995: Fix concurrent.futures _ThreadWakeup (GH...
2020-04-29  Victor Stinnerbpo-40421: Add PyFrame_GetBack() function (GH-19765)
2020-04-29  Hai Shibpo-40275: Move requires_hashdigest() to test.support...
2020-04-29  Pablo Galindobpo-40334: Explicitly cast to int in pegen.c to fix...
2020-04-29  Victor Stinnerbpo-40429: PyThreadState_GetFrame() returns a strong...
2020-04-29  Lysandros Nikolaoubpo-40334: Fix shifting of nested f-strings in the...
2020-04-29  Victor Stinnerbpo-40428: Remove PyTuple_ClearFreeList() function...
2020-04-29  Victor Stinnerbpo-40429: Refactor super_init() (GH-19776)
2020-04-29  Lewis Gaulbpo-38880: List interpreters associated with a channel...
2020-04-29  Miro Hrončokbpo-40431: Fix syntax typo in turtledemo (GH-19777)
2020-04-28  Victor Stinnerbpo-40429: PyFrame_GetCode() now returns a strong refer...
2020-04-28  Eric Snowbpo-32604: Add support for a "default" arg in channel_r...
2020-04-28  Victor Stinnerbpo-40429: PyFrame_GetCode() result cannot be NULL...
2020-04-28  Karthikeyan... bpo-39966: Revert "bpo-25597: Ensure wraps' return...
2020-04-28  Ethan Onstottbpo-40025: Require _generate_next_value_ to be defined...
2020-04-28  Victor Stinnerbpo-40421: Add PyFrame_GetCode() function (GH-19757)
2020-04-28  Victor Stinnerbpo-40421: Add Include/cpython/code.h header file ...
2020-04-28  Victor Stinnerbpo-40421: Add pyframe.h header file (GH-19755)
2020-04-28  Łukasz LangaPost 3.9.0a6
2020-04-28  Łukasz LangaMerge tag 'v3.9.0a6'
2020-04-28  Pablo Galindobpo-40334: Refactor peg_generator to receive a Tokens...
2020-04-28  Lysandros Nikolaoubpo-40334: Don't skip test_parser:test_trigget_memory_e...
2020-04-28  Lysandros Nikolaoubpo-40334: Catch E_EOF error, when the tokenizer return...
2020-04-27  Łukasz LangaPython 3.9.0a6 v3.9.0a6
2020-04-27  Victor Stinnerbpo-39995: Split test_concurrent_futures.test_crash...
2020-04-27  Victor Stinnerbpo-30966: concurrent.futures.Process.shutdown() closes...
2020-04-27  Pablo Galindobpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the...
2020-04-27  Pablo Galindobpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new...
2020-04-27  Victor Stinnerbpo-30966: Add multiprocessing.SimpleQueue.close()...
2020-04-27  Dong-hee Nabpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
2020-04-27  Pablo Galindobpo-40217: Clean code in PyType_FromSpec_Alloc and...
2020-04-27  Pablo Galindobpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always...
2020-04-27  Pablo GalindoAdd files in tests/test_peg_generator to the install...
2020-04-27  Serhiy Storchakabpo-40398: Fix typing.get_args() for special generic...
2020-04-27  Zackery Spytzbpo-40348: Fix typos in the programming FAQ (GH-19729)
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)
next