]> granicus.if.org Git - python/shortlog
python
2014-04-01 Benjamin Petersonupdate version changed
2014-04-01 Benjamin Petersonmerge 3.3 (#21082)
2014-04-01 Benjamin Petersonmerge 3.2 (#21082)
2014-04-01 Benjamin Petersonremove directory mode check from makedirs (closes ...
2014-04-01 Benjamin Petersonfix typo
2014-04-01 Benjamin Petersonsimplify check, since now there are only new-style...
2014-04-01 Zachary WareIssue #15067: Port 2.7 sqlite3 docs to 3.4
2014-03-31 Andrew Svetlov#16716: remove deprecation warning
2014-03-31 Andrew SvetlovGet rid of deprecated IOError in the doc
2014-03-31 Andrew SvetlovIOError -> OSError
2014-03-31 Andrew SvetlovFix the doc: add deprecation warning in select module.
2014-03-31 Antoine PitrouIssue #21073: explain why Py_ReprEnter() allows for...
2014-03-31 Benjamin Petersonuse https docs url
2014-03-31 Benjamin Petersonmerge 3.3 (#21115)
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Victor StinnerIssue #20668: Remove tests.txt of test_asyncio
2014-03-31 Benjamin Petersonmerge 3.3
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-30 Benjamin Petersonmerge 3.3
2014-03-30 Benjamin Petersonmerge 3.2
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-30 Benjamin Petersonupdate notes to talk about -X showrefcount
2014-03-30 Martin v. LöwisAdd test case for freeze.
2014-03-30 Martin v. LöwisIssue #16047: Fix module exception list and __file__...
2014-03-30 Benjamin Petersonmake partialmethod example work (closes #21105)
2014-03-30 Martin v. LöwisIssue #11824: Consider ABI tags in freeze. Patch by...
2014-03-30 Guido van RossumFix doc typo.
2014-03-29 Eric SnowIssue #21097: Move test_namespace_pkgs into test_importlib.
2014-03-29 Raymond HettingerMinor readability improvement.
2014-03-29 Ned DeilyIssue #21093: Prevent failures of ctypes test_macholib...
2014-03-29 Nick CoghlanIssue #19697: document more __main__.__spec__ quirks
2014-03-29 Zachary WareFix another old mention of "Standard Edition" VS in...
2014-03-29 Eric SnowIssue #19697: Document cases where __main__.__spec__...
2014-03-28 Raymond HettingerIssue 21014: Use booleans instead of 0 and 1 in examples.
2014-03-28 Benjamin Petersonundefine SET_SYS_FROM_STRING_BORROW after its done...
2014-03-28 Georg BrandlDoc: do not compress .epub for dist, it is already...
2014-03-28 Ned DeilyIssue #17654: Ensure IDLE menus are customized properly...
2014-03-27 Ned DeilyIssue #6676: Ensure a meaningful exception is raised...
2014-03-27 Yury Selivanovinspect: Fix getcallargs() to fail correctly if more...
2014-03-27 Yury Selivanovinspect: Fix getcallargs() to raise correct TypeError
2014-03-27 Yury Selivanovasyncio.tests: Autodiscover asyncio tests. Patch by...
2014-03-27 Ned DeilyIssue #21069: Temporarily use www.google.com while...
2014-03-27 Ned DeilyIssue #20939: remove stray character from comment
2014-03-27 Ned DeilyIssue #20939: Use www.example.com instead of www.python...
2014-03-27 Ned DeilyIssue #20939: Backout test_urllib2.test_issue16464...
2014-03-25 R David Murraybackport: #20145: assert[Raises|Warns]Regex now raise...
2014-03-25 Victor StinnerIssue #21058: fix typo in a comment. Patch written...
2014-03-25 Victor StinnerIssue #21038: Use monotonic clock to compute timeout...
2014-03-25 Victor StinnerIssue #21038: Cleanup test_epoll.py
2014-03-25 Victor StinnerIssue #12209: Minor edits to faulthandler doc. Patch...
2014-03-25 Vinay SajipUpdated external link in documentation.
2014-03-25 Georg BrandlCloses #21045: make the Qt help build not look complete...
2014-03-25 Victor StinnerIssue #21006: asyncio doc: reorganize subprocess doc
2014-03-25 Georg BrandlCloses #18456: Doc fix: PyDict_Update only works with...
2014-03-25 Victor StinnerIssue #21058: Fix a leak of file descriptor in tempfile...
2014-03-23 Richard OudkerkIssue #20633: Replace relative import by absolute import.
2014-03-21 Victor Stinnerasyncio: Ensure call_soon(), call_later() and call_at...
2014-03-24 Donald StufftIssue #21043: Remove the recommendation for specific...
2014-03-24 Victor StinnerIssue #21036: Fix typo in macro name
2014-03-24 Georg BrandlFix a few scoping issues with versionadded/versionchang...
2014-03-24 Zachary WareRemove superfluous open parenthesis. Noticed by cocoat...
2014-03-23 Donald StufftIssue #21013: Enhance ssl.create_default_context()...
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 Richard OudkerkIssue #20990: Correction for 619331c67638.
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 Richard OudkerkMerge 3.3.
2014-03-23 Richard OudkerkIssue #20980: Stop wrapping exception when using Thread...
2014-03-23 Richard OudkerkIssue #20990: Fix issues found by pyflakes for multipro...
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 #21015: SSL contexts will now automatically selec...
2014-03-22 Donald StufftIssue #20995: Enhance default ciphers used by the ssl...
2014-03-21 Victor StinnerClose #21010: Fix typo in asyncio doc. Patch written...
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 Brett Cannonmerge
2014-03-21 Brett CannonIssue #20884: Don't assume in importlib.__init__ that...
2014-03-21 Vinay SajipIssue #10141, Issue 20065: Changed #if to take CAN_RAW...
2014-03-20 Benjamin Petersonimprove start default for relpath
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 HettingerClean-up docstring
2014-03-20 Vinay SajipIssue #20444: Reduced code duplication.
2014-03-20 Vinay SajipIssue #20558: Improved implementation of error handling.
2014-03-20 Vinay SajipIssue #10141: updated new usages of AF_CAN to be in...
2014-03-20 Victor StinnerIsuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0...
2014-03-20 Victor StinnerIssue #20976: pyflakes: Remove unused imports
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 Petersonadd Nehal Hussain
2014-03-19 Zachary WareUse the correct VS edition names in PCbuild/readme.txt
2014-03-19 Victor StinnerSkip test_urllib2.test_issue16464() is the ssl module...
2014-03-19 Zachary WareAvoid compile warning in xxlimited on 32-bit Windows...
2014-03-19 Zachary WareClean up PCbuild/pcbuild.sln a bit:
next