May 2016 Archives by author
Starting: Sun May 1 02:07:01 EDT 2016
Ending: Tue May 31 23:52:02 EDT 2016
Messages: 506
- [Python-checkins] cpython: Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Brett Cannon
- [Python-checkins] peps: Short subsection on annotating coroutines (Ivan L, #225).
Brett Cannon
- [Python-checkins] peps: Add Resolution header.
barry.warsaw
- [Python-checkins] peps: 2.7.12
benjamin.peterson
- [Python-checkins] cpython (3.5): improve PyFunction_New docs (closes #26986)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26986)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (2.7): fix indentation of comments in cellobject.c (closes #27011)
benjamin.peterson
- [Python-checkins] cpython (3.5): fix indentation of comments in cellobject.c (closes #27011)
benjamin.peterson
- [Python-checkins] cpython (3.5): fix possible refleak in MAKE_FUNCTION (closes #26991)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26991)
benjamin.peterson
- [Python-checkins] cpython (3.5): regen importlib bytecode
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): null merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): class definitions only get argument lists (closes #27042)
benjamin.peterson
- [Python-checkins] cpython (3.5): Backed out changeset 71ff2235bb4c (closes #27042)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27042)
benjamin.peterson
- [Python-checkins] cpython (3.5): fix indentation and add curlies (closes #27093)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix indentation and add curlies (closes #27093)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27093)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): "Numeric Python" -> "NumPy"
benjamin.peterson
- [Python-checkins] cpython (2.7): "Numeric Python" -> "NumPy"
benjamin.peterson
- [Python-checkins] cpython (2.7): remove cruft from Schwarzian transform section
benjamin.peterson
- [Python-checkins] cpython (3.5): remove cruft from Schwarzian transform section
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): stop talking about svn
benjamin.peterson
- [Python-checkins] cpython (2.7): stop talking about svn
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (2.7): Backed out changeset e7062dd9085e (#25731)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): backout 3c9512d8ac0d
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
berker.peksag
- [Python-checkins] cpython (3.5): Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26898: Fix typo in math.isclose() docstring
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26898: Fix typo in math.isclose() docstring
berker.peksag
- [Python-checkins] cpython (3.5): Issue #18916: Update thread module docstrings
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18916: Update thread module docstrings
berker.peksag
- [Python-checkins] peps: Issue #26914: Fix formatting of lists in PEP 420
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26957: Remove duplicate 'the' from datetime documentation
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26957: Remove duplicate 'the' from datetime documentation
berker.peksag
- [Python-checkins] cpython (2.7): Issue #26962: Backport 23d986228c6b to 2.7
berker.peksag
- [Python-checkins] cpython (3.5): Replace example.com with pythontest.net in test_urllibnet
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Replace example.com with pythontest.net in test_urllibnet
berker.peksag
- [Python-checkins] cpython (2.7): Replace example.com with pythontest.net in test_getcode of test_urllibnet
berker.peksag
- [Python-checkins] cpython (3.5): Fix self.fail() call in test_data_header
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Fix self.fail() call in test_data_header
berker.peksag
- [Python-checkins] cpython: Issue #26924: Do not define _multiprocessing.sem_unlink under Android
berker.peksag
- [Python-checkins] cpython: Issue #26924: Fix Windows buildbots
berker.peksag
- [Python-checkins] peps: PEP 103: Updates from Oleg Broytman
berker.peksag
- [Python-checkins] cpython: Issue #23275: Allow () = iterable assignment syntax
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27075: Link to StreamReader and StreamWriter docs
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27075: Link to StreamReader and StreamWriter docs
berker.peksag
- [Python-checkins] test: Testing my new key
berker.peksag
- [Python-checkins] devguide: Ignore venv
brett.cannon
- [Python-checkins] devguide: Document that we now want your GitHub username as well
brett.cannon
- [Python-checkins] peps: Update status
brett.cannon
- [Python-checkins] peps: Update status of GH migration
brett.cannon
- [Python-checkins] peps: Mention reno as a possible solution to the NEWS problem
brett.cannon
- [Python-checkins] peps: Remove now outdated version restrictions on ctypes and modulefinder.
brett.cannon
- [Python-checkins] peps: Mark PEP 515 as accepted.
brett.cannon
- [Python-checkins] peps: Add PEP 518: Specifying minimum build requirements for Python projects
brett.cannon
- [Python-checkins] peps: Accept PEP 518:
brett.cannon
- [Python-checkins] peps: Add PEP 519: Adding a file system path protocol
brett.cannon
- [Python-checkins] peps: Mark PEP 519 as accepted
brett.cannon
- [Python-checkins] peps: Update what needs to be done for PEP 519
brett.cannon
- [Python-checkins] devguide: Add myself to experts/multiprocessing
davin.potts
- [Python-checkins] cpython (2.7): Upgrade ensurepip bundled setuptools to 20.10.1
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade ensurepip bundled setuptools to 20.10.1
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Upgrade ensurepip bundled setuptools to 20.10.1
donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Upgrade ensurepip bundled setuptools to 20.10.1
donald.stufft
- [Python-checkins] peps: Withdraw PEP 481 in favor of PEP 512
donald.stufft
- [Python-checkins] peps: Direct people from PEP 481 to PEP 512
donald.stufft
- [Python-checkins] cpython: Fixes #19711: Add tests for reloading namespace packages.
eric.snow
- [Python-checkins] cpython: Issue #21099: Switch applicable importlib tests to use PEP 451 API.
eric.snow
- [Python-checkins] cpython (3.5): Issue #27138: Fix the doc comment for FileFinder.find_spec().
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27138: Fix the doc comment for FileFinder.find_spec().
eric.snow
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27147: Mention PEP 420 in the importlib docs.
eric.snow
- [Python-checkins] cpython (3.5): Issue #27147: Mention PEP 420 in the importlib docs.
eric.snow
- [Python-checkins] cpython (3.5): issue26893: use mro() to examine class heirarchy
ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): issue26893: use mro() to examine class heirarchy
ethan.furman
- [Python-checkins] peps: Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
georg.brandl
- [Python-checkins] peps: Fixup some more lists-in-blockquotes. Fixes #26914.
georg.brandl
- [Python-checkins] peps: Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914
georg.brandl
- [Python-checkins] cpython (2.7): issue26083: Avoid duplicate error message string from a subprocess exec
gregory.p.smith
- [Python-checkins] cpython (3.5): Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
gregory.p.smith
- [Python-checkins] peps: Update status of PEP 438
guido.van.rossum
- [Python-checkins] peps: Edits by Ivan Levkivskyi to be more precise about types vs. classes.
guido.van.rossum
- [Python-checkins] peps: Fix some cursive markup.
guido.van.rossum
- [Python-checkins] peps: A new co-author for PEP 483, Ivan Levkivskyi, has greatly added to it.
guido.van.rossum
- [Python-checkins] cpython (3.5): Fix #27014 -- infinite recursion using typing.py.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.)
guido.van.rossum
- [Python-checkins] peps: Clarify a sentence that mentioned LoggedVar[t].
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Back out pathlib.Path.path attr. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.4): Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Back out pathlib.Path.path attr. (Merge 3.4->3.5)
guido.van.rossum
- [Python-checkins] peps: Improve wording on covariance of Type[] (Ivan L, #107).
guido.van.rossum
- [Python-checkins] peps: Short subsection on annotating coroutines (Ivan L, #225).
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Added Type[C] implementation to typing.py. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.5): Added Type[C] implementation to typing.py.
guido.van.rossum
- [Python-checkins] peps: Add annotation to async def example.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Comment/docstring tweaks for typing.py. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.5): Comment/docstring tweaks for typing.py.
guido.van.rossum
- [Python-checkins] peps: Add Type and ContextManager to list of everything in typing.py.
guido.van.rossum
- [Python-checkins] peps: Add "Python-Version: 3.6" header to PEP 519.
guido.van.rossum
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-04
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-04
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-05
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-05
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-06
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-06
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-09
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-09
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-05-10
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-10
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-12
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-12
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-13
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-13
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-16
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-16
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-17
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-17
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-05-18
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-18
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-05-19
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-05-19
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-20
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-05-20
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-05-23
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-05-23
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-24
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-05-24
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-25
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-05-25
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-05-26
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-05-26
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-05-27
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-05-27
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-05-30
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-30
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-05-31
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-05-31
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20120: Merge with 3.5
jason.coombs
- [Python-checkins] cpython (3.5): Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for
jason.coombs
- [Python-checkins] devguide: motivations: Adding myself
kushal.das
- [Python-checkins] peps: Add release schedule for 3.4.5.
larry.hastings
- [Python-checkins] peps: PEP 383: the link to Markus Kuhn's "UTF-8b" died. I found it a fresh one.
larry.hastings
- [Python-checkins] peps: Better link for UTF-8b from Serhiy.
larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26512: Merge rounding doc from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26512: Clarify Integral; tidy up table of rounding functions
martin.panter
- [Python-checkins] cpython (2.7): Issue #26512: Clarify Integral; tidy up table of rounding functions
martin.panter
- [Python-checkins] cpython (2.7): Corrections for a/an in code comments and documentation
martin.panter
- [Python-checkins] cpython (3.5): Fix typos in comments, documentation and test method names
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Fix typos in comments, documentation and test method names
martin.panter
- [Python-checkins] cpython (3.5): Corrections for a/an in code comments and documentation
martin.panter
- [Python-checkins] cpython (2.7): Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().
martin.panter
- [Python-checkins] cpython (3.5): Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22274: Merge stderr=STDOUT fix from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge ctypes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Remove outdated PEP 291 compatibility requirement comment
martin.panter
- [Python-checkins] cpython (2.7): Remove PEP 291 compatibility requirements for ctypes and modulefinder
martin.panter
- [Python-checkins] cpython: Remove old Python 2 compatibility from ctypes test
martin.panter
- [Python-checkins] cpython (3.5): Issue #25533: Update documentation regarding the frozen modules table
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25533: Merge frozen module docs from 3.5
martin.panter
- [Python-checkins] cpython: Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
martin.panter
- [Python-checkins] cpython: Issue #26870: Close pty master in case of exception
martin.panter
- [Python-checkins] cpython: Issue #26870: Temporary debugging for OS X Snow Leopard lockup
martin.panter
- [Python-checkins] cpython: Issue #26870: Avoid using kqueue() with pseudo-terminals
martin.panter
- [Python-checkins] cpython: Issue #26870: Poll() also fails on OS X; try select()
martin.panter
- [Python-checkins] cpython (3.5): Issue #14132: Fix redirect handling when target is just a query string
martin.panter
- [Python-checkins] cpython (2.7): Issue #14132: Fix redirect handling when target is just a query string
martin.panter
- [Python-checkins] cpython (2.7): Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2
martin.panter
- [Python-checkins] cpython (3.5): Issue #17214: Percent-encode non-ASCII bytes in redirect targets
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5
martin.panter
- [Python-checkins] cpython: Issue #23275: Don’t think this made it into alpha 1
martin.panter
- [Python-checkins] cpython (3.5): Fix minor inconsistencies with Issue #N references in NEWS and HISTORY
martin.panter
- [Python-checkins] cpython: Extra NEWS formatting fix for 3.6
martin.panter
- [Python-checkins] cpython (2.7): Fix minor inconsistencies with Issue #N references in NEWS
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge NEWS formatting from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Fix typo in library/ipc.rst
martin.panter
- [Python-checkins] cpython (2.7): #9911: doc copyedits.
martin.panter
- [Python-checkins] cpython (2.7): Nits
martin.panter
- [Python-checkins] cpython (2.7): #5486: typos.
martin.panter
- [Python-checkins] cpython (2.7): Fix Issue #21528 - Fix documentation typos
martin.panter
- [Python-checkins] cpython (3.5): Issue #27076: Doc, comment and tests spelling fixes
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27076: Merge spelling from 3.5
martin.panter
- [Python-checkins] cpython: Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
martin.panter
- [Python-checkins] cpython (2.7): Issue #27076: Doc, comment and test function name spelling fixes
martin.panter
- [Python-checkins] cpython (3.5): Issue #18383: Avoid adding duplicate filters when warnings is reloaded
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18383: Merge warnings fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #5784: Expand documentation and tests for zlib wbits parameter
martin.panter
- [Python-checkins] cpython (2.7): Issue #5784: Expand documentation and tests for zlib wbits parameter
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #5784: Merge zlib from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #5784: Merge zlib from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20699: Merge io bytes-like fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #20699: Document that “io” methods accept bytes-like objects
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26553: Merge capitalization from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
martin.panter
- [Python-checkins] cpython (2.7): Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
martin.panter
- [Python-checkins] cpython (3.5): Issue #27124: Fix documentation of exception raised by a2b_hex()
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27124: Merge binascii doc from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #27125: Fix various errors like “will [be] inherited”
martin.panter
- [Python-checkins] cpython (2.7): Issue #27125: Fix various errors like “will [be] inherited”
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27125: Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #27125: Remove duplicated words from documentation and comments
martin.panter
- [Python-checkins] cpython: Issue #27125: Remove duplicated words in exception message
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27125: Merge typo fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #27125: Remove duplicated words from documentation and comments
martin.panter
- [Python-checkins] cpython (2.7): Fix a few typos. Patch by Eitan Adler.
martin.panter
- [Python-checkins] cpython (2.7): fix typo
martin.panter
- [Python-checkins] cpython: - make some internal symbols static
matthias.klose
- [Python-checkins] peps: Fix date typos
ned.deily
- [Python-checkins] peps: Fix header typo
ned.deily
- [Python-checkins] peps: Also fix order of headers
ned.deily
- [Python-checkins] peps: Remove deferred PEP 501 from 3.6 feature list
ned.deily
- [Python-checkins] cpython (merge default -> default): Merge 3.6.0a1 updates
ned.deily
- [Python-checkins] cpython: Version bump for 3.6.0a1
ned.deily
- [Python-checkins] cpython: Update pydoc topics for 3.6.0a1
ned.deily
- [Python-checkins] cpython: Update Mac installer ReadMe file for 3.6.0a1
ned.deily
- [Python-checkins] cpython: Added tag v3.6.0a1 for changeset 5896da372fb0
ned.deily
- [Python-checkins] cpython: Post-release cleanup: 3.6.0a1 -> 3.6.0a2
ned.deily
- [Python-checkins] peps: update 3.6.0 release schedule
ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27049: fix doc typo
ned.deily
- [Python-checkins] cpython (3.5): Issue #27049: fix doc typo
ned.deily
- [Python-checkins] devguide: Clarify a point on the motivations page
nick.coghlan
- [Python-checkins] peps: PEP 518: Add resolution link
nick.coghlan
- [Python-checkins] cpython: Issue #27064: The py.exe launcher now defaults to Python 3.
paul.moore
- [Python-checkins] Daily reference leaks (5b5fbce1db9c): sum=11
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (98678738b7e9): sum=12
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (63f4fd1ec636): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b9b99cb85a5f): sum=8
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3a069e5593ef): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (66a1fbdbe4bb): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (786de3f37ca7): sum=10
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (eee959fee5f5): sum=-19
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (50a94e1cabe0): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (694dadd9f7bd): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c59378c8007b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fff0c783d3db): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fceaa0dc715e): sum=9
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d90c8b4e5566): sum=68
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4a621d521ff8): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (390af9695e8b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (706bd1640ff3): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8a0754fed986): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3811995aad73): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ade839421b8f): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e0212060c80e): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (40db18240177): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6147a2c99db0): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6147a2c99db0): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b730baee0877): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (eaee5aed6fbc): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8c92ebcca83f): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c95864a37ee2): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bd0a12277a8e): sum=8
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0945b9729734): sum=-2
solipsis at pitrou.net
- [Python-checkins] cpython: Issue 26915: Add identity checks to the collections ABC __contains__ methods.
raymond.hettinger
- [Python-checkins] cpython: Issue 25926: Clarify that the pure python equivalents are only approximate.
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue 25926: Clarify that the pure python equivalents are only approximate.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 25926: Clarify that the pure python equivalents are only approximate.
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26807: mock_open 'files' no longer error on readline at end of file.
robert.collins
- [Python-checkins] cpython (3.5): Issue #26807: mock_open 'files' no longer error on readline at end of file.
robert.collins
- [Python-checkins] cpython (2.7): Closes issue26960.
senthil.kumaran
- [Python-checkins] cpython (2.7): Add NEWS entry for issue26960.
senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5
senthil.kumaran
- [Python-checkins] cpython (3.5): issue27018 - Fix the documentation of select.epoll.register method.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5
senthil.kumaran
- [Python-checkins] cpython (3.5): issue27045 - Use backslash in windows path to script file.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis
senthil.kumaran
- [Python-checkins] cpython (3.5): issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other
senthil.kumaran
- [Python-checkins] cpython (2.7): issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26711: Fixed the comparison of plistlib.Data with other types.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26711: Fixed the comparison of plistlib.Data with other types.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Regenerate Argument Clinic code for issue #26874.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Regenerate Argument Clinic code for issue #26874.
serhiy.storchaka
- [Python-checkins] cpython: Got rid of redundand "self" parameter declarations.
serhiy.storchaka
- [Python-checkins] peps: Use the kbd role.
serhiy.storchaka
- [Python-checkins] peps: Make roman.py Python3 compatible.
serhiy.storchaka
- [Python-checkins] peps: cgi.escape is deprecated, use html.escape instead.
serhiy.storchaka
- [Python-checkins] peps: Issue #26916: Fixed words duplications.
serhiy.storchaka
- [Python-checkins] peps: Convert to Unix newlines.
serhiy.storchaka
- [Python-checkins] peps: Issue #26921: Fixed a/an articles.
serhiy.storchaka
- [Python-checkins] peps: Backed out changeset: c4aef26d128b
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24950: Fixed expanduser tests when the users home directory in pwd is
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24950: Fixed expanduser tests when the users home directory in pwd is
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported test for posixpath.expanduser().
serhiy.storchaka
- [Python-checkins] cpython: Issue #26932: Fixed support of RTLD_* constants defined as enum values,
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
serhiy.storchaka
- [Python-checkins] cpython: Issue #26765: Moved common code and docstrings for bytes and bytearray methods
serhiy.storchaka
- [Python-checkins] cpython: Issue #26765: Moved common code for the replace() method of bytes and bytearray
serhiy.storchaka
- [Python-checkins] cpython: Issue #26918: Skipped some tests in test_pipes on Android.
serhiy.storchaka
- [Python-checkins] cpython: Restored parameter name "self" since gdb needs exact specific parameter names.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26889: Tweaked xmlrpc.client documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26889: Tweaked xmlrpclib documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26889: Tweaked xmlrpc.client documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26889: Fixed hyperlinks formatting.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26889: Fixed hyperlinks formatting.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26889: Fixed hyperlinks formatting.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26708: Use the "const" qualifier for immutable strings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23815: Fixed crashes related to directly created instances of types in
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23815: Fixed crashes related to directly created instances of types in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26156: Make expressions grammar description more semantically correct.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26156: Make expressions grammar description more semantically correct.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18531: Single var-keyword argument of dict subtype was passed
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26881: The modulefinder module now supports extended opcode arguments.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26881: The modulefinder module now supports extended opcode arguments.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26881: modulefinder now works with bytecode with extended args.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25745: Fixed leaking a userptr in curses panel destructor.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25745: Fixed leaking a userptr in curses panel destructor.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25745: Fixed leaking a userptr in curses panel destructor.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23921: Standardized documentation whitespace formatting.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23921: Standardized documentation whitespace formatting.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23921: Standardized documentation whitespace formatting.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26881: Restored the name of scan_opcodes_25().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Removed duplicated NEWS entity for issue #26881.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27005: Optimized the float.fromhex() class method for exact float.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Make bytes and bytearray subclass tests compatible with base types tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Make bytes and bytearray subclass tests compatible with base types tests.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
serhiy.storchaka
- [Python-checkins] cpython (3.5): Restored test_interleaved. After issue #8886 it was a duplicate of
serhiy.storchaka
- [Python-checkins] cpython (2.7): Restored test_interleaved. After issue #8886 it was a duplicate of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Restored test_interleaved. After issue #8886 it was a duplicate of
serhiy.storchaka
- [Python-checkins] cpython: Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27034: Removed deprecated class asynchat.fifo.
serhiy.storchaka
- [Python-checkins] cpython: Expand abbreviations FIFO and LIFO.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27033: The default value of the decode_data parameter for
serhiy.storchaka
- [Python-checkins] cpython: Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported tests for issue #18531.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27039: Fixed bytearray.remove() for values greater than 127.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27039: Fixed bytearray.remove() for values greater than 127.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27039: Fixed bytearray.remove() for values greater than 127.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed test_sizeof for deque.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed test_sizeof for deque.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed test_sizeof for deque.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27036: Fixed formatting references to "bytes-like object" in plural.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27036: Fixed formatting references to "bytes-like object" in plural.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27063: Some unittest loader tests were silently skipped.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27063: Some unittest loader tests were silently skipped.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27067: Improved curses tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27067: Improved curses tests.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Temporary skip curses tests on non-tty (issue #27067).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Temporary skip curses tests on non-tty (issue #27067).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed an error in previous commit.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed an error in previous commit.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported curses tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
serhiy.storchaka
- [Python-checkins] cpython: Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27097: Python interpreter is now about 7% faster due to optimized
serhiy.storchaka
- [Python-checkins] cpython: Fixed the use of _Py_IS_ALIGNED (issue #27097).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge heads (issue #25926).
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27138: Regenerate Python/importlib_external.h.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27138: Regenerate Python/importlib_external.h.
serhiy.storchaka
- [Python-checkins] cpython: Improved docs for issue27033. Based on comments by R. David Murray.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27033: Removed unnecessary the bool calls.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26857: The gethostbyaddr_r() workaround is no longer needed with
stefan.krah
- [Python-checkins] cpython (3.5): Issue #26073: Updates magic number comment in _bootstrap_external.py and
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26073: Updates magic number comment in _bootstrap_external.py and
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
steve.dower
- [Python-checkins] cpython (3.5): Fixes magic numbers for 3.6.
steve.dower
- [Python-checkins] cpython (3.5): Fixes unnecessary rebuild when building Windows releases with PGO
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge launcher change from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Removes versioning from py.exe launcher installer and ensures that old
steve.dower
- [Python-checkins] cpython (3.5): Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
steve.dower
- [Python-checkins] cpython: Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type.
steve.dower
- [Python-checkins] cpython: Closes #23026: Documentation improvements and code formatting
steve.dower
- [Python-checkins] cpython (3.5): Issue #27114: Fix SSLContext._load_windows_store_certs fails with
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27114: Fix SSLContext._load_windows_store_certs fails with
steve.dower
- [Python-checkins] cpython (2.7): Issue #27114: Fix SSLContext._load_windows_store_certs fails with
steve.dower
- [Python-checkins] cpython: Issue 26002 and 25974
steven.daprano
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
steven.daprano
- [Python-checkins] cpython: Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
steven.daprano
- [Python-checkins] cpython (merge 3.5 -> default): Branch merge for issue 26977
steven.daprano
- [Python-checkins] cpython (3.5): Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
steven.daprano
- [Python-checkins] cpython (3.5): NEWS message for issue #26977.
steven.daprano
- [Python-checkins] cpython (merge 3.5 -> default): Merge NEWS update from 3.5 for issue #26977.
steven.daprano
- [Python-checkins] cpython: Update NEWS.
steven.daprano
- [Python-checkins] cpython (2.7): Clarify IDLE-console differences with respect to the sys module.
terry.reedy
- [Python-checkins] cpython (3.5): Clarify IDLE-console differences with respect to the sys module.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue 26911: fix import (other problems remain).
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue 26912: fix broken imports in test_email package.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #20640: Add tests for idlelib.configHelpSourceEdit.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #20640: Add https: to url prefixes so test passes on Darwin.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #25747: remove undependable and possibly useless test.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #23977: Tweak IDLE Delegator and its test.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 18910: Edit idle_test/README.txt to add 'requires' warning.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (2.7): Backports: #25747: remove bad test. #27044: stop test_idle from leaking.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #27044: stop test_idle from leaking by deleting callbacks.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar .
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #18410: add missing parent argument.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (3.5): Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #26673: Protect IDLE from Linux fonts with reported default size 0.
terry.reedy
- [Python-checkins] cpython: Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
terry.reedy
- [Python-checkins] cpython: Issue #24225: Within idlelib files, update idlelib module names.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme.
terry.reedy
- [Python-checkins] cpython: Issue #27117: Make colorizer htest and turtledemo work with dark theme.
terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
terry.reedy
- [Python-checkins] cpython (2.7): Add items to MISC/NEWS and idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Add items to MISC/NEWS and idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (3.5): Add items to MISC/NEWS and idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython: Issue #27156: Remove obsolete code not used by IDLE.
terry.reedy
- [Python-checkins] cpython: Issue # 24225: Update idlelib.README.txt with new file names and event handlers.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27057)
victor.stinner
- [Python-checkins] cpython (3.5): Fix os.set_inheritable() on Android
victor.stinner
- [Python-checkins] cpython: Cleanup import.c
victor.stinner
- [Python-checkins] cpython: Optimize pickle.load() and pickle.loads()
victor.stinner
- [Python-checkins] cpython: Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
victor.stinner
- [Python-checkins] cpython: Use "with popen:" in test_subprocess
victor.stinner
- [Python-checkins] cpython: subprocess now emits a ResourceWarning warning
victor.stinner
- [Python-checkins] cpython (3.5): asyncio: fix ResourceWarning related to subprocesses
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #26741)
victor.stinner
- [Python-checkins] cpython: regrtest: display test result (passed, failed, ...)
victor.stinner
- [Python-checkins] cpython: regrtest doesn't ignore -j1 anymore
victor.stinner
- [Python-checkins] cpython: Issue #27056: Fix _Unpickler_Read() to avoid integer overflow
victor.stinner
- [Python-checkins] cpython (3.5): test_warnings: catch stderr and check warning
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_warnings)
victor.stinner
- [Python-checkins] cpython (3.5): Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #26848)
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: ease the cert failed regex
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix unix pipe transport 'repr' methods
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio/tests: Ensure a gc_collect for __del__ testing
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27040)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27040: Add loop.get_exception_handler method
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27041: asyncio: Add loop.create_future method
yury.selivanov
- [Python-checkins] cpython (merge default -> default): Merge heads
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #27041)
yury.selivanov
- [Python-checkins] cpython (3.5): docs: Update asyncio docs & whatsnew
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
yury.selivanov
- [Python-checkins] cpython: docs: Update whatsnew/3.6 with asyncio changes
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio/streams: Fix code style; delete LimitOverrunError.message attr
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26987: Correct implementation to match comment
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #26987: Merge with 3.5
zach.ware
- [Python-checkins] peps: Fix indentation.
zach.ware
- [Python-checkins] peps: Remove extra colon.
zach.ware
- [Python-checkins] devguide: Add missing word
zach.ware
Last message date:
Tue May 31 23:52:02 EDT 2016
Archived on: Tue May 31 23:52:06 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).