]> granicus.if.org Git - python/shortlog
python
2014-02-10 Serhiy Storchakaissue12085: Use more Pythonic way to check _child_created.
2014-02-10 Serhiy Storchakaissue12085: Use more Pythonic way to check _child_created.
2014-02-10 Serhiy StorchakaTemporary silence test broken by issue19255.
2014-02-10 Serhiy StorchakaIssue #19255: The builtins module is restored to initia...
2014-02-10 Larry HastingsIssue #20517: Removed unnecessary new (short-lived...
2014-02-10 Victor StinnerIssue #20505: Add debug info to analyze sporaric failur...
2014-02-10 Larry HastingsIssue #20530: The signatures for slot builtins have...
2014-02-10 Larry HastingsIssue #20517: Functions in the os module that accept...
2014-02-09 Victor Stinnerasyncio: Tulip issue 112: Inline make_handle() into...
2014-02-09 Eli BenderskyMore complete documentation of event loops and policies.
2014-02-09 Eli BenderskyVarious formatting & grammar fixes in asyncio* docs.
2014-02-09 Eli BenderskyFix typo in library/ipc.rst
2014-02-09 Victor StinnerIssue #20571: skip test_readline() of test_codecs for...
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 22 potential bugs when deleting...
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 21 potential bugs when deleting...
2014-02-09 Larry HastingsIssue #20530: Argument Clinic's signature format has...
2014-02-09 Guido van Rossumasyncio: Remove more relics of resolution/granularity.
2014-02-09 Nick CoghlanIssue #20500: clarify that invocation may be indirect
2014-02-09 Nick CoghlanIssue #20500: Note other public APIs with the new assertion
2014-02-09 Victor Stinnerasyncio: Remove Process.subprocess attribute; it's...
2014-02-09 Guido van Rossumasyncio: Test fix.
2014-02-09 Nick CoghlanNote the new debug assertion in PyObject_Str
2014-02-09 Nick CoghlanClose #20500: Don't trigger PyObject_Str assertion...
2014-02-09 Brian Curtinmerge
2014-02-09 Brian CurtinSpelling corrections. Submitted to python-dev by python...
2014-02-09 Victor Stinnerasyncio doc: fix gather() doc
2014-02-09 Victor Stinnerasyncio tests: Remove scories of resolution/granularity
2014-02-09 Nick CoghlanTweaks to What's New and some referenced docs
2014-02-08 Nick CoghlanClose #20563: Declare ipaddress API stable
2014-02-08 R David MurrayMerge: #14983: always add a line end after a MIME bound...
2014-02-08 R David Murray#14983: always add a line end after a MIME boundary...
2014-02-08 Senthil Kumaranmerge from 3.3
2014-02-08 Senthil KumaranInclude the mention of ResourceWarning being displayed...
2014-02-08 Victor Stinnerasyncio doc: document missing event loop methods
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
2014-02-08 Victor Stinnerasyncio doc: sort methods
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Merge.
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
2014-02-08 Ethan FurmanClose issue20534: all pickle protocols now supported.
2014-02-08 R David MurrayMerge: #16983: Apply postel's law to encoded words...
2014-02-08 R David Murray#16983: Apply postel's law to encoded words inside...
2014-02-08 R David MurrayMerge #19772: Do not mutate message when downcoding...
2014-02-08 R David Murray#19772: Do not mutate message when downcoding to 7bit.
2014-02-08 Serhiy StorchakaIssue #20553. Use specific asserts in ipaddress tests.
2014-02-08 Serhiy StorchakaIssue #20553. Use specific asserts in ipaddress tests.
2014-02-08 Terry Jan ReedyIssue #20406: Use Python application icons for Idle...
2014-02-08 Terry Jan ReedyIssue #20406: Use Python application icons for Idle...
2014-02-08 Nick CoghlanClose #20536: correctly handle Decimal exponents in...
2014-02-08 Nick CoghlanMerge #18805 NEWS fix from 3.3
2014-02-08 Nick CoghlanFix #18805 NEWS entry
2014-02-08 Nick CoghlanMerge fix for #18805 from 3.3
2014-02-08 Nick CoghlanIssue #18805: better netmask validation in ipaddress
2014-02-08 Serhiy StorchakaIssue #20549: Use specific asserts in mailbox, smtplib...
2014-02-08 Serhiy StorchakaIssue #20549: Use specific asserts in mailbox, smtplib...
2014-02-08 Serhiy StorchakaIssue #20555: Use specific asserts in urllib, httplib...
2014-02-08 Serhiy StorchakaIssue #20555: Use specific asserts in urllib, httplib...
2014-02-08 Serhiy StorchakaIssue #20546: Use specific asserts in int tests.
2014-02-08 Serhiy StorchakaIssue #20546: Use specific asserts in int tests.
2014-02-08 Serhiy StorchakaIssue #20538: UTF-7 incremental decoder produced incons...
2014-02-08 Serhiy StorchakaIssue #20538: UTF-7 incremental decoder produced incons...
2014-02-08 Nick CoghlanClose #20481: Disallow mixed type input in statistics
2014-02-08 Terry Jan ReedyIssue #20167: Suppress 3.4 specific 'Exception ignored...
2014-02-08 Nick CoghlanIssue #20478: avoid special casing Counter in statistics
2014-02-08 Guido van RossumMore asyncio news.
2014-02-07 Victor StinnerIssue #20505: Remove resolution and _granularity from...
2014-02-07 R David MurrayMerge: #17369: Improve handling of broken RFC2231 value...
2014-02-07 R David Murray#17369: Improve handling of broken RFC2231 values in...
2014-02-07 R David MurrayNull merge of commit accidentally made to default branc...
2014-02-07 R David Murray#20013: don't raise socket error when selected mailbox...
2014-02-07 R David Murray#20013: don't raise socket error when selected mailbox...
2014-02-07 R David MurrayMerge: #19063: the unicode-in-set_payload problem isn...
2014-02-07 R David Murray#19063: the unicode-in-set_payload problem isn't gettin...
2014-02-07 R David Murray#20531: Apply the 3.3 version of the #19063 fix.
2014-02-07 R David Murray#20531: Revert e20f98a8ed71, the 3.4 version of the...
2014-02-07 Victor Stinnerasyncio doc: mention that asyncio is not thread-safe
2014-02-07 Victor StinnerIssue #20505: add debug info
2014-02-07 R David Murray#20477: add examples of using the new contentmanager...
2014-02-07 R David Murray#20476: use EmailMessage as factory if non-compat32...
2014-02-07 Nick CoghlanIssue #20053: Mark as an expected failure for 3.4
2014-02-07 Nick CoghlanIssue 20542: Temporarily skip failing test
2014-02-07 Nick CoghlanIssue #20053: Actually test relevant assumption
2014-02-07 Serhiy StorchakaIssue #20532: Tests which use _testcapi now are marked...
2014-02-07 Serhiy StorchakaIssue #20532: Tests which use _testcapi now are marked...
2014-02-07 Yury Selivanovasyncio.tasks: Fix as_completed, gather & wait to work...
2014-02-07 Ethan FurmanClose issue20534: test_enum now tests all supported...
2014-02-06 Serhiy StorchakaNull merge
2014-02-06 Serhiy StorchakaSilence BytesWarning (backport 267a4d4d9d65).
2014-02-06 Zachary WareIssue #3158: Provide a couple of fallbacks for in case...
2014-02-06 Serhiy StorchakaIssue #20363. Fixed BytesWarning triggerred by test...
2014-02-06 Serhiy StorchakaIssue #20363. Fixed BytesWarning triggerred by test...
2014-02-06 Serhiy StorchakaCatch deprecation warnings emitted when non-integers...
2014-02-06 Serhiy StorchakaFix empty strings to empty bytes objects.
2014-02-06 Serhiy StorchakaFix empty strings to empty bytes objects.
2014-02-06 Yury Selivanovasyncio.tasks.gather: Fix docstring
2014-02-06 Ethan FurmanClose issue20412: Updated Enum docs to have referencabl...
2014-02-06 Brett CannonMerge for issue #20488
2014-02-06 Brett CannonIssue #20488: Update docs to say importlib is *the...
2014-02-06 Brett CannonIssue #6386: When executing a script that's a symlink...
next