4404 Commits (c72e4e6dccce99bcdcb45959767436d7e5cfda8c)

Author SHA1 Message Date
Guido van Rossum ab076fdb6f Ted Horst writes in psa-members@python.org: 28 years ago
Guido van Rossum 0ba353608f Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on 28 years ago
Guido van Rossum 0506a431d5 Patch by Just van Rossum that changes how we search for submodules of 28 years ago
Guido van Rossum c4099e6b3c # Fix strange type (methonname instead of methodname). 28 years ago
Guido van Rossum 9c241ba014 Added declarations for Mac code resource modules (Jack Jansen). 28 years ago
Guido van Rossum 0f84a349bb Added handling for Mac code resource modules (Jack Jansen). 28 years ago
Guido van Rossum 40552d0857 Gack. The module doc string is too long for VC++ 5.0. 28 years ago
Fred Drake d807879b31 Make getversion.o dependent on ../Include/patchlevel.h as well. 28 years ago
Guido van Rossum 1a8791e0b8 Changes for BeOS, QNX and long long, by Chris Herborth. 28 years ago
Guido van Rossum 5053efc2c4 In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and 28 years ago
Barry Warsaw 97d951533e PyErr_SetFromErrnoWithFilename(): New function which supports setting 28 years ago
Barry Warsaw d086a1a864 Added support for two new standard errors: EnvironmentError and 28 years ago
Guido van Rossum fa4ac71dd6 Small changes to map() and filter(): 28 years ago
Guido van Rossum fa00e958fd # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. 28 years ago
Guido van Rossum 7859f87fdb Marc-Andre Lemburg's patch to support instance methods with other 28 years ago
Guido van Rossum bb71ab68f9 Reindented some OS/2 and hpux code that looked ugly or at least 28 years ago
Guido van Rossum 233f4b54d3 Two error messages still used the old name of the functio mkvalue() -- 28 years ago
Guido van Rossum e32d1537f0 Sigh. The hack to enable special treatment for errno on SGI machines 28 years ago
Guido van Rossum b68cd421e1 Fix two smal memory leaks discovered by Vadim Chugunov. 28 years ago
Guido van Rossum 8ea9f4d10a Fix a stupid little bug: len() of an unsized returns -1 and leaves an 28 years ago
Guido van Rossum 950ff2923a Experimental feature: add default argument to getattr(). 28 years ago
Guido van Rossum a5e1b008a9 Windows-specific hack to make sure that when LoadLibrary() is called, 28 years ago
Guido van Rossum c3bc31e249 Added doc strings. Maybe the doc string for the module itself is a bit 28 years ago
Guido van Rossum f9d9c6c5d2 Added doc strings. 28 years ago
Guido van Rossum d9b5208e90 In raw_input(prompt), make sure that str(prompt) really a string 28 years ago
Guido van Rossum 323bf5e1f7 Ignore Windows case check for ALL CAPS 8.3 files 28 years ago
Guido van Rossum a45cb45965 When unmarshalling, add test for negative lengths on strings, tuples 28 years ago
Guido van Rossum 9396673a58 Remove a few unused locals (I love VC++ for this!). 28 years ago
Guido van Rossum 7e33c6e896 Moved cmp_member() to abstract.c, as PySequence_Contains() [with 28 years ago
Guido van Rossum 09df08a105 A bunch of functions are now properly implemented in abstract.c, and 28 years ago
Guido van Rossum adf0e437cb Trivial little change: when setting a member to an object, hold the 28 years ago
Guido van Rossum 9c0afe5dc7 Fix a curious bug: statements like "import sys.time" would succeed, 28 years ago
Guido van Rossum 6b077878a5 Remove use of RTLD_GLOBAL. 28 years ago
Guido van Rossum fccfe89753 Another veeeeeery old patch... 28 years ago
Guido van Rossum 859b16c847 In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. 28 years ago
Guido van Rossum 532246ef55 Improved version of patch for HPUX from David Arnold. 28 years ago
Guido van Rossum 09cae1f8cd New APIs for embedding applications that want to add their own entries 28 years ago
Guido van Rossum ba7cc0cfba Remove unnecessary PyErr_Clear(). 28 years ago
Guido van Rossum 234e260d5e Since PyDict_GetItem() can't raise an exception any more, there's no 28 years ago
Guido van Rossum 2e4c899e2d DELETE_FAST should issue an exception when the local variable is undefined. 28 years ago
Guido van Rossum a890e68807 New APIs to write to sys.stdout or sys.stderr using a printf-like interface. 28 years ago
Guido van Rossum 1e162d3753 Implement round() slightly different, so that for negative ndigits no 28 years ago
Guido van Rossum 89df70bfbb Support HPUX 10.20 DCE threads. 28 years ago
Guido van Rossum a937d14898 Fred's right -- we need PyList_SET_ITEM(). 28 years ago
Guido van Rossum 507338e5ca In-line the code in range() to set the list items; there's really no 28 years ago
Guido van Rossum 1f74016735 Support for OpenBSD :-( 28 years ago
Guido van Rossum 111c20b992 Reject empty module names -- otherwise __import__("") does something 28 years ago
Guido van Rossum cecadc469b Move #include <sys/param.h> to before osdefs.h (Donn Cave). 28 years ago
Guido van Rossum 8766a7797e Comment out a label on an #endif. 28 years ago
Guido van Rossum 730806d3d9 Make new gcc -Wall happy 28 years ago