546 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Trent Mick 29b83810bd Clean up a couple of warnings on Win64. The downcast of the strlen size_t 26 years ago
Barry Warsaw bd599b5928 Both PEP 201 Lockstep Iteration and SF patch #101030 have been 26 years ago
Peter Schneider-Kamp 7e01890986 merge Include/my*.h into Include/pyport.h 26 years ago
Thomas Wouters e28c296f0f Another missed ansification. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Jeremy Hylton 03657cfdb0 replace PyXXX_Length calls with PyXXX_Size calls 26 years ago
Tim Peters dbd9ba6a6c Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. 26 years ago
Tim Peters 4be47c0f76 Get rid of unused vars in builtin_unicode (they were causing 26 years ago
Marc-André Lemburg 1b1bcc9935 Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). 26 years ago
Jack Jansen 41aa8e523d Include limits.h if we have it. 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 106f2dae86 Trent Mick: 26 years ago
Fred Drake 5550de3084 Christopher Fandrich <cfandrich@8cs.com>: 26 years ago
Barry Warsaw 78e6c671db All the exception building related stuff has been moved out of this 26 years ago
Barry Warsaw 1226588e57 bltin_exc: Removed the leaf_exc flag in the structure, which was only 26 years ago
Fred Drake c640b18d96 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum a7cfca23e1 A bit of cleanup: 26 years ago
Barry Warsaw 48719d3d1f _PyBuiltin_Init_2(): Remove the misleading comment. 26 years ago
Barry Warsaw 47eeb9bdad initerrors(): Remove this function. String-based standard exceptions 26 years ago
Fred Drake 078b24f000 When refering to Unicode characters in exception messages and 26 years ago
Jeremy Hylton 394b54d01a ord: provide better error messages 26 years ago
Guido van Rossum 3afba7644b Marc-Andre Lemburg: 26 years ago
Guido van Rossum 9e896b37c7 Marc-Andre's third try at this bulk patch seems to work (except that 26 years ago
Guido van Rossum 09095f3f61 Marc-Andre Lemburg: added new builtin functions unicode() and 26 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 26 years ago
Guido van Rossum 65a75b0d52 Changes by Mark Hammond related to the new WindowsError exception. 26 years ago
Fred Drake 7b912120ca Adjusted apply() docstring based on comments from Gerrit Holl 27 years ago
Barry Warsaw 226ae6ca12 Mainlining the string_methods branch. See branch revision log 27 years ago
Fred Drake 3d587442f9 Fixed order of parameters in slice() docstring. The Library Reference 27 years ago
Guido van Rossum 8746082175 Patch by Tim Peters: 27 years ago
Guido van Rossum 7f85186921 # Darn! Local variable l declared but not used in abstract_issubclass(). 27 years ago
Guido van Rossum 668213d3b8 Patch by Jim Fulton (code style tweaked a bit) to support 27 years ago
Guido van Rossum 99fb7c70f4 Remove unused variable from complex_from_string() code. 27 years ago
Guido van Rossum 1195023b89 Patch by Nick and Stephanie Lockwood to implement complex() with a string 27 years ago
Guido van Rossum 0daf022225 New builtin buffer() creates a derived read-only buffer from any 27 years ago
Barry Warsaw 72b715d979 (initerrors): Make sure that the exception tuples ("base-classes" when 27 years ago
Guido van Rossum 124eff0225 Patch by Tim Peters to improve the range checks for range() and 27 years ago
Barry Warsaw 7890203f49 bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's 28 years ago
Barry Warsaw fa77e09dd0 builtin_map(): A better fix for the previous leak plug (remember 28 years ago
Barry Warsaw 2133287c3e builtin_map(): Nailed memory leak. PyList_Append() borrows a 28 years ago
Barry Warsaw f988e687a1 builtin_complex(): Nailed memory leak. This one's in the instance 28 years ago
Guido van Rossum e23cde2f8d Avoid overflow if possible in calculations for range(); report 28 years ago
Barry Warsaw 344864fcfb Added new builtin standard exception: NotImplementedError (its C 28 years ago
Guido van Rossum df12a59305 Fix cosmetic bug in delattr docstring discovered by JvR. 28 years ago
Barry Warsaw 968f8cbace builtin_apply(): Second argument type check is relaxed to allow any sequence. 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 746340d989 Should no longer surround PyOS_Readline() call with 28 years ago
Barry Warsaw d086a1a864 Added support for two new standard errors: EnvironmentError and 28 years ago