]> granicus.if.org Git - python/shortlog
python
2015-05-13 Yury SelivanovIssue 24178: support 'async with' for asyncio locks.
2015-05-13 Zachary WareIssue #20172: Update clinicizations to current clinic.
2015-05-13 Benjamin Petersonremove extra space
2015-05-13 Benjamin Petersonremove % from title, since it makes latex barf
2015-05-13 Serhiy StorchakaIssue #23488: Random generator objects now consume...
2015-05-13 Berker PeksagIssue #22064: Improve the misleading message from 2to3...
2015-05-13 Berker PeksagIssue #22064: Improve the misleading message from 2to3...
2015-05-13 Raymond Hettingermerge
2015-05-13 Raymond HettingerIssue #19934: Document *None* as an acceptable input...
2015-05-13 Raymond HettingerIssue #23695: Explain the zip() example for clusterin...
2015-05-13 Berker PeksagIssue #1322: platform.dist() and platform.linux_distrib...
2015-05-13 Berker PeksagIssue #24064: Add __doc__ to the example in collections...
2015-05-13 Raymond HettingerMinor stylistic and consistency cleanup.
2015-05-13 Raymond HettingerIssue #23290: Optimize set_merge() for cases where...
2015-05-13 Raymond HettingerIssue #24064: Property() docstrings are now writeable.
2015-05-13 Zachary WareIssue #20172: Convert the _winapi module to Argument...
2015-05-13 Zachary WareIssue #20172: Convert the msvcrt module to Argument...
2015-05-13 Zachary WareIssue #20172: Convert the winreg module to Argument...
2015-05-13 Zachary WareIssue #20172: Convert the winsound module to Argument...
2015-05-13 Zachary WareClean up test_coroutines a bit.
2015-05-13 Nick CoghlanIssue 24017: fix for "async with" refcounting
2015-05-13 Zachary WareIssue #23911: Fix ctypes test on Windows.
2015-05-13 Zachary WareIssue #23731: Fix tracemalloc test on Windows.
2015-05-13 Zachary WareIssue #23193: Skip numeric_owner tests on platforms...
2015-05-13 Raymond HettingerExtend test coverage to include heapifying large heaps
2015-05-13 Raymond HettingerMore timings suggest that 2500 is closer to the break...
2015-05-13 Raymond HettingerReduce the overhead in functools.total_ordering by...
2015-05-12 Benjamin Petersonmerge 3.4
2015-05-12 Benjamin Petersonuse imperative
2015-05-12 Serhiy StorchakaConverted os._getfullpathname() and os._isdir() to...
2015-05-12 Serhiy StorchakaAdded forgotten new files for issues #22681 and #22682.
2015-05-12 Benjamin Petersonversionadded
2015-05-12 Serhiy StorchakaIssue #22486: Added the math.gcd() function. The fract...
2015-05-12 Serhiy StorchakaIssue #22681: Added support for the koi8_t encoding.
2015-05-12 Serhiy StorchakaIssue #22682: Added support for the kz1048 encoding.
2015-05-12 Serhiy StorchakaIssue #15027: The UTF-32 encoder is now 3x to 7x faster.
2015-05-12 Yury SelivanovIssue #24017: Unset asyncio event loop after test.
2015-05-12 Yury Selivanovasyncio: Make sure sys.set_coroutine_wrapper is called...
2015-05-12 Yury Selivanovasyncio: Make sure sys.set_coroutine_wrapper is called...
2015-05-12 Benjamin Petersonuse our normal bracing style
2015-05-12 Yury SelivanovIssue #24017: Plug ref leak.
2015-05-12 Berker PeksagIssue #23983: Update the pty module example.
2015-05-12 Berker PeksagIssue #23983: Update the pty module example.
2015-05-12 Berker PeksagIssue #23796: Null merge.
2015-05-12 Berker PeksagIssue #23796: peak and read1 methods of BufferedReader...
2015-05-12 Berker PeksagIssue #23796: peak and read1 methods of BufferedReader...
2015-05-12 Serhiy StorchakaFixed compilation on Windows for issue #20173.
2015-05-12 Serhiy StorchakaIssue #23870: The pprint module now supports all standa...
2015-05-12 Serhiy StorchakaIssue #20173: Converted the _codecs module to Argument...
2015-05-12 Yury Selivanovdoc: Briefly mention C API changes in whatsnew.
2015-05-12 Yury SelivanovMention PEP 492 in whatsnew.
2015-05-12 Yury SelivanovIssue 24017: Update NEWS file.
2015-05-12 Yury SelivanovFix warnings for gen_get_iter()
2015-05-12 Yury SelivanovFix warnings for PyEval_GetCoroutineWrapper
2015-05-12 Raymond HettingerDefend against a mutation during comparison
2015-05-12 Yury SelivanovPEP 0492 -- Coroutines with async and await syntax...
2015-05-12 Raymond Hettingermerge
2015-05-12 Yury Selivanovasyncio: Merge 3.4 -- Support PEP 492. Issue #24017.
2015-05-12 Yury Selivanovasyncio: Support PEP 492. Issue #24017.
2015-05-12 Raymond HettingerMinor code cleanups.
2015-05-11 Yury SelivanovMerge 3.4 (asyncio docs)
2015-05-11 Yury Selivanovdocs/asyncio: Document new ensure_future() and deprecat...
2015-05-11 Yury Selivanovdocs/asyncio: Document set_task_factory/get_task_factory
2015-05-11 Yury SelivanovNull merge.
2015-05-11 Yury SelivanovFix NEWS file.
2015-05-11 Yury SelivanovMerge 3.4 (asyncio changes)
2015-05-11 Yury Selivanovasyncio: async() function is deprecated in favour of...
2015-05-11 Yury Selivanovasyncio: Drop JoinableQueue from 3.5
2015-05-11 Yury SelivanovMerge 3.4 (asyncio)
2015-05-11 Yury SelivanovSync asyncio changes from the main repo.
2015-05-11 Yury Selivanovasyncio: Sync with github repo
2015-05-11 Raymond HettingerMinor stylistic clean-up.
2015-05-11 Raymond HettingerIssue #24155: Optimize heapify for better cache utililz...
2015-05-11 R David Murray#21795: advertise 8BITMIME if decode_data is False.
2015-05-11 Benjamin Petersonmerge heads
2015-05-11 Benjamin Petersonmerge 3.4
2015-05-11 Benjamin Petersonadd trailing slash
2015-05-10 R David Murray#21800: Add RFC 6855 support to imaplib.
2015-05-10 Yury SelivanovIssue #22906: Do incref before SetCause/SetContext
2015-05-09 Guido van RossumFix news entry for issue 24018.
2015-05-09 Yury SelivanovIssue 22906: Increment refcount after PyException_SetCo...
2015-05-09 Yury SelivanovIssue 22906: Add test file.
2015-05-09 Yury SelivanovPEP 479: Change StopIteration handling inside generators.
2015-05-09 Raymond HettingerIssue #24018: Add a collections.Generator abstract...
2015-05-09 Benjamin Petersonmerge 3.4
2015-05-09 Benjamin Petersonensure .keywords is always a dict
2015-05-09 Benjamin Petersonmerge 3.4 (#23042)
2015-05-09 Benjamin Petersonmerge heads
2015-05-09 Benjamin Petersonfix libffi compilation on FreeBSD (#23042)
2015-05-09 Donald Stufftmerge - upgrade setuptools to 15.2
2015-05-09 Donald StufftUpgrade setuptools to 15.2
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Ned DeilyMinor updates to the OS X installer ReadMe.rtf.
2015-05-08 Larry HastingsIssue #20274: When calling a _sqlite.Connection, it...
2015-05-08 Larry HastingsIssue #20274: Remove ignored and erroneous "kwargs...
2015-05-08 Larry HastingsMerge from 3.4.
2015-05-08 Larry HastingsIssue #21520: test_zipfile no longer fails if the word...
2015-05-08 Andrew SvetlovMerge 3.4
2015-05-08 Andrew SvetlovFix doc: asyncio.Semaphore.release() actually is a...
2015-05-08 Larry HastingsIssue #24000: Improved Argument Clinic's mapping of...
next