| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #20493: Document that asyncio should not exceed one day | Victor Stinner | 2014-02-18 | 1 | -0/+4 |
| | | |||||
| * | Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. | Victor Stinner | 2014-02-18 | 1 | -1/+1 |
| | | |||||
| * | Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on ↵ | Victor Stinner | 2014-02-18 | 2 | -12/+3 |
| | | | | | OpenBSD 5.5. | ||||
| * | Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on | Victor Stinner | 2014-02-18 | 2 | -0/+13 |
| | | | | | OpenBSD older than 5.5 | ||||
| * | Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by | Victor Stinner | 2014-02-18 | 1 | -0/+1 |
| | | | | | Vajrasky Kok. | ||||
| * | Close #20652: asyncio doc: close the event loop in run_forever() example. Fix | Victor Stinner | 2014-02-17 | 1 | -3/+6 |
| | | | | | also typo. Patch written by Vajrasky Kok. | ||||
| * | Issue #20616: Add a format() method to tracemalloc.Traceback. | Victor Stinner | 2014-02-16 | 4 | -7/+59 |
| | | |||||
| * | merge backout for #20621 | Benjamin Peterson | 2014-02-16 | 2 | -321/+67 |
| | | |||||
| * | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) | Benjamin Peterson | 2014-02-16 | 3 | -12/+23 |
| | | |||||
| * | Issue #19744: Handle missing SSL/TLS in ensurepip | Nick Coghlan | 2014-02-15 | 3 | -0/+17 |
| | | | | | | - now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS | ||||
| * | set line and column numbers for keyword-only arg nodes (closes #20619) | Benjamin Peterson | 2014-02-13 | 3 | -2/+7 |
| | | |||||
| * | Issue #20526, #19466: Revert changes of issue #19466 which introduces a | Victor Stinner | 2014-02-13 | 3 | -64/+9 |
| | | | | | | regression: don't clear anymore the state of Python threads early during the Python shutdown. | ||||
| * | Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host | Victor Stinner | 2014-02-13 | 1 | -1/+5 |
| | | |||||
| * | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if | Victor Stinner | 2014-02-13 | 5 | -13/+59 |
| | | | | | | the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families. | ||||
| * | asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. ↵ | Guido van Rossum | 2014-02-12 | 2 | -21/+55 |
| | | | | | Fixes issue #20566. | ||||
| * | asyncio.events: Use __slots__ in Handle and TimerHandle | Yury Selivanov | 2014-02-12 | 1 | -0/+4 |
| | | |||||
| * | Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than | Victor Stinner | 2014-02-11 | 1 | -0/+2 |
| | | | | | FreeBSD 8 | ||||
| * | Issue #20505: Remove debug code | Victor Stinner | 2014-02-11 | 1 | -20/+0 |
| | | |||||
| * | merge 3.3 (#20594) | Benjamin Peterson | 2014-02-11 | 2 | -2/+8 |
| | | |||||
| * | asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if | Victor Stinner | 2014-02-11 | 2 | -0/+30 |
| | | | | | the list of futures is not a list but a Future, Task or coroutine object | ||||
| * | asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell | Victor Stinner | 2014-02-11 | 3 | -7/+64 |
| | | | | | parameters | ||||
| * | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 6 | -13/+39 |
| | | | | | | call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function. | ||||
| * | Issue #20505: use also the monotonic time to decide if asyncio debug traces | Victor Stinner | 2014-02-11 | 1 | -3/+4 |
| | | | | | should be printed | ||||
| * | Issue #20505: Oops, only print debug info if selector.select(timeout) took less | Victor Stinner | 2014-02-11 | 1 | -1/+1 |
| | | | | | than timeout | ||||
| * | Issue #20505: Improve debug info in asyncio event loop | Victor Stinner | 2014-02-11 | 1 | -5/+18 |
| | | |||||
| * | Issue #20505: Fix TestLoop, set the clock resolution | Victor Stinner | 2014-02-11 | 1 | -0/+1 |
| | | |||||
| * | Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if | Victor Stinner | 2014-02-10 | 2 | -8/+9 |
| | | | | | scheduled tasks should be executed or not. | ||||
| * | merge with 3.3 | Georg Brandl | 2014-02-10 | 6 | -5/+43 |
| | | |||||
| * | Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the | Victor Stinner | 2014-02-10 | 1 | -3/+5 |
| | | | | | test more reliable (= fail more often on Windows with HPET enabled). | ||||
| * | Created release branch for 3.4. | Larry Hastings | 2014-02-20 | 0 | -0/+0 |
| | | |||||
| * | Python 3.4.0rc1: Post-release updates. | Larry Hastings | 2014-02-11 | 2 | -1/+13 |
| | | |||||
| * | Added tag v3.4.0rc1 for changeset 5e088cea8660 | Larry Hastings | 2014-02-10 | 1 | -0/+1 |
| | | |||||
| * | Python 3.4.0rc1: Version bump.v3.4.0rc1 | Larry Hastings | 2014-02-10 | 6 | -9/+9 |
| | | |||||
| * | Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. | Larry Hastings | 2014-02-10 | 2 | -0/+2 |
| | | |||||
| * | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. | Larry Hastings | 2014-02-10 | 5 | -13/+13 |
| | | |||||
| * | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. | Larry Hastings | 2014-02-10 | 6 | -173/+7 |
| | | |||||
| * | Issue #20505: Add debug info to analyze sporaric failures of | Victor Stinner | 2014-02-10 | 2 | -1/+10 |
| | | | | | test_timeout_rounding() on Windows XP buildbots. | ||||
| * | Issue #20530: The signatures for slot builtins have been updated | Larry Hastings | 2014-02-09 | 2 | -42/+45 |
| | | | | | to reflect the fact that they only accept positional-only arguments. | ||||
| * | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-09 | 10 | -73/+380 |
| | | | | | | | now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one. | ||||
| * | asyncio: Tulip issue 112: Inline make_handle() into Handle constructor | Victor Stinner | 2014-02-10 | 6 | -14/+9 |
| | | |||||
| * | More complete documentation of event loops and policies. | Eli Bendersky | 2014-02-09 | 1 | -15/+54 |
| | | | | | | | | Documented the AbstractEventLoopPolicy interface explicitly and explained the relation between the global loop & policy access functions. Added an initial section that explains the connections in general terms. Documented missing XXX methods. | ||||
| * | Various formatting & grammar fixes in asyncio* docs. | Eli Bendersky | 2014-02-09 | 3 | -6/+6 |
| | | |||||
| * | Fix typo in library/ipc.rst | Eli Bendersky | 2014-02-09 | 1 | -1/+1 |
| | | |||||
| * | Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. | Victor Stinner | 2014-02-09 | 1 | -0/+3 |
| | | | | | The decoder does not support partial decoding yet for this code page. | ||||
| * | Issue #20437: Fixed 22 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 15 | -63/+34 |
| |\ | |||||
| | * | Issue #20437: Fixed 21 potential bugs when deleting objects references. | Serhiy Storchaka | 2014-02-09 | 16 | -63/+34 |
| | | | |||||
| * | | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-08 | 28 | -327/+825 |
| | | | | | | | | | | | | | | | The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4. | ||||
| * | | asyncio: Remove more relics of resolution/granularity. | Guido van Rossum | 2014-02-08 | 2 | -6/+0 |
| | | | |||||
| * | | Issue #20500: clarify that invocation may be indirect | Nick Coghlan | 2014-02-09 | 1 | -2/+3 |
| | | | |||||
| * | | Issue #20500: Note other public APIs with the new assertion | Nick Coghlan | 2014-02-09 | 3 | -7/+18 |
| | | | |||||
