| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Support HPUX 10.20 DCE threads. | Guido van Rossum | 1998-05-07 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | Support for OpenBSD :-( | Guido van Rossum | 1998-04-13 | 1 | -1/+1 |
|
|
* | Reject empty module names -- otherwise __import__("") does something | Guido van Rossum | 1998-04-11 | 1 | -0/+5 |
|
|
* | Move #include <sys/param.h> to before osdefs.h (Donn Cave). | Guido van Rossum | 1998-04-10 | 1 | -4/+5 |
|
|
* | Comment out a label on an #endif. | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 5 | -9/+16 |
|
|
* | Address warnings issued by the MSVC++ compiler | Guido van Rossum | 1998-04-10 | 2 | -2/+2 |
|
|
* | /* An extension mechanism to store arbitrary additional per-thread state. | Guido van Rossum | 1998-04-10 | 1 | -0/+21 |
|
|
* | Translate E_INDENT to the clearest error message I can think of. | Guido van Rossum | 1998-04-10 | 1 | -0/+3 |
|
|
* | Make first raise argument optional | Guido van Rossum | 1998-04-09 | 3 | -8/+25 |
|
|
* | Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr | Guido van Rossum | 1998-04-03 | 1 | -2/+4 |
|
|
* | Make calls into ../PC/frozen_dllmain.c on MS_WIN32. | Guido van Rossum | 1998-04-03 | 1 | -0/+11 |
|
|
* | Add primitive test for frozen package. | Guido van Rossum | 1998-04-03 | 1 | -0/+4 |
|
|
* | Use a faster way to check for null bytes in the string argument for | Guido van Rossum | 1998-03-13 | 1 | -7/+18 |
|
|
* | Support for frozen packages, matching the revamped Tools/freeze. | Guido van Rossum | 1998-03-05 | 1 | -14/+60 |
|
|
* | Oops -- overuse of dabbrev-expand introduced a strange bug, where | Guido van Rossum | 1998-03-03 | 1 | -1/+1 |
|
|
* | Add a single Python-wide (!) lock on import. Only one thread at a | Guido van Rossum | 1998-03-03 | 1 | -8/+71 |
|
|
* | Fix the handling of errors in Py_FlushLine() in a few places. | Guido van Rossum | 1998-02-28 | 1 | -5/+7 |
|
|