Fri, 28 Feb 2014 20:34:41 +0100 |
Martin v. Löwis |
Rename 3.3 to 3.4. win8app tip |
Fri, 28 Feb 2014 20:34:00 +0100 |
Martin v. Löwis |
Accept setting inheritance to no. win8app |
Fri, 28 Feb 2014 20:31:57 +0100 |
Martin v. Löwis |
Put bootstrap stderr into debugger. win8app |
Fri, 28 Feb 2014 17:36:36 +0100 |
Martin v. Löwis |
Let VS regenerate files. win8app |
Fri, 28 Feb 2014 17:35:00 +0100 |
Martin v. Löwis |
Fix renaming glitch win8app |
Fri, 28 Feb 2014 17:32:45 +0100 |
Martin v. Löwis |
Rename project structure to 3.4. win8app |
Fri, 28 Feb 2014 17:28:32 +0100 |
Martin v. Löwis |
Remove obsolete project win8app |
Fri, 28 Feb 2014 17:25:44 +0100 |
Martin v. Löwis |
Port to Python 3.4, VS 2013, and Windows 8.1. win8app |
Wed, 26 Feb 2014 16:15:48 +0100 |
Martin v. Löwis |
Mit 3.4 zusammenführen win8app |
Sun, 23 Feb 2014 02🔞41 -0600 |
Larry Hastings |
Added tag v3.4.0rc2 for changeset a300712ed38c 3.4 |
Sun, 23 Feb 2014 02🔞24 -0600 |
Larry Hastings |
Version bump for Python 3.4.0rc2. 3.4 v3.4.0rc2 |
Sun, 23 Feb 2014 02:16:46 -0600 |
Larry Hastings |
Regenerated pydoc topics for Python 3.4.0rc2. 3.4 |
Sat, 22 Feb 2014 23:44:20 +0100 |
Martin v. Löwis |
Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. 3.4 |
Sat, 22 Feb 2014 13:57:08 -0700 |
Eric Snow |
Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. 3.4 |
Sat, 22 Feb 2014 14:28:46 -0500 |
R David Murray |
whatsnew: importlib deprecations. 3.4 |
Fri, 21 Feb 2014 18:30:53 -0500 |
Yury Selivanov |
inspect.signature: Check for function-like objects before builtins. Issue #17159 3.4 |
Fri, 21 Feb 2014 07:42:39 -0500 |
Donald Stufft |
Upgrade pip from 1.5.3 to 1.5.4 3.4 |
Thu, 20 Feb 2014 23:34:46 -0800 |
Larry Hastings |
Issue #20710: The pydoc summary line no longer displays the "self" parameter 3.4 |
Fri, 21 Feb 2014 01:32:42 -0500 |
Yury Selivanov |
inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 3.4 |
Thu, 20 Feb 2014 20:53:27 -0500 |
Donald Stufft |
Upgrade pip from 1.5.2 to 1.5.3 3.4 |
Thu, 20 Feb 2014 20:10:28 -0500 |
Yury Selivanov |
asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. 3.4 |
Thu, 20 Feb 2014 15:39:29 -0600 |
Zachary Ware |
Issue #20221: Removed conflicting (or circular) hypot definition 3.4 |
Thu, 20 Feb 2014 16:20:44 -0500 |
Yury Selivanov |
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 3.4 |
Thu, 20 Feb 2014 21:59:38 +0100 |
Victor Stinner |
asyncio: _check_resolved_address() must also accept IPv6 without flow_info and 3.4 |
Thu, 20 Feb 2014 14:10:02 -0500 |
Yury Selivanov |
asyncio.docs: Improve documentation of Streams. Issue #20696. 3.4 |
Thu, 20 Feb 2014 13:59:14 -0500 |
Yury Selivanov |
Misc/NEWS: Add some missing news items re asyncio. 3.4 |
Thu, 20 Feb 2014 17:01:11 +0100 |
Victor Stinner |
asyncio: ops, and now fix also the unit test for IPv6 address: 3.4 |
Thu, 20 Feb 2014 16:43:09 +0100 |
Victor Stinner |
asyncio: Fix _check_resolved_address() for IPv6 address 3.4 |
Thu, 20 Feb 2014 10:37:27 +0100 |
Victor Stinner |
asyncio: remove unused imports and unused variables noticed by pyflakes 3.4 |
Thu, 20 Feb 2014 10:33:01 +0100 |
Victor Stinner |
asyncio: Fix _ProactorWritePipeTransport._pipe_closed() 3.4 |
Thu, 20 Feb 2014 10:12:59 +0100 |
Victor Stinner |
asyncio.subprocess: Fix a race condition in communicate() 3.4 |
Wed, 19 Feb 2014 23:06:41 -0500 |
Benjamin Peterson |
merge 3.3 (#20695) 3.4 |
Wed, 19 Feb 2014 20:58:44 -0500 |
Yury Selivanov |
asyncio.docs: Document Error Handling API and asyncio.Handle 3.4 |
Thu, 20 Feb 2014 01:44:10 +0100 |
Victor Stinner |
asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG 3.4 |
Wed, 19 Feb 2014 18:05:36 -0500 |
Benjamin Peterson |
update magic number for #20625 3.4 |
Wed, 19 Feb 2014 23:15:02 +0100 |
Victor Stinner |
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. 3.4 |
Wed, 19 Feb 2014 16:27:23 -0500 |
Yury Selivanov |
inspect: Fix getfullargspec() to not to follow __wrapped__ chains 3.4 |
Wed, 19 Feb 2014 18:32:03 +0100 |
Victor Stinner |
Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) 3.4 |
Wed, 19 Feb 2014 18:10:32 +0100 |
Victor Stinner |
Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger 3.4 |
Wed, 19 Feb 2014 11:10:52 -0500 |
Yury Selivanov |
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol 3.4 |
Wed, 19 Feb 2014 13:32:34 +0100 |
Victor Stinner |
asyncio: document new create_unix_connection() and create_unix_server() methods 3.4 |
Tue, 18 Feb 2014 22:56:15 -0500 |
Yury Selivanov |
asyncio: pep8-ify the code. 3.4 |
Tue, 18 Feb 2014 22:27:48 -0500 |
Yury Selivanov |
asyncio: Fix spelling and typos. 3.4 |
Wed, 19 Feb 2014 02:21:08 +0100 |
Victor Stinner |
Issue #20682: test_asyncio, _basetest_create_connection() checks also the 3.4 |
Wed, 19 Feb 2014 01:45:59 +0100 |
Victor Stinner |
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and 3.4 |
Wed, 19 Feb 2014 01:40:41 +0100 |
Victor Stinner |
asyncio, Tulip issue 139: Improve error messages on "fatal errors" 3.4 |
Tue, 18 Feb 2014 18:41:13 -0500 |
Yury Selivanov |
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin 3.4 |
Tue, 18 Feb 2014 18:02:19 -0500 |
Yury Selivanov |
asyncio: New error handling API. Issue #20681. 3.4 |
Tue, 18 Feb 2014 22:07:56 +0100 |
Victor Stinner |
Issue #20625: Fix compilation issue 3.4 |
Tue, 18 Feb 2014 12:37:12 -0800 |
Ethan Furman |
Close issue20653: allow Enum subclasses to override __reduce_ex__ 3.4 |
Tue, 18 Feb 2014 10:24:30 -0800 |
Guido van Rossum |
asyncio: Make tests pass on Windows. 3.4 |
Tue, 18 Feb 2014 12:49:41 -0500 |
Yury Selivanov |
Mangle __parameters in __annotations__ dict properly. Issue #20625. 3.4 |
Tue, 18 Feb 2014 11:35:15 -0600 |
Zachary Ware |
Issue #20609: Merge with 3.3. 3.4 |
Tue, 18 Feb 2014 12:21:57 -0500 |
Yury Selivanov |
Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. 3.4 |
Tue, 18 Feb 2014 12:15:06 -0500 |
Yury Selivanov |
asyncio: Add support for UNIX Domain Sockets. 3.4 |
Tue, 18 Feb 2014 09:37:43 +0100 |
Victor Stinner |
Issue #20493: Document that asyncio should not exceed one day 3.4 |
Tue, 18 Feb 2014 09:22:00 +0100 |
Victor Stinner |
Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. 3.4 |
Tue, 18 Feb 2014 09:13:47 +0100 |
Victor Stinner |
Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. 3.4 |
Tue, 18 Feb 2014 01:30:03 +0100 |
Victor Stinner |
Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on 3.4 |
Tue, 18 Feb 2014 00:11:21 +0100 |
Victor Stinner |
Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by 3.4 |