4044 Commits (ca64d25dd285a784186bc16b3ee39ff8680cabdf)

Author SHA1 Message Date
Moshe Zadka f68f2fec7d Implementation of PEP-0217. 26 years ago
Charles G. Waldman eec72a7fd9 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug 26 years ago
Guido van Rossum fef124346e Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: 26 years ago
Guido van Rossum 4c3f57cf05 SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. 26 years ago
Tim Peters b8584e0894 Fix signed/unsigned wng. Unfortunately, (unsigned char) << int 26 years ago
Fred Drake 1a7aab70d1 When a PyCFunction that takes only positional parameters is called with 26 years ago
Martin v. Löwis be4c0f56a2 Recognize pyc files even if they don't end in pyc. 26 years ago
Neil Schemenauer 23ab199bfd Add NotImplemented to the builtin module. 26 years ago
Jeremy Hylton 5282044be7 Revised implementation of CALL_FUNCTION and friends. 26 years ago
Andrew M. Kuchling f07aad171a CHange error messages for ord(), using "string" instead of "string or Unicode" 26 years ago
Andrew M. Kuchling 9bcc68c183 Whoops! Two stray characters crept in to my last check-in 26 years ago
Andrew M. Kuchling 34c20cf705 Patch #102955, fixing one of the warnings in bug #121479: 26 years ago
Guido van Rossum 23fff911a2 Add definitions for PySys_ResetWarnOptions() and 26 years ago
Guido van Rossum cfd42b556b Add PyErr_Warn(). 26 years ago
Guido van Rossum d0977cd670 Add definitions for standard warning category classes (PyExc_Warning 26 years ago
Jack Jansen fd0226b327 Use c2pstr() in stead of Pstring() to convert C-strings to 26 years ago
Barry Warsaw 0705028076 vgetargskeywords(): Patch for memory leak identified in bug #119862. 26 years ago
Barry Warsaw b6a54d2a2c _getframe(): New sys module function for getting at the stack frame. 26 years ago
Neil Schemenauer cc343caf41 Make isinstance() more permissive in what types of arguments it 26 years ago
Guido van Rossum 60a1e7fc99 Clarified some of the error messages, esp. "read-only character 26 years ago
Guido van Rossum 83fb073a03 Plug a memory leak in com_import_stmt(): the tuple created to hold the 26 years ago
Tim Peters 102e457a01 SF bug 119622: compile errors due to redundant atof decls. I don't understand 26 years ago
Guido van Rossum 128bcf4520 Fix syntax error. Submitted by Bill Bumgarner. Apparently this is 26 years ago
Guido van Rossum 215c340aa3 Rip out DOS-8x3 support. 26 years ago
Thomas Wouters 2cffc7d420 Move our own getopt() implementation to _PyOS_GetOpt(), and use it 26 years ago
Jeremy Hylton 6b4ec5135b Fix for SF bug #117241 26 years ago
Guido van Rossum c8fcdcba36 Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other 26 years ago
Fred Drake 661ea26b3d Ka-Ping Yee <ping@lfw.org>: 26 years ago
Fred Drake 237b5f44c7 Andy Dustman <adustman@users.sourceforge.net>: 26 years ago
Thomas Wouters 0be483fd4d Do a better job at staying on-screen :P (Sorry, it's late here.) I'm 26 years ago
Thomas Wouters 8fb62a2e9a Adjust debugging code in the implementation of the DUP_TOPX bytecode, use 26 years ago
Fred Drake 48fba733b9 Remove the last gcc -Wall warning about possible use of an uninitialized 26 years ago
Tim Peters 35ba689cab Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, 26 years ago
Fred Drake e693df94ed Avoid a couple of "value computed is not used" warnings from gcc -Wall; 26 years ago
Fred Drake a6c2eb5e1e Donn Cave <donn@u.washington.edu>: 26 years ago
Tim Peters 98dc065c1b SF "bug" 115973: patches from Norman Vine so that shared libraries and 26 years ago
Mark Hammond 1f7838bcc0 Detect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ] 26 years ago
Barry Warsaw 84294487df _PyImport_Fini(): Closed small memory leak when an embedded app calls 26 years ago
Tim Peters 42c83afd14 The 2.0b2 change to write .pyc files in exclusive mode (if possible) 26 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Fred Drake 9e2851566c Andrew Kuchling <akuchlin@mems-exchange.org>: 26 years ago
Marc-André Lemburg 0afff388ce Special case the "s#" PyArg_Parse() token for Unicode objects: 26 years ago
Guido van Rossum 55a8338d7f On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition 26 years ago
Marc-André Lemburg d1ba443206 This patch adds a new Python C API called PyString_AsStringAndSize() 26 years ago
Tim Peters e84b74039b Obscure marshal fixes: 26 years ago
Guido van Rossum 9e8181b809 Make better use of GNU Pth -- patch by Andy Dustman. 26 years ago
Marc-André Lemburg 691270feee Deferred the attribute name object type checking to the underlying 26 years ago
Guido van Rossum 6f25618be5 Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or 26 years ago
Jack Jansen a454ebd924 Added B format char to Py_BuildValue (same as b,h,i, but makes 26 years ago
Jack Jansen b763b9d9d5 Cast UCHAR_MAX to int before doing the comparison for overflow of the 26 years ago