]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2013-11-21  Christian HeimesIssue #18379: SSLSocket.getpeercert() returns CA issuer...
2013-11-21  Christian HeimesIssue #18138: Implement cadata argument of SSLContext...
2013-11-20  Guido van RossumClarify where "Documenting Python" can be found.
2013-11-20  Larry HastingsIssue #19474: Argument Clinic now always specifies...
2013-11-20  Christian HeimesIssue #16632: Enable DEP and ASLR on Windows.
2013-11-20  Christian HeimesIssue #17791: Drop PREFIX and EXEC_PREFIX definitions...
2013-11-20  Christian HeimesIssue #18775: Add name and block_size attribute to...
2013-11-20  Christian HeimesIssue #17276: MD5 as default digestmod for HMAC is...
2013-11-20  Serhiy StorchakaPrint Tk patchlevel in test_tcl in verbose mode (issue1...
2013-11-20  Serhiy StorchakaPrint Tk patchlevel in test_tcl in verbose mode (issue1...
2013-11-20  Christian Heimesupdate siphash24 test values
2013-11-20  Christian HeimesIssue #19183: too many tests depend on the sort order...
2013-11-20  Victor StinnerIssue #19183: Fix repr() tests of test_gdb, hash()...
2013-11-20  Christian HeimesIssue #19183: test_gdb's test_dict was failing on some...
2013-11-20  Christian Heimesssue #19183: Implement PEP 456 'secure and interchangea...
2013-11-20  Christian Heimesconfigure: use AC_MSG_NOTICE() instead of AC_MSG_WARN...
2013-11-20  Christian Heimesconfigure: echo message to AS_MESSAGE_FD. --silent...
2013-11-20  Christian Heimesconfigure: echo message to AS_MESSAGE_FD. --silent...
2013-11-19  Christian HeimesAdd workaround for VS 2010 nmake clean issue. VS 2010...
2013-11-19  Christian HeimesAdd workaround for VS 2010 nmake clean issue. VS 2010...
2013-11-19  Victor Stinner_msi.c: Fix compiler warnings on Windows 64-bit
2013-11-19  Victor StinnerIssue #9566, #19617: Fix more compiler warnings in...
2013-11-19  Victor StinnerIssue #19637: fix test_undecodable_env() of test_subpro...
2013-11-19  Victor StinnerIssue #9566, #19617: New try to fix compilation on...
2013-11-19  Victor StinnerIssue #9566, #19617: Fix compilation on Windows
2013-11-19  Victor StinnerIssue #9566: compile.c uses Py_ssize_t instead of int...
2013-11-19  Guido van Rossumasyncio: Add streams.start_server(), by Gustavo Carneiro.
2013-11-19  Ezio Melotti#2927: Added the unescape() function to the html module.
2013-11-19  R David MurrayMerge: #19449: Handle non-string keys when generating...
2013-11-19  R David Murray#19449: Handle non-string keys when generating 'fieldna...
2013-11-19  Andrew KuchlingMerge from 3.3
2013-11-19  Andrew Kuchling#1098749: re-word gettext docs to not encourage using...
2013-11-19  Martin v. LöwisIssue #19550: Implement Windows installer changes of...
2013-11-19  Serhiy StorchakaRemove dead code committed in issue #12892.
2013-11-19  Nick CoghlanAlso chain codec exceptions that allow weakrefs
2013-11-19  Victor Stinneroops, remove _PyObject_ReprWriter() definition (unwante...
2013-11-19  Victor StinnerIssue #19646: repr(dict) now uses _PyUnicodeWriter...
2013-11-19  Victor StinnerIssue #19513: repr(tuple) now uses _PyUnicodeWriter...
2013-11-19  Victor StinnerAdd _PyUnicodeWriter_WriteASCIIString() function
2013-11-19  Victor StinnerIssue #19513: Disable overallocation of the PyUnicodeWr...
2013-11-19  Serhiy StorchakaIssue #12892: The utf-16* and utf-32* codecs now reject...
2013-11-19  doko@ubuntu.com- Remove execute permissions from test_dbm_gnu.py and...
2013-11-19  doko@ubuntu.com- Remove execute permissions from test_dbm_gnu.py and...
2013-11-19  doko@ubuntu.com- Update config.{guess,sub} for new ports.
2013-11-19  doko@ubuntu.com- Update config.{guess,sub} for new ports.
2013-11-19  Zachary WareIssue #19596: Null merge with 3.3
2013-11-19  Zachary WareIssue #19596: Set untestable tests in test_importlib...
2013-11-18  Victor StinnerIssue #19513: Simplify list_repr()
2013-11-18  Gregory P.... null merge (already in 3.4)
2013-11-18  Gregory P.... Cleanup this test's modification of os.environ in teard...
2013-11-18  Victor StinnerIssue #19513: repr(list) now uses the PyUnicodeWriter...
2013-11-18  Victor StinnerIssue #19581: Change the overallocation factor of _PyUn...
2013-11-18  Charles-François... selectors: use a single return.
2013-11-18  Victor StinnerIssue #19437: Fix error handling of PyCArrayType_new...
2013-11-18  Victor StinnerIssue #19437: Fix error handling of CDataType_from_buffer()
2013-11-18  Larry HastingsArgument Clinic: rename "self" to "module" for module...
2013-11-18  Serhiy StorchakaIssue #8402: Added the escape() function to the glob...
2013-11-18  Victor StinnerRelax timing on test_asyncio for busy (slow) Windows...
2013-11-18  Christian HeimesGetVolumePathNameW: downcast bufsize to DWORD
2013-11-18  Christian HeimesSafely downcast SOCKET_T to int in _ssl module
2013-11-18  Christian HeimesRemove unused code path from PBKDF2 that is causing...
2013-11-17  Gregory P.... Fix test.support.bind_port() to not cause an error...
2013-11-17  Zachary WareIssue #19520: Fix (the last!) compiler warning on 32bit...
2013-11-18  Victor StinnerIssue #19634: Fix time_strftime() on AIX, format is...
2013-11-18  Guido van RossumSkip test_asyncio if concurrent.futures can't be import...
2013-11-18  Victor Stinnersqlite: Use Py_ssize_t to store a size instead of an int
2013-11-18  Victor StinnerPY_FORMAT_SIZE_T should not be used with PyErr_Format...
2013-11-18  Victor Stinnersqlite: raise an OverflowError if a string or a BLOB...
2013-11-18  Victor StinnerFix a compiler warning on Windows 64-bit: _sqlite module
2013-11-18  Victor Stinnersqlite: raise an OverflowError if the result is longer...
2013-11-18  Victor StinnerUse Py_ssize_t type for sizes in getargs.c
2013-11-18  Victor StinnerFix a compiler warning on Windows 64-bit in parsetok.c
2013-11-18  Victor StinnerFix compiler warnings on Windows 64-bit in grammar.c
2013-11-17  Antoine PitrouIssue #17618: Add Base85 and Ascii85 encoding/decoding...
2013-11-17  Victor Stinnertest_selectors: test_timeout fails sometimes on busy...
2013-11-17  Victor StinnerIssue #19634: time.strftime("%y") now raises a ValueErr...
2013-11-17  Gregory P.... Fix test.support.bind_port() to not cause an error...
2013-11-17  Gregory P.... Fix compilation error under gcc of the ctypes module...
2013-11-17  Gregory P.... Fix compilation error under gcc of the ctypes module...
2013-11-17  Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17  Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17  Ezio MelottiMerge indentation fix in doc example from 3.3.
2013-11-17  Ezio MelottiFix indentation in doc example.
2013-11-17  Christian HeimesIssue #19448: Add private API to SSL module to lookup...
2013-11-17  Richard OudkerkMerge.
2013-11-17  Richard OudkerkIssue #19599: Increase sleep period.
2013-11-17  Richard OudkerkMerge.
2013-11-17  Richard OudkerkFix handling of SystemExit and exit code. Patch by...
2013-11-17  Richard OudkerkMerge.
2013-11-17  Richard OudkerkIssue 16998: Clarify that += on a shared value is not...
2013-11-17  Antoine PitrouIssue #19508: direct the user to read the security...
2013-11-17  Antoine PitrouIssue #19508: direct the user to read the security...
2013-11-17  Richard OudkerkIssue #19565: Prevent warnings at shutdown about pendin...
2013-11-17  Serhiy StorchakaIssue #19606: Use specific asserts in http.cookiejar...
2013-11-17  Serhiy StorchakaIssue #19606: Use specific asserts in http.cookiejar...
2013-11-17  Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17  Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17  Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17  Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17  Serhiy StorchakaNull merge
next