4499 Commits (a33bce09451fa6b1b0df89bd131a812631db401b)

Author SHA1 Message Date
Guido van Rossum 0e1d0e95ea Patch by Chris Herborth: 27 years ago
Guido van Rossum 2edcf0d71c Move the prototype for dump_counts() to before where it is used. 27 years ago
Guido van Rossum 46e9705eca Remove prototypes for PyOS_strto[u]l -- Chris Herborth. 27 years ago
Guido van Rossum ca90605678 Add more SET_LINENO instructions in long argument lists 27 years ago
Guido van Rossum 926f7b6615 Adding thread support for BeOS by Chris Herborth. 27 years ago
Guido van Rossum cf183acf15 Use PyInt_AS_LONG macro instead of explicit inlining. 27 years ago
Guido van Rossum f261526423 Need to add default decl of DL_IMPORT, for mymalloc.h 27 years ago
Barry Warsaw 344864fcfb Added new builtin standard exception: NotImplementedError (its C 27 years ago
Guido van Rossum df12a59305 Fix cosmetic bug in delattr docstring discovered by JvR. 28 years ago
Guido van Rossum 014518f66c Whoops! One the "redundant" initializations removed by Vladimir in 28 years ago
Guido van Rossum 50cd34888b Remove some redundant initializations -- patch by Vladimir Marangozov. 28 years ago
Guido van Rossum 66468568df Jim Fulton writes: 28 years ago
Guido van Rossum e0e59829e0 When errno is zero, avoid calling strerror() and use "Error" for the 28 years ago
Guido van Rossum 2f3667a7b9 Replace fprintf(stderr, ...) with PySys_WriteStderr(...). 28 years ago
Guido van Rossum 8442af35fe Patches for mywrite() by Marc Lemburg: save/restore the error state 28 years ago
Guido van Rossum b317f8aa0d Implement new format character 't#'. This is like s#, accepting an 28 years ago
Guido van Rossum 5bd893b1ea The previous checkin contained an experiment of Greg Stein's that wasn't 28 years ago
Guido van Rossum 0f8b30f8ce On Win32, use 28 years ago
Guido van Rossum 2a570049ac Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. 28 years ago
Guido van Rossum d076c73cc8 Changes to support other object types besides strings 28 years ago
Guido van Rossum 9e46e56264 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. 28 years ago
Guido van Rossum 562f5b1480 Support PYTHONOPTIMIZE variable; by Marc Lemburg. 28 years ago
Guido van Rossum dfede31c7f Eh, better error message for the previous change. It now says 28 years ago
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