]> granicus.if.org Git - python/shortlog
python
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warning on clang
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warning on clang
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warnings on Clang
2016-12-05 Victor StinnerIssue #28858: Remove _PyObject_CallArg1() macro
2016-12-05 Nick CoghlanMerge #23722 from 3.6
2016-12-05 Nick CoghlanIssue #23722: improve __classcell__ compatibility
2016-12-04 Victor StinnerBacked out changeset b9c9691c72c5
2016-12-04 Raymond Hettingermerge
2016-12-04 Raymond HettingerNeaten-up and extend the examples in the random module...
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-03 Steve DowerNull merge with 3.6
2016-12-03 Steve DowerRevert unintended merge
2016-12-03 Steve DowerRevert unintended merge
2016-12-03 Steve DowerIssue #28846: Various installer fixes
2016-12-03 Steve DowerEnsures intermediate directory is created before using it
2016-12-03 Steve DowerEnsures intermediate directory is created before access...
2016-12-03 Steve DowerIssue #28846: Various installer fixes
2016-12-03 Steve DowerIssue #28846: Various installer fixes
2016-12-02 Serhiy StorchakaMerge heads
2016-12-02 Serhiy StorchakaIssue #21818: Fixed references to classes that have...
2016-12-02 Serhiy StorchakaIssue #21818: Fixed references to classes that have...
2016-12-02 Serhiy StorchakaIssue #21818: Fixed references to classes that have...
2016-12-02 Serhiy StorchakaMerge from 3.6.
2016-12-02 Serhiy StorchakaNull merge
2016-12-02 Nick CoghlanIssue #27172: Undeprecate inspect.getfullargspec()
2016-12-02 Benjamin Petersonfix _PyObject_CallArg1 compiler warnings (closes #28855)
2016-12-02 Victor StinnerAdd sys.getandroidapilevel()
2016-12-01 doko@ubuntu.com - Import latest config.sub config.guess files
2016-12-01 Yury SelivanovMerge 3.6 (issue #28843)
2016-12-01 Yury SelivanovIssue #28843: Fix asyncio C Task to handle exceptions...
2016-12-01 Victor StinnerReplace PyObject_CallFunction() with fastcall
2016-12-01 Victor StinnerWITH_CLEANUP_START uses fastcall
2016-12-01 Victor StinnerReplace PyObject_CallFunctionObjArgs() with fastcall
2016-11-30 Victor StinnerBacked out changeset 7efddbf1aa70
2016-11-29 Victor StinnerUniformize argument names of "call" functions
2016-11-29 Guido van RossumIssue #28790: Fix error when using Generic and __slots_...
2016-11-29 Guido van RossumIssue #28790: Fix error when using Generic and __slots_...
2016-11-29 Guido van RossumIssue #28790: Fix error when using Generic and __slots_...
2016-11-29 Victor StinnerNull merge 3.6
2016-11-29 Victor StinnerAdd TCP_CONGESTION and TCP_USER_TIMEOUT
2016-11-29 Victor StinnerAdd TCP_CONGESTION and TCP_USER_TIMEOUT
2016-11-29 Serhiy StorchakaIssue #28797: Modifying the class __dict__ inside the...
2016-11-29 Serhiy Storchaka Issue #28797: Modifying the class __dict__ inside...
2016-11-28 Serhiy StorchakaIssue #28823: Simplified compiling with opcode BUILD_MA...
2016-11-28 Victor Stinnercall_function(): document PyMethod optimization
2016-11-28 Victor StinnerReintroduce Python2 support in generate_opcode_h.py
2016-11-28 Yury SelivanovMerge 3.6 (issue #28635)
2016-11-28 Yury SelivanovIssue #28635: Document Python 3.6 opcode changes
2016-11-28 Victor StinnerIssue #28799: Update Misc/SpecialBuilds.txt
2016-11-28 Victor StinnerRemove CALL_PROFILE special build
2016-11-28 Serhiy StorchakaIssue #12844: More than 255 arguments can now be passed...
2016-11-28 Zachary WareMerge with 3.6
2016-11-28 Zachary WareFix grammar in whatsnew
2016-11-26 Łukasz LangaMerge 3.6, fix for #24142
2016-11-26 Łukasz LangaMerge 3.5, fix for #24142
2016-11-26 Łukasz LangaFixes #24142: [configparser] always join multiline...
2016-11-26 Serhiy StorchakaIssue #28763: Use double hyphens (rendered as en-dashes...
2016-11-26 Serhiy StorchakaIssue #28763: Use double hyphens (rendered as en-dashes...
2016-11-26 Serhiy StorchakaIssue #28763: Use double hyphens (rendered as en-dashes...
2016-11-25 Berker PeksagMerge from 3.6
2016-11-25 Berker PeksagMerge from 3.5
2016-11-25 Berker PeksagAdd missing square bracket in typing.get_type_hints()
2016-11-25 Berker PeksagIssue #28738: Merge from 3.6
2016-11-25 Berker PeksagIssue #28738: Merge from 3.6
2016-11-25 Berker PeksagIssue #28738: Document SIGBREAK as an acceptable value...
2016-11-25 Berker PeksagIssue #28796: Silence Sphinx warnings
2016-11-25 Berker PeksagIssue #28793: Merge from 3.6
2016-11-25 Berker PeksagIssue #28793: Fix c/p error in AsyncGenerator documentation
2016-11-25 Victor StinnerFix a ResourceWarning in generate_opcode_h.py
2016-11-24 Victor StinnerIssue #28792: Remove aliases from _bisect
2016-11-24 Victor StinnerMerge 3.6
2016-11-24 Victor StinnerFix _PyGen_yf()
2016-11-24 Victor StinnerMerge 3.6
2016-11-24 Guido van RossumIssue #28773: Add typing.FrozenSet docs. (Manuel Krebbe...
2016-11-24 Guido van RossumIssue #28773: Add typing.FrozenSet docs. (Manuel Krebbe...
2016-11-24 Guido van RossumIssue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
2016-11-24 Raymond Hettingermerge
2016-11-24 Raymond HettingerIssue #27100: Silence deprecation warning in Lib/test...
2016-11-24 INADA NaokiIssue #28532: Add what's new entry for python -VV option
2016-11-24 INADA NaokiIssue #28532: Add what's new entry for python -VV option
2016-11-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-23 Serhiy StorchakaIssue #28774: Simplified encoding a str result of an...
2016-11-23 Xiang ZhangIssue #28774: Fix start/end pos in unicode_encode_ucs1().
2016-11-22 Victor StinnerIssue #28765: _sre.compile() now checks the type of...
2016-11-22 Victor StinnerIssue #28770: Update python-gdb.py for fastcalls
2016-11-22 Raymond Hettingermerge
2016-11-22 Raymond HettingerIssue #27100: Fix ref leak
2016-11-22 Steve DowerIssue #28573: Missing sys._mercurial info and other...
2016-11-22 Steve DowerIssue #28573: Missing sys._mercurial info and other...
2016-11-22 Victor StinnerMerge 3.6
2016-11-22 Victor StinnerIssue #28727: Optimize pattern_richcompare() for a==a
2016-11-22 Victor StinnerIssue #28727: Fix typo in pattern_richcompare()
2016-11-22 Victor StinnerMerge 3.6
next