]> granicus.if.org Git - python/shortlog
python
2016-04-09 Victor StinnerMerge 3.5: fcntl doc
2016-04-09 Victor StinnerUpdate fcntl doc: replace IOError with OSError
2016-04-09 Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09 Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09 Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09 Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-09 Berker PeksagIssue #26687: Use Py_RETURN_NONE macro in sqlite3 module
2016-04-08 Brett CannonMerge w/ 3.5 for issue #26587
2016-04-08 Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08 Brett CannonIssue #26587: Allow .pth files to specify file paths...
2016-04-08 Brett CannonIssue #26668: Remove the redundant Lib/test/test_import...
2016-04-08 Brett CannonNormalize whitespace
2016-04-08 Brett CannonIssue #25609: Introduce contextlib.AbstractContextManag...
2016-04-08 Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-08 Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-08 Serhiy StorchakaIssue #26671: Fixed tests for changed error messages.
2016-04-08 Martin PanterIssue #26257: Merge buffer_tests cleanup from 3.5
2016-04-06 Serhiy StorchakaIssue #26671: Fixed #ifdef indentation.
2016-04-06 Serhiy StorchakaBacked out changeset 8dc144e47252
2016-04-06 Serhiy StorchakaIssue #26671: Fixed #ifdef indentation.
2016-04-06 Steve DowerAdds version info to all signed binaries on Windows
2016-04-06 Steve DowerAdds version info to all signed binaries on Windows.
2016-04-06 Serhiy StorchakaIssue #26671: Enhanced path_converter.
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-06 Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-05 Guido van RossumMerge typing.py 3.5->3.6 (Text, ItemsView).
2016-04-05 Guido van RossumAdd Text=str. Make ItemsView derive from AbstractSet...
2016-04-05 Guido van RossumMerge upstream typing.py changes from 3.5 branch.
2016-04-05 Guido van RossumMany changes from the upstream repo (https://github...
2016-04-05 Martin PanterIssue #6953: Merge readline doc from 3.5
2016-04-05 Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05 Martin PanterMerge typo fixes from 3.5
2016-04-05 Martin PanterFix typos in documentation and comments
2016-04-04 Guido van RossumAdd collections.Reversible. Patch by Ivan Levkivskyi...
2016-04-03 Martin PanterIssue #23735: Merge sighandler_t fix from 3.5
2016-04-03 Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
2016-04-03 Martin PanterIssue #23735: Merge Readline resize handling from 3.5
2016-04-03 Martin PanterIssue #23735: Add SIGWINCH handler for Readline 6.3...
2016-04-03 Martin PanterIssue #25951: Fix SSLSocket.sendall() to return None...
2016-04-03 Martin PanterIssue #26586: Simple enhancements to BaseHTTPRequestHan...
2016-04-03 Martin PanterIssue #26586: Merge excessive HTTP header handling...
2016-04-03 Martin PanterIssue #26586: Handle excessive header fields in http...
2016-04-02 Berker PeksagIssue #26679: Fix description of KEY_PPAGE and KEY_NPAG...
2016-04-02 Berker PeksagIssue #26679: Fix description of KEY_PPAGE and KEY_NPAG...
2016-04-02 Berker PeksagIssue #26688: Fix module name in mock docs
2016-04-02 Berker PeksagIssue #26688: Fix module name in mock docs
2016-04-01 Martin PanterIssue #26678: Merge datetime doc fixes from 3.5
2016-04-01 Vinay SajipMerged documentation update from 3.5.
2016-04-01 Vinay SajipAdded a cookbook recipe for a logging context manager.
2016-04-01 Martin PanterIssue #26678: Fix indexing of datetime.tzinfo and timez...
2016-04-01 Victor StinnerMerge 3.5 (asyncio)
2016-04-01 Victor Stinnerasyncio: Don't log ConnectionAbortedError
2016-04-01 Victor StinnerMerge 3.5 (asyncio)
2016-04-01 Victor Stinnerasyncio: allow None as wait timeout
2016-04-01 Victor Stinnerasyncio: sync overlapped.c with GitHub
2016-04-01 Martin PanterIssue #26676: Add missing XMLPullParser to ElementTree...
2016-03-31 Ned DeilyRevert back to 3.6.0, buildbots do not want chocolate...
2016-03-31 Victor StinnerPython 8: no pep8, no chocolate!
2016-03-31 Martin PanterIssue #22854: Merge test fix from 3.5
2016-03-31 Martin PanterIssue #22854: Fix logic for skipping test
2016-03-31 Serhiy StorchakaRemove redundant leading zeroes in PEP references.
2016-03-31 Serhiy StorchakaRemove redundant leading zeroes in PEP references.
2016-03-31 Martin PanterIssue #22854: Merge Windows pipe skipping from 3.5
2016-03-31 Martin PanterIssue #22854: Skip pipe seek tests on Windows
2016-03-31 Martin PanterIssue #22854: Skip pipe seekable() tests on Windows
2016-03-31 Martin PanterIssue #22854: Merge UnsupportedOperation fixes from 3.5
2016-03-31 Martin PanterIssue #22854: Clarify documentation about UnsupportedOp...
2016-03-30 Serhiy StorchakaIssue #26492: Exhausted iterator of array.array now...
2016-03-30 Serhiy StorchakaIssue #26492: Added additional tests for exhausted...
2016-03-30 Serhiy StorchakaIssue #26492: Added additional tests for exhausted...
2016-03-30 Serhiy StorchakaIssue #26494: Fixed crash on iterating exhausting itera...
2016-03-30 Serhiy StorchakaIssue #26494: Fixed crash on iterating exhausting itera...
2016-03-30 Berker PeksagFix typo in xml.dom.pulldom.rst
2016-03-30 Berker PeksagFix typo in xml.dom.pulldom.rst
2016-03-30 Victor StinnerIssue #26295: Enhanc test_regrtest.test_tools_script_ru...
2016-03-30 Victor StinnerIssue #26295: Fix test_regrtest.test_tools_buildbot_test()
2016-03-30 Victor StinnerIssue #26295: test_regrtest now uses a temporary directory
2016-03-30 Victor StinnerIssue #26295: When using "python3 -m test --testdir...
2016-03-30 Victor StinnerMerge 3.5 (test_urllibnet)
2016-03-30 Victor Stinnertest_urllibnet: set timeout on test_fileno()
2016-03-29 Victor Stinnerdoctest now supports packages
2016-03-29 Victor StinnerMerge 3.5 (test_unittest)
2016-03-29 Victor StinnerFix ResourceWarning in test_unittest when interrupted
2016-03-29 Victor StinnerNull merge 3.5
2016-03-29 Victor StinnerIssue #25911: Backport os._DummyDirEntry fixes
2016-03-29 Victor StinnerMerge 3.5 (regrtest)
2016-03-29 Victor StinnerIssue #26643: Add missing shutil resources to regrtest.py
2016-03-29 Victor StinnerFix os._DummyDirEntry.is_symlink()
2016-03-29 Victor Stinnerfix typo in comment
2016-03-29 Andrew SvetlovMerge 3.5
2016-03-29 Andrew SvetlovDocument None as timeout for asyncio.timeout()
2016-03-28 Martin PanterIssue #25314: Merge argparse doc from 3.5
2016-03-28 Martin PanterIssue #23804: Merge SSL zero read fix from 3.5
2016-03-28 Martin PanterIssue #23804: Fix SSL recv/read(0) to not return 1024...
2016-03-27 Berker PeksagIssue #26130: Remove redundant variable 's' from Parser...
2016-03-27 Berker PeksagIssue #25195: Fix a regression in mock.MagicMock
2016-03-27 Berker PeksagIssue #25195: Fix a regression in mock.MagicMock
next