4426 Commits (575596e19a8f0be382f08a2dc9190100ff811b97)

Author SHA1 Message Date
Guido van Rossum 29d38cd088 Treat def f(a, b=1, c): ... as an error (missing default for c) 28 years ago
Guido van Rossum e364b7d46a Renamed thread.h to pythread.h. 28 years ago
Guido van Rossum 49b560698b Renamed thread.h to pythread.h. 28 years ago
Guido van Rossum 2dcfc9618d On second though, NEXITFUNCS should be defined here and not in 28 years ago
Barry Warsaw 968f8cbace builtin_apply(): Second argument type check is relaxed to allow any sequence. 28 years ago
Guido van Rossum 566373e974 While scalling sys.modules, skip entries that don't have string keys, 28 years ago
Guido van Rossum 65f15d435e In FreeBSD when using ELF, an underscore is needed in front of the 28 years ago
Guido van Rossum 93d27547d0 Remove redundant definition of NEXITFUNCS. 28 years ago
Barry Warsaw 98b6246c0c Several changes that Python carry on in the face of errors in the 28 years ago
Guido van Rossum a0f0a33d05 Mac-specific mod to enable aliases on import paths. 28 years ago
Guido van Rossum d21744a1dd Apparently on AIX when using gcc you need to call pthread_init() 28 years ago
Guido van Rossum a74d0e4c55 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. 28 years ago
Guido van Rossum 746340d989 Should no longer surround PyOS_Readline() call with 28 years ago
Guido van Rossum 44ee479427 Add a 'volatile' to the declaration of threadid in get_thread_ident(). 28 years ago
Guido van Rossum 53195c1a83 Don't release the interpreter lock around PyParser_ParseFile(). 28 years ago
Guido van Rossum afd3daedde __file__ used to be always set to the .pyc (or .pyo) file, even if 28 years ago
Guido van Rossum 90f827c67e Comment out the print statement about underflow. (This only seems to 28 years ago
Guido van Rossum 2d1ad39b81 Add the type of the object to the error message about calling a non-function. 28 years ago
Guido van Rossum d0dc5b06a2 Restructure the file so that it is never empty. No longer needs 28 years ago
Guido van Rossum 3293b07df5 Patch by Mark Hammond to support 64-bit ints on MS platforms. 28 years ago
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