3999 Commits (f8def28ff03f3167bd0becabab4dc5d70ee22033)

Author SHA1 Message Date
Guido van Rossum 0b55670968 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError 26 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 26 years ago
Andrew M. Kuchling 2194b165db Allow using long integers as slice indexes 26 years ago
Fred Drake 145c26e3d3 Remove comment that Guido agree's doesn't make sense: 26 years ago
Guido van Rossum 584b16a1f3 Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong 26 years ago
Guido van Rossum 795e189d28 Patch by Mark Hammond: 26 years ago
Guido van Rossum 65a75b0d52 Changes by Mark Hammond related to the new WindowsError exception. 26 years ago
Guido van Rossum e817acd957 Patch by Jack Jansen: 26 years ago
Guido van Rossum bffd683f73 The rest of the changes by Trent Mick and Dale Nagata for warning-free 26 years ago
Guido van Rossum a400d8a96d Fix a bug in exec_statement() noted incidentally by Tim Peters in 26 years ago
Fred Drake 7b912120ca Adjusted apply() docstring based on comments from Gerrit Holl 26 years ago
Guido van Rossum 96a8fb7e99 Cleanup patches from Greg Stein: 26 years ago
Guido van Rossum 96b5ee88ee Vladimir Marangozov: 26 years ago
Guido van Rossum 95288862bb For Windows, need to add #include <windows.h>. 26 years ago
Guido van Rossum db3ec1b21e Support for selecting the correct dynload_<platform>.c file. 26 years ago
Guido van Rossum ed1170e49f In _PyImport_Init(), dynamically construct the table of legal suffixes 26 years ago
Guido van Rossum 9f65081d90 Some rearrangements for the importdl.c restructuring. 26 years ago
Guido van Rossum 6ea9092625 Moved most of the platform-specific code to dynload_<platform>.c files. 26 years ago
Guido van Rossum 22a1d3671b The old platform-specific contents of importdl.c, broken down into one 26 years ago
Guido van Rossum 72badf5404 The cleanup code in com-init() at label fail_0000 should remove 26 years ago
Guido van Rossum 001b9bebca Patch by Vladimir Marangozov, inspired by a bug report from Gary 27 years ago
Guido van Rossum ba98a42a0f Change the last PyErr_Format %s format to %.400s. 27 years ago
Guido van Rossum 25da5bebd8 Fix PR117. The error message is "keywords must be strings". Perhaps 27 years ago
Barry Warsaw 226ae6ca12 Mainlining the string_methods branch. See branch revision log 27 years ago
Guido van Rossum be2033697f In PySys_GetObject(), it's possible that tstate->interp->sysdict is 27 years ago
Guido van Rossum 3aca65312a Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. 27 years ago
Guido van Rossum 2174dcb061 Tim Peters writes: 27 years ago
Guido van Rossum 2adac0a637 Tim Peters discovered a bug in the Python-supplied getopt(): 27 years ago
Barry Warsaw f6202635f9 call_trace(): A fix for PR#73, if an exception occurred in the 27 years ago
Guido van Rossum 933c91ebcf Vladimir Marangozov fixes an AIX-specific problem, writing: 27 years ago
Fred Drake 3d587442f9 Fixed order of parameters in slice() docstring. The Library Reference 27 years ago
Guido van Rossum 7c85ab829d Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, 27 years ago
Guido van Rossum 8746082175 Patch by Tim Peters: 27 years ago
Guido van Rossum 1d5ad90c1c CRITICAL PATCH! 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 eda232fdac Allow longer strings (up to 80 chars each) for version, build, 27 years ago
Guido van Rossum 743007d2fe Patch by Christian Tismer for Win32, to use FormatMessage() instead of 27 years ago
Guido van Rossum 495894ee66 While I can't really test this thoroughly, Pat Knight and the Solaris 27 years ago
Guido van Rossum b738d26e2d Win/CE thread support by Mark Hammond. 27 years ago
Guido van Rossum b6987b13fe Alas, get rid of the Win specific hack to ask the user to press Return 27 years ago
Guido van Rossum 2571cc8bf5 Changes by Mark Hammond for Windows CE. Mostly of the form 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
Guido van Rossum 701f25ef9d Rob Riggs wrote: 27 years ago
Guido van Rossum eb894ebd0a Always test for an error return (usually NULL or -1) without setting 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
Guido van Rossum 66368ccc55 Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" 27 years ago