]> granicus.if.org Git - python/shortlog
python
2015-05-16 R David Murray#21804: Add RFC 6856 (UTF8) support to poplib.
2015-05-16 Serhiy StorchakaIssue #18682: Optimized pprint functions for builtin...
2015-05-16 Serhiy StorchakaAdded tests for more builtin types.
2015-05-16 Serhiy StorchakaAdded tests for more builtin types.
2015-05-16 Terry Jan ReedyMerge with 3.4
2015-05-16 Terry Jan ReedyIssue #23964: Update idlelib/idle_test/README.txt....
2015-05-16 R David Murray#19662: Make requirement to support arbitrary keywords...
2015-05-16 R David Murray#22027: Add RFC6531 support to smtplib.
2015-05-16 Yury SelivanovIssue 24190: Add inspect.BoundArguments.apply_defaults...
2015-05-16 Berker PeksagIssue #24210: Silence a PendingDeprecationWarning warni...
2015-05-16 Yury SelivanovIssue 24208: Fix tests -- don't create a tempdir in...
2015-05-16 Benjamin Petersonallow test node after ** in calls (closes #24176)
2015-05-16 Serhiy StorchakaFixed release date.
2015-05-16 Serhiy StorchakaNull merge
2015-05-16 Serhiy StorchakaIssue #24134: assertRaises(), assertRaisesRegex(),...
2015-05-16 Serhiy StorchakaReverted issue #24134 changes (except new tests).
2015-05-16 Serhiy StorchakaFixed compilation error in signalmodule.c (issue #20182).
2015-05-16 Tal EinatIssue #20182: converted the signal module to use Argume...
2015-05-16 Tal EinatArgument Clinic: added missing bit of info in howto
2015-05-16 Raymond HettingerTighten-up code by eliminating an unnecessary variable.
2015-05-16 Terry Jan ReedyIssue #23184: idle tests, remove unused names and imports.
2015-05-16 Eric SnowIssue #24192: Fix namespace package imports.
2015-05-16 Terry Jan ReedyMerge 3.4 #23184: idle tests, remove unused names and...
2015-05-16 Terry Jan ReedyMerge with 3.4 Issue #23184: idlelib, remove more unuse...
2015-05-16 Terry Jan ReedyIssue #23184: idlelib, remove more unused names and...
2015-05-16 Raymond HettingerMinor code clean-up.
2015-05-15 Raymond HettingerIssue #24064: Docuement that oroperty docstrings are...
2015-05-15 Steve DowerFixes default per-user install precompiling the standar...
2015-05-15 Yury SelivanovIssue 24200: Fix broken unittest.
2015-05-15 Yury Selivanovinspect: Remove "0x..." IDs from Signature objects...
2015-05-15 Victor StinnerCloses #24013: Improve os.scandir() and DirEntry docume...
2015-05-15 Victor Stinneros module doc: remove availability when useless
2015-05-14 Yury SelivanovIssue 22547: Implement informative __repr__ for inspect...
2015-05-14 Yury SelivanovMerge
2015-05-14 Yury Selivanovinspect: Test that BoundArguments.__eq__ repects the...
2015-05-14 Yury Selivanovinspect: Micro-optimize __eq__ for Signature, Parameter...
2015-05-14 Terry Jan ReedyMerge with 3.4
2015-05-14 Terry Jan Reedyidlelib: remove unused names and imports (one is a...
2015-05-14 Yury SelivanovIssue 24191: Document BoundArguments.signature
2015-05-14 Yury SelivanovIssue 24191: Document BoundArguments.signature
2015-05-14 Yury SelivanovIssue 24184: Add AsyncIterator and AsyncIterable to...
2015-05-14 R David MurrayMerge: Make sentence correct English.
2015-05-14 R David MurrayMake sentence correct English.
2015-05-14 Steve DowerIssue #24186: Disable optimised OpenSSL functions on...
2015-05-14 Yury Selivanovcollections.abc.tests: Remove some unnecessary code.
2015-05-14 Yury Selivanovcollections.abc: Test that if an object is a Coroutine...
2015-05-14 Steve DowerIssue #23995: Removes _WCONIO_DEFINED check as the...
2015-05-14 R David MurrayMerge: #23088: Clarify null termination of bytes and...
2015-05-14 R David Murray#23088: Clarify null termination of bytes and strings...
2015-05-13 Raymond Hettingermerge
2015-05-13 Raymond HettingerFix mangled wording
2015-05-13 Yury Selivanovinspect: Add __slots__ to BoundArguments.
2015-05-13 Yury SelivanovIssue 24017: More tests for 'async for' and 'async...
2015-05-13 Yury Selivanovasyncio/tests: Drop unused import.
2015-05-13 Yury Selivanovasyncio: Add a test for asyncio.iscoroutine().
2015-05-13 Yury Selivanovasyncio: Use 'collections.abc.Coroutine' in asyncio...
2015-05-13 Yury Selivanovasyncio: Use 'collections.abc.Coroutine' in asyncio...
2015-05-13 Yury SelivanovMerge 3.4.
2015-05-13 Yury SelivanovSync asyncio code from default branch.
2015-05-13 Yury SelivanovIssue 24179: Support 'async for' for asyncio.StreamReader.
2015-05-13 Raymond HettingerIssue #24064: Help property() support GC
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...
next