Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio * Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute 07 February 2014, 22:34:58 UTC
c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. 07 February 2014, 20:04:26 UTC
1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. This fixes a regression relative to python2. 07 February 2014, 20:02:19 UTC
f1e9533 Null merge of commit accidentally made to default branch first. 07 February 2014, 18:48:46 UTC
bd3a11b #20013: don't raise socket error when selected mailbox deleted. 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. 07 February 2014, 18:47:40 UTC
95ff723 #20013: don't raise socket error when selected mailbox deleted. 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. 07 February 2014, 18:44:57 UTC
feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. 07 February 2014, 18:04:18 UTC
fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. 07 February 2014, 18:03:08 UTC
15a693a #20531: Apply the 3.3 version of the #19063 fix. So passing unicode to set_payload works again (but still doesn't do what you want when the message is serialized). 07 February 2014, 17:46:17 UTC
27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. 07 February 2014, 17:40:37 UTC
790202d asyncio doc: mention that asyncio is not thread-safe 07 February 2014, 18:03:05 UTC
3e7cc03 Issue #20505: add debug info 07 February 2014, 16:53:13 UTC
02384bf #20477: add examples of using the new contentmanager API. 07 February 2014, 15:55:17 UTC
aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. In 3.5 I will fix this right by adding a message_factory attribute to the policy. 07 February 2014, 15:44:16 UTC
11c5afd Issue #20053: Mark as an expected failure for 3.4 07 February 2014, 13:46:38 UTC
96252cd Issue 20542: Temporarily skip failing test 07 February 2014, 13:34:41 UTC
d49fa5e Issue #20053: Actually test relevant assumption 07 February 2014, 12:28:18 UTC
f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. 07 February 2014, 08:10:55 UTC
5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. 07 February 2014, 08:06:39 UTC
622be34 asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines 07 February 2014, 03:06:16 UTC
2ddb39a Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive). 07 February 2014, 01:28:50 UTC
7e6a19d Null merge 06 February 2014, 22:29:03 UTC
fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). 06 February 2014, 22:26:57 UTC
eee44f2 Issue #3158: Provide a couple of fallbacks for in case a method_descriptor doesn't have __objclass__. 06 February 2014, 21:46:38 UTC
a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. Patch by Berker Peksag. 06 February 2014, 20:52:23 UTC
bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. Patch by Berker Peksag. 06 February 2014, 20:49:45 UTC
a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o and %x (introduced in issue #19995). 06 February 2014, 20:44:27 UTC
303718c Fix empty strings to empty bytes objects. 06 February 2014, 19:11:33 UTC
5e028ae Fix empty strings to empty bytes objects. 06 February 2014, 19:10:41 UTC
f317cb7 asyncio.tasks.gather: Fix docstring 06 February 2014, 17:03:53 UTC
c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes 06 February 2014, 16:13:14 UTC
3303b6a Merge for issue #20488 06 February 2014, 14:49:53 UTC
07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of import and not *an* implementation. 06 February 2014, 14:46:08 UTC
f811bbf Issue #6386: When executing a script that's a symlink, the directory 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. 06 February 2014, 14:22:51 UTC
94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files 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. 06 February 2014, 10:19:18 UTC
3dcb0cf Issue #20520: Fixed readline test in test_codecs. 06 February 2014, 07:27:28 UTC
5b4fab1 Issue #20520: Fixed readline test in test_codecs. 06 February 2014, 07:26:56 UTC
bfafa61 merge heads 06 February 2014, 05:18:48 UTC
f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method 06 February 2014, 05:14:30 UTC
93db29b Issue #20374: merge 06 February 2014, 01:03:42 UTC
22d415c Issue #20374: delete spurious empty line 06 February 2014, 01:02:29 UTC
4b104ab Issue #20374: merge 06 February 2014, 00:55:20 UTC
7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. 06 February 2014, 00:53:10 UTC
e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data 05 February 2014, 23:11:13 UTC
58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. 05 February 2014, 19:56:39 UTC
2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. 05 February 2014, 19:53:40 UTC
255493c Issue #19920: TarFile.list() no longer fails when outputs a listing containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. 05 February 2014, 18:54:43 UTC
3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. 05 February 2014, 18:53:36 UTC
4d5d69d TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. 05 February 2014, 15:33:14 UTC
456ab5d Issue #20053: new test to check an assumption 05 February 2014, 13:54:55 UTC
780145d Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. 05 February 2014, 11:42:29 UTC
1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. 05 February 2014, 11:42:01 UTC
54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. 05 February 2014, 11:34:01 UTC
2aa15d8 Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. 05 February 2014, 02:44:17 UTC
25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 CID 1167595 04 February 2014, 23:29:48 UTC
d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 CID 1167595 04 February 2014, 23:29:17 UTC
3b55f0c asyncio: Cosmetic improvement to test__run_once_logging() mock argument. 04 February 2014, 22:27:14 UTC
3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. 04 February 2014, 21:49:34 UTC
5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread 04 February 2014, 17:18:27 UTC
d8b24d7 Closes #20509: Merged documentation update from 3.3. 04 February 2014, 16:42:04 UTC
6068b6c Issue #20509: Added cross-reference in documentation. 04 February 2014, 16:28:07 UTC
e9e8907 merge 3.3 (#19186) 04 February 2014, 15:12:18 UTC
091d017 restore namespacing of pyexpat symbols (closes #19186) 04 February 2014, 15:10:55 UTC
6edd82a Close #20053: ignore default pip config settings ensurepip now sets PIP_CONFIG_FILE to os.devnull before import pip from the wheel file. This also ensures venv ignores the default settings when bootstrapping pip. 04 February 2014, 13:02:36 UTC
a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper - io.TextIOWrapper (and hence the open() builtin) now use the internal codec marking system added for issue #19619 - also tweaked the C code to only look up the encoding once, rather than multiple times - the existing output type checks remain in place to deal with unmarked third party codecs. 04 February 2014, 12:11:18 UTC
1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space 04 February 2014, 08:49:14 UTC
ca7b046 Issue #17162: Add PyType_GetSlot. 04 February 2014, 08:33:05 UTC
83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError. 04 February 2014, 07:57:48 UTC
1703bbb Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with Tulip (changeset d7ac90c0463a) 03 February 2014, 22:59:52 UTC
e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() 03 February 2014, 22:26:28 UTC
b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a Process.subprocess read-only property 03 February 2014, 22:08:14 UTC
cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. 03 February 2014, 22:02:26 UTC
c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. 03 February 2014, 21:58:31 UTC
08df295 Skip expr* tests for large integers for Tcl <8.5. The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. 03 February 2014, 20:32:00 UTC
160f892 Skip expr* tests for large integers for Tcl <8.5. The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. 03 February 2014, 20:31:09 UTC
c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. 03 February 2014, 20:01:35 UTC
d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. 03 February 2014, 19:59:59 UTC
b74cf63 Merge heads 03 February 2014, 19:36:17 UTC
512259b Issue #19761: Fixed Tkinter tests on OS X. 03 February 2014, 19:34:14 UTC
b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. 03 February 2014, 19:33:33 UTC
ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. Improved error handling in variables-related commands. 03 February 2014, 19:25:56 UTC
1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. Improved error handling in variables-related commands. 03 February 2014, 19:24:07 UTC
233eac4 remove extra backtick 03 February 2014, 19:08:00 UTC
1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), exprlong() and exprboolean(). 03 February 2014, 18:46:14 UTC
fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), exprlong() and exprboolean(). 03 February 2014, 18:41:34 UTC
f045de4 remove code which does nothing but cause refleaks 03 February 2014, 14:35:08 UTC
ae376e5 Merge from 3.3 03 February 2014, 14:20:22 UTC
3633da2 Use different word 03 February 2014, 14:04:02 UTC
d591cba Merged documentation update from 3.3. 03 February 2014, 11:52:24 UTC
554f22f Added cookbook entry on logging filter configuration using dictConfig(). 03 February 2014, 11:51:45 UTC
7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 03 February 2014, 07:46:07 UTC
45e732d whatsnew: read/write on closed SSL socket exception has changed. 03 February 2014, 06:33:39 UTC
bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. 03 February 2014, 06:14:03 UTC
3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it requires at least Mac OS X 10.6. 02 February 2014, 23:35:46 UTC
9dd39f5 Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 02 February 2014, 23:32:13 UTC
1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. 02 February 2014, 22:38:48 UTC
57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. 02 February 2014, 22:37:29 UTC
2f2ecaa Issue #19990: Install test/imghdrdata. 02 February 2014, 22:00:39 UTC
6bb21c4 Issue #19990: Install test/imghdrdata. 02 February 2014, 21:59:49 UTC
9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter 02 February 2014, 21:49:03 UTC
back to top