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
/
Python
/
ast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
1
-0/+5
*
Issue #3360: Fix incorrect parsing of "020000000000.0".
Mark Dickinson
2008-07-16
1
-10/+1
*
#3219 repeated keyword arguments aren't allowed in function calls anymore
Benjamin Peterson
2008-07-01
1
-0/+10
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-0/+3
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-14/+14
*
warn about parameter tuple unpacking
Benjamin Peterson
2008-06-08
1
-0/+3
*
Warn about assigning to Py3k keywords (True and False)
Benjamin Peterson
2008-06-08
1
-33/+27
*
add an ast_warn helper function to make adding those Py3k warnings easier
Benjamin Peterson
2008-06-08
1
-7/+15
*
change Py3k backquote warning to a SyntaxWarning and add a test
Benjamin Peterson
2008-06-08
1
-1/+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-18/+18
*
The compiling struct is now passed around to all AST helpers (see issue 2720)
Benjamin Peterson
2008-05-03
1
-32/+32
*
Patch #2511: Give the "excepthandler" AST item proper attributes by making it...
Georg Brandl
2008-03-30
1
-3/+3
*
Patch #2477: Added from __future__ import unicode_literals
Christian Heimes
2008-03-26
1
-11/+14
*
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Georg Brandl
2008-03-25
1
-1/+1
*
Issue #2400: Allow relative imports to "import *".
Martin v. Löwis
2008-03-19
1
-4/+0
*
Issue#2238: some syntax errors from *args or **kwargs expressions
Amaury Forgeot d'Arc
2008-03-05
1
-0/+4
*
Patch #1759: Backport of PEP 3129 class decorators
Christian Heimes
2008-02-23
1
-24/+46
*
Added bytes and b'' as aliases for str and ''
Christian Heimes
2008-01-18
1
-0/+3
*
Make Python compile with --disable-unicode.
Georg Brandl
2008-01-07
1
-0/+2
*
Added filename to compiling struct based on Martin's suggestion.
Christian Heimes
2007-11-24
1
-1/+3
*
And yet another fix for the patch. Paul Moore has send me a note that I've mi...
Christian Heimes
2007-11-23
1
-8/+9
*
How did the comment get there?
Christian Heimes
2007-11-23
1
-1/+1
*
Fixed problems in the last commit. Filenames and line numbers weren't reporte...
Christian Heimes
2007-11-23
1
-4/+8
*
Applied patch #1754273 and #1754271 from Thomas Glee
Christian Heimes
2007-11-23
1
-0/+4
*
Fix Coverity #158: Check the correct variable.
Neal Norwitz
2007-10-05
1
-1/+1
*
Place #ifdef Py_USING_UNICODE around decode_unicode().
Georg Brandl
2007-08-06
1
-0/+2
*
SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.
Guido van Rossum
2007-07-18
1
-2/+19
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
1
-0/+4
*
Backport PEP 3110's new 'except' syntax to 2.6.
Collin Winter
2007-05-18
1
-1/+1
*
Handle a couple of uncaught errors. This should be backported
Neal Norwitz
2007-05-03
1
-0/+4
*
Actually raise an exception before calling ast_error_finish.
Georg Brandl
2007-05-02
1
-0/+2
*
Clean up formatting of this file.
Jeremy Hylton
2007-03-16
1
-2029/+2048
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-14/+26
*
tabify
Jeremy Hylton
2007-02-27
1
-2005/+2005
*
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
Neal Norwitz
2006-11-04
1
-0/+1
*
Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).
Neal Norwitz
2006-09-22
1
-2/+24
*
with and as are now keywords. There are some generated files I can't recreate.
Neal Norwitz
2006-09-06
1
-12/+0
*
M-x untabify
Neal Norwitz
2006-09-05
1
-821/+821
*
Add a comment about some refactoring. (There's probably more that should be ...
Neal Norwitz
2006-09-05
1
-6/+5
*
Bug #1520864 (again): unpacking singleton tuples in list comprehensions and
Neal Norwitz
2006-09-05
1
-4/+12
*
Klocwork made another run and found a bunch more problems.
Neal Norwitz
2006-08-12
1
-0/+2
*
Add some asserts and update comments
Neal Norwitz
2006-07-30
1
-2/+3
*
Patch #1531113: Fix augmented assignment with yield expressions.
Neal Norwitz
2006-07-30
1
-7/+9
*
Handle more memory allocation failures without crashing.
Neal Norwitz
2006-07-21
1
-2/+4
*
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
Neal Norwitz
2006-07-12
1
-2/+6
*
Fix SF bug 1441486: bad unary minus folding in compiler.
Neil Schemenauer
2006-07-09
1
-20/+53
*
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Neil Schemenauer
2006-07-09
1
-2/+3
*
Fix SF bug #1519018: 'as' is now validated properly in import statements
Neal Norwitz
2006-07-08
1
-1/+12
*
Replace Py_BuildValue("OO") by PyTuple_Pack.
Georg Brandl
2006-05-26
1
-1/+1
*
Fix #1474677, non-keyword argument following keyword.
Neal Norwitz
2006-05-19
1
-0/+5
[next]