COMMITS
/ Python/future.c October 29, 2024
B
gh-126139: Improve error message location for future statement with unknown feature (#126140)
Brian Schubert committed
June 24, 2024
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
May 2, 2024
C
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird committed
April 2, 2024
I
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Irit Katriel committed
July 3, 2023
V
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Victor Stinner committed
November 2, 2022
I
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel committed
October 31, 2022
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner committed
October 6, 2020
B
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
June 20, 2020
L
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou committed
September 24, 2018
A
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar committed
May 30, 2018
S
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka committed
May 29, 2018
S
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka committed
January 26, 2018
Y
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov committed
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
March 16, 2013
B
C89 compliance
Benjamin Peterson committed
B
reject non-docs strings between future imports (closes #17434)
Benjamin Peterson committed
March 23, 2012
K
Fix typo when "PyObject*" was changed to "identifier"
Kristján Valur Jónsson committed
March 22, 2012
B
this should technicaly be identifier
Benjamin Peterson committed
B
check for NULL
Benjamin Peterson committed
B
check by equality for __future__ not identity (closes #14378)
Benjamin Peterson committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
September 20, 2010
B
add column offset to all syntax errors
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 20, 2008
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
February 28, 2006
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
December 6, 2005
N
Reduce scope of feature
Neal Norwitz committed
N
Remove unused macro, check is done elsewhere
Neal Norwitz committed
November 13, 2005
N
Prevent name pollution by making lots of internal functions static.
Neal Norwitz committed