| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Properly use &&. Closes bug #434989. | Martin v. Löwis | 2001-06-23 | 1 | -1/+1 |
|
|
* | Fix problems with validation of import statement parse trees. | Fred Drake | 2001-01-07 | 1 | -5/+24 |
|
|
* | validate_varargslist(): Fix two bugs in this function, one that affected | Fred Drake | 2000-12-11 | 1 | -11/+20 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -21/+21 |
|
|
* | Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc. | Fred Drake | 2000-09-12 | 1 | -186/+122 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -5/+4 |
|
|
* | Try to supply a prototype for the module init function but avoid | Tim Peters | 2000-08-26 | 1 | -1/+1 |
|
|
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 1 | -6/+30 |
|
|
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
|
|
* | Nuked unused variable. | Tim Peters | 2000-08-22 | 1 | -1/+0 |
|
|
* | Update to reflect recent grammar changes (list comprehensions, extended | Fred Drake | 2000-08-21 | 1 | -178/+363 |
|
|
* | ANSIfy a bit more. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -3/+3 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -5/+5 |
|
|
* | ANSI-fying | Peter Schneider-Kamp | 2000-07-10 | 1 | -12/+4 |
|
|
* | Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. | Fred Drake | 2000-07-09 | 1 | -4/+0 |
|
|
* | Remove warning about local variable possibly being using uninitialized; | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-07-03 | 1 | -1/+1 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|