]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2017-03-24  Antoine Pitroubpo-29861: release references to multiprocessing Pool...
2017-03-24  Serhiy Storchakabpo-19930: The mode argument of os.makedirs() no longer...
2017-03-24  Sylvain Bellemaredoc: Fix small typos in library/multiprocessing (GH...
2017-03-24  Alex Dzyoba`make tags` fixes (GH-717)
2017-03-23  Christophe... faulthandler: Restore the old sigaltstack during teardo...
2017-03-23  Serhiy StorchakaUse NULL rather than 0. (#778)
2017-03-23  Serhiy Storchakabpo-6532: Make the thread id an unsigned integer. ...
2017-03-23  Nathaniel J... bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
2017-03-23  Ivan LevkivskyiRemove an outdated statement in execution model docs...
2017-03-22  INADA Naokidoc: minor fix for library/profile (GH-761)
2017-03-22  Jelle Zijlstrafix function name in tabnanny documentation (GH-759)
2017-03-21  Daniel Birnstielbpo-29859: Fix error messages from return codes for...
2017-03-21  Serhiy Storchakabpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZ...
2017-03-21  Serhiy StorchakaDon't use Py_SIZE for dict object. (#747)
2017-03-21  Ned Deilybpo-27593: Revise git SCM build info. (#744)
2017-03-21  Xiang Zhangbpo-29849: fix a memory leak in import_from (GH-712)
2017-03-20  zertrinFix "NotImplentedError" typo in constants documentation...
2017-03-20  Benjamin Petersonbpo-20087: Revert "make the glibc alias table take...
2017-03-20  4kir4bpo-28876: bool of large range raises OverflowError...
2017-03-20  Mariattabpo-29856: Fix typo in curses documentation (GH-730)
2017-03-19  Serhiy Storchakabpo-29845: Mark tests that use _testcapi as CPython...
2017-03-19  Serhiy Storchakabpo-29116: Fix error messages for concatenating bytes...
2017-03-19  Serhiy Storchakabpo-29116: Improve error message for concatenating...
2017-03-19  Serhiy Storchakabpo-29748: Added the slice index converter in Argument...
2017-03-19  Serhiy Storchakabpo-25455: Fixed crashes in repr of recursive buffered...
2017-03-19  Brett CannonDrop C++ header compatibility test (#718)
2017-03-19  Serhiy Storchakabpo-29793: Convert some builtin types constructors...
2017-03-19  Serhiy Storchakabpo-20186: Convert tuple object implementation to Argum...
2017-03-19  Serhiy Storchakabpo-20185: Convert typeobject.c to Argument Clinic...
2017-03-19  Serhiy Storchakabpo-29776: Use decorator syntax for properties. (#585)
2017-03-19  Serhiy Storchakabpo-28749: Fixed the documentation of the mapping codec...
2017-03-18  Marco Buttubpo-27200: Fix doctests in programming.rst and datetime...
2017-03-17  Brett CannonCombine the C++ header CI build into the main C build...
2017-03-17  Jim Fasarakis... bpo-29836: Remove nturl2path from test_sundry and amend...
2017-03-17  Коренберг Маркbpo-29808: SysLogHandler: Do not fail if initial connec...
2017-03-17  Marco Buttubpo-16355: Clarify when inspect.getcomments() returns...
2017-03-17  Marco Buttubpo-29820: othergui.rst: Remove outdated information...
2017-03-16  Steve DowerTakes vcruntime140.dll from the correct source. (#679)
2017-03-15  Natebpo-29581: Make ABCMeta.__new__ pass **kwargs to type...
2017-03-15  Daniel HimmelsteinFix stderr bug in json.tool test (#346)
2017-03-15  Michael Seifertbpo-29800: Fix crashes in partial.__repr__ if the keys...
2017-03-14  Donald StufftUse the default number of reviewers (3) for mention...
2017-03-14  Victor Stinnerbpo-29735: Optimize partial_call(): avoid tuple (#516)
2017-03-14  Jim Fasarakis... Add ELLIPSIS and RARROW. Add tests (#666)
2017-03-14  Ivan Levkivskyibpo-28810: Update lnotab_notes.txt (#665)
2017-03-14  INADA Naokibpo-29592: site: skip abs_paths() when it's redundant...
2017-03-14  INADA Naokibpo-29548: Recommend PyObject_Call APIs over PyEval_Cal...
2017-03-14  Xiang Zhangbpo-28856: Let %b format for bytes support objects...
2017-03-13  Jelle Zijlstraftplib.FTP.retrbinary callback gets a bytes, not a...
2017-03-13  Jelle Zijlstrafix the name of argument to ftplib.FTP.set_pasv and...
2017-03-13  Xiang Zhangbpo-29756: Improve documentation for list methods that...
2017-03-12  Oren Milmanbpo-29730: replace some calls to PyNumber_Check and...
2017-03-12  Yury SelivanovFix wrapping into StopIteration of return values in...
2017-03-12  Nikolay Kimbpo-29742: asyncio get_extra_info() throws exception...
2017-03-12  Serhiy Storchakabpo-28667: Fix a compile warning on FreeBSD when compar...
2017-03-12  Serhiy Storchakabpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declara...
2017-03-12  Serhiy Storchakabpo-26121: Revert to using the own implementations...
2017-03-12  Serhiy Storchakabpo-8256: Fixed possible failing or crashing input...
2017-03-12  Serhiy Storchakabpo-26121: Use C library implementation for math functi...
2017-03-12  Nick Coghlanbpo-29723: Add missing NEWS entry (#638)
2017-03-12  Serhiy Storchakabpo-28692: Deprecate using non-integer value for select...
2017-03-12  Serhiy Storchakabpo-20185: Convert the resource moduel to Argument...
2017-03-12  Nick Coghlanbpo-29723: Consistently configure sys.path[0] (#575)
2017-03-12  Nick Coghlanbpo-29798: Handle git worktree in `make patchcheck...
2017-03-12  Serhiy Storchakabpo-15695: Implemented StgDict.__sizeof__(). (#509)
2017-03-12  Serhiy Storchakabpo-24037: Add Argument Clinic converter `bool(accept...
2017-03-12  Serhiy Storchakabpo-20185: Convert the marshal module to Argument Clini...
2017-03-12  Serhiy Storchakabpo-29746: Update marshal docs to Python 3. (#547)
2017-03-12  Zachary Warebpo-29763: Use support.unlink instead of os.unlink...
2017-03-12  Nick Coghlanbpo-29656: Handle PR branches in 'make patchcheck'...
2017-03-11  Serhiy Storchakabpo-26121: Use C library implementation for math functi...
2017-03-11  Zachary WareOnly trigger AppVeyor on code or config changes (GH...
2017-03-11  Jelle Zijlstratempfile.rst: Fix some typos (GH-610)
2017-03-11  Serhiy Storchakabpo-20185: Convert float object implementation to Argum...
2017-03-11  Serhiy Storchakabpo-20185: Convert list object implementation to Argume...
2017-03-11  Xiang Zhangbpo-29770: remove outdated PYO related info (GH-590)
2017-03-11  Mariattabpo-29784: Fix the reference to shutil.copy in the...
2017-03-10  Ivan Levkivskyibpo-28810: Document changes to CALL_FUNCTION opcodes...
2017-03-10  orenmnbpo-29741: Clean up C implementations of BytesIO and...
2017-03-10  Ivan Levkivskyibpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL byteco...
2017-03-10  Mariattabpo-28739: Document that f-strings cannot be used as...
2017-03-10  Łukasz LangaIgnore Include/pydtrace_probes.h (#597)
2017-03-09  Serhiy Storchakabpo-29773: Add more cases for testing string to float... 589/head
2017-03-09  Victor Stinnerbpo-29619: Convert st_ino using unsigned integer (...
2017-03-09  Serhiy Storchakabpo-29774: Improve error reporting for corrupted extra...
2017-03-09  orenmnbpo-28298: make array 'Q', 'L' and 'I' accept big intab...
2017-03-09  Serhiy Storchakabpo-29768: Fixed compile-time check for expat version...
2017-03-09  svelankarbpo-29749: Update int() docstring (GH-565)
2017-03-08  Serhiy StorchakaUse Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_F...
2017-03-08  n.d. parkerFix the only non-C90 comment to be C90 compatible....
2017-03-08  Serhiy StorchakaExit Travis when only Misc/* is changed. (#564)
2017-03-08  Serhiy Storchakabpo-29645: Speed up importing the webbrowser module...
2017-03-08  Serhiy Storchakabpo-28231: The zipfile module now accepts path-like...
2017-03-08  INADA Naokibpo-28331: fix impl-detail label is removed when conten...
2017-03-08  Serhiy Storchakabpo-28230: Document the pathlib support in tarfile...
2017-03-08  Benjamin PetersonRevert "bpo-29571: Use correct locale encoding in test_...
2017-03-08  Benjamin Petersonallow the first call to wcsxfrm to return ERANGE (...
2017-03-08  Benjamin Petersonmake the glibc alias table take precedence over the...
2017-03-08  Serhiy Storchakabpo-29568: Disable any characters between two percents...
2017-03-08  Xiang Zhangbpo-24329: allow __qualname__ and __classcell__ in...
next