]> granicus.if.org Git - python/shortlog
python
2013-11-22 Nick CoghlanIssue #19619: Blacklist non-text codecs in method API
2013-11-22 Ned DeilyIssue #19553: PEP 453 - "make install" and "make altins...
2013-11-22 Ned DeilyIssue #19649: On OS X, the same set of file names are...
2013-11-22 Ned DeilyIssue #14455: Fix maybe_open typo in Plist.fromFile().
2013-11-22 Ezio Melotti#19688: add back and deprecate the internal HTMLParser...
2013-11-22 Christian Heimesor VERIFY_CRL_CHECK_LEAF to verify_flags
2013-11-22 Christian HeimesIssue #19664: fix another flake test_userdict test
2013-11-22 Christian HeimesIssue #18147: Add missing documentation for SSLContext...
2013-11-22 Christian HeimesIssue #17134: Finalize interface to Windows' certificat...
2013-11-22 Christian HeimesIssue #19681: Apply a quick and minimal band-aid.
2013-11-22 Christian Heimesmerge
2013-11-22 Christian HeimesIssue #19664: test_userdict's repr test no longer depen...
2013-11-21 Barry Warsawtrunk merge
2013-11-21 Barry Warsaw- Issue #19555: Restore sysconfig.get_config_var('SO...
2013-11-21 Christian Heimessilence an overflow warning. slen is smaller than 1MB
2013-11-21 Christian Heimesone CERT_REQUIRED is enough
2013-11-21 Christian Heimesdowncast len to int. The code has already checked that...
2013-11-21 Christian Heimeslst might be NULL here
2013-11-21 Christian HeimesIssue #8813: Add SSLContext.verify_flags to change...
2013-11-21 Victor StinnerClose #18294: Fix the zlib module to make it 64-bit...
2013-11-21 Guido van RossumBetter behavior when stepping over yield[from]. Fixes...
2013-11-21 Guido van Rossumasyncio: Make Semaphore(0) work properly.
2013-11-21 Serhiy StorchakaPrint Tk patchlevel in Tk and Ttk tests in verbose...
2013-11-21 Serhiy StorchakaPrint Tk patchlevel in Tk and Ttk tests in verbose...
2013-11-21 Christian Heimesmerge
2013-11-21 Christian HeimesIssue #19682: Fix compatibility issue with old version...
2013-11-21 Ronald OussorenIssue #14455: plistlib now supports binary plists and...
2013-11-21 Victor StinnerClose #19568: Fix bytearray_setslice_linear(), fix...
2013-11-21 Victor StinnerClose #19578: Fix list_ass_subscript(), handle list_res...
2013-11-21 Victor StinnerIssue #19183: Simplify test_gdb
2013-11-21 Serhiy StorchakaIssue #19633: Fixed writing not compressed 16- and...
2013-11-21 Serhiy StorchakaIssue #19633: Fixed writing not compressed 16- and...
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...
next