]> granicus.if.org Git - python/shortlog
python
2015-07-01 Donald Stufftmerge in setuptools/pip update
2015-07-01 Donald Stufftmerge in setuptools/pip update
2015-07-01 Donald StufftUpdate setuptools to 18.0.1 and pip to 7.1.0
2015-07-01 Yury SelivanovMerge 3.5 (Issue #24487)
2015-07-01 Yury SelivanovIssue #24487: Rename async() -> ensure_future() in...
2015-07-01 Yury SelivanovMerge 3.5
2015-07-01 Yury SelivanovIssue #24541: Drop test_inspect.test_eightteen unittest...
2015-07-01 Yury SelivanovMerge 3.5
2015-07-01 Yury SelivanovIssue #24541: Update comment in test_inspect.test_eightteen
2015-07-01 Yury SelivanovMerge 3.5 (Issue #24400)
2015-07-01 Yury SelivanovIssue #24400: Fix failing unittest
2015-06-30 Yury SelivanovMerge 3.5 (NEWS)
2015-06-30 Yury SelivanovNote removal of inspect.isawaitable() in the NEWS file
2015-06-30 Yury SelivanovMerge 3.5 (Issue #24400)
2015-06-30 Yury SelivanovIssue #24400: Remove inspect.isawaitable().
2015-06-30 Yury SelivanovMerge 3.5
2015-06-30 Yury Selivanovtest_coroutines: remove whitespace
2015-06-30 Yury SelivanovMerge 3.5 (Issue #24528)
2015-06-30 Yury SelivanovIssue #24528: Improve error message for awaits in compr...
2015-06-29 Serhiy StorchakaIssue #19176: Fixed doctype() related bugs in C impleme...
2015-06-29 Serhiy StorchakaIssue #19176: Fixed doctype() related bugs in C impleme...
2015-06-29 Serhiy StorchakaIssue #19176: Fixed doctype() related bugs in C impleme...
2015-06-29 Serhiy StorchakaIssue #24467: Fixed possible buffer over-read in bytear...
2015-06-29 Serhiy StorchakaIssue #24467: Fixed possible buffer over-read in bytear...
2015-06-29 Serhiy StorchakaIssue #24467: Fixed possible buffer over-read in bytear...
2015-06-28 Jason R. CoombsIssue #20387: Merge with 3.5
2015-06-28 Jason R. CoombsIssue #20387: Merge test and patch from 3.4.4
2015-06-28 Jason R. CoombsIssue #20387: Merge
2015-06-28 Serhiy StorchakaIssue #24456: Fixed possible buffer over-read in adpcm2...
2015-06-28 Serhiy StorchakaIssue #24456: Fixed possible buffer over-read in adpcm2...
2015-06-28 Serhiy StorchakaIssue #24456: Fixed possible buffer over-read in adpcm2...
2015-06-28 Jason R. CoombsIssue #20387: Merge patch and test
2015-06-28 Serhiy StorchakaIssue #24336: The contextmanager decorator now works...
2015-06-28 Serhiy StorchakaIssue #24336: The contextmanager decorator now works...
2015-06-28 Serhiy StorchakaIssue #24336: The contextmanager decorator now works...
2015-06-28 Raymond HettingerMinor refactoring. Move reference count logic into...
2015-06-27 Benjamin Petersonmerge 3.5
2015-06-27 Benjamin Petersonupgrade to Unicode 8.0.0
2015-06-27 Benjamin Petersonmerge 3.5 (#24522)
2015-06-27 Benjamin Petersonprevent integer overflow in escape_unicode (closes...
2015-06-27 Benjamin Petersonmerge 3.5
2015-06-27 Benjamin Petersonmerge 3.4
2015-06-27 Benjamin Petersonmerge 3.3
2015-06-27 Benjamin Petersonadd issue number
2015-06-27 Benjamin Petersonmerge 3.5
2015-06-27 Benjamin Petersonmerge 3.4
2015-06-27 Benjamin Petersonmerge 3.3
2015-06-27 Benjamin Petersonuse safe allocation and reallocation macros
2015-06-26 Jason R. CoombsIssue #20387: Update Misc/NEWS
2015-06-26 Raymond HettingerMinor tweeak to tighten the inner-loop.
2015-06-25 Berker PeksagIssue #23684: Clarify the return value of the scheme...
2015-06-25 Berker PeksagIssue #23684: Clarify the return value of the scheme...
2015-06-25 Berker PeksagIssue #23684: Clarify the return value of the scheme...
2015-06-25 Yury SelivanovMerge 3.5 (issue #24509)
2015-06-25 Yury SelivanovMerge 3.4 (issue #24509)
2015-06-25 Yury SelivanovIssue #24509: Clarify Handle.cancel() and loop.call_...
2015-06-25 Yury SelivanovMerge 3.5
2015-06-25 Yury SelivanovMerge 3.4
2015-06-25 Yury Selivanovasyncio.docs: Use less confusing title
2015-06-25 Yury SelivanovMerge 3.5 (Issue #24439)
2015-06-25 Yury SelivanovIssue #24439: Update tulip_coro.dia
2015-06-24 Yury SelivanovMerge 3.5 (issue #24325 & #24400)
2015-06-24 Yury SelivanovIssue #24400, #24325: More tests for types._GeneratorWr...
2015-06-24 Yury SelivanovMerge 3.5 (Issue #24325, #24400)
2015-06-24 Yury SelivanovIssue #24325, #24400: Add more unittests for types...
2015-06-24 Yury SelivanovMerge 3.5 (issue #24439)
2015-06-24 Yury SelivanovIssue #24439: Improve PEP 492 related docs.
2015-06-24 Yury SelivanovMerge 3.5
2015-06-24 Yury SelivanovIssue #24495, #24400: Test asyncio.Task.repr in debug...
2015-06-24 Yury SelivanovFix asyncio unittests in debug mode (Merge 3.5)
2015-06-24 Yury SelivanovFix asyncio unittests in debug mode
2015-06-24 Yury SelivanovFix asyncio unittests in debug mode
2015-06-24 Yury SelivanovIssue #24400: Fix CoroWrapper for 'async def' coroutines
2015-06-24 Yury SelivanovIssue #24400: Fix CoroWrapper for 'async def' coroutines
2015-06-24 Yury SelivanovIssue #24400: Fix CoroWrapper for 'async def' coroutines
2015-06-24 Yury SelivanovMerge 3.5
2015-06-24 Yury SelivanovMerge 3.4
2015-06-24 Yury Selivanovasyncio: Merge changes from issue #24400.
2015-06-24 Raymond HettingerMinor code cleanup.
2015-06-24 Steve DowerCloses #24244: Removes invalid test from test_time
2015-06-24 Steve DowerCloses #24244: Removes invalid test from test_time
2015-06-23 Yury SelivanovMerge 3.5
2015-06-23 Yury Selivanovdocs.whatsnew: Update ref to tp_as_async
2015-06-23 Yury SelivanovMerge 3.5
2015-06-23 Yury Selivanovdocs.capi: Fix tp_as_async doc
2015-06-23 Antoine PitrouIssue #24489: ensure a previously set C errno doesn...
2015-06-23 Antoine PitrouIssue #24489: ensure a previously set C errno doesn...
2015-06-23 Antoine PitrouIssue #24489: ensure a previously set C errno doesn...
2015-06-22 Yury SelivanovIssue #24400: Merge 3.5
2015-06-22 Yury SelivanovIssue #24400: Introduce a distinct type for 'async...
2015-06-22 Dingyuan WangIssue #20387: Restore retention of indentation during...
2015-06-26 Jason R. CoombsIssue #20387: Correct test to properly capture expectation.
2015-06-21 Raymond HettingerHarmonize the bottom of the outer loop with its entry...
2015-06-21 Serhiy StorchakaFixed documentation of functions with const char* argum...
2015-06-21 Serhiy StorchakaFixed documentation of functions with const char* argum...
2015-06-21 Serhiy StorchakaFixed documentation of functions with const char* argum...
2015-06-21 Serhiy StorchakaAdded the const qualifier for char* argument of Py_Ente...
2015-06-21 Serhiy StorchakaAdded the const qualifier for char* argument of Py_Ente...
2015-06-21 Serhiy StorchakaAdded the const qualifier for char* argument of Py_Ente...
2015-06-21 Serhiy StorchakaIssue #24436: Added const qualifiers for char* argument...
next