]> granicus.if.org Git - python/shortlog
python
2015-07-04 R David MurrayMerge: #24584: replace dead link with pointer to archiv...
2015-07-04 R David Murray#24584: replace dead link with pointer to archive.org.
2015-07-04 Steve DowerIgnore user environment/site-packages for ensurepip...
2015-07-04 Ned DeilyUpdates to the OS X installer for 3.5.0b3:
2015-07-04 Ned DeilyIssue #24432: Update OS X 10.5+ installer builds to...
2015-07-04 Ned DeilyIssue #24432: Update OS X 10.5+ installer builds to...
2015-07-03 Steve DowerIssue #24432: Update Windows builds to use OpenSSL...
2015-07-03 Steve DowerIssue #24432: Update Windows builds to use OpenSSL...
2015-07-03 Steve DowerFixes warnings when building python3.dll due to the...
2015-07-03 Yury SelivanovIssue #24400: Resurrect inspect.isawaitable()
2015-07-03 Nick CoghlanClose #24458: PEP 489 documentation
2015-07-03 Yury SelivanovAdd a rudimentary test for StopAsyncIteration in test_e...
2015-07-03 Yury SelivanovIssue #19235: Add new RecursionError exception. Patch...
2015-07-03 Yury SelivanovMerge 3.4 (Issue #24450)
2015-07-03 Yury SelivanovIssue #24450: Proxy gi_yieldfrom & cr_await in asyncio...
2015-07-03 Yury SelivanovIssue #24450: Proxy cr_await and gi_yieldfrom in @types...
2015-07-03 Yury SelivanovIssue #24450: Add gi_yieldfrom to generators; cr_await...
2015-07-02 Benjamin Petersonmerge 3.4
2015-07-02 Benjamin Petersonuse correct __new__ method (closes #24552)
2015-07-02 Benjamin Petersonmerge 3.4 (#24552)
2015-07-02 Benjamin Petersonfix use after free (closes #24552)
2015-07-02 Stefan KrahIssue #24543: Use AC_LINK instead of AC_COMPILE in...
2015-07-02 Lars GustäbelMerge with 3.4: Issue #24514: tarfile now tolerates...
2015-07-02 Lars GustäbelIssue #24514: tarfile now tolerates number fields consi...
2015-07-02 Benjamin PetersonMerge 3.4
2015-07-02 Benjamin Petersonremove stray '(' (closes #24547)
2015-07-02 Yury Selivanovdocs/conf: Undo changes in b2a3baa1c2b0; issue #24400
2015-07-01 Yury SelivanovIssue #24400: Mention that __instancecheck__ is used...
2015-07-01 Yury SelivanovIssue #24400: Add one more unittest for CoroutineType...
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 SelivanovIssue #24487: Rename async() -> ensure_future() in...
2015-07-01 Yury SelivanovIssue #24541: Drop test_inspect.test_eightteen unittest...
2015-07-01 Yury SelivanovIssue #24541: Update comment in test_inspect.test_eightteen
2015-07-01 Yury SelivanovIssue #24400: Fix failing unittest
2015-06-30 Yury SelivanovNote removal of inspect.isawaitable() in the NEWS file
2015-06-30 Yury SelivanovIssue #24400: Remove inspect.isawaitable().
2015-06-30 Yury Selivanovtest_coroutines: remove whitespace
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 #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 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 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-27 Benjamin Petersonupgrade to Unicode 8.0.0
2015-06-27 Benjamin Petersonprevent integer overflow in escape_unicode (closes...
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.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-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.4 (issue #24509)
2015-06-25 Yury SelivanovIssue #24509: Clarify Handle.cancel() and loop.call_...
2015-06-25 Yury SelivanovMerge 3.4
2015-06-25 Yury Selivanovasyncio.docs: Use less confusing title
2015-06-25 Yury SelivanovIssue #24439: Update tulip_coro.dia
2015-06-24 Yury SelivanovIssue #24400, #24325: More tests for types._GeneratorWr...
2015-06-24 Yury SelivanovIssue #24325, #24400: Add more unittests for types...
2015-06-24 Yury SelivanovIssue #24439: Improve PEP 492 related docs.
2015-06-24 Yury SelivanovIssue #24495, #24400: Test asyncio.Task.repr in debug...
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 SelivanovMerge 3.4
2015-06-24 Yury Selivanovasyncio: Merge changes from issue #24400.
2015-06-24 Steve DowerCloses #24244: Removes invalid test from test_time
2015-06-23 Yury Selivanovdocs.whatsnew: Update ref to tp_as_async
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-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 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 StorchakaIssue #24436: Added const qualifiers for char* argument...
2015-06-21 Serhiy StorchakaIssue #24436: Added const qualifiers for char* argument...
2015-06-21 Serhiy StorchakaIssue #24408: Fixed test for tkinter.Font on OS X.
2015-06-21 Serhiy StorchakaIssue #24408: Fixed test for tkinter.Font on OS X.
2015-06-20 Jason R. CoombsIssue #20387: Add test capturing failure to roundtrip...
2015-06-20 Jason R. CoombsRemove unused import and remove doctest-only import...
2015-06-19 Steve DowerIssue 24476: Statically links vcruntime140.dll and...
2015-06-17 Zachary WareMerge 3.4
2015-06-17 Zachary WareMerge 3.4's PCbuild/readme.txt update.
2015-06-17 Zachary WareUpdate PCbuild/readme.txt
2015-06-16 Zachary WareDeprecate unused scripts in Tools/buildbot.
2015-06-15 Steve DowerIssue #8232: Renamed WinFireFox to WinFirefox
next