]> granicus.if.org Git - python/shortlog
python
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-07 Steve DowerIssue #28896: Deprecate WindowsRegistryFinder
2016-12-08 Benjamin Petersonguard HAVE_LONG_LONG definition to prevent redefinition...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-08 Yury SelivanovIssue #28635: Drop the note that whatsnew is incomplete
2016-12-07 Ned DeilyAdded tag v3.6.0rc1 for changeset 29a273eee9a5
2016-12-07 Ned DeilyVersion bump for 3.6.0rc1 v3.6.0rc1
2016-12-06 Ned DeilyUpdate pydoc topics for 3.6.0rc1
2016-12-06 Ned DeilyRegenerate configure with autoconf 2.69.
2016-12-06 Ned DeilyIssue #28835: Tidy previous showwarning changes based...
2016-12-06 Ned DeilyUpdate the Mac installer README file for 3.6.0.
2016-12-06 Serhiy StorchakaIssue #27030: Unknown escapes in re.sub() replacement...
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Victor Stinnerwarnings: Fix the issue number
2016-12-06 Victor Stinnercatch_warnings() calls showwarning() if overriden
2016-12-06 Benjamin Petersonmerge 3.5
2016-12-06 Benjamin Petersonrm unused import
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Nick CoghlanIssue #23722: improve __classcell__ compatibility
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 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 DowerRevert unintended merge
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 Nick CoghlanIssue #27172: Undeprecate inspect.getfullargspec()
2016-12-01 doko@ubuntu.com - Import latest config.sub config.guess files
2016-12-01 Yury SelivanovIssue #28843: Fix asyncio C Task to handle exceptions...
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 StinnerAdd TCP_CONGESTION and TCP_USER_TIMEOUT
2016-11-29 Serhiy Storchaka Issue #28797: Modifying the class __dict__ inside...
2016-11-28 Yury SelivanovIssue #28635: Document Python 3.6 opcode changes
2016-11-28 Zachary WareFix grammar in whatsnew
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-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: Document SIGBREAK as an acceptable value...
2016-11-25 Berker PeksagIssue #28793: Fix c/p error in AsyncGenerator documentation
2016-11-24 Victor StinnerFix _PyGen_yf()
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 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-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-23 Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-22 Raymond HettingerIssue #27100: Fix ref leak
2016-11-22 Steve DowerIssue #28573: Missing sys._mercurial info and other...
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 StinnerIssue #28023: Fix python-gdb.py on old GDB versions
2016-11-22 INADA NaokiIssue #28023: Fix python-gdb.py didn't support new...
2016-11-22 Ned DeilyStart 3.6.0rc1. (Note, patch level was incorrectly...
2016-11-22 Ned DeilyAdded tag v3.6.0b4 for changeset 18496abdb3d5
2016-11-22 Ned DeilyVersion bump for 3.6.0b4 v3.6.0b4
2016-11-22 Ned DeilyUpdate pydoc topics for 3.6.0b4
2016-11-22 Raymond HettingerIssue #27100: With statement reports missing __enter__...
2016-11-22 Raymond HettingerIssue #26163: Disable periodically failing test which...
2016-11-22 Raymond HettingerIssue #5830: Add test for ee476248a74a. (Contributed...
2016-11-22 Raymond HettingerIssue #27825: Improve for statistics data arguments...
2016-11-22 Raymond HettingerIssue #28587: Improve list examples in the tutorial
2016-11-21 Raymond HettingerIssue #28743: Reduce memory consumption for random...
2016-11-21 Raymond HettingerFix grammar
2016-11-21 Raymond HettingerIssue 28587: list.index documentation missing start...
2016-11-21 Yury SelivanovMerge 3.5 (issue #28652)
2016-11-21 Yury SelivanovIssue #28652: Partially rollback previous changes
2016-11-21 Raymond HettingerIssue 28475: Improve error message for random.sample...
2016-11-21 Serhiy StorchakaIssue #28752: Restored the __reduce__() methods of...
2016-11-21 Raymond HettingerIssue 28751: Fix comments in code.h. (Contributed...
2016-11-21 Raymond HettingerAdd analysis section to motivate the single server...
2016-11-21 Raymond HettingerMisc readability and organization improvements for...
2016-11-21 Raymond HettingerAdd a seealso section for further reference and skill...
2016-11-21 Raymond HettingerSimplify code in an example
2016-11-21 Ethan Furmanclose issue28172: Change all example enum member names...
2016-11-21 Ethan Furmanissue28082: actually include NEWS entry
2016-11-21 Ethan Furmancloses issue28082: doc update and NEWS entry
2016-11-21 Ethan Furmancloses issue23591: add NEWS entry
2016-11-21 Victor StinnerIssue #28688: Null merge 3.5
2016-11-21 Victor StinnerIssue #28688: Remove warnings.filters check from regrtest
2016-11-21 Victor StinnerImplement rich comparison for _sre.SRE_Pattern
2016-11-21 Martin PanterFix up grammar, markup, etc in 3.6 What’s New
2016-11-21 Martin PanterMerge doc fixup from 3.5
2016-11-21 Martin PanterFix indentation
2016-11-21 INADA NaokiIssue #28532: Show sys.version when -V option is suppli...
2016-11-21 Raymond HettingerExtend and improve the examples for the random module
2016-11-21 Serhiy StorchakaIssue #28760: Clean up and fix comments in PyUnicode_As...
2016-11-21 Serhiy StorchakaFixed the documentation of the structure PyMethodDef.
next