summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set line and column numbers for keyword-only arg nodes (closes #20619)Benjamin Peterson2014-02-143-2/+7
* Issue #20526, #19466: Revert changes of issue #19466 which introduces aVictor Stinner2014-02-133-64/+9
* Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the hostVictor Stinner2014-02-131-1/+5
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-135-13/+59
* asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix...Guido van Rossum2014-02-132-21/+55
* asyncio.events: Use __slots__ in Handle and TimerHandleYury Selivanov2014-02-121-0/+4
* Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older thanVictor Stinner2014-02-111-0/+2
* Issue #20505: Remove debug codeVictor Stinner2014-02-111-20/+0
* merge 3.3 (#20594)Benjamin Peterson2014-02-112-2/+8
* asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError ifVictor Stinner2014-02-112-0/+30
* asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shellVictor Stinner2014-02-113-7/+64
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-116-13/+39
* Issue #20505: use also the monotonic time to decide if asyncio debug tracesVictor Stinner2014-02-111-3/+4
* Issue #20505: Oops, only print debug info if selector.select(timeout) took lessVictor Stinner2014-02-111-1/+1
* Issue #20505: Improve debug info in asyncio event loopVictor Stinner2014-02-111-5/+18
* Issue #20505: Fix TestLoop, set the clock resolutionVictor Stinner2014-02-111-0/+1
* Issue #20505: BaseEventLoop uses again the resolution of the clock to decide ifVictor Stinner2014-02-102-8/+9
* merge with 3.3Georg Brandl2014-02-106-5/+43
* Issue #20505: Use even shorter sleep in test_timeout_rounding() to make theVictor Stinner2014-02-101-3/+5
* Created release branch for 3.4.Larry Hastings2014-02-210-0/+0
* Python 3.4.0rc1: Post-release updates.Larry Hastings2014-02-112-1/+13
* Added tag v3.4.0rc1 for changeset 5e088cea8660Larry Hastings2014-02-101-0/+1
* Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-106-9/+9
* Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.Larry Hastings2014-02-102-0/+2
* Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-105-13/+13
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-106-173/+7
* Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2014-02-102-1/+10
* Issue #20530: The signatures for slot builtins have been updatedLarry Hastings2014-02-102-42/+45
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-1010-73/+380
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-096-14/+9
* More complete documentation of event loops and policies.Eli Bendersky2014-02-091-15/+54
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-093-6/+6
* Fix typo in library/ipc.rstEli Bendersky2014-02-091-1/+1
* Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-091-0/+3
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0915-63/+34
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0916-63/+34
* | Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-0928-327/+825
* | asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-092-6/+0
* | Issue #20500: clarify that invocation may be indirectNick Coghlan2014-02-091-2/+3
* | Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-093-7/+18
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-093-29/+1
* | asyncio: Test fix.Guido van Rossum2014-02-091-1/+1
* | Note the new debug assertion in PyObject_StrNick Coghlan2014-02-092-0/+11
* | Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-094-2/+28
* | mergeBrian Curtin2014-02-091-1/+1
|\ \
| * | asyncio doc: fix gather() docVictor Stinner2014-02-091-1/+1
* | | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-094-7/+7
|/ /
* | asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-092-3/+0
* | Tweaks to What's New and some referenced docsNick Coghlan2014-02-093-15/+40
* | Close #20563: Declare ipaddress API stableNick Coghlan2014-02-083-7/+13