| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-06-28 | 1 | -3/+10 |
|
|
* | Christopher Fandrich <cfandrich@8cs.com>: | Fred Drake | 2000-06-20 | 1 | -3/+6 |
|
|
* | All the exception building related stuff has been moved out of this | Barry Warsaw | 2000-05-25 | 1 | -190/+1 |
|
|
* | bltin_exc: Removed the leaf_exc flag in the structure, which was only | Barry Warsaw | 2000-05-25 | 1 | -35/+29 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -2/+2 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | A bit of cleanup: | Guido van Rossum | 2000-05-03 | 1 | -34/+5 |
|
|
* | _PyBuiltin_Init_2(): Remove the misleading comment. | Barry Warsaw | 2000-05-02 | 1 | -1/+0 |
|
|
* | initerrors(): Remove this function. String-based standard exceptions | Barry Warsaw | 2000-05-02 | 1 | -96/+4 |
|
|
* | When refering to Unicode characters in exception messages and | Fred Drake | 2000-04-13 | 1 | -5/+5 |
|
|
* | ord: provide better error messages | Jeremy Hylton | 2000-04-12 | 1 | -8/+19 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -4/+17 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -8/+45 |
|
|
* | Marc-Andre Lemburg: added new builtin functions unicode() and | Guido van Rossum | 2000-03-10 | 1 | -5/+78 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -5/+5 |
|
|
* | Changes by Mark Hammond related to the new WindowsError exception. | Guido van Rossum | 2000-02-17 | 1 | -0/+6 |
|
|
* | Adjusted apply() docstring based on comments from Gerrit Holl | Fred Drake | 1999-12-23 | 1 | -3/+4 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -42/+67 |
|
|
* | Fixed order of parameters in slice() docstring. The Library Reference | Fred Drake | 1999-07-19 | 1 | -1/+1 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 1 | -0/+15 |
|
|
* | # Darn! Local variable l declared but not used in abstract_issubclass(). | Guido van Rossum | 1999-06-17 | 1 | -1/+1 |
|
|
* | Patch by Jim Fulton (code style tweaked a bit) to support | Guido van Rossum | 1999-06-16 | 1 | -17/+94 |
|
|
* | Remove unused variable from complex_from_string() code. | Guido van Rossum | 1999-04-07 | 1 | -1/+1 |
|
|
* | Patch by Nick and Stephanie Lockwood to implement complex() with a string | Guido van Rossum | 1999-03-25 | 1 | -4/+133 |
|
|
* | New builtin buffer() creates a derived read-only buffer from any | Guido van Rossum | 1999-03-19 | 1 | -0/+24 |
|
|
* | (initerrors): Make sure that the exception tuples ("base-classes" when | Barry Warsaw | 1999-02-24 | 1 | -8/+18 |
|
|
* | Patch by Tim Peters to improve the range checks for range() and | Guido van Rossum | 1999-02-23 | 1 | -30/+48 |
|
|
* | bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's | Barry Warsaw | 1999-01-29 | 1 | -1/+1 |
|
|
* | builtin_map(): A better fix for the previous leak plug (remember | Barry Warsaw | 1999-01-28 | 1 | -3/+6 |
|
|
* | builtin_map(): Nailed memory leak. PyList_Append() borrows a | Barry Warsaw | 1999-01-28 | 1 | -0/+1 |
|
|
* | builtin_complex(): Nailed memory leak. This one's in the instance | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Avoid overflow if possible in calculations for range(); report | Guido van Rossum | 1999-01-12 | 1 | -7/+28 |
|
|
* | Added new builtin standard exception: NotImplementedError (its C | Barry Warsaw | 1998-12-01 | 1 | -0/+2 |
|
|
* | Fix cosmetic bug in delattr docstring discovered by JvR. | Guido van Rossum | 1998-11-23 | 1 | -1/+1 |
|
|
* | builtin_apply(): Second argument type check is relaxed to allow any sequence. | Barry Warsaw | 1998-10-01 | 1 | -6/+18 |
|
|
* | Several changes that Python carry on in the face of errors in the | Barry Warsaw | 1998-09-14 | 1 | -26/+61 |
|
|
* | Should no longer surround PyOS_Readline() call with | Guido van Rossum | 1998-09-03 | 1 | -4/+0 |
|
|
* | Added support for two new standard errors: EnvironmentError and | Barry Warsaw | 1998-07-23 | 1 | -5/+16 |
|
|
* | Small changes to map() and filter(): | Guido van Rossum | 1998-07-10 | 1 | -5/+8 |
|
|
* | Fix a stupid little bug: len() of an unsized returns -1 and leaves an | Guido van Rossum | 1998-06-29 | 1 | -1/+5 |
|
|
* | Experimental feature: add default argument to getattr(). | Guido van Rossum | 1998-06-29 | 1 | -5/+13 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-26 | 1 | -52/+432 |
|
|
* | In raw_input(prompt), make sure that str(prompt) really a string | Guido van Rossum | 1998-06-26 | 1 | -0/+2 |
|
|
* | Remove a few unused locals (I love VC++ for this!). | Guido van Rossum | 1998-05-29 | 1 | -2/+0 |
|
|
* | A bunch of functions are now properly implemented in abstract.c, and | Guido van Rossum | 1998-05-22 | 1 | -356/+40 |
|
|
* | Implement round() slightly different, so that for negative ndigits no | Guido van Rossum | 1998-05-09 | 1 | -5/+13 |
|
|
* | Fred's right -- we need PyList_SET_ITEM(). | Guido van Rossum | 1998-04-24 | 1 | -1/+1 |
|
|
* | In-line the code in range() to set the list items; there's really no | Guido van Rossum | 1998-04-23 | 1 | -1/+1 |
|
|