Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace abort with Py_FatalError. | Martin v. Löwis | 2002-08-07 | 1 | -1/+1 |
| | |||||
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
| | | | | Others: Remove redundant includes of assert.h. | ||||
* | bug #232815 | Fredrik Lundh | 2001-07-03 | 1 | -1/+1 |
| | | | | | ch is unsigned, so testing for negative values doesn't make sense (as noticed by the OpenVMS compiler) | ||||
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;) | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -59/+19 |
| | |||||
* | casts for picky compilers. | Guido van Rossum | 1999-04-10 | 1 | -1/+2 |
| | |||||
* | Fix a benign problem found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 1 | -1/+0 |
| | | | | after a return). | ||||
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -5/+10 |
| | |||||
* | Small bugfixes for broken old style use of the syntax table. AMK, of | Guido van Rossum | 1997-12-02 | 1 | -6/+6 |
| | | | | course. | ||||
* | Get rid of most silly #include and #ifdefs near the top; these are all | Guido van Rossum | 1997-09-05 | 1 | -55/+59 |
| | | | | | | obsolete now it includes Python.h. Make all functions K&R compatible (Sue Williams). | ||||
* | Change [_Py_]re_compile_pattern() to return a char*. | Guido van Rossum | 1997-09-03 | 1 | -9/+9 |
| | | | | | Since it only returns an error message (or NULL) there's no reason for it to be unsigned char *, and various compilers like this better. | ||||
* | Casts by Jack to shut up the Mac compiler. | Guido van Rossum | 1997-08-18 | 1 | -8/+8 |
| | |||||
* | Last minute changes for \B. AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
| | |||||
* | 1.5a3 prerelease 1 from AMK | Guido van Rossum | 1997-08-13 | 1 | -60/+109 |
| | |||||
* | Fix bug with \< (AMK). | Guido van Rossum | 1997-08-13 | 1 | -1/+1 |
| | |||||
* | Add syntax for hex,octal | Guido van Rossum | 1997-08-13 | 1 | -1/+7 |
| | |||||
* | Jeffrey's latests | Guido van Rossum | 1997-07-17 | 1 | -26/+28 |
| | |||||
* | Reformatted. | Guido van Rossum | 1997-07-15 | 1 | -1557/+1548 |
| | | | | | Fixed some problem with uninitialized syntax tables. Jeffrey. | ||||
* | New versions straight from Jeffrey Ollie's web site | Guido van Rossum | 1997-07-10 | 1 | -117/+267 |
| | |||||
* | Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Add a cast to a malloc to shut up the DEC Unix compiler. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Keep picky compilers happy. | Guido van Rossum | 1997-05-13 | 1 | -4/+3 |
| | |||||
* | Latest from Jeffrey Ollie. | Guido van Rossum | 1997-05-09 | 1 | -1454/+1679 |
| | | | | Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug). | ||||
* | Oops, missed some renamings. | Guido van Rossum | 1997-05-07 | 1 | -5/+5 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -2/+2 |
| | |||||
* | Always include config.h | Guido van Rossum | 1996-08-19 | 1 | -2/+0 |
| | |||||
* | Need config.h (for Win etc.) | Guido van Rossum | 1996-08-08 | 1 | -0/+4 |
| | |||||
* | Subtle Windows changes | Guido van Rossum | 1996-05-23 | 1 | -2/+2 |
| | |||||
* | * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to | Guido van Rossum | 1994-08-05 | 1 | -0/+7 |
| | | | | | | | | | | shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -4/+4 |
| | |||||
* | Lint fluff | Guido van Rossum | 1992-03-27 | 1 | -1/+12 |
| | |||||
* | Ported to THINK C. | Guido van Rossum | 1992-01-27 | 1 | -2/+15 |
| | |||||
* | Retract the rage bugfix, but change the range assertion. | Guido van Rossum | 1992-01-26 | 1 | -1/+2 |
| | |||||
* | #ifdef'ed an unreachable line out. | Guido van Rossum | 1992-01-19 | 1 | -0/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-19 | 1 | -0/+1668 |