]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-05-03  Raymond HettingerSimplify set entry insertion logic. (GH-19881)
2020-05-03  Chris Jerdonekbpo-29587: allow chaining NULL exceptions in _gen_throw...
2020-05-03  Raymond HettingerMinor code cleanups for statistics (GH-19873)
2020-05-02  Mathieu DupuyFix missing space in docs(GH-19866)
2020-05-02  Raymond Hettingerbpo-40465: Deprecate the optional argument to random...
2020-05-02  Sanderbpo-40419: timeit CLI docs now mention 1,2,5,10,.....
2020-05-02  Pablo GalindoCall $(MKDIR_P) before regenerating the PEG meta-parser...
2020-05-02  Serhiy Storchakabpo-39435: Make the first argument of pickle.loads...
2020-05-02  Pablo Galindobpo-40334: regenerate metaparser as part of regen-all...
2020-05-02  Pablo GalindoFix some scripts in the peg generator folder (GH-19853)
2020-05-02  Chris Jerdonekbpo-29587: Update gen.throw() to chain exceptions ...
2020-05-01  Robert Rouhanibpo-40417: Fix deprecation warning in PyImport_ReloadMo...
2020-05-01  Pablo Galindobpo-40334: use the TOKENS file when checking dangling...
2020-05-01  Pablo GalindoFix the Tools/peg_generator/scripts/benchmark.py script...
2020-05-01  Shantanubpo-39435: Fix docs for pickle.loads (GH-18160)
2020-05-01  Gregory Szorcbpo-40412: Nullify inittab_copy during finalization...
2020-05-01  Shantanubpo-39691: Clarify io.open_code behavior (GH-19824)
2020-05-01  Raymond HettingerSimplify choice()'s interaction with the private _randb...
2020-05-01  Lysandros Nikolaoubpo-40334: Make the PyPegen* and PyParser* APIs more...
2020-05-01  Guido van RossumEnsure that tok->type_comments is set on every path...
2020-05-01  Guido van Rossumbpo-40334: Refactor lambda_parameters similar to parame...
2020-05-01  Pablo Galindobpo-40334: Correct return value of func_type_comment...
2020-05-01  Pablo Galindobpo-40334: unskip test_function_type in test_unparse...
2020-05-01  Batuhan Taskayabpo-40334: Improve column offsets for thrown syntax...
2020-05-01  Furkan Önderbpo-40462: fix variable and function names (GH-19832)
2020-05-01  Dong-hee Nabpo-32494: Use gdbm_count for dbm_length if possible...
2020-05-01  Pablo Galindobpo-40334: Simplify type handling in the PEG c_generato...
2020-05-01  Victor Stinnerbpo-40453: Add PyConfig._isolated_subinterpreter (GH...
2020-05-01  Noah DoersingChange 'exception happened' to 'exception occurred...
2020-05-01  Lysandros Nikolaoubpo-40334: Add support for feature_version in new PEG...
2020-05-01  Victor Stinnerbpo-40443: Remove unused imports in stdlib (GH-19815)
2020-05-01  Victor Stinnerbpo-40275: Fix name error in support.socket_helper...
2020-05-01  Victor StinnerRemove dead code in test__xxsubinterpreters (GH-19826)
2020-04-30  Victor Stinnerbpo-1635741: Fix compiler warning in _stat.c (GH-19822)
2020-04-30  Victor StinnerRevert "bpo-29587: Enable implicit exception chaining...
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)
next