| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Should no longer surround PyOS_Readline() call with | Guido van Rossum | 1998-09-03 | 1 | -4/+0 |
|
|
* | Add a 'volatile' to the declaration of threadid in get_thread_ident(). | Guido van Rossum | 1998-08-27 | 1 | -1/+1 |
|
|
* | Don't release the interpreter lock around PyParser_ParseFile(). | Guido van Rossum | 1998-08-27 | 1 | -4/+0 |
|
|
* | __file__ used to be always set to the .pyc (or .pyo) file, even if | Guido van Rossum | 1998-08-25 | 1 | -1/+2 |
|
|
* | Comment out the print statement about underflow. (This only seems to | Guido van Rossum | 1998-08-25 | 1 | -2/+2 |
|
|
* | Add the type of the object to the error message about calling a non-function. | Guido van Rossum | 1998-08-25 | 1 | -3/+5 |
|
|
* | Restructure the file so that it is never empty. No longer needs | Guido van Rossum | 1998-08-25 | 1 | -10/+10 |
|
|
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 2 | -7/+7 |
|
|
* | Ted Horst writes in psa-members@python.org: | Guido van Rossum | 1998-08-24 | 1 | -0/+41 |
|
|
* | Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on | Guido van Rossum | 1998-08-13 | 1 | -0/+3 |
|
|
* | Patch by Just van Rossum that changes how we search for submodules of | Guido van Rossum | 1998-08-11 | 1 | -19/+20 |
|
|
* | # Fix strange type (methonname instead of methodname). | Guido van Rossum | 1998-08-08 | 1 | -4/+4 |
|
|
* | Added declarations for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -1/+2 |
|
|
* | Added handling for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -0/+10 |
|
|
* | Gack. The module doc string is too long for VC++ 5.0. | Guido van Rossum | 1998-08-06 | 1 | -2/+5 |
|
|
* | Make getversion.o dependent on ../Include/patchlevel.h as well. | Fred Drake | 1998-08-05 | 1 | -1/+1 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 7 | -1/+331 |
|
|
* | In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and | Guido van Rossum | 1998-08-04 | 1 | -3/+1 |
|
|
* | PyErr_SetFromErrnoWithFilename(): New function which supports setting | Barry Warsaw | 1998-07-23 | 1 | -2/+14 |
|
|
* | 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 |
|
|
* | # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. | Guido van Rossum | 1998-07-08 | 1 | -3/+3 |
|
|
* | Marc-Andre Lemburg's patch to support instance methods with other | Guido van Rossum | 1998-07-08 | 1 | -0/+5 |
|
|
* | Reindented some OS/2 and hpux code that looked ugly or at least | Guido van Rossum | 1998-07-08 | 1 | -29/+28 |
|
|
* | Two error messages still used the old name of the functio mkvalue() -- | Guido van Rossum | 1998-07-07 | 1 | -2/+2 |
|
|
* | Sigh. The hack to enable special treatment for errno on SGI machines | Guido van Rossum | 1998-07-07 | 1 | -0/+4 |
|
|
* | Fix two smal memory leaks discovered by Vadim Chugunov. | Guido van Rossum | 1998-07-01 | 1 | -3/+2 |
|
|
* | 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 |
|
|
* | Windows-specific hack to make sure that when LoadLibrary() is called, | Guido van Rossum | 1998-06-27 | 1 | -0/+22 |
|
|
* | Added doc strings. Maybe the doc string for the module itself is a bit | Guido van Rossum | 1998-06-27 | 1 | -7/+102 |
|
|
* | 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 |
|
|
* | Ignore Windows case check for ALL CAPS 8.3 files | Guido van Rossum | 1998-06-24 | 1 | -1/+39 |
|
|
* | When unmarshalling, add test for negative lengths on strings, tuples | Guido van Rossum | 1998-06-08 | 1 | -2/+14 |
|
|
* | Remove a few unused locals (I love VC++ for this!). | Guido van Rossum | 1998-05-29 | 1 | -2/+0 |
|
|
* | Moved cmp_member() to abstract.c, as PySequence_Contains() [with | Guido van Rossum | 1998-05-22 | 1 | -53/+2 |
|
|
* | A bunch of functions are now properly implemented in abstract.c, and | Guido van Rossum | 1998-05-22 | 1 | -356/+40 |
|
|
* | Trivial little change: when setting a member to an object, hold the | Guido van Rossum | 1998-05-20 | 1 | -1/+3 |
|
|
* | Fix a curious bug: statements like "import sys.time" would succeed, | Guido van Rossum | 1998-05-19 | 1 | -3/+10 |
|
|
* | Remove use of RTLD_GLOBAL. | Guido van Rossum | 1998-05-18 | 1 | -6/+4 |
|
|
* | Another veeeeeery old patch... | Guido van Rossum | 1998-05-15 | 1 | -9/+11 |
|
|
* | In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. | Guido van Rossum | 1998-05-15 | 1 | -0/+5 |
|
|
* | Improved version of patch for HPUX from David Arnold. | Guido van Rossum | 1998-05-14 | 1 | -4/+1 |
|
|
* | New APIs for embedding applications that want to add their own entries | Guido van Rossum | 1998-05-14 | 1 | -0/+58 |
|
|
* | Remove unnecessary PyErr_Clear(). | Guido van Rossum | 1998-05-14 | 1 | -1/+0 |
|
|
* | Since PyDict_GetItem() can't raise an exception any more, there's no | Guido van Rossum | 1998-05-14 | 2 | -4/+0 |
|
|
* | DELETE_FAST should issue an exception when the local variable is undefined. | Guido van Rossum | 1998-05-12 | 1 | -0/+7 |
|
|
* | New APIs to write to sys.stdout or sys.stderr using a printf-like interface. | Guido van Rossum | 1998-05-12 | 1 | -0/+90 |
|
|
* | Implement round() slightly different, so that for negative ndigits no | Guido van Rossum | 1998-05-09 | 1 | -5/+13 |
|
|