index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_future.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
1
-0/+17
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Miss Islington (bot)
2020-03-11
1
-0/+5
*
bpo-37070: Cleanup fstring debug handling (GH-13607)
Eric V. Smith
2019-05-29
1
-0/+1
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
1
-6/+9
*
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
Pablo Galindo
2019-05-18
1
-0/+12
*
Add support for PEP572 in ast_unparse.c (GH-13337)
Batuhan Taşkaya
2019-05-18
1
-0/+2
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-0/+9
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-1/+2
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-1/+1
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-3/+3
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
1
-63/+64
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-0/+163
*
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-40/+23
|
\
|
*
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-40/+23
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
|
/
*
reject non-docs strings between future imports (closes #17434)
Benjamin Peterson
2013-03-16
1
-0/+8
*
#17303: test_future* now work with unittest test discovery. Patch by Zachary...
Ezio Melotti
2013-02-27
1
-13/+11
*
#11093: make NOTTESTS empty by renaming confusingly named files in test dir.
R David Murray
2011-03-24
1
-6/+6
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-1/+1
*
Merged revisions 67066 via svnmerge from
Benjamin Peterson
2008-10-31
1
-0/+5
*
Merged revisions 67030-67031 via svnmerge from
Benjamin Peterson
2008-10-26
1
-2/+6
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-5/+5
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-7/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+21
*
SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...
Neal Norwitz
2003-12-13
1
-32/+74
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-8/+8
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton
2001-08-20
1
-0/+3
*
Fix compileall.py so that it fails on SyntaxErrors
Jeremy Hylton
2001-04-18
1
-5/+5
*
Whitespace normalization.
Tim Peters
2001-03-01
1
-1/+0
*
Add regression test for future statements. This adds eight files, but
Jeremy Hylton
2001-02-28
1
-0/+45