]> granicus.if.org Git - python/shortlog
python
2013-11-22 Brett CannonIssue #19718: Add a case-insensitive FS check to test...
2013-11-22 Guido van RossumAdd note to asyncore/asynchat recommending asyncio...
2013-11-22 Guido van RossumMove select, selectors, asyncio to section 18 (IPC).
2013-11-22 Brett CannonNEWS entry for module name repr commit
2013-11-22 Brett Cannonmerge
2013-11-22 Brett CannonUser the repr for a module name in more places
2013-11-22 Guido van Rossumasyncio: Pass cancellation from wrapping Future to...
2013-11-22 Brett CannonMake test_importlib output easier to trace back to...
2013-11-22 Brett CannonIssue #18864: Don't try and use unittest as a testing...
2013-11-22 Brett CannonMake some tests more verbose in the face of failure
2013-11-22 Martin v. LöwisUpdate xz to 5.0.5.
2013-11-22 Martin v. LöwisUpdate SQLite to 3.8.1 on Windows.
2013-11-22 Brett CannonRemove a commented-out line
2013-11-22 Antoine PitrouHopefully fix test_is_socket_true
2013-11-22 Brett CannonDon't assume trying to find a builtin will succeed...
2013-11-22 Antoine PitrouFix test failure under systems with an incompatible...
2013-11-22 Antoine PitrouFix whitespace
2013-11-22 Antoine PitrouIssue #19673: Add pathlib to the stdlib as a provisiona...
2013-11-22 Eric SnowImplement PEP 451 (ModuleSpec).
2013-11-22 Barry WarsawTrunk merge.
2013-11-22 Barry WarsawA fix for issue 19555 on Windows.
2013-11-22 Christian HeimesIssue #19448: report name / NID in exception message...
2013-11-22 Christian HeimesIssue #17134: check certs of CA and ROOT system store
2013-11-22 Nick CoghlanClose #17916: dis.Bytecode based replacement for distb
2013-11-22 Nick CoghlanClose #19552: venv and pyvenv ensurepip integration
2013-11-22 Nick CoghlanUpdate bundled pip to 1.5rc1
2013-11-22 Nick CoghlanIssue #19619: Update What's New for codec blacklist
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...
next