]> granicus.if.org Git - python/shortlog
python
2017-01-09 Serhiy StorchakaIssue #29190: Fixed possible errors in comparing string...
2017-01-09 Xiang ZhangIssue #29142: Fix suffixes in no_proxy handling in...
2017-01-08 Martin PanterIssue #28815: Use new exception subclasses
2017-01-06 Xavier de Gayetest_curses - substitute self.skip() with self.skipTest()
2017-01-04 Serhiy StorchakaIssue #29156: Remove superfluous pow test.
2017-01-03 Serhiy StorchakaFixed possible reference leaks in the _json module.
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: Delete redundant max(start, 0)
2017-01-03 Berker PeksagIssue #29012: Remove another outdated information
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.4.
2017-01-02 Larry HastingsFix test failure so it's no longer dependent on example...
2017-01-02 Benjamin Petersononly include sys/random.h if it seems like it might...
2017-01-02 Benjamin Petersonmerge heads
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: inspect.getframeinfo() now correctly...
2017-01-02 Berker PeksagIssue #29013: Fix allowZip64 documentation
2017-01-02 Berker PeksagIssue #29012: Remove outdated information about __bases__
2017-01-02 Berker PeksagIssue #29024: Add Kivy entry to GUI FAQ
2017-01-01 Serhiy StorchakaIssue #29094: Offsets in a ZIP file created with extern...
2016-12-31 Berker PeksagIssue #29123: Make CheckSqlTimestamp more robust
2016-12-31 Raymond HettingerIssue #29119: Fix weakref in OrderedDict.move_to_end...
2016-12-31 Berker PeksagIssue #26267: Improve uuid.UUID documentation
2016-12-30 Stefan KrahIssue #29111: Fix memoryview signature.
2016-12-30 Xiang ZhangIssue #29112: Fix a questionable wording in sequence...
2016-12-30 Victor StinnerIssue #29109: Enhance tracemalloc documentation
2016-12-28 Steve DowerIssue #29080: Fixes Misc/NEWS entry
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 #9770: curses.ascii predicates now work correctly...
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-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 Berker PeksagIssue #29069: Update the default URL of PyPI server
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: Fixed errors and remove non-existing...
2016-12-27 Xiang ZhangIssue #29078: Add the missing import in datetime.time...
2016-12-25 Serhiy StorchakaIssue #29068: Fixed a typo in PyErr_Fetch example.
2016-12-25 R David Murray#25591: improve imap tests.
2016-12-24 Martin PanterIssue #28815: Skip TIPC tests if /proc/modules is not...
2016-12-24 Martin PanterIssue #28954: Add missing comma to keyword argument...
2016-12-24 Martin PanterIssue #1446619: Account for negative slice direction...
2016-12-24 Martin PanterIssue #29004: Document binascii.crc_hqx() implements...
2016-12-24 Martin PanterIssue #28960: Drop comma attached to dash in Thread...
2016-12-23 Serhiy StorchakaSort and remove duplicates from PC/python3.def (issue...
2016-12-23 Ned DeilyUpdate documentation index sidebar for 3.6.0 release.
2016-12-22 Brett CannonGrammatical fixes following #d95f19892fd0
2016-12-22 Xiang ZhangIssue #29044: Fix a use-after-free in string '%c' forma...
2016-12-22 Terry Jan ReedyIssue 28923: Remove editor artifacts from Tix.py.
2016-12-21 Serhiy StorchakaIssue #28871: Fixed a crash when deallocate deep Elemen...
2016-12-20 Benjamin Petersonadd a specific configure check for sys/random.h (closes...
2016-12-20 INADA NaokiIssue #28147: Fix a memory leak in split-table dictionaries
2016-12-19 Xiang ZhangIssue #28950: Disallow -j0 combined with -T/-l/-M in...
2016-12-19 Victor Stinnerdoc: Suggest to hash(tuple of attr) rather than XOR
2016-12-19 Xiang ZhangIssue #29009: Remove outdated doc of PyUnicode_RichCompare.
2016-12-19 Antoine PitrouIssue #19542: Fix bugs in WeakValueDictionary.setdefaul...
2016-12-11 Martin PanterIssue #25677: Correct syntax error caret for indented...
2016-12-19 Serhiy StorchakaIssue #20191: Fixed a crash in resource.prlimit() when...
2016-12-18 R David Murray#29005: clarify terminology in tutorial 'method' discus...
2016-12-18 Martin PanterFix spelling and grammar in code comments and documentation
2016-12-18 R David Murray#28407 Improve test coverage of make_msgid.
2016-12-17 Brett CannonUpdate porting HOWTO to drop unicode_literals and menti...
2016-12-17 Serhiy StorchakaIssue #29000: Fixed bytes formatting of octals with...
2016-12-16 Raymond HettingerIssue #28991: Fix obscure reentrancy bug in functools...
2016-12-16 Xavier de GayeIssue #28971: Temporarily skip test_over until a perman...
2016-12-16 Serhiy StorchakaMerge heads
2016-12-16 Serhiy StorchakaIssue #14061: Misc fixes and cleanups in archiving...
2016-12-16 Yury SelivanovIssue #28990: Fix SSL hanging if connection is closed...
2016-12-16 Victor Stinnerpython-gdb.py: catch gdb.error on gdb.selected_frame()
2016-12-15 Berker PeksagIssue #28944: Fix footnote numbering
2016-12-14 Serhiy StorchakaRevert changeset 1f31bf3f76f5 (issue5322) except tests.
2016-12-13 Steve DowerIssue #26071: Fixes preprocessor definition and rebuild...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
2016-12-11 Martin PanterIssue #26483: Clarify str.isdecimal() and isdigit()
2016-12-11 Martin PanterIssue #28916: Correct description of %o and %x alternat...
2016-12-10 Brett CannonIssue #28424: Document pkgutil.get_data() doesn't work...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Martin PanterIssue #28771: Update tp_get/setattr signature documentation
2016-12-10 Martin PanterIssue #28820: Fix spelling of “practice” as a noun
2016-12-10 Martin PanterIssue #28755: Improve syntax highlighting in Arg Clinic...
2016-12-10 Martin PanterIssue 28753: Argument Clinic howto docfix, courtesy...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-07 Serhiy StorchakaChange order of io.UnsupportedOperation base classes.
next