]> granicus.if.org Git - python/shortlog
python
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
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 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...
2014-02-06 Ronald OussorenIssue #14455: fix handling of unsigned long long values...
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Yury Selivanovmerge heads
2014-02-06 Yury Selivanovasyncio.streams.StreamReader: Add 'at_eof()' method
2014-02-06 Ned DeilyIssue #20374: merge
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: merge
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-05 Yury Selivanovasyncio.streams: Use bytebuffer in StreamReader; Add...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
2014-02-05 Eric V. SmithTestNamedTuple.test_pickle was only testing through...
2014-02-05 Nick CoghlanIssue #20053: new test to check an assumption
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-05 Serhiy StorchakaIssue #20489: Explicitly qualified expressions for...
2014-02-05 Ned DeilyIssue #20465: Update SQLite shipped with OS X installer...
2014-02-04 Christian HeimesIssue #20515: Fix NULL pointer dereference introduced...
2014-02-04 Christian HeimesIssue #20515: Fix NULL pointer dereference introduced...
2014-02-04 Guido van Rossumasyncio: Cosmetic improvement to test__run_once_logging...
2014-02-04 Guido van RossumAdd missing word ("thread") to sentence about call_soon...
2014-02-04 Victor Stinnerasyncio doc: add an example to schedule a coroutine...
2014-02-04 Vinay SajipCloses #20509: Merged documentation update from 3.3.
2014-02-04 Vinay SajipIssue #20509: Added cross-reference in documentation.
2014-02-04 Benjamin Petersonmerge 3.3 (#19186)
2014-02-04 Benjamin Petersonrestore namespacing of pyexpat symbols (closes #19186)
2014-02-04 Nick CoghlanClose #20053: ignore default pip config settings
2014-02-04 Nick CoghlanClose #20404: blacklist non-text encodings in io.TextIO...
2014-02-04 Victor StinnerIssue #17162: Fix compilation, replace non-breaking...
2014-02-04 Martin v. LöwisIssue #17162: Add PyType_GetSlot.
2014-02-04 Victor Stinnerasyncio: Fix _ProactorWritePipeTransport._pipe_closed()
2014-02-03 Victor StinnerOops, undo unwanted changes in test_asyncio: mistakes...
next