Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 4 | -76/+66 |
| | | | | | | | The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf) | ||||
* | Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. | Terry Jan Reedy | 2014-02-08 | 1 | -4/+23 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 3 | -3/+12 |
| | | | | | | | | | Passing Counter objects to the Counter constructor is special cased, going through iter() firsts ensures they are handled the same way as any other iterable. (Committing on Steven's behalf as I don't believe his SSH key is registered yet) | ||||
* | More asyncio news. | Guido van Rossum | 2014-02-08 | 1 | -4/+10 |
| | |||||
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 9 | -74/+10 |
| | | | | | * Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute | ||||
* | Merge: #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 3 | -0/+28 |
|\ | |||||
| * | #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 3 | -0/+28 |
| | | | | | | | | This fixes a regression relative to python2. | ||||
* | | Null merge of commit accidentally made to default branch first. | R David Murray | 2014-02-07 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | #20013: don't raise socket error when selected mailbox deleted. | R David Murray | 2014-02-07 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug. | ||||
* | | #20013: don't raise socket error when selected mailbox deleted. | R David Murray | 2014-02-07 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug. | ||||
* | | Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. | R David Murray | 2014-02-07 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. | R David Murray | 2014-02-07 | 1 | -4/+3 |
| | | |||||
* | | #20531: Apply the 3.3 version of the #19063 fix. | R David Murray | 2014-02-07 | 4 | -11/+62 |
| | | | | | | | | | | So passing unicode to set_payload works again (but still doesn't do what you want when the message is serialized). | ||||
* | | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. | R David Murray | 2014-02-07 | 5 | -78/+38 |
| | | |||||
* | | asyncio doc: mention that asyncio is not thread-safe | Victor Stinner | 2014-02-07 | 1 | -0/+6 |
| | | |||||
* | | Issue #20505: add debug info | Victor Stinner | 2014-02-07 | 1 | -0/+10 |
| | | |||||
* | | #20477: add examples of using the new contentmanager API. | R David Murray | 2014-02-07 | 3 | -0/+158 |
| | | |||||
* | | #20476: use EmailMessage as factory if non-compat32 policy is used. | R David Murray | 2014-02-07 | 4 | -10/+37 |
| | | | | | | | | | | In 3.5 I will fix this right by adding a message_factory attribute to the policy. | ||||
* | | Issue #20053: Mark as an expected failure for 3.4 | Nick Coghlan | 2014-02-07 | 1 | -2/+12 |
| | | |||||
* | | Issue 20542: Temporarily skip failing test | Nick Coghlan | 2014-02-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #20053: Actually test relevant assumption | Nick Coghlan | 2014-02-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 29 | -116/+282 |
|\ \ | |/ | |||||
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 25 | -104/+237 |
| | | |||||
* | | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines | Yury Selivanov | 2014-02-07 | 2 | -11/+51 |
| | | |||||
* | | Close issue20534: test_enum now tests all supported pickle protocols (2 - ↵ | Ethan Furman | 2014-02-07 | 1 | -24/+36 |
| | | | | | | | | HIGHEST_PROTOCOL, inclusive). | ||||
* | | Null merge | Serhiy Storchaka | 2014-02-06 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Silence BytesWarning (backport 267a4d4d9d65). | Serhiy Storchaka | 2014-02-06 | 1 | -5/+6 |
| | | |||||
* | | Issue #3158: Provide a couple of fallbacks for in case a method_descriptor | Zachary Ware | 2014-02-06 | 1 | -1/+7 |
| | | | | | | | | doesn't have __objclass__. | ||||
* | | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 4 | -5/+5 |
|\ \ | |/ | | | | | Patch by Berker Peksag. | ||||
| * | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 3 | -4/+4 |
| | | | | | | | | Patch by Berker Peksag. | ||||
* | | Catch deprecation warnings emitted when non-integers are formatted with %c, %o | Serhiy Storchaka | 2014-02-06 | 2 | -6/+12 |
| | | | | | | | | and %x (introduced in issue #19995). | ||||
* | | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 5 | -10/+11 |
|\ \ | |/ | |||||
| * | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 5 | -10/+11 |
| | | |||||
* | | asyncio.tasks.gather: Fix docstring | Yury Selivanov | 2014-02-06 | 1 | -1/+1 |
| | | |||||
* | | Close issue20412: Updated Enum docs to have referencable Enum and IntEnum ↵ | Ethan Furman | 2014-02-06 | 1 | -5/+22 |
| | | | | | | | | classes | ||||
* | | Merge for issue #20488 | Brett Cannon | 2014-02-06 | 2 | -6/+11 |
|\ \ | |/ | |||||
| * | Issue #20488: Update docs to say importlib is *the* implementaiton of | Brett Cannon | 2014-02-06 | 2 | -6/+11 |
| | | | | | | | | import and not *an* implementation. | ||||
* | | Issue #6386: When executing a script that's a symlink, the directory | Brett Cannon | 2014-02-06 | 2 | -2/+15 |
| | | | | | | | | | | | | | | where the symlink resolves to is added to sys.path, not the directory containing the symlink itself. Thanks to Sanko Resic for an initial attempt at the patch. | ||||
* | | Issue #14455: fix handling of unsigned long long values for binary plist files | Ronald Oussoren | 2014-02-06 | 5 | -78/+79 |
| | | | | | | | | | | | | | | | | | | | | Values in the range of an unsigned long long, but outside of the range of a signed long long were serialized as a negative value. Due to a bug in PyObjC my test scripts indicated that the previous behavior matched Apple's plist code, instead the handle large unsigned values correctly. The change to plistlib.py is from a patch by Serhiy. | ||||
* | | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
|\ \ | |/ | |||||
| * | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
| | | |||||
* | | merge heads | Yury Selivanov | 2014-02-06 | 1 | -0/+8 |
|\ \ | |||||
| * \ | Issue #20374: merge | Ned Deily | 2014-02-06 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #20374: delete spurious empty line | Ned Deily | 2014-02-06 | 1 | -1/+0 |
| | | | |||||
| * | | Issue #20374: merge | Ned Deily | 2014-02-06 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | Issue #20374: Avoid compiler warnings when compiling readline with libedit. | Ned Deily | 2014-02-06 | 1 | -0/+9 |
| | | | |||||
* | | | asyncio.streams.StreamReader: Add 'at_eof()' method | Yury Selivanov | 2014-02-06 | 2 | -0/+19 |
|/ / | |||||
* | | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data | Yury Selivanov | 2014-02-05 | 2 | -76/+76 |
| | | |||||
* | | #14515: clarify that TemporaryDirectory's __enter__ returns the name. | R David Murray | 2014-02-05 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | #14515: clarify that TemporaryDirectory's __enter__ returns the name. | R David Murray | 2014-02-05 | 1 | -4/+6 |
| | |