]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2016-03-27  Berker PeksagIssue #23758: Improve num_params docs of create_{functi...
2016-03-27  Berker PeksagIssue #23758: Improve num_params docs of create_{functi...
2016-03-27  Berker PeksagDocument sqlite3.Cursor.close()
2016-03-27  Berker PeksagDocument sqlite3.Cursor.close()
2016-03-27  Victor Stinnerregrtest: round final timing towards +inf
2016-03-27  Berker Peksagsqlite3 documentation: Connection.iterdump() is a method
2016-03-27  Berker Peksagsqlite3 documentation: Connection.iterdump() is a method
2016-03-27  Martin PanterIssue #26644: Merge SSL negative read fix from 3.5
2016-03-27  Raymond HettingerMoved misplaced functions to the section for C API...
2016-03-27  Martin PanterIssue #26644: Raise ValueError for negative SSLSocket...
2016-03-27  Martin PanterIssue #25940: Use internal local server more in test_ssl
2016-03-26  Raymond HettingerResponsibility for argument checking belongs in set...
2016-03-26  Raymond HettingerMinor code cleanup for PyArg_UnpackTuple.
2016-03-26  Victor StinnerIssue #25911: more info on test_os failure
2016-03-26  Victor Stinnermakeopcodetargets.py: we need to import Lib/opcode.py
2016-03-25  Victor StinnerNull merge 3.5
2016-03-25  Victor StinnerFix test_os.test_symlink(): remove create symlink
2016-03-25  Alexander Belopolskymerge
2016-03-25  Alexander BelopolskyIssue#26616:Fixed a bug in datetime.astimezone() method.
2016-03-25  Victor StinnerBacked out changeset 245a16f33c4b
2016-03-25  Victor StinnerRework libregrtest.save_env
2016-03-25  Victor Stinnerchangeset: 100749:0b61b2d28a07
2016-03-25  Victor StinnerMerge 3.5
2016-03-25  Victor Stinnerdoctest: fix _module_relative_path() error message
2016-03-25  Victor Stinnertest_doctest: remove unused imports
2016-03-25  Victor Stinnertest_venv: enhance test_devnull()
2016-03-25  Victor StinnerSkip test_venv.test_with_pip() if ctypes miss
2016-03-25  Victor StinnerModernize Python/makeopcodetargets.py
2016-03-25  Victor Stinnertest_os: Win32ErrorTests now ensures that TESTFN doesn...
2016-03-25  Raymond HettingerSpeed-up construction of empty sets by approx 12-14%.
2016-03-25  Victor StinnerNull merge 3.5
2016-03-25  Victor StinnerIssue #21925: Fix test_warnings for release mode
2016-03-25  Victor StinnerIssue #25654:
2016-03-25  Victor StinnerIssue #21925: Fix test_warnings for release mode
2016-03-25  Victor StinnerIssue #25654:
2016-03-25  Victor Stinnertest_io: ignore DeprecationWarning on bytes path on...
2016-03-25  Victor StinnerIssue #26637: Fix test_io
2016-03-25  Benjamin Petersonremove duplicated check for fractions and complex numbe...
2016-03-25  Zachary WareFix a few typos
2016-03-25  Zachary WareDon't doc check the venv dir
2016-03-25  Victor StinnerMerge 3.5 (pystate.h)
2016-03-24  Victor Stinnerpystate.h: fix _PyThreadState_UncheckedGet()
2016-03-24  Victor StinnerFix bug in __import__ during Python shutdown
2016-03-24  Victor StinnerMerge 3.5
2016-03-24  Victor Stinnerwarnings.formatwarning(): catch exceptions
2016-03-24  Victor StinnerFix test_warnings.test_improper_option()
2016-03-24  Victor StinnerCleanup regrtest "main()" function
2016-03-24  Victor Stinnerrt.bat: use -m test instead of Lib\test\regrtest.py
2016-03-24  Victor StinnerCleanup regrtest.py
2016-03-24  Victor Stinnersupport.temp_dir(): call support.rmtree() instead of...
2016-03-24  Victor Stinnertest_os: use support.rmtree() to cleanup WalkTests
2016-03-24  Victor StinnerEnhance and modernize test_os
2016-03-24  Victor Stinnertest_os: use @support.requires_linux_version
2016-03-24  Victor StinnerCloses #26620: Fix ResourceWarning in test_urllib2_localnet
2016-03-24  Victor StinnerEnhance and modernize test_genericpath
2016-03-24  Victor StinnerEnhance os._DummyDirEntry
2016-03-24  Victor Stinnerregrtest: when parallel tests are interrupted, display...
2016-03-24  Victor Stinnerregrtest: mention in tests run sequentially or in parallel
2016-03-24  Victor Stinnerregrtest: fix --fromfile feature
2016-03-24  Victor StinnerFix DeprecationWarning on Windows
2016-03-23  Victor Stinner_tracemalloc: use compact key for traces
2016-03-23  Victor Stinnersocketmodule.c: error if option larger than INT_MAX
2016-03-23  Victor StinnerFix test_spwd on OpenIndiana
2016-03-23  Victor StinnerTry to fix test_gdb on s390x SLES 3.x
2016-03-23  Stefan KrahNull merge.
2016-03-23  Stefan KrahIssue #26621: Remove unnecessary test.
2016-03-23  Stefan KrahIssue #26621: Update libmpdec version and remove unnece...
next