Commits
User selector
Commit History
Commits on Sep 27, 2006
[Backport of rev. 42093 by neal.norwitz]
Show description for e703122committed
Commits on Aug 31, 2004
SF patch #1007189, multi-line imports, for instance:
Show description for 1a4ddaecommitted
Commits on Aug 17, 2004
This is Mark Russell's patch:
Show description for 0ccff07committed
Michael W. Hudson
Commits on Aug 2, 2004
PEP-0318, @decorator-style. In Guido's words:
Show description for c2a5a63committed
Commits on May 19, 2004
SF patch #872326: Generator expression implementation
Show description for 354433acommitted
Commits on Nov 20, 2003
Commits on Jul 21, 2003
Merge 23c1-branch back into the head. Barry will send email about the
Show description for 6a62725committed
Commits on Apr 9, 2003
Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way
Show description for fc29646committed
Commits on Feb 10, 2003
Commits on Feb 9, 2003
- committed
Commits on Feb 8, 2003
Apply logistix's patch from
Show description for df1252dcommitted
Michael W. Hudson
Commits on Jan 29, 2003
Teach the parsermodule about floor division. Fixes
Show description for 5e83b7acommitted
Michael W. Hudson
Commits on Dec 31, 2002
SF patch [ 597919 ] compiler package and SET_LINENO
Show description for accb62bcommitted
Commits on Aug 13, 2002
Commits on Jul 23, 2002
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Show description for 62b1ab1committed
Commits on Jul 17, 2002
staticforward bites the dust.
Show description for 938ace6committed
Commits on Jun 13, 2002
Commits on May 24, 2002
Disambiguate the grammar for backtick.
Show description for 2d3b986committed
Commits on Dec 8, 2001
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Show description for 1464839committed
Commits on Dec 5, 2001
Fix memory leak in the parser module: There were two leaks in
Show description for 8b55b2dcommitted
Commits on Oct 15, 2001
Very subtle syntax change: in a list comprehension, the testlist in
Show description for 1c91707committed
Commits on Aug 15, 2001
Use the abstract object interfaces when digging around in module objects
Show description for 13130bccommitted
Commits on Jul 19, 2001
- committed
Commits on Jul 17, 2001
The syntax trees handled by this module are not "abstract," so take the
Show description for c2683ddcommittedAdd support for yield statements.
Show description for 02126f2committed
Commits on Jun 23, 2001
Commits on Jan 7, 2001
Fix problems with validation of import statement parse trees.
Show description for 7113708committed
Commits on Dec 11, 2000
validate_varargslist(): Fix two bugs in this function, one that affected
Show description for b6429a2committed
Commits on Oct 24, 2000
Ka-Ping Yee <ping@lfw.org>:
Show description for 661ea26committed
Commits on Sep 12, 2000
Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc.
Show description for 0ac9b07committed
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991committedDo the absolute minimal amount of modifications to eradicate
Show description for 9bfd2bfcommitted
Commits on Aug 26, 2000
Try to supply a prototype for the module init function but avoid
Show description for 6d7c442committed
Commits on Aug 25, 2000
Update the parser module to support augmented assignment.
Show description for 28f739acommitted
Commits on Aug 23, 2000
validate_listmaker(): Revise to match Skip's latest changes to the
Show description for 85bf3bbcommitted