]> granicus.if.org Git - python/shortlog
python
2016-12-06 Victor StinnerUse _PyObject_CallNoArg()
2016-12-06 Victor StinnerUse _PyObject_CallNoArg()
2016-12-06 Victor StinnerIssue #28838: Fix weird indentation of abstract.h
2016-12-06 Serhiy StorchakaMerge documentation for issue #27030 from 3.6.
2016-12-06 Serhiy StorchakaIssue #27030: Unknown escapes in re.sub() replacement...
2016-12-06 Victor StinnerUniformize argument names of "call" functions
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Victor StinnerMerge 3.6
2016-12-06 Victor Stinnerwarnings: Fix the issue number
2016-12-06 Victor StinnerMerge 3.6
2016-12-06 Victor Stinnercatch_warnings() calls showwarning() if overriden
2016-12-06 Benjamin Petersonmerge 3.6
2016-12-06 Benjamin Petersonmerge 3.5
2016-12-06 Benjamin Petersonrm unused import
2016-12-05 Serhiy StorchakaFixed merge error in Misc/NEWS for issue #23722.
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Victor StinnerUse directly _PyObject_GenericSetAttrWithDict()
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...
next