<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/__future__.py, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41314: fixed annotations __future__ version (GH-21616)</title>
<updated>2020-07-25T21:42:49+00:00</updated>
<author>
<name>YoSTEALTH</name>
<email>35307184+YoSTEALTH@users.noreply.github.com</email>
</author>
<published>2020-07-25T21:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0028c14073109595e7532ec00bb1e8bf39ecfb4d'/>
<id>0028c14073109595e7532ec00bb1e8bf39ecfb4d</id>
<content type='text'>
PEP 563 was updated to change the release where `from __future__ import annotations` becomes the default (and only) behavior from 4.0 to 3.10. Update `__future__.py` and its docs to reflect this.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PEP 563 was updated to change the release where `from __future__ import annotations` becomes the default (and only) behavior from 4.0 to 3.10. Update `__future__.py` and its docs to reflect this.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39562: Prevent collision of future and compiler flags (GH-19230)</title>
<updated>2020-04-22T16:09:03+00:00</updated>
<author>
<name>Batuhan Taşkaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2020-04-22T16:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4454057269b995341b04d13f0bf97f96080f27d0'/>
<id>4454057269b995341b04d13f0bf97f96080f27d0</id>
<content type='text'>
The constant values of future flags in the __future__ module
is updated in order to prevent collision with compiler flags.
Previously PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing
with CO_FUTURE_DIVISION.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The constant values of future flags in the __future__ module
is updated in order to prevent collision with compiler flags.
Previously PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing
with CO_FUTURE_DIVISION.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218)</title>
<updated>2018-12-19T16:19:39+00:00</updated>
<author>
<name>Chris Rands</name>
<email>c_rands100@hotmail.com</email>
</author>
<published>2018-12-19T16:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=55cc34500e5abbfedb89adc95e3f94d53c544933'/>
<id>55cc34500e5abbfedb89adc95e3f94d53c544933</id>
<content type='text'>
* extending the joke!

* 📜🤖 Added by blurb_it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* extending the joke!

* 📜🤖 Added by blurb_it.
</pre>
</div>
</content>
</entry>
<entry>
<title>String annotations [PEP 563] (#4390)</title>
<updated>2018-01-26T16:20:18+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2018-01-26T16:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=95e4d589137260530e18ef98a2ed84ee3ec57e12'/>
<id>95e4d589137260530e18ef98a2ed84ee3ec57e12</id>
<content type='text'>
* Document `from __future__ import annotations`
* Provide plumbing and tests for `from __future__ import annotations`
* Implement unparsing the AST back to string form

This is required for PEP 563 and as such only implements a part of the
unparsing process that covers expressions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document `from __future__ import annotations`
* Provide plumbing and tests for `from __future__ import annotations`
* Implement unparsing the AST back to string form

This is required for PEP 563 and as such only implements a part of the
unparsing process that covers expressions.</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 479: Change StopIteration handling inside generators.</title>
<updated>2015-05-09T15:44:30+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2015-05-09T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8170e8c0d12cb9414f3a3d3ca81a447b4afc5f26'/>
<id>8170e8c0d12cb9414f3a3d3ca81a447b4afc5f26</id>
<content type='text'>
Closes issue #22906.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue #22906.
</pre>
</div>
</content>
</entry>
<entry>
<title>#14494: Document that absolute imports became default in 3.0 instead of 2.7.</title>
<updated>2012-05-19T15:36:33+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2012-05-19T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=079bfc962d838cb80a008ad3d949222256e1228d'/>
<id>079bfc962d838cb80a008ad3d949222256e1228d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>barry has already been causing test breakage</title>
<updated>2009-04-01T20:38:13+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2009-04-01T20:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=91d7dfd77c85c0549b48d2bb281e83b51d38c0c4'/>
<id>91d7dfd77c85c0549b48d2bb281e83b51d38c0c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!</title>
<updated>2009-04-01T05:08:41+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>bcannon@gmail.com</email>
</author>
<published>2009-04-01T05:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e3944a5e1ecf67aa722fd9ce0c0a4ee72ee5ba2d'/>
<id>e3944a5e1ecf67aa722fd9ce0c0a4ee72ee5ba2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 61952-61953 via svnmerge from</title>
<updated>2008-03-26T22:34:47+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2008-03-26T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4d6ec85a022d05f11966004edc36151ab26bb13a'/>
<id>4d6ec85a022d05f11966004edc36151ab26bb13a</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61952 | mark.dickinson | 2008-03-26 22:41:36 +0100 (Wed, 26 Mar 2008) | 2 lines

  Typo: "objects reference count" -&gt; "object's reference count"
........
  r61953 | christian.heimes | 2008-03-26 23:01:37 +0100 (Wed, 26 Mar 2008) | 4 lines

  Patch #2477: Added from __future__ import unicode_literals

  The new PyParser_*Ex() functions are based on Neal's suggestion and initial patch. The new __future__ feature makes all '' and r'' unicode strings. b'' and br'' stay (byte) strings.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61952 | mark.dickinson | 2008-03-26 22:41:36 +0100 (Wed, 26 Mar 2008) | 2 lines

  Typo: "objects reference count" -&gt; "object's reference count"
........
  r61953 | christian.heimes | 2008-03-26 23:01:37 +0100 (Wed, 26 Mar 2008) | 4 lines

  Patch #2477: Added from __future__ import unicode_literals

  The new PyParser_*Ex() functions are based on Neal's suggestion and initial patch. The new __future__ feature makes all '' and r'' unicode strings. b'' and br'' stay (byte) strings.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __future__ import for print_function.  It's a no-op in 3.0, but it needs to not be a syntax error.</title>
<updated>2008-03-20T23:02:08+00:00</updated>
<author>
<name>Eric Smith</name>
<email>eric@trueblade.com</email>
</author>
<published>2008-03-20T23:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=87824086fa20e3f7bbb39dc8ee9d3ce70487dd98'/>
<id>87824086fa20e3f7bbb39dc8ee9d3ce70487dd98</id>
<content type='text'>
Closes issue 2436.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue 2436.
</pre>
</div>
</content>
</entry>
</feed>
