]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-04-13  Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13  Senthil Kumaran[minor] - Correct the docstring of locale.str. Patch...
2016-04-13  Martin PanterIssue #25496: Document compresslevel defaults to 9...
2016-04-13  Steve DowerCloses #26624: Adds validation of ucrtbase[d].dll versi...
2016-04-12  Victor Stinnerconfigure: fix HAVE_GETRANDOM_SYSCALL check
2016-04-12  Victor StinnerFix os.urandom() on Solaris 11.3
2016-04-12  Victor StinnerIssue #26647: Fix typo in test_grammar
2016-04-12  Georg BrandlClarify greedy-qualifier example, avoid HTML.
2016-04-12  Serhiy StorchakaIssue #26733: Fixed formatting line numbers in test_dis.
2016-04-11  Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11  Victor Stinnertyping doc: add versionadded 3.5
2016-04-11  Berker PeksagAdd a versionchanged directive to document addition...
2016-04-11  Serhiy StorchakaMerge heads
2016-04-11  Berker PeksagFix typos in mock and exceptions docs
2016-04-11  Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-04-11  Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-11  Martin PanterIssue #14456: Remove contradiction about blocking signa...
2016-04-10  Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10  Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10  Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
2016-04-10  Martin PanterRemove relics of str8 (became bytes) and buffer (bytear...
2016-04-10  Martin PanterIssue #26712: Unify (r)split, (l/r)strip tests into...
2016-04-09  Martin PanterIssue #21069: Move test_fileno() from test_urllibnet...
2016-04-09  Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
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 #16329: Add .webm to mimetypes.types_map
2016-04-09  Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-08  Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08  Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-06  Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-06  Steve DowerAdds version info to all signed binaries on Windows.
2016-04-06  Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-05  Guido van RossumAdd Text=str. Make ItemsView derive from AbstractSet...
2016-04-05  Guido van RossumMany changes from the upstream repo (https://github...
2016-04-05  Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05  Martin PanterFix typos in documentation and comments
2016-04-03  Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
2016-04-03  Martin PanterIssue #23735: Add SIGWINCH handler for Readline 6.3...
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 #26688: Fix module name in mock docs
2016-04-01  Martin PanterIssue #26678: Fix indexing of datetime.tzinfo and timez...
2016-04-01  Vinay SajipAdded a cookbook recipe for a logging context manager.
2016-04-01  Victor Stinnerasyncio: Don't log ConnectionAbortedError
2016-04-01  Victor Stinnerasyncio: allow None as wait timeout
2016-04-01  Victor Stinnerasyncio: sync overlapped.c with GitHub
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  Martin PanterIssue #22854: Skip pipe seek tests on Windows
2016-03-31  Martin PanterIssue #22854: Clarify documentation about UnsupportedOp...
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  Berker PeksagFix typo in xml.dom.pulldom.rst
2016-03-30  Victor Stinnertest_urllibnet: set timeout on test_fileno()
2016-03-29  Victor StinnerFix ResourceWarning in test_unittest when interrupted
2016-03-29  Victor StinnerIssue #25911: Backport os._DummyDirEntry fixes
2016-03-29  Victor StinnerIssue #26643: Add missing shutil resources to regrtest.py
2016-03-29  Andrew SvetlovDocument None as timeout for asyncio.timeout()
2011-11-20  Raymond HettingerIssue #25314: store_true and store_false also create...
2016-03-28  Martin PanterIssue #23804: Fix SSL recv/read(0) to not return 1024...
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 PeksagDocument sqlite3.Cursor.close()
2016-03-27  Berker Peksagsqlite3 documentation: Connection.iterdump() is a method
2016-03-27  Martin PanterIssue #26644: Raise ValueError for negative SSLSocket...
2016-03-14  Victor Stinner_pickle: Fix load_counted_tuple(), use Py_ssize_t for...
2016-03-25  Alexander BelopolskyIssue#26616:Fixed a bug in datetime.astimezone() method.
2016-03-25  Victor Stinnerdoctest: fix _module_relative_path() error message
2016-03-25  Victor StinnerIssue #25654:
2016-03-25  Victor StinnerIssue #21925: Fix test_warnings for release mode
2016-01-22  Victor StinnerUse Py_uintptr_t for atomic pointers
2016-03-24  Victor Stinnerpystate.h: fix _PyThreadState_UncheckedGet()
2016-03-24  Victor Stinnerwarnings.formatwarning(): catch exceptions
2016-03-24  Victor StinnerFix test_warnings.test_improper_option()
2016-03-23  Stefan KrahIssue #26621: Remove unnecessary test.
2016-03-23  Terry Jan ReedyIssue #26525: Change chr example to match change in...
2016-03-23  doko@ubuntu.comMakefile.pre.in (profile-opt): Fix bashism.
2016-03-22  Victor StinnerEnhance _tracemalloc debug mode
2016-03-22  Victor StinnerFix _tracemalloc start/stop
2016-03-22  Martin PanterIssue #24266: Cancel history search mode with Ctrl...
2016-03-22  Benjamin Petersonmerge 3.4 (#17167)
2016-03-22  Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-22  Martin PanterIssue #15699: Reunite comment with variable
2016-03-21  Terry Jan ReedyIssue #26525: Change ord example from nu to more easily...
2016-03-21  Terry Jan ReedyIssue #15660: Further clarify 0 prefix for width specif...
2016-03-20  Serhiy StorchakaIssue #26581: Use the first coding cookie on a line...
2016-03-20  Serhiy StorchakaAdded new tests for detecting Python source code encoding.
2016-03-20  Berker PeksagIssue #12813: uuid.uuid4() no longer depends on ctypes
2016-03-20  Berker PeksagIssue #19164: Improve exception message of uuid.UUID()
2016-03-20  Berker PeksagIssue #26593: Fix typo in logging HOWTO
2016-03-19  Berker PeksagIssue #19265: Improve test coverage of datetime.tzinfo
2016-03-19  Berker PeksagIssue #26560: Avoid potential ValueError in BaseHandler...
2016-03-18  Brett CannonSuggest people use feature detection in porting guide
2016-03-18  Ezio Melotti#26250: document the sqlite3.Cursor.connection attribut...
2016-03-18  Brett CannonIssue #26271: Fix the Freeze tool to use variables...
2016-03-18  Serhiy StorchakaFixed a typo.
2016-03-18  Berker PeksagIssue #26580: Remove outdated reference to ftpmirror
2016-03-17  Steve DowerIssue #26313: ssl.py _load_windows_store_certs fails...
2016-03-17  Ned DeilyIssue #26583: Skip test_timestamp_overflow in test_impo...
next