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
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-0/+1
*
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...
Georg Brandl
2007-03-18
1
-5/+25
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-1/+6
*
Provisional implementation of PEP 3104.
Jeremy Hylton
2007-02-27
1
-0/+1
*
bool is no longer required, it was only used for the print statement
Neal Norwitz
2007-02-26
2
-8/+3
*
Merged revisions 53912-53951 via svnmerge from
Thomas Wouters
2007-02-26
1
-4/+2
*
Touch file to regenerate Python-ast.[ch]
Thomas Wouters
2007-02-23
1
-0/+1
*
Bytes literal.
Thomas Wouters
2007-02-23
2
-0/+9
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
2
-3/+20
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-3/+0
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-1/+6
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-5/+1
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
1
-1/+1
*
avoid dict.has_key, since this might get used by a Py3K built in the
Fred Drake
2006-12-29
2
-15/+15
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
2
-3/+9
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
3
-14/+16
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-2/+2
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-1/+2
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-5/+0
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-0/+1
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
1
-1/+0
*
Remove support for backticks from the grammar and compiler.
Brett Cannon
2006-08-25
1
-2/+0
*
Switch to using %r in the format string.
Brett Cannon
2006-08-25
2
-2/+2
*
Get rid of all two uses of backticks (bad Jeremy!).
Brett Cannon
2006-08-24
2
-2/+2
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-1/+0
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
2
-0/+10
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1/+1
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-9/+11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
11
-126/+158
*
Make 'python -tt' the default, meaning Python won't allow mixing tabs and
Thomas Wouters
2006-04-14
2
-46/+8
*
Get rid of compiler warning
Neal Norwitz
2006-03-17
1
-1/+1
*
Get rid of compiler warning about with_msg and as_msg being unused
Neal Norwitz
2006-03-16
1
-0/+2
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
2
-1/+4
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
1
-0/+2
*
Fix crashing bug in tokenizer, when tokenizing files with non-ASCII bytes
Thomas Wouters
2006-03-02
1
-0/+5
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
1
-1/+3
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
8
-13/+29
*
Remove unused field.
Martin v. Löwis
2006-03-01
1
-1/+0
*
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz
2006-02-28
1
-7/+7
*
Make 'as' an actual keyword when with's future statement is used. Not
Thomas Wouters
2006-02-28
2
-12/+14
*
Change non-ASCII warning into a SyntaxError.
Martin v. Löwis
2006-02-28
1
-10/+6
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
3
-31/+65
*
Whitespace normalization.
Tim Peters
2006-02-28
2
-16/+16
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-1/+1
*
Generate return statement.
Martin v. Löwis
2006-02-28
1
-0/+1
*
Add generation of the version.
Martin v. Löwis
2006-02-28
1
-1/+2
*
Add support for version field on Modules
Martin v. Löwis
2006-02-28
3
-8/+29
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-0/+1
*
Create _ast module.
Martin v. Löwis
2006-02-27
1
-191/+86
[next]