]> granicus.if.org Git - python/shortlog
python
2017-01-23 Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
2017-01-23 Gregory P.... Skip the test requiring ctypes if ctypes is unavailable.
2017-01-23 Gregory P.... typo fix, extra '.' :)
2017-01-23 Guido van RossumIssue #28556: Allow defining methods in NamedTuple...
2017-01-23 Guido van RossumIssue #28556: various style fixes for typing.py
2017-01-23 Gregory P.... Issue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22 Xiang ZhangIssue #29290: argparse help messages won't wrap at...
2017-01-22 Xiang ZhangIssue #29092: Sync os.stat's doc and docstring on path...
2017-01-21 Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20 Xiang ZhangIssue #29292: Update outdated doc of PyEval_EvalCodeEx.
2017-01-20 Larry HastingsFix incorrect patchlevel information for 3.5.3+.
2017-01-18 Guido van RossumIssue #29198: add AsyncGenerator (Jelle Zijlstra)
2017-01-18 Guido van RossumIssue #28556: allow default values in class form of...
2017-01-18 Martin PanterIssue #29274: tests cases → test cases
2017-01-18 Guido van RossumIssue #28556: merge 5 more typing changes from upstream...
2017-01-17 Larry HastingsMerge from 3.4.
2017-01-17 Larry HastingsMerge 3.5.3 release head with main 3.5 branch.
2017-01-17 Larry HastingsPost-release updates for 3.5.3.
2017-01-17 Larry HastingsPost-release updates for 3.4.6.
2017-01-17 Raymond HettingerIssue #29011: Fix an important omission by adding...
2017-01-16 Larry HastingsAdded tag v3.4.6 for changeset b662f4776921
2017-01-16 Larry HastingsAdded tag v3.5.3 for changeset 1880cb95a742
2017-01-16 Larry HastingsVersion bump for Python 3.4.6. v3.4.6
2017-01-16 Larry HastingsVersion bump for Python 3.5.3. v3.5.3
2017-01-16 Benjamin Petersongenerate spaces instead of tabs into config.c
2017-01-14 Martin PanterAvoid line breaks after hyphens, otherwise they are...
2017-01-14 Martin PanterFix grammar, typos and markup in documentation and...
2017-01-12 Martin PanterIssues #1621, #29145: Test for str.join() overflow
2017-01-13 Martin PanterIssue #22980: Skip a sysconfig test if _ctypes is not...
2017-01-13 Vinay SajipFixes #29261: added venv/scripts/common to LIBSUBDIRS.
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13 Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-12 Serhiy StorchakaMerge heads
2017-01-12 Vinay SajipIssue #22343: Made bash activate script available on...
2017-01-12 Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12 Victor StinnerFix script_helper.run_python_until_end(): copy SYSTEMROOT
2017-01-12 Victor StinnerIssue #25591: Fix test_imaplib if ssl miss
2017-01-11 Serhiy StorchakaIssue #20804: Document the limitation of the unittest...
2017-01-11 Vinay SajipIssue #29220: Improved fix and test.
2017-01-11 Martin PanterIssue #15657: METH_KEYWORDS cannot be used alone in...
2017-01-10 Xiang ZhangIssue #29217: Fix the wrong type description of UUID...
2017-01-10 Xiang ZhangIssue #29145: Fix overflow checks in str.replace()...
2017-01-09 Stefan KrahIssue #28701: Revert part of 5bdc8e1a50c8 for the follo...
2017-01-09 Victor StinnerIssue #29157: Prefer getrandom() over getentropy()
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 Larry HastingsCherry-pick small copyright fix for 3.5.3 final.
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.
next