index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
parsermodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-5
/
+4
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-10
/
+25
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-148
/
+48
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-4
/
+19
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-152
/
+49
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
1
-54
/
+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-44
/
+91
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-15
/
+30
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-9
/
+33
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-0
/
+5
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-33
/
+3
*
Get parsermodule working again after adding set literals
Neal Norwitz
2006-08-29
1
-4
/
+4
*
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz
2006-08-29
1
-5
/
+0
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2
/
+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-18
/
+23
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-1
/
+1
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-13
/
+28
*
unconst.
Martin v. Löwis
2006-02-27
1
-9
/
+9
*
Update for PEP 308 patch.
Thomas Wouters
2006-02-27
1
-3
/
+54
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-1
/
+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-5
/
+6
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-9
/
+9
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
1
-11
/
+44
*
Flush out support for ``class B(): pass`` syntax by adding support to the
Brett Cannon
2005-04-09
1
-6
/
+15
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
1
-36
/
+88
*
This is Mark Russell's patch:
Michael W. Hudson
2004-08-17
1
-18
/
+14
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
1
-9
/
+62
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
1
-6
/
+115
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
1
-4
/
+0
*
Merge 23c1-branch back into the head. Barry will send email about the
Tim Peters
2003-07-21
1
-4
/
+12
*
Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way
Guido van Rossum
2003-04-09
1
-2
/
+2
*
Remove duplicate code introduced by fixing bug #678518
Neal Norwitz
2003-02-10
1
-3
/
+0
*
Remove unused variable.
Guido van Rossum
2003-02-09
1
-1
/
+0
*
Apply logistix's patch from
Michael W. Hudson
2003-02-08
1
-3
/
+43
*
Teach the parsermodule about floor division. Fixes
Michael W. Hudson
2003-01-29
1
-0
/
+2
*
SF patch [ 597919 ] compiler package and SET_LINENO
Jeremy Hylton
2002-12-31
1
-6
/
+7
*
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz
2002-08-13
1
-20
/
+20
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-2
/
+2
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-12
/
+7
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-8
/
+5
*
Disambiguate the grammar for backtick.
Guido van Rossum
2002-05-24
1
-1
/
+13
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Fix memory leak in the parser module: There were two leaks in
Fred Drake
2001-12-05
1
-5
/
+22
*
Very subtle syntax change: in a list comprehension, the testlist in
Guido van Rossum
2001-10-15
1
-1
/
+9
*
Use the abstract object interfaces when digging around in module objects
Fred Drake
2001-08-15
1
-19
/
+19
*
Elaborate a comment.
Fred Drake
2001-07-19
1
-1
/
+4
*
The syntax trees handled by this module are not "abstract," so take the
Fred Drake
2001-07-17
1
-132
/
+136
*
Add support for yield statements.
Fred Drake
2001-07-17
1
-1
/
+17
[next]