]> granicus.if.org Git - python/shortlog
python
2017-01-03 Larry HastingsNull-merge from 3.5.
2017-01-03 Larry HastingsForward-merge from 3.4.
2017-01-03 Larry HastingsMerge Python 3.5.3rc1 release changes back into the...
2017-01-03 Larry HastingsPost-release fixups for Python 3.5.3rc1.
2017-01-03 Larry HastingsMerge Python 3.4.6rc1 changes back into main branch.
2017-01-03 Larry HastingsPost-release fixups for Python 3.4.6rc1.
2017-01-03 Berker PeksagIssue #15812: Merge from 3.5
2017-01-03 Berker PeksagIssue #15812: Delete redundant max(start, 0)
2017-01-03 Berker PeksagIssue #29012: Merge from 3.5
2017-01-03 Berker PeksagIssue #29012: Remove another outdated information
2017-01-02 Ned Deilymerge 3.5
2017-01-02 Ned Deilymerge 3.4
2017-01-02 Ned Deilymerge 3.3
2017-01-02 Ned Deilyring IDLE.app into 2017, too
2017-01-02 Larry HastingsAdded tag v3.5.3rc1 for changeset de530d7f21c0
2017-01-02 Larry HastingsAdded tag v3.4.6rc1 for changeset e199a272ccda
2017-01-02 Larry HastingsVersion bump for 3.5.3rc1. v3.5.3rc1
2017-01-02 Larry HastingsVersion bump for 3.4.6rc1. v3.4.6rc1
2017-01-02 Larry HastingsRegenerated pydoc topics for 3.5.3rc1.
2017-01-02 Larry HastingsRegenerated pydoc topics for 3.4.6rc1. (Also fixed...
2017-01-02 Larry HastingsNull merge from 3.5.
2017-01-02 Larry HastingsNull merge from 3.4.
2017-01-02 Larry HastingsFix test failure so it's no longer dependent on example...
2017-01-02 Benjamin Petersonmerge 3.5 (#29057)
2017-01-02 Benjamin Petersononly include sys/random.h if it seems like it might...
2017-01-02 Benjamin Petersonmerge 3.5
2017-01-02 Benjamin Petersonmerge heads
2017-01-02 Benjamin Petersonmerge heads
2017-01-02 Benjamin Petersonmerge 3.5
2017-01-02 Benjamin Petersonmerge 3.4
2017-01-02 Benjamin Petersonmerge 3.3
2017-01-02 Benjamin Petersonring in 2017 for Python
2017-01-02 Berker PeksagIssue #15812: Merge from 3.5
2017-01-02 Berker PeksagIssue #15812: inspect.getframeinfo() now correctly...
2017-01-02 Berker PeksagIssue #29013: Merge from 3.5
2017-01-02 Berker PeksagIssue #29013: Fix allowZip64 documentation
2017-01-02 Berker PeksagIssue #29012: Merge from 3.5
2017-01-02 Berker PeksagIssue #29012: Remove outdated information about __bases__
2017-01-02 Berker PeksagIssue #29129: Fix typo in "Using auto" section
2017-01-02 Berker PeksagIssue #29024: Merge from 3.5
2017-01-02 Berker PeksagIssue #29024: Add Kivy entry to GUI FAQ
2017-01-02 Terry Jan ReedyIssue #29071: Use local flags for IDLE colorizer string...
2017-01-01 Serhiy StorchakaIssue #29094: Offsets in a ZIP file created with extern...
2017-01-01 Serhiy StorchakaIssue #29094: Offsets in a ZIP file created with extern...
2016-12-31 Berker PeksagIssue #29123: Merge from 3.5
2016-12-31 Berker PeksagIssue #29123: Make CheckSqlTimestamp more robust
2016-12-31 Raymond HettingerIssue #29119: Merge in ACK from 3.5 branch
2016-12-31 Raymond Hettingermerge
2016-12-31 Raymond HettingerIssue #29119: Fix weakref in OrderedDict.move_to_end...
2016-12-31 Berker PeksagIssue #26267: Merge from 3.5
2016-12-31 Berker PeksagIssue #26267: Improve uuid.UUID documentation
2016-12-31 Vinay SajipCloses #29105: Updated RotatingFileHandler documentation.
2016-12-30 Stefan KrahMerge 3.5.
2016-12-30 Stefan KrahIssue #29111: Fix memoryview signature.
2016-12-30 Raymond HettingerIssue #29103: Remove unused import. Noticed by Jean...
2016-12-30 Raymond HettingerClearer compact dict attribution to the original proposal
2016-12-30 Raymond HettingerIssue #29061: secrets.randbelow() would hang with...
2016-12-30 Xiang ZhangIssue #29112: Merge 3.5.
2016-12-30 Xiang ZhangIssue #29112: Fix a questionable wording in sequence...
2016-12-30 Victor StinnerMerge 3.5
2016-12-30 Victor StinnerIssue #29109: Enhance tracemalloc documentation
2016-12-29 Benjamin Petersonfix error check, so that Random.seed actually uses...
2016-12-29 Steve DowerIssue #29079: Prevent infinite loop in pathlib.resolve...
2016-12-28 Steve DowerIssue #29080: Fixes Misc/NEWS entry
2016-12-28 Steve DowerIssue #29080: Fixes Misc/NEWS entry
2016-12-28 Steve DowerIssue #28768: Fix implicit declaration of function...
2016-12-28 Steve DowerIssue #29080: Removes hard dependency on hg.exe from...
2016-12-28 Steve DowerIssue #29080: Removes hard dependency on hg.exe from...
2016-12-28 Serhiy StorchakaIssue #13051: Fixed recursion errors in large or resize...
2016-12-28 Serhiy StorchakaIssue #13051: Fixed recursion errors in large or resize...
2016-12-28 Serhiy StorchakaIssue #9770: curses.ascii predicates now work correctly...
2016-12-28 Serhiy StorchakaIssue #9770: curses.ascii predicates now work correctly...
2016-12-28 Serhiy StorchakaIssue #29073: Added a test for bytearray formatting...
2016-12-28 Serhiy StorchakaIssue #29073: bytearray formatting no longer truncates...
2016-12-28 Serhiy StorchakaIssue #29087: Removed the documentation of non-existing...
2016-12-28 Serhiy StorchakaIssue #29087: Removed the documentation of non-existing...
2016-12-27 Serhiy StorchakaIssue #23903: Added missed Windows-specific names to...
2016-12-27 Serhiy StorchakaIssue #23903: Added missed Windows-specific names to...
2016-12-27 Antoine PitrouIssue #28427: old keys should not remove new values...
2016-12-27 Antoine PitrouIssue #28427: old keys should not remove new values...
2016-12-27 Serhiy StorchakaIssue #29058: All stable API extensions added after...
2016-12-27 Berker PeksagIssue #29069: Merge from 3.5
2016-12-27 Berker PeksagIssue #29069: Update the default URL of PyPI server
2016-12-27 Berker PeksagMerge from 3.5
2016-12-27 Berker PeksagMove versionadded inside of the get_terminal_size(...
2016-12-27 Serhiy StorchakaIssue #23903: Added missed names to PC/python3.def.
2016-12-27 Serhiy StorchakaIssue #23903: Added missed names to PC/python3.def.
2016-12-27 Serhiy StorchakaIssue #23903: Fixed errors and remove non-existing...
2016-12-27 Serhiy StorchakaIssue #23903: Fixed errors and remove non-existing...
2016-12-27 Raymond HettingerIssue #29055: Suppress upstream exception for random...
2016-12-27 Terry Jan ReedyIssue #29071: IDLE now colors f-string prefixes (but...
2016-12-27 Xiang ZhangIssue #29078: Merge 3.5.
2016-12-27 Xiang ZhangIssue #29078: Add the missing import in datetime.time...
2016-12-25 Serhiy StorchakaMerge from 3.5.
2016-12-25 Serhiy StorchakaIssue #29068: Fixed a typo in PyErr_Fetch example.
2016-12-25 R David MurrayMerge: #25591: improve imap tests.
2016-12-25 R David Murray#25591: improve imap tests.
2016-12-24 Martin PanterIssue #28815: Merge test_socket fix from 3.5
2016-12-24 Martin PanterIssue #28815: Skip TIPC tests if /proc/modules is not...
2016-12-24 Martin PanterIssue #28954: Merge keyword argument syntax from 3.5
next