]> granicus.if.org Git - python/shortlog
python
2014-03-23 Georg Brandlmerge with 3.4
2014-03-23 Georg Brandltutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
2014-03-23 Antoine PitrouIssue #19537: Fix PyUnicode_DATA() alignment under...
2014-03-23 Antoine PitrouIssue #19537: Fix PyUnicode_DATA() alignment under...
2014-03-23 R David Murray#20145: assert[Raises|Warns]Regex now raise TypeError...
2014-03-23 Richard OudkerkMerge 3.4.
2014-03-23 Richard OudkerkIssue #20990: Correction for 619331c67638.
2014-03-23 R David MurrayMerge #20976: remove unneeded quopri import in email...
2014-03-23 R David Murray#20976: remove unneeded quopri import in email.utils.
2014-03-23 Antoine PitrouIssue #20913: make it clear that create_default_context...
2014-03-23 Antoine PitrouIssue #20913: make it clear that create_default_context...
2014-03-23 Richard OudkerkMerge 3.4.
2014-03-23 Richard OudkerkMerge 3.3.
2014-03-23 Richard OudkerkIssue #20633: Replace relative import by absolute import.
2014-03-23 Richard OudkerkMerge 3.4.
2014-03-23 Richard OudkerkIssue #20980: Stop wrapping exception when using Thread...
2014-03-23 Richard OudkerkMerge 3.4.
2014-03-23 Richard OudkerkIssue #20990: Fix issues found by pyflakes for multipro...
2014-03-22 Georg Brandlmerge with 3.4
2014-03-22 Georg BrandlCloses #20975: make date in the interpreter banner...
2014-03-22 Antoine PitrouIssue #20913: improve the SSL security considerations...
2014-03-22 Antoine PitrouIssue #20913: improve the SSL security considerations...
2014-03-22 Antoine PitrouIssue #21015: SSL contexts will now automatically selec...
2014-03-22 Antoine PitrouIssue #21015: SSL contexts will now automatically selec...
2014-03-22 Zachary WareIssue #21017: Enable Tix debug build on Windows
2014-03-22 Zachary WareIssue #15968: Temporarily revert change to PCbuild...
2014-03-22 Benjamin Petersonimprove the command-line interface of json.tool (closes...
2014-03-22 Zachary WareIssue #15968: Incorporated Tcl, Tk, and Tix builds...
2014-03-22 Donald StufftFix an incomplete merge of Misc/NEWS
2014-03-22 Donald StufftMerge changes from 3.4 to bring in fixes for Issue...
2014-03-22 Donald StufftIssue #20995: Enhance default ciphers used by the ssl...
2014-03-21 Victor Stinner(Merge 3.4) Close #21010: Fix typo in asyncio doc....
2014-03-21 Victor StinnerClose #21010: Fix typo in asyncio doc. Patch written...
2014-03-21 Victor StinnerNull merge (I transplated 2 commits from default to...
2014-03-21 Brett CannonIssue #20627: xmlrpc.client.ServerProxy is now a contex...
2014-03-21 Brett Cannonmerge
2014-03-21 Brett Cannonmerge
2014-03-21 Brett CannonMerge for issue #20884
2014-03-21 Brett CannonIssue #20884: Don't assume in importlib.__init__ that...
2014-03-21 Brett CannonIssue #19165: The formatter module graduates to full...
2014-03-21 Ethan FurmanIssue19995: more informative error message; spelling...
2014-03-21 Vinay SajipIssue #10141, Issue 20065: Merged from 3.4.
2014-03-21 Vinay SajipIssue #10141, Issue 20065: Changed #if to take CAN_RAW...
2014-03-21 Victor StinnerIssue #21006: Fix subprocess example on Windows in...
2014-03-21 Victor StinnerIssue #21006: Fix subprocess example on Windows in...
2014-03-21 Victor StinnerClose #21005: Fix documentation of asyncio.subprocess...
2014-03-21 Victor StinnerClose #21005: Fix documentation of asyncio.subprocess...
2014-03-21 Victor Stinnerasyncio: Ensure call_soon(), call_later() and call_at...
2014-03-20 Benjamin Petersonremove the ability of datetime.time to be considered...
2014-03-20 Giampaolo Rodola'merge heads
2014-03-20 Giampaolo Rodola'Fix issue 18931: selectors module now supports /dev...
2014-03-20 Andrew Kuchling#20744: don't try running an external 'zip' in shutil...
2014-03-20 Benjamin Petersonmerge 3.4
2014-03-20 Benjamin Petersonimprove start default for relpath
2014-03-20 Zachary WareMerge several minor doc fixes from 3.4
2014-03-20 Zachary WareFix typos in Doc/faq/extending. Found by cocoatomo...
2014-03-20 Zachary WareFix spelling in enum docs.
2014-03-20 Zachary WareAdd missing parenthesis. Found by cocoatomo on docs@.
2014-03-20 Zachary WareFix parameter name in docs for os.makedirs and os.remov...
2014-03-20 Raymond Hettingermerge
2014-03-20 Raymond HettingerClean-up docstring
2014-03-20 Vinay SajipCloses #20444: Merged fix from 3.4.
2014-03-20 Vinay SajipIssue #20444: Reduced code duplication.
2014-03-20 Vinay SajipCloses #20558: Improved implementation of error handling.
2014-03-20 Vinay SajipIssue #20558: Improved implementation of error handling.
2014-03-20 Vinay SajipMerged from 3.4.
2014-03-20 Vinay SajipIssue #10141: updated new usages of AF_CAN to be in...
2014-03-20 Victor Stinner(Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABAN...
2014-03-20 Victor StinnerIsuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0...
2014-03-20 Victor Stinner(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
2014-03-20 Victor StinnerIssue #20976: pyflakes: Remove unused imports
2014-03-20 Victor Stinner(Merge 3.4) Issue #20978: pyflakes: fix undefined names...
2014-03-20 Victor StinnerIssue #20978: pyflakes: fix undefined names
2014-03-20 Victor StinnerIssue #20978: Remove last part of OS/2 support in distutils
2014-03-20 Benjamin Petersonmerge 3.4
2014-03-20 Benjamin Petersonadd Nehal Hussain
2014-03-19 Andrew Kuchling#14332: provide a better explanation of junk in difflib...
2014-03-19 Andrew Kuchling#13437: link to the source code for a few more modules
2014-03-19 Zachary WareMerge with 3.4
2014-03-19 Zachary WareUse the correct VS edition names in PCbuild/readme.txt
2014-03-19 Victor Stinner(Merge 3.4) Skip test_urllib2.test_issue16464() is...
2014-03-19 Victor StinnerSkip test_urllib2.test_issue16464() is the ssl module...
2014-03-19 Ethan FurmanIssue19995: passing a non-int to %o, %c, %x, or %X...
2014-03-19 Kristján Valur... Issue #19009
2014-03-19 Zachary WareMerge xxlimited compile warning fix from 3.4
2014-03-19 Zachary WareAvoid compile warning in xxlimited on 32-bit Windows...
2014-03-19 Zachary WareMerge PCbuild/pcbuild.sln cleanup from 3.4
2014-03-19 Zachary WareClean up PCbuild/pcbuild.sln a bit:
2014-03-19 Zachary WareIgnore files generated by MSVC PGO builds (merge from...
2014-03-19 Zachary WareIgnore files generated by MSVC PGO builds.
2014-03-18 Zachary WareCloses #20966: Fix Tkinter Resources link (merge from...
2014-03-18 Zachary WareIssue #20966: Fix Tkinter Resources link
2014-03-18 Victor StinnerDoc: add What's New in Python 3.5 to whatsnew index
2014-03-18 Victor StinnerRestore removed NEWS items 3.4.1rc1 into 3.5.0alpha1...
2014-03-18 Georg Brandlmerge with 3.4
2014-03-18 Georg BrandlFix option description that is a warning in new Sphinx...
2014-03-18 Victor StinnerIssue #19977: Fix test_capi when LC_CTYPE locale is...
2014-03-18 Victor StinnerIssue #19977: Enable test_c_locale_surrogateescape...
2014-03-18 Victor StinnerIssue #19977, #19036: Always include <locale.h> in...
2014-03-18 Victor StinnerIssue #20574: Remove duplicated test failing on Windows XP
next