summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Mention PEP 492 in whatsnew.Yury Selivanov2015-05-121-0/+1
* | Issue 24017: Update NEWS file.Yury Selivanov2015-05-121-0/+2
* | Fix warnings for gen_get_iter()Yury Selivanov2015-05-121-1/+1
* | Fix warnings for PyEval_GetCoroutineWrapperYury Selivanov2015-05-122-2/+2
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-1272-5617/+9139
* | mergeRaymond Hettinger2015-05-121-0/+5
|\ \ | |/
| * Defend against a mutation during comparisonRaymond Hettinger2015-05-121-0/+5
* | asyncio: Merge 3.4 -- Support PEP 492. Issue #24017.Yury Selivanov2015-05-126-27/+116
|\ \ | |/
| * asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-126-27/+116
* | Minor code cleanups.Raymond Hettinger2015-05-121-5/+5
* | Merge 3.4 (asyncio docs)Yury Selivanov2015-05-114-20/+48
|\ \ | |/
| * docs/asyncio: Document new ensure_future() and deprecated async()Yury Selivanov2015-05-113-20/+28
| * docs/asyncio: Document set_task_factory/get_task_factoryYury Selivanov2015-05-111-0/+20
* | Null merge.Yury Selivanov2015-05-110-0/+0
|\ \ | |/
| * Fix NEWS file.Yury Selivanov2015-05-111-4/+4
* | Merge 3.4 (asyncio changes)Yury Selivanov2015-05-117-35/+58
|\ \ | |/
| * asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-117-34/+57
* | asyncio: Drop JoinableQueue from 3.5Yury Selivanov2015-05-111-6/+1
* | Merge 3.4 (asyncio)Yury Selivanov2015-05-113-4/+16
|\ \ | |/
| * Sync asyncio changes from the main repo.Yury Selivanov2015-05-115-16/+94
* | asyncio: Sync with github repoYury Selivanov2015-05-115-36/+110
* | Minor stylistic clean-up.Raymond Hettinger2015-05-111-6/+6
* | Issue #24155: Optimize heapify for better cache utililzation.Raymond Hettinger2015-05-112-0/+75
* | #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-115-97/+219
* | merge headsBenjamin Peterson2015-05-116-22/+180
|\ \
| * | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-105-21/+179
| * | Issue #22906: Do incref before SetCause/SetContextYury Selivanov2015-05-101-1/+1
* | | merge 3.4Benjamin Peterson2015-05-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * add trailing slashBenjamin Peterson2015-05-111-1/+1
* | Fix news entry for issue 24018.Guido van Rossum2015-05-091-1/+1
* | Issue 22906: Increment refcount after PyException_SetContextYury Selivanov2015-05-091-0/+1
* | Issue 22906: Add test file.Yury Selivanov2015-05-091-0/+34
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-0914-15/+103
* | Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-094-2/+145
* | merge 3.4Benjamin Peterson2015-05-093-2/+15
|\ \ | |/
| * ensure .keywords is always a dictBenjamin Peterson2015-05-093-9/+9
* | merge 3.4 (#23042)Benjamin Peterson2015-05-091-18/+30
|\ \ | |/
| * merge headsBenjamin Peterson2015-05-092-1/+1
| |\
| * | fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-091-18/+30
* | | merge - upgrade setuptools to 15.2Donald Stufft2015-05-092-1/+1
|\ \ \ | | |/ | |/|
| * | Upgrade setuptools to 15.2Donald Stufft2015-05-092-1/+1
| |/
* | Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
|\ \ | |/
| * Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-4/+4
* | Issue #20274: When calling a _sqlite.Connection, it now complains if passedLarry Hastings2015-05-082-3/+12
|\ \ | |/
| * Issue #20274: Remove ignored and erroneous "kwargs" parameters from threeLarry Hastings2015-05-082-3/+6
* | Merge from 3.4.Larry Hastings2015-05-082-2/+6
|\ \ | |/
| * Issue #21520: test_zipfile no longer fails if the word 'bad' appearsLarry Hastings2015-05-082-2/+6
* | Merge 3.4Andrew Svetlov2015-05-081-2/+1
|\ \ | |/
| * Fix doc: asyncio.Semaphore.release() actually is a regular function, not coro...Andrew Svetlov2015-05-081-2/+1
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-087-98/+119