| Commit message (Expand) | Author | Age | Files | Lines |
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 2 | -1/+5 |
|
|
* | Fix a bug in exec_statement() noted incidentally by Tim Peters in | Guido van Rossum | 2000-01-12 | 1 | -20/+13 |
|
|
* | Adjusted apply() docstring based on comments from Gerrit Holl | Fred Drake | 1999-12-23 | 1 | -3/+4 |
|
|
* | Cleanup patches from Greg Stein: | Guido van Rossum | 1999-12-22 | 11 | -75/+64 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 1999-12-21 | 1 | -1/+1 |
|
|
* | For Windows, need to add #include <windows.h>. | Guido van Rossum | 1999-12-20 | 1 | -0/+1 |
|
|
* | Support for selecting the correct dynload_<platform>.c file. | Guido van Rossum | 1999-12-20 | 1 | -0/+12 |
|
|
* | In _PyImport_Init(), dynamically construct the table of legal suffixes | Guido van Rossum | 1999-12-20 | 1 | -5/+33 |
|
|
* | Some rearrangements for the importdl.c restructuring. | Guido van Rossum | 1999-12-20 | 1 | -2/+27 |
|
|
* | Moved most of the platform-specific code to dynload_<platform>.c files. | Guido van Rossum | 1999-12-20 | 1 | -1029/+26 |
|
|
* | The old platform-specific contents of importdl.c, broken down into one | Guido van Rossum | 1999-12-20 | 10 | -0/+1347 |
|
|
* | The cleanup code in com-init() at label fail_0000 should remove | Guido van Rossum | 1999-12-20 | 1 | -1/+1 |
|
|
* | Patch by Vladimir Marangozov, inspired by a bug report from Gary | Guido van Rossum | 1999-11-16 | 1 | -1/+7 |
|
|
* | Change the last PyErr_Format %s format to %.400s. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Fix PR117. The error message is "keywords must be strings". Perhaps | Guido van Rossum | 1999-10-26 | 1 | -0/+5 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -42/+67 |
|
|
* | In PySys_GetObject(), it's possible that tstate->interp->sysdict is | Guido van Rossum | 1999-10-05 | 1 | -0/+2 |
|
|
* | Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. | Guido van Rossum | 1999-09-18 | 1 | -2/+11 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | Tim Peters discovered a bug in the Python-supplied getopt(): | Guido van Rossum | 1999-09-13 | 1 | -1/+2 |
|
|
* | call_trace(): A fix for PR#73, if an exception occurred in the | Barry Warsaw | 1999-09-08 | 1 | -0/+8 |
|
|
* | Vladimir Marangozov fixes an AIX-specific problem, writing: | Guido van Rossum | 1999-08-04 | 1 | -4/+7 |
|
|
* | Fixed order of parameters in slice() docstring. The Library Reference | Fred Drake | 1999-07-19 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, | Guido van Rossum | 1999-07-08 | 1 | -2/+2 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 2 | -2/+17 |
|
|
* | CRITICAL PATCH! | Guido van Rossum | 1999-06-18 | 1 | -5/+23 |
|
|
* | # 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 |
|
|
* | Allow longer strings (up to 80 chars each) for version, build, | Guido van Rossum | 1999-04-22 | 1 | -2/+2 |
|
|
* | Patch by Christian Tismer for Win32, to use FormatMessage() instead of | Guido van Rossum | 1999-04-21 | 1 | -2/+29 |
|
|
* | While I can't really test this thoroughly, Pat Knight and the Solaris | Guido van Rossum | 1999-04-13 | 1 | -1/+2 |
|
|
* | Win/CE thread support by Mark Hammond. | Guido van Rossum | 1999-04-08 | 1 | -0/+201 |
|
|
* | Alas, get rid of the Win specific hack to ask the user to press Return | Guido van Rossum | 1999-04-07 | 1 | -47/+0 |
|
|
* | Changes by Mark Hammond for Windows CE. Mostly of the form | Guido van Rossum | 1999-04-07 | 5 | -0/+18 |
|
|
* | 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 |
|
|
* | Rob Riggs wrote: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | Always test for an error return (usually NULL or -1) without setting | Guido van Rossum | 1999-03-09 | 1 | -3/+4 |
|
|
* | (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 |
|
|
* | Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" | Guido van Rossum | 1999-02-17 | 1 | -7/+10 |
|
|
* | initmain(): Nailed a memory leak. bimod must be DECREF'd! | Barry Warsaw | 1999-01-29 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Implement -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | PyImport_ReloadModule(): Nailed a small memory leak. In the | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 3 | -11/+74 |
|
|