May 2015 Archives by author
Starting: Fri May 1 03:21:47 CEST 2015
Ending: Sun May 31 23:21:54 CEST 2015
Messages: 718
- [Python-checkins] cpython (3.4): asyncio: async() function is deprecated in favour of ensure_future().
Paul Moore
- [Python-checkins] [Python-Dev] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
R. David Murray
- [Python-checkins] devguide: Updated dev guide to reflect the new workflow we're trying for 3.5.
Terry Reedy
- [Python-checkins] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
Terry Reedy
- [Python-checkins] peps: Apply Chris's changes, including an acceptance mark
Yury Selivanov
- [Python-checkins] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
Yury Selivanov
- [Python-checkins] [Python-Dev] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
Victor Stinner
- [Python-checkins] [Python-Dev] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
Victor Stinner
- [Python-checkins] cpython (2.7): #19934: fix mangled wording
andrew.kuchling
- [Python-checkins] cpython (3.4): Fix doc: asyncio.Semaphore.release() actually is a regular function, not
andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4
andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23985: Fix a possible buffer overrun when deleting a slice from the
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23985: Fix a possible buffer overrun when deleting a slice from the
antoine.pitrou
- [Python-checkins] cpython (3.4): Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
antoine.pitrou
- [Python-checkins] cpython: Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura
antoine.pitrou
- [Python-checkins] cpython (3.3): just sort the items tuple directly (closes #24094)
benjamin.peterson
- [Python-checkins] cpython: remove merge markers
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24094)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#24094)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24096)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#24096)
benjamin.peterson
- [Python-checkins] cpython (3.3): be more robust against the filters list changing under us (closes #24096)
benjamin.peterson
- [Python-checkins] cpython (3.4): update example, since python.org is HTTPS-only now (closes #24118)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24118)
benjamin.peterson
- [Python-checkins] cpython (2.7): update example, since python.org is HTTPS-only now (closes #24118)
benjamin.peterson
- [Python-checkins] cpython: PEP 448: additional unpacking generalizations (closes #2292)
benjamin.peterson
- [Python-checkins] peps: 448 is done
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.4): remove word we don't need
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): shorten capsule name macro; it doesn't need to be so long
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4
benjamin.peterson
- [Python-checkins] peps: 2.7.10 dates
benjamin.peterson
- [Python-checkins] cpython (2.7): fix libffi compilation on FreeBSD (#23042)
benjamin.peterson
- [Python-checkins] cpython (3.4): fix libffi compilation on FreeBSD (#23042)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23042)
benjamin.peterson
- [Python-checkins] cpython (2.7): ensure .keywords is always a dict
benjamin.peterson
- [Python-checkins] cpython (3.4): ensure .keywords is always a dict
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc-topics
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.10rc1 for changeset 80ccce248ba2
benjamin.peterson
- [Python-checkins] cpython (2.7): bump version to 2.7.10rc1
benjamin.peterson
- [Python-checkins] cpython (2.7): add news section for 2.7.11
benjamin.peterson
- [Python-checkins] cpython (3.4): add trailing slash
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): add trailing slash
benjamin.peterson
- [Python-checkins] release: welcome to a world with two digit patchlevel versions
benjamin.peterson
- [Python-checkins] cpython: use our normal bracing style
benjamin.peterson
- [Python-checkins] cpython: versionadded
benjamin.peterson
- [Python-checkins] cpython (2.7): use imperative
benjamin.peterson
- [Python-checkins] cpython (3.4): use imperative
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython: remove % from title, since it makes latex barf
benjamin.peterson
- [Python-checkins] cpython: remove extra space
benjamin.peterson
- [Python-checkins] cpython (2.7): deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.10 release branch
benjamin.peterson
- [Python-checkins] cpython: allow test node after ** in calls (closes #24176)
benjamin.peterson
- [Python-checkins] peps: http -> https
benjamin.peterson
- [Python-checkins] peps: update since 2.7.0 was long ago
benjamin.peterson
- [Python-checkins] peps: move historic schedule to the bottom
benjamin.peterson
- [Python-checkins] cpython: improve wording
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.10 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): make idlever.py self-updating (closes #24199)
benjamin.peterson
- [Python-checkins] release: stop updating idlever.py (#24199)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22931)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#22931)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#22931)
benjamin.peterson
- [Python-checkins] cpython (2.7): allow square brackets in cookie values (#22931)
benjamin.peterson
- [Python-checkins] cpython (3.2): allow square brackets in cookie values (closes #22931)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.10 release branch
benjamin.peterson
- [Python-checkins] peps: write access to SVN? I think not
benjamin.peterson
- [Python-checkins] cpython (2.7): python 2.7.10 final
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.10 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.10+
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.10 for changeset 15c95b7d81dc
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): keep distutils version in sync with python version automatically
benjamin.peterson
- [Python-checkins] cpython (2.7): keep distutils version in sync with python version automatically
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
benjamin.peterson
- [Python-checkins] release: stop updating distutils version
benjamin.peterson
- [Python-checkins] cpython (3.5): rephrase
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
benjamin.peterson
- [Python-checkins] peps: update url (https://github.com/python/pythondotorg/issues/765)
benjamin.peterson
- [Python-checkins] cpython (3.4): update for 3.6 emerging
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (2.7): update for 3.6 emerging
benjamin.peterson
- [Python-checkins] cpython: update configure version to 3.6
benjamin.peterson
- [Python-checkins] cpython (2.7): backport computed gotos (#4753)
benjamin.peterson
- [Python-checkins] cpython (3.5): in dict displays, evaluate the key before the value (closes #11205)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#11205)
benjamin.peterson
- [Python-checkins] cpython (3.5): remove STORE_MAP, since it's unused
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24328)
benjamin.peterson
- [Python-checkins] cpython (3.5): fix importing one char extension modules (closes #24328)
benjamin.peterson
- [Python-checkins] cpython (3.5): use assert method (#24328)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): use assert method in another place
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): improve section title
benjamin.peterson
- [Python-checkins] peps: PEP 492: Sort headers
berker.peksag
- [Python-checkins] cpython: Issue #9517: Move script_helper to the support package.
berker.peksag
- [Python-checkins] cpython (merge default -> default): Merge heads.
berker.peksag
- [Python-checkins] cpython: Fix remaining tests and remove an unused import.
berker.peksag
- [Python-checkins] peps: PEP 489: Updates from Petr Viktorin.
berker.peksag
- [Python-checkins] cpython: Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23796: Null merge.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23983: Update the pty module example.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23983: Update the pty module example.
berker.peksag
- [Python-checkins] cpython: Issue #24064: Add __doc__ to the example in collections.rst.
berker.peksag
- [Python-checkins] cpython: Issue #1322: platform.dist() and platform.linux_distribution() functions are
berker.peksag
- [Python-checkins] cpython (3.4): Issue #22064: Improve the misleading message from 2to3 when skipping optional
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22064: Improve the misleading message from 2to3 when skipping optional
berker.peksag
- [Python-checkins] cpython (2.7): Issue #22064: Improve the misleading message from 2to3 when skipping optional
berker.peksag
- [Python-checkins] cpython: Issue #24210: Silence a PendingDeprecationWarning warning in
berker.peksag
- [Python-checkins] cpython: Issue #24210: Silence more PendingDeprecationWarning warnings in tests.
berker.peksag
- [Python-checkins] cpython: Add versionadded directive for BoundArguments.apply_defaults().
berker.peksag
- [Python-checkins] peps: PEP 489 changes
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Fix typo in Misc/NEWS.
berker.peksag
- [Python-checkins] cpython (3.4): Fix typo in Nisc/NEWS.
berker.peksag
- [Python-checkins] cpython: Fix Sphinx compile error.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #24233: Add a proper link to socket.getfqdn() documentation.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24233: Add a proper link to socket.getfqdn() documentation.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24232: Fix typos. Patch by Ville Skyttä.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #24232: Fix typos. Patch by Ville Skyttä.
berker.peksag
- [Python-checkins] peps: PEP 489 updates from Petr Viktorin.
berker.peksag
- [Python-checkins] peps: PEP 489 updates from Petr Viktorin.
berker.peksag
- [Python-checkins] peps: PEP 489: Improve markup.
berker.peksag
- [Python-checkins] peps: PEP 489: Tweak code formatting.
berker.peksag
- [Python-checkins] cpython: Set stacklevel to 2 to get more accurate warning messages from deprecated
berker.peksag
- [Python-checkins] cpython: Fix Sphinx warnings.
berker.peksag
- [Python-checkins] peps: Apply Chris's changes, including an acceptance mark
chris.angelico
- [Python-checkins] peps: Add Resolution header to now-accepted PEP 485
chris.angelico
- [Python-checkins] test: Provide a sequel hook... okay, just testing Mercurial and CPython on the
chris.angelico
- [Python-checkins] cpython (2.7): Upgrade setuptools to 15.2
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade setuptools to 15.2
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): merge - upgrade setuptools to 15.2
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade pip to 7.0 and setuptools to 16.0
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): merge: Upgrade pip to 7.0 and setuptools to 16.0
donald.stufft
- [Python-checkins] cpython (2.7): Upgrade pip to 7.0 and setuptools to 16.0
donald.stufft
- [Python-checkins] cpython (2.7): Upgrade pip to 7.0.1
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade pip to 7.0.1
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 into default, upgrading pip to 7.0.1
donald.stufft
- [Python-checkins] cpython: Issue #23911: Move path-based bootstrap code to a separate frozen module.
eric.snow
- [Python-checkins] cpython: Issue #23911: Fix mixed bytes/strings.
eric.snow
- [Python-checkins] cpython: Remove an unnecessary flag.
eric.snow
- [Python-checkins] cpython: Issue #24192: Fix namespace package imports.
eric.snow
- [Python-checkins] peps: Set the BDFL-Delegate.
eric.snow
- [Python-checkins] peps: PEP 489: The PEP is accepted.
eric.snow
- [Python-checkins] cpython: Issue #16991: Add a C implementation of collections.OrderedDict.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Add a C implementation of collections.OrderedDict.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Properly handle return values in several places.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Do not return None from OrderedDict.__reversed__.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Drop Py_ODict_GetItemId.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.
eric.snow
- [Python-checkins] cpython: Issue #16991: Ensure that the proper OrderedDict is used in tests.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Add PyODict* to Windows builds.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython: Issue #16991: Use the correct version for master.
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5.
eric.snow
- [Python-checkins] cpython (3.5): Issue #16991: Add odictobject.h on Windows.
eric.snow
- [Python-checkins] cpython: Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
gregory.p.smith
- [Python-checkins] cpython (3.4): Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue 24088: Clarify semantics of yield expression.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Issue 24088: Clarify semantics of yield expression (merge from 3.4).
guido.van.rossum
- [Python-checkins] peps: Discuss issue #105 and a solution.
guido.van.rossum
- [Python-checkins] cpython: Fix news entry for issue 24018.
guido.van.rossum
- [Python-checkins] peps: Properly terminate Emacs variable list at end of PEP 485.
guido.van.rossum
- [Python-checkins] peps: Update PEP 484. Mostly clarifications and edits; dropped predefined platform
guido.van.rossum
- [Python-checkins] peps: Updated version of PEP 484.
guido.van.rossum
- [Python-checkins] cpython: Preliminary typing.py, anticipating provisional acceptance of PEP 484.
guido.van.rossum
- [Python-checkins] peps: PEP 484 (type hints) accepted by BDFL-Delegate (Mark Shannon).
guido.van.rossum
- [Python-checkins] cpython: Fix bad indent in whatsnew/3.5.rst.
guido.van.rossum
- [Python-checkins] peps: Typo fix (thanks Yuval G.).
guido.van.rossum
- [Python-checkins] cpython: Fix Windows build breakage from checkins on Issues #20148 and #20168.
larry.hastings
- [Python-checkins] cpython: Issue #24001: Argument Clinic converters now use accept={type}
larry.hastings
- [Python-checkins] peps: Fix minor spelling mistake in 492.
larry.hastings
- [Python-checkins] cpython: Issue #24000: Improved Argument Clinic's mapping of converters to legacy
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4.
larry.hastings
- [Python-checkins] cpython (3.4): Issue #21520: test_zipfile no longer fails if the word 'bad' appears
larry.hastings
- [Python-checkins] cpython (3.4): Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20274: When calling a _sqlite.Connection, it now complains if passed
larry.hastings
- [Python-checkins] cpython (2.7): Issue #20274: When calling a _sqlite.Connection, it now complains if passed
larry.hastings
- [Python-checkins] devguide: Updated dev guide to reflect the new workflow we're trying for 3.5.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge backout of 57776eee74f2.
larry.hastings
- [Python-checkins] cpython: Backed out changeset 57776eee74f2
larry.hastings
- [Python-checkins] cpython: Added tag v3.5.0b1 for changeset 071fefbb5e3d
larry.hastings
- [Python-checkins] cpython: Update SOURCE_URI to reflect that we're branching 3.5 now.
larry.hastings
- [Python-checkins] cpython: Version bump for 3.5.0b1.
larry.hastings
- [Python-checkins] cpython: Updated topics (and susp-ignored) for Python 3.5.0b1.
larry.hastings
- [Python-checkins] cpython: Post-release fixes for 3.5.0b1.
larry.hastings
- [Python-checkins] cpython (3.5): Create 3.5 branch.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge.
larry.hastings
- [Python-checkins] cpython: Added a section for news items for 3.6.
larry.hastings
- [Python-checkins] cpython: Version bump for trunk to 3.6.0a0. Welcome to the future!
larry.hastings
- [Python-checkins] peps: Updated Python 3.5 release schedule to add the new beta 2.
larry.hastings
- [Python-checkins] release: Fix add-to-pydotorg.py so it handles all the new Windows binaries.
larry.hastings
- [Python-checkins] release: add-to-pydotorg.py now detects if two files have the same slug, and if so
larry.hastings
- [Python-checkins] peps: Tweak the release process--why not check for errors *before* regenerating
larry.hastings
- [Python-checkins] cpython: Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.
larry.hastings
- [Python-checkins] cpython (3.5): tarfile.open() with mode 'x' created files without an end of archive marker.
lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5: tarfile.open() with mode 'x' created files without an end of
lars.gustaebel
- [Python-checkins] cpython (3.4): - Issue #24122, fix quoting for LIBPL
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - merge 3.4
matthias.klose
- [Python-checkins] cpython (2.7): - Do not italicize punctuation in the python man page
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): Minor updates to the OS X installer ReadMe.rtf.
ned.deily
- [Python-checkins] cpython (3.4): Minor updates to the OS X installer ReadMe.rtf.
ned.deily
- [Python-checkins] cpython (2.7): Minor updates to the OS X installer ReadMe.rtf.
ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24304: Fix broken license link in FAQ.
ned.deily
- [Python-checkins] cpython (2.7): Issue 24304: Fix broken license link in FAQ.
ned.deily
- [Python-checkins] cpython (3.4): Issue 24304: Fix broken license link in FAQ.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue 24304: Fix broken license link in FAQ.
ned.deily
- [Python-checkins] cpython: More version bumping to 3.6.
ned.deily
- [Python-checkins] peps: Add placeholder PEP 494, Python 3.6 Release Schedule
ned.deily
- [Python-checkins] peps: Redistributor recommendations for PEP 476
nick.coghlan
- [Python-checkins] peps: Update PEP 493 based on python-dev discussion
nick.coghlan
- [Python-checkins] peps: PEP 493: formatting & wording tweaks
nick.coghlan
- [Python-checkins] cpython: Issue 24017: fix for "async with" refcounting
nick.coghlan
- [Python-checkins] peps: PEP 493: Incorporate feedback from Tomas Hoger
nick.coghlan
- [Python-checkins] peps: PEP 493: fix typo
nick.coghlan
- [Python-checkins] peps: PEP 493: default to platform default in examples
nick.coghlan
- [Python-checkins] cpython: PEP 489: Multi-phase extension module initialization
nick.coghlan
- [Python-checkins] cpython: Issue #24268: Address some PEP 489 refleaks
nick.coghlan
- [Python-checkins] cpython (3.5): Issue #24285: fix importing extensions from packages
nick.coghlan
- [Python-checkins] cpython (merge 3.5 -> default): Merge fix for issue #24285 from 3.5
nick.coghlan
- [Python-checkins] Daily reference leaks (6f6e78931875): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6f6e78931875): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f12a0c27e13f): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (73a665cc2333): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (395e190ead36): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1320ec1b24af): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1ea01f2c5b10): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1158f5d7a48e): sum=8
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ba5d7041e2f5): sum=59
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f7cc54086cd2): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a290885ec0da): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (42f3be6cf29e): sum=5652
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cc2e52878393): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (25d78aa1ec21): sum=59
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a444464a2e87): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bffb4303681b): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f581cbaedc87): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (16d0e3dda31c): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3cc368d334c5): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1134198e23bd): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (04cc39ac03b5): sum=208
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1ca30423b0c9): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cabd7261ae80): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (2df7c958974e): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0d0989359bbb): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f16ae8ec5553): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (37ed61b1234a): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dfe62f685538): sum=232
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c9d89d3f3ff1): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4a8bee4fe050): sum=226
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (85c22fe713a3): sum=709
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #24081: Remove obsolete caveat from import docs.
r.david.murray
- [Python-checkins] cpython (2.7): #24081: Remove obsolete caveat from import docs.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #24081: Remove obsolete caveat from import docs.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #24108: Update fnmatch.translate example to show correct output.
r.david.murray
- [Python-checkins] cpython (3.4): #24108: Update fnmatch.translate example to show correct output.
r.david.murray
- [Python-checkins] cpython (2.7): #24108: Update fnmatch.translate example to show correct output.
r.david.murray
- [Python-checkins] cpython: #21800: Add RFC 6855 support to imaplib.
r.david.murray
- [Python-checkins] cpython: #21795: advertise 8BITMIME if decode_data is False.
r.david.murray
- [Python-checkins] cpython (3.4): #23088: Clarify null termination of bytes and strings in C API.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23088: Clarify null termination of bytes and strings in C API.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Make sentence correct English.
r.david.murray
- [Python-checkins] cpython (3.4): Make sentence correct English.
r.david.murray
- [Python-checkins] cpython: #22027: Add RFC6531 support to smtplib.
r.david.murray
- [Python-checkins] cpython: #19662: Make requirement to support arbitrary keywords explicit.
r.david.murray
- [Python-checkins] cpython: #21804: Add RFC 6856 (UTF8) support to poplib.
r.david.murray
- [Python-checkins] cpython: #21083: add get_content_disposition method to email.message.
r.david.murray
- [Python-checkins] cpython (3.4): #24216: fix typo
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #24216: fix typo
r.david.murray
- [Python-checkins] cpython: #24211: Add RFC6532 support to the email library.
r.david.murray
- [Python-checkins] cpython: #20098: add mangle_from_ policy option.
r.david.murray
- [Python-checkins] cpython: #24211: Add missing docs for SMTPUTF8 policy instance.
r.david.murray
- [Python-checkins] cpython: #24218: Add SMTPUTF8 support to send_message.
r.david.murray
- [Python-checkins] cpython: Issue #13866: add *quote_via* argument to urlencode.
r.david.murray
- [Python-checkins] cpython: #19662: fix typo
r.david.murray
- [Python-checkins] cpython: Back out changeset 955dffec3d94 since it broke the buildbots.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Null merge.
r.david.murray
- [Python-checkins] cpython (3.4): #24215: also back out changeset that broke test_trace in 3.4.
r.david.murray
- [Python-checkins] cpython (3.4): Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
raymond.hettinger
- [Python-checkins] cpython (3.4): Defer deleted item decref until after the deque is restored to a consistent
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Defer deleted item decref until after the deque is restored to a consistent
raymond.hettinger
- [Python-checkins] cpython: Issue #24113: Remove unreachable code in shlex.
raymond.hettinger
- [Python-checkins] cpython: Issue #24018: Add a collections.Generator abstract base class.
raymond.hettinger
- [Python-checkins] cpython: Issue #24155: Optimize heapify for better cache utililzation.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #24161: Document that PyIter_Check() returns false positives for
raymond.hettinger
- [Python-checkins] cpython: Minor stylistic clean-up.
raymond.hettinger
- [Python-checkins] cpython: Minor code cleanups.
raymond.hettinger
- [Python-checkins] cpython (3.4): Defend against a mutation during comparison
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Defend against a mutation during comparison
raymond.hettinger
- [Python-checkins] cpython: Reduce the overhead in functools.total_ordering by localizing NotImplemented.
raymond.hettinger
- [Python-checkins] cpython: More timings suggest that 2500 is closer to the break-even point.
raymond.hettinger
- [Python-checkins] cpython: Extend test coverage to include heapifying large heaps
raymond.hettinger
- [Python-checkins] cpython: Issue #24064: Property() docstrings are now writeable.
raymond.hettinger
- [Python-checkins] cpython: Issue #23290: Optimize set_merge() for cases where the target is empty.
raymond.hettinger
- [Python-checkins] cpython: Minor stylistic and consistency cleanup.
raymond.hettinger
- [Python-checkins] cpython: Issue #23695: Explain the zip() example for clustering a data series into
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #19934: Document *None* as an acceptable input to
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #19934: Document *None* as an acceptable input to
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #23971: Fix underestimated presizing in dict.fromkeys()
raymond.hettinger
- [Python-checkins] cpython: Issue #24064: Help property() support GC
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Fix mangled wording
raymond.hettinger
- [Python-checkins] peps: Add a link to an earlier partial review.
raymond.hettinger
- [Python-checkins] cpython: Issue #24064: Docuement that oroperty docstrings are now writeable.
raymond.hettinger
- [Python-checkins] cpython: Minor code clean-up.
raymond.hettinger
- [Python-checkins] cpython: Tighten-up code by eliminating an unnecessary variable.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #23757: Only call the concrete list API for exact lists.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #23757: Only call the concrete list API for exact lists.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #24221: Small optimizations for heapq.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #24219: Remove duplicate literal in docs.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue 22189: Add missing methods to UserString
raymond.hettinger
- [Python-checkins] cpython: Issue #21448: Improve performance of the email feedparser
raymond.hettinger
- [Python-checkins] cpython: Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
raymond.hettinger
- [Python-checkins] cpython: Issue #24269: Minor doc fixups.
raymond.hettinger
- [Python-checkins] cpython: Issue #24204: Elaborate of the str.strip() documentation.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #24286: Register dict views with the MappingView ABCs.
raymond.hettinger
- [Python-checkins] cpython: Issue #24286: Forward port dict view abstract base class tests.
raymond.hettinger
- [Python-checkins] cpython: Issue #23509: Speed up Counter operators
raymond.hettinger
- [Python-checkins] cpython: Issue #23359: Specialize set_lookkey intoa lookup function and an insert
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #23509: Speed up Counter operators
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): Fixed a typo.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed a typo.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22619: Added negative limit support in the traceback module.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20179: Converted the _ssl module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23330: h2py now supports arbitrary filenames in #include.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20168: Converted the _tkinter module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23330: h2py now supports arbitrary filenames in #include.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20148: Converted the _sre module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23330: h2py now supports arbitrary filenames in #include.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20159. Converted the _elementtree module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24125: Saved error's line and column numbers when an error is occured
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24125: Saved error's line and column numbers when an error is occured
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24125: Saved error's line and column numbers when an error is occured
serhiy.storchaka
- [Python-checkins] cpython: Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
serhiy.storchaka
- [Python-checkins] cpython: Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
serhiy.storchaka
- [Python-checkins] cpython: Use specialized functions intead of Py_BuildValue() in _tkinter.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed English in error message.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed English in error message.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed English in error message.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20173: Converted the _codecs module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23870: The pprint module now supports all standard collections
serhiy.storchaka
- [Python-checkins] cpython: Fixed compilation on Windows for issue #20173.
serhiy.storchaka
- [Python-checkins] cpython: Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22682: Added support for the kz1048 encoding.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22681: Added support for the koi8_t encoding.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22486: Added the math.gcd() function. The fractions.gcd() function now
serhiy.storchaka
- [Python-checkins] cpython: Added forgotten new files for issues #22681 and #22682.
serhiy.storchaka
- [Python-checkins] cpython: Converted os._getfullpathname() and os._isdir() to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
serhiy.storchaka
- [Python-checkins] cpython: Fixed compilation error in signalmodule.c (issue #20182).
serhiy.storchaka
- [Python-checkins] cpython (3.4): Reverted issue #24134 changes (except new tests).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Reverted issue #24134 changes.
serhiy.storchaka
- [Python-checkins] cpython: Fixed release date.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23637: Showing a warning no longer fails with UnicodeErrror.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20014: array.array() now accepts unicode typecodes. Based on patch by
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15267: HTTPConnection.request() now is compatibile with old-style
serhiy.storchaka
- [Python-checkins] cpython (2.7): Added tests for more builtin types.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Added tests for more builtin types.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18682: Optimized pprint functions for builtin scalar types.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Added tests for more builtin types.
serhiy.storchaka
- [Python-checkins] cpython: Issue #16314: Added support for the LZMA compression in distutils.
serhiy.storchaka
- [Python-checkins] cpython: Fixed issue #16314 test for the case when lzma is not available.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24102: Fixed exception type checking in standard error handlers.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24102: Fixed exception type checking in standard error handlers.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24102: Fixed exception type checking in standard error handlers.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24091: Fixed various crashes in corner cases in C implementation of
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24091: Fixed various crashes in corner cases in cElementTree.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24091: Fixed various crashes in corner cases in C implementation of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed typos in comments.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed typos in comments.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6598: Increased time precision and random number range in
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #6598: Increased time precision and random number range in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #6598: Increased time precision and random number range in
serhiy.storchaka
- [Python-checkins] cpython: Issue #23780: Improved error message in os.path.join() with single argument.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
serhiy.storchaka
- [Python-checkins] cpython: Issue #16261: Converted some bare except statements to except statements
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24245: Eliminated senseless expect clauses that have no any effect in
serhiy.storchaka
- [Python-checkins] cpython: Issue #24245: Eliminated senseless expect clauses that have no any effect.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24245: Eliminated senseless expect clauses that have no any effect in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24245: Eliminated senseless expect clauses that have no any effect in
serhiy.storchaka
- [Python-checkins] cpython: Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24134: Use assertRaises() in context manager form in test_slice to
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24134: Use assertRaises() in context manager form in test_slice to
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24134: Use assertRaises() in context manager form in test_slice to
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue 24215: Added tests for more builtin types in test_pprint.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue 24215: Added tests for more builtin types in test_pprint.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22955: Fixed test_operator. It left Python implementation in
serhiy.storchaka
- [Python-checkins] cpython: Issue #22955: Fixed reference leak in attrgetter.repr().
serhiy.storchaka
- [Python-checkins] cpython: Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23985: Fixed integer overflow in iterator object. Patch by
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23985: Fixed integer overflow in iterator object. Original patch by
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23985: Fixed integer overflow in iterator object. Patch by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed issue number for issue #22939.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed issue number for issue #22939.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed issue number for issue #22939.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
serhiy.storchaka
- [Python-checkins] cpython: Issue #14373: Added C implementation of functools.lru_cache(). Based on
serhiy.storchaka
- [Python-checkins] cpython: Issue #24276: Fixed optimization of property descriptor getter.
serhiy.storchaka
- [Python-checkins] cpython: Backed out changeset: b0a0b9b59012
serhiy.storchaka
- [Python-checkins] cpython (2.7): Remove UTF-8 BOMs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Remove UTF-8 BOMs.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Remove UTF-8 BOMs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Remove UTF-8 BOMs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Moved Misc/NEWS entries to correct section and fix formatting.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Moved Misc/NEWS entries to correct section and fix formatting.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Moved Misc/NEWS entries to correct section and fix formatting.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Moved Misc/NEWS entries to correct section and fix formatting.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
serhiy.storchaka
- [Python-checkins] cpython: Issue #24309: Removed Python 2 idioms.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Use converter names instead of format units in Argument Clinic descriptions
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Use converter names instead of format units in Argument Clinic descriptions
serhiy.storchaka
- [Python-checkins] cpython (3.5): Specify default values of semantic booleans in Argument Clinic generated
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Specify default values of semantic booleans in Argument Clinic generated
serhiy.storchaka
- [Python-checkins] cpython (3.5): Use test.support.start_threads() in threaded lru_cache tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Use test.support.start_threads() in threaded lru_cache tests.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #5633: Fixed timeit when the statement is a string and the setup is not.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #5633: Fixed timeit when the statement is a string and the setup is not.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #5633: Fixed timeit when the statement is a string and the setup is not.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #5633: Fixed timeit when the statement is a string and the setup is not.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21853: Fixed the inspect module in unicode disabled build.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24264: Fixed buffer overflow in the imageop module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24284: The startswith and endswith methods of the str class no longer
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24284: The startswith and endswith methods of the str class no longer
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed the array module in unicode disabled build (regression of issue20014).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed test_audioop for issue #24326.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19543: Emit deprecation warning for known non-text encodings.
serhiy.storchaka
- [Python-checkins] cpython: Makes embedded distribution a plain ZIP file and corrects pyd exclusion.
steve.dower
- [Python-checkins] cpython: Fixes Python failing to run during Windows release build
steve.dower
- [Python-checkins] cpython: Update Windows installer for new CRT version.
steve.dower
- [Python-checkins] cpython: Replaces use of WinRAR to generate ZIP file with Python script
steve.dower
- [Python-checkins] cpython: Updates documentation for installing Python on Windows.
steve.dower
- [Python-checkins] cpython: Enables shortcuts to be deselected when installing on Windows.
steve.dower
- [Python-checkins] cpython (2.7): Adds UUIDs for 2.7.10
steve.dower
- [Python-checkins] cpython: Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions
steve.dower
- [Python-checkins] cpython: Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid
steve.dower
- [Python-checkins] cpython: Fixes default per-user install precompiling the standard library.
steve.dower
- [Python-checkins] cpython: Updates PCBuild.sln to open with VS 2015 by default.
steve.dower
- [Python-checkins] cpython: Issue 24244: Prevents termination when an invalid format string is encountered
steve.dower
- [Python-checkins] cpython: Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for
steve.dower
- [Python-checkins] cpython: Removes lingering references to RAR now that make_zip.py actually makes a ZIP
steve.dower
- [Python-checkins] cpython: Issue #24268: Fixes generation of init import name on Windows.
steve.dower
- [Python-checkins] cpython: Fixes cast warning in bufferedio.c
steve.dower
- [Python-checkins] cpython: Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
steve.dower
- [Python-checkins] cpython: Issue #23970: Fixes bdist_wininst not working on non-Windows platform.
steve.dower
- [Python-checkins] cpython: Issue #24268: Fix import naming when loading extension modules. Patch by Petr
steve.dower
- [Python-checkins] cpython: Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable
steve.dower
- [Python-checkins] cpython: Fixes handling of long values of PYTHONPATH on Windows.
steve.dower
- [Python-checkins] cpython: Issue #24268: Adds PCBuild project to build _testmultiphase module.
steve.dower
- [Python-checkins] cpython: Prevents attempt to sign ZIP file when building embeddable version.
steve.dower
- [Python-checkins] cpython: Exclude _testmultiphase.pyd from embeddable ZIP file.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24293: Fixes installer colors to use system settings throughout.
steve.dower
- [Python-checkins] cpython (3.5): Issue #24293: Fixes installer colors to use system settings throughout.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Fixes test in installer.
steve.dower
- [Python-checkins] cpython (3.5): Fixes text in installer.
steve.dower
- [Python-checkins] cpython: Argument Clinic: added missing bit of info in howto
tal.einat
- [Python-checkins] cpython: Issue #20182: converted the signal module to use Argument Clinic
tal.einat
- [Python-checkins] cpython (3.5): Issue #19543: Implementation of isclose as per PEP 485
tal.einat
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19543: Implementation of isclose as per PEP 485
tal.einat
- [Python-checkins] cpython (3.5): minor fix of module order in whatsnew/3.5
tal.einat
- [Python-checkins] cpython (merge 3.5 -> default): minor fix of module order in whatsnew/3.5
tal.einat
- [Python-checkins] cpython (3.4): idlelib: remove unused names and imports (one is a duplicate import).
terry.reedy
- [Python-checkins] cpython (2.7): idlelib: remove unused names and imports (one is a duplicate import).
terry.reedy
- [Python-checkins] cpython (2.7): idlelib: remove unused names and imports (forgot one).
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #23184: idlelib, remove more unused names and imports.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #23184: idlelib, remove more unused names and imports.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #23184: idle tests, remove unused names and imports.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #23184: idle tests, remove unused names and imports.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 #23184: idle tests, remove unused names and imports.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24212: Put reference in idle.__main__ to issue with explanation.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24199: Stop using idelver in aboutdialog.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
terry.reedy
- [Python-checkins] cpython (2.7): Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22155: News entry.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22155: News entry.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #24222: Fix regression introduced with idlelib/PyShell.py future print
terry.reedy
- [Python-checkins] cpython (3.4): Make expression legal python by adding '1'.
terry.reedy
- [Python-checkins] cpython (2.7): Make expression legal python by adding '1'.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Add Idle NEWS item.
terry.reedy
- [Python-checkins] cpython (merge default -> default): merge
terry.reedy
- [Python-checkins] cpython (3.4): Add NEWS item for Idle.
terry.reedy
- [Python-checkins] cpython (2.7): Update idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Update idlelib/NEWS.txt
terry.reedy
- [Python-checkins] cpython (3.4): Update idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Add pointer to IDLE what's new file.
terry.reedy
- [Python-checkins] cpython (3.4): whitespace
terry.reedy
- [Python-checkins] cpython: Add pointer to IDLE what's new file.
terry.reedy
- [Python-checkins] cpython: Closes #24013: Improve os.scandir() and DirEntry documentation
victor.stinner
- [Python-checkins] cpython: os module doc: remove availability when useless
victor.stinner
- [Python-checkins] peps: PEP 480: retarget to Python 3.6
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file
victor.stinner
- [Python-checkins] cpython (2.7): Issue #24060: Made logging.Formatter documentation a little clearer.
vinay.sajip
- [Python-checkins] cpython (3.4): Issue #24060: Made logging.Formatter documentation a little clearer.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #24060: Merged documentation update from 3.4.
vinay.sajip
- [Python-checkins] peps: pep-0492: Add "async/await in CPython code base" section.
yury.selivanov
- [Python-checkins] peps: pep-0492: Rename ensure_task() -> ensure_future()
yury.selivanov
- [Python-checkins] peps: pep-0492: Reword DocumentLS.async deprecation section
yury.selivanov
- [Python-checkins] peps: pep-0492: New Abstract section; thanks to Elvis Pranskevichus.
yury.selivanov
- [Python-checkins] peps: pep-0492: Minor edits
yury.selivanov
- [Python-checkins] peps: pep-0492: (set|get)_coroutine_wrapper() is now thread-specific
yury.selivanov
- [Python-checkins] peps: pep-0492: Update Rationale section
yury.selivanov
- [Python-checkins] peps: pep-0492: We always raise RuntimeWarning for non-awaited coroutines
yury.selivanov
- [Python-checkins] peps: pep-0492: Update Post-History
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix terminology around coroutine object
yury.selivanov
- [Python-checkins] peps: pep-0492: Add Discussions-To header field
yury.selivanov
- [Python-checkins] peps: pep-0492: Add a clarification on event loop requirement. By Jim J. Jewett.
yury.selivanov
- [Python-checkins] peps: pep-0492: Mark the PEP as Accepted.
yury.selivanov
- [Python-checkins] peps: pep-0478: Mention PEP 0492 in "Accepted PEPs"
yury.selivanov
- [Python-checkins] peps: pep-0492: Update Acknowledgments section.
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix "unexpected indentation" error
yury.selivanov
- [Python-checkins] cpython: PEP 479: Change StopIteration handling inside generators.
yury.selivanov
- [Python-checkins] peps: Update pep-478 and pep-479.
yury.selivanov
- [Python-checkins] peps: Update pep-478.
yury.selivanov
- [Python-checkins] cpython: Issue 22906: Add test file.
yury.selivanov
- [Python-checkins] cpython: Issue 22906: Increment refcount after PyException_SetContext
yury.selivanov
- [Python-checkins] cpython: Issue #22906: Do incref before SetCause/SetContext
yury.selivanov
- [Python-checkins] cpython: asyncio: Sync with github repo
yury.selivanov
- [Python-checkins] cpython (3.4): Sync asyncio changes from the main repo.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
yury.selivanov
- [Python-checkins] cpython: asyncio: Drop JoinableQueue from 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio changes)
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: async() function is deprecated in favour of ensure_future().
yury.selivanov
- [Python-checkins] cpython (3.4): Fix NEWS file.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Null merge.
yury.selivanov
- [Python-checkins] cpython (3.4): docs/asyncio: Document new ensure_future() and deprecated async()
yury.selivanov
- [Python-checkins] cpython (3.4): docs/asyncio: Document set_task_factory/get_task_factory
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio docs)
yury.selivanov
- [Python-checkins] peps: pep-0475: Mark as Final.
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Support PEP 492. Issue #24017.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): asyncio: Merge 3.4 -- Support PEP 492. Issue #24017.
yury.selivanov
- [Python-checkins] cpython: PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
yury.selivanov
- [Python-checkins] cpython: Fix warnings for PyEval_GetCoroutineWrapper
yury.selivanov
- [Python-checkins] cpython: Fix warnings for gen_get_iter()
yury.selivanov
- [Python-checkins] peps: Update pep-0492 (status: final) & pep-0478.
yury.selivanov
- [Python-checkins] peps: pep-0492: Add "Implementation" section.
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix differences from what was committed.
yury.selivanov
- [Python-checkins] cpython: Issue 24017: Update NEWS file.
yury.selivanov
- [Python-checkins] cpython: Mention PEP 492 in whatsnew.
yury.selivanov
- [Python-checkins] cpython: doc: Briefly mention C API changes in whatsnew.
yury.selivanov
- [Python-checkins] cpython: Issue #24017: Plug ref leak.
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is
yury.selivanov
- [Python-checkins] cpython: Issue #24017: Unset asyncio event loop after test.
yury.selivanov
- [Python-checkins] peps: pep-0478: Add PEP 489
yury.selivanov
- [Python-checkins] peps: pep-0478: Add PEP 468
yury.selivanov
- [Python-checkins] peps: pep-0478: Fix markup
yury.selivanov
- [Python-checkins] cpython: Issue 24178: support 'async with' for asyncio locks.
yury.selivanov
- [Python-checkins] cpython: Issue 24179: Support 'async for' for asyncio.StreamReader.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4.
yury.selivanov
- [Python-checkins] cpython (3.4): Sync asyncio code from default branch.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine.
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
yury.selivanov
- [Python-checkins] cpython: asyncio: Add a test for asyncio.iscoroutine().
yury.selivanov
- [Python-checkins] cpython: asyncio/tests: Drop unused import.
yury.selivanov
- [Python-checkins] peps: pep-0478: Mention PEP 484
yury.selivanov
- [Python-checkins] cpython: Issue 24017: More tests for 'async for' and 'async with'.
yury.selivanov
- [Python-checkins] cpython: inspect: Add __slots__ to BoundArguments.
yury.selivanov
- [Python-checkins] peps: pep-0492: Mention new ABC classes.
yury.selivanov
- [Python-checkins] peps: pep-0492: Add an empty line.
yury.selivanov
- [Python-checkins] cpython: collections.abc: Test that if an object is a Coroutine it is also an Awaitable
yury.selivanov
- [Python-checkins] cpython: collections.abc.tests: Remove some unnecessary code.
yury.selivanov
- [Python-checkins] cpython: Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.
yury.selivanov
- [Python-checkins] cpython (3.4): Issue 24191: Document BoundArguments.signature
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Issue 24191: Document BoundArguments.signature
yury.selivanov
- [Python-checkins] cpython: inspect: Micro-optimize __eq__ for Signature, Parameter and BoundArguments
yury.selivanov
- [Python-checkins] cpython: inspect: Test that BoundArguments.__eq__ repects the order of params
yury.selivanov
- [Python-checkins] cpython (merge default -> default): Merge
yury.selivanov
- [Python-checkins] cpython: Issue 22547: Implement informative __repr__ for inspect.BoundArguments
yury.selivanov
- [Python-checkins] peps: pep-492: Mention AsyncIterator and AsyncIterable ABCs.
yury.selivanov
- [Python-checkins] peps: pep-0455: Update status.
yury.selivanov
- [Python-checkins] cpython: inspect: Remove "0x..." IDs from Signature objects' __repr__
yury.selivanov
- [Python-checkins] cpython: Issue 24200: Fix broken unittest.
yury.selivanov
- [Python-checkins] cpython: Issue 24208: Fix tests -- don't create a tempdir in __init__.
yury.selivanov
- [Python-checkins] cpython: Issue 24190: Add inspect.BoundArguments.apply_defaults() method.
yury.selivanov
- [Python-checkins] peps: pep-492: Fix 'async with' equivalent code
yury.selivanov
- [Python-checkins] cpython: Issue 24226: Fix parsing of many sequential one-line 'def' statements.
yury.selivanov
- [Python-checkins] peps: pep-492: Few minor fixes.
yury.selivanov
- [Python-checkins] cpython: Issue 24205: Improve inspect.Signature.bind() error messages.
yury.selivanov
- [Python-checkins] cpython: Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
yury.selivanov
- [Python-checkins] cpython: inspect.Signature: Factor out Signature.from_function to a private helper
yury.selivanov
- [Python-checkins] cpython: Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin
yury.selivanov
- [Python-checkins] cpython: Issue 24180: Documentation for PEP 492 changes.
yury.selivanov
- [Python-checkins] cpython: Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function
yury.selivanov
- [Python-checkins] peps: pep-0478: Mention PEP 488
yury.selivanov
- [Python-checkins] cpython (3.4): Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
yury.selivanov
- [Python-checkins] cpython: Fix a misplaced NEWS entry.
yury.selivanov
- [Python-checkins] cpython: Issue 24180: Fixes by Berker Peksag.
yury.selivanov
- [Python-checkins] cpython: Issue 24237: Raise PendingDeprecationWarning per PEP 479
yury.selivanov
- [Python-checkins] cpython: docs: Mention PEP 479 in whatsnew.
yury.selivanov
- [Python-checkins] cpython: Issue 20438: Deprecate inspect.getargspec() and friends.
yury.selivanov
- [Python-checkins] cpython: Issue 20438: Adjust stacklevel of inspect.getargspec() warning.
yury.selivanov
- [Python-checkins] cpython: Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
yury.selivanov
- [Python-checkins] peps: pep-478: Promote PEPs 484 & 489 to Implemented/Final section
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24297: Update symbol.py. See also issue 24017.
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24297: Update symbol.py. See also issue 24017.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
yury.selivanov
- [Python-checkins] cpython (3.4): Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
yury.selivanov
- [Python-checkins] cpython: Add whatsnew for 3.6
yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Drop some useless code from tasks.py.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): asyncio: Drop some useless code from tasks.py.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): asyncio: Drop some useless code from tasks.py.
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
yury.selivanov
- [Python-checkins] cpython: Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar
yury.selivanov
- [Python-checkins] cpython (3.5): docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
yury.selivanov
- [Python-checkins] cpython: docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24315: Make collections.abc.Coroutine derived from Awaitable
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24315: Make collections.abc.Coroutine derived from Awaitable
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24316: Fix types.coroutine() to accept objects from Cython
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24316: Fix types.coroutine() to accept objects from Cython
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24316: Wrap gen objects returned from callables in types.coroutine
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24316: Wrap gen objects returned from callables in types.coroutine
yury.selivanov
- [Python-checkins] cpython (3.5): docs/whatsnew: Mention OrderedDict C implementation
yury.selivanov
- [Python-checkins] cpython (merge default -> 3.5): Merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.5): Reverting my previous commit.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
yury.selivanov
- [Python-checkins] cpython: docs: Sync whatsnew/3.5.rst with 3.6
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue 22357: Merge from 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): Issue 22357: Document __qualname__ in inspect.rst
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 22357: Merge from 3.5
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #23934: Fix inspect.signature to fail correctly for builtin types.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23934: Fix inspect.signature to fail correctly for builtin types.
yury.selivanov
- [Python-checkins] cpython (3.4): Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24004: Fix DeprecationWarning in a unittest
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24004: Fix DeprecationWarning in a unittest
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24180: Document sys.(set|get)_coroutine_wrapper
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24180: Document sys.(set|get)_coroutine_wrapper
yury.selivanov
- [Python-checkins] peps: Update pep 485 status; update pep 478
yury.selivanov
- [Python-checkins] peps: pep-492: Update doc on set_coroutine_wrapper
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
yury.selivanov
- [Python-checkins] cpython (3.5): Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
yury.selivanov
- [Python-checkins] cpython (3.4): Fix copy/paste errors.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4.
zach.ware
- [Python-checkins] cpython: Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
zach.ware
- [Python-checkins] cpython: Issue #23731: Fix tracemalloc test on Windows.
zach.ware
- [Python-checkins] cpython: Issue #23911: Fix ctypes test on Windows.
zach.ware
- [Python-checkins] cpython: Clean up test_coroutines a bit.
zach.ware
- [Python-checkins] cpython: Issue #20172: Convert the _winapi module to Argument Clinic.
zach.ware
- [Python-checkins] cpython: Issue #20172: Convert the msvcrt module to Argument Clinic.
zach.ware
- [Python-checkins] cpython: Issue #20172: Convert the winreg module to Argument Clinic.
zach.ware
- [Python-checkins] cpython: Issue #20172: Convert the winsound module to Argument Clinic.
zach.ware
- [Python-checkins] cpython: Issue #20172: Update clinicizations to current clinic.
zach.ware
- [Python-checkins] cpython: Ignore PCbuild/.vs directory.
zach.ware
- [Python-checkins] cpython: Issue #21337: Add bare-bones Tix test
zach.ware
- [Python-checkins] cpython: Issue #23488: Fix a syntax error on big endian platforms.
zach.ware
- [Python-checkins] cpython (3.4): Issue #21931: Fix error handling in msilib.FCICreate().
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21931: Merge with 3.4
zach.ware
- [Python-checkins] cpython: Issue #20035: Reimplement tkinter._fix module as a C function.
zach.ware
- [Python-checkins] cpython: Fix extraneous BOM in whatsnew.
zach.ware
- [Python-checkins] cpython: Update Windows build for 3.6
zach.ware
Last message date:
Sun May 31 23:21:54 CEST 2015
Archived on: Sun May 31 23:21:58 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).