- b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 25 years ago
- 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 25 years ago
- 25826c9 Charles Waldman writes: by Guido van Rossum · 25 years ago
- 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 25 years ago
- 6d27c1e Simplify creation of the version_info value for clarity, per by Fred Drake · 25 years ago
- 93a20bf Capitulate, changing version_info to a 5-tuple: by Fred Drake · 25 years ago
- 801c08d Define version_info to be a tuple (major, minor, micro, level); level by Fred Drake · 25 years ago
- 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 078b24f When refering to Unicode characters in exception messages and by Fred Drake · 25 years ago
- 394b54d ord: provide better error messages by Jeremy Hylton · 25 years ago
- 3afba76 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 25 years ago
- 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 25 years ago
- a396a88 Vladimir Marangozov: This fixes the line number in the string by Guido van Rossum · 25 years ago
- 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
- b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 25 years ago
- 7a5b796 Thomas Heller fixes a typo in an error message. by Guido van Rossum · 25 years ago
- 387b101 rename args variable in CALL_FUNCTION to callargs (avoids name override) by Jeremy Hylton · 25 years ago
- 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 25 years ago
- ffc0f4f Use modern PyArg_ParseTuple style, with function names. (Mostly.) by Guido van Rossum · 25 years ago
- 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 25 years ago
- 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 25 years ago
- b2ba9d8 eval_code2(): Oops, in the last checkin, we shouldn't check for by Barry Warsaw · 25 years ago
- 4961ef7 eval_code2(): In the extended calling syntax opcodes, you must check by Barry Warsaw · 25 years ago
- e4fb958 remove reference (vestigal) to CALL_FUNCTION_STAR by Jeremy Hylton · 25 years ago
- 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
- 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 50fbb15 Typo fixed by Mark Hammond. by Guido van Rossum · 25 years ago
- d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
- d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 25 years ago
- 2d0f5f9 Marc-Andre Lemburg: add new unicode files by Guido van Rossum · 25 years ago
- c94044c Marc-Andre Lemburg: add calls to initialize and finalize Unicode and by Guido van Rossum · 25 years ago
- c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 25 years ago
- e826ef0 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode object. by Guido van Rossum · 25 years ago
- 5aa88f0 Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). by Guido van Rossum · 25 years ago
- 09095f3 Marc-Andre Lemburg: added new builtin functions unicode() and by Guido van Rossum · 25 years ago
- feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
- 0b55670 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError by Guido van Rossum · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 2194b16 Allow using long integers as slice indexes by Andrew M. Kuchling · 25 years ago
- 145c26e Remove comment that Guido agree's doesn't make sense: by Fred Drake · 25 years ago
- 584b16a Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong by Guido van Rossum · 25 years ago
- 795e189 Patch by Mark Hammond: by Guido van Rossum · 25 years ago
- 65a75b0 Changes by Mark Hammond related to the new WindowsError exception. by Guido van Rossum · 25 years ago
- e817acd Patch by Jack Jansen: by Guido van Rossum · 25 years ago
- bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
- a400d8a Fix a bug in exec_statement() noted incidentally by Tim Peters in by Guido van Rossum · 25 years ago
- 7b91212 Adjusted apply() docstring based on comments from Gerrit Holl by Fred Drake · 25 years ago
- 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
- 96b5ee8 Vladimir Marangozov: by Guido van Rossum · 25 years ago
- 9528886 For Windows, need to add #include <windows.h>. by Guido van Rossum · 25 years ago
- db3ec1b Support for selecting the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
- ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
- 9f65081 Some rearrangements for the importdl.c restructuring. by Guido van Rossum · 25 years ago
- 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 25 years ago
- 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 25 years ago
- 72badf5 The cleanup code in com-init() at label fail_0000 should remove by Guido van Rossum · 25 years ago
- 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
- ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago
- 25da5be Fix PR117. The error message is "keywords must be strings". Perhaps by Guido van Rossum · 25 years ago
- 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
- be20336 In PySys_GetObject(), it's possible that tstate->interp->sysdict is by Guido van Rossum · 25 years ago
- 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
- 2174dcb Tim Peters writes: by Guido van Rossum · 25 years ago
- 2adac0a Tim Peters discovered a bug in the Python-supplied getopt(): by Guido van Rossum · 25 years ago
- f620263 call_trace(): A fix for PR#73, if an exception occurred in the by Barry Warsaw · 25 years ago
- 933c91e Vladimir Marangozov fixes an AIX-specific problem, writing: by Guido van Rossum · 25 years ago
- 3d58744 Fixed order of parameters in slice() docstring. The Library Reference by Fred Drake · 25 years ago
- 7c85ab8 Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, by Guido van Rossum · 25 years ago
- 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
- 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 25 years ago
- 7f85186 # Darn! Local variable l declared but not used in abstract_issubclass(). by Guido van Rossum · 25 years ago
- 668213d Patch by Jim Fulton (code style tweaked a bit) to support by Guido van Rossum · 25 years ago
- eda232f Allow longer strings (up to 80 chars each) for version, build, compiler info. by Guido van Rossum · 26 years ago
- 743007d Patch by Christian Tismer for Win32, to use FormatMessage() instead of by Guido van Rossum · 26 years ago
- 495894e While I can't really test this thoroughly, Pat Knight and the Solaris by Guido van Rossum · 26 years ago
- b738d26 Win/CE thread support by Mark Hammond. by Guido van Rossum · 26 years ago
- b6987b1 Alas, get rid of the Win specific hack to ask the user to press Return by Guido van Rossum · 26 years ago
- 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 26 years ago
- 99fb7c7 Remove unused variable from complex_from_string() code. by Guido van Rossum · 26 years ago
- 1195023 Patch by Nick and Stephanie Lockwood to implement complex() with a string by Guido van Rossum · 26 years ago
- 0daf022 New builtin buffer() creates a derived read-only buffer from any by Guido van Rossum · 26 years ago
- 701f25e Rob Riggs wrote: by Guido van Rossum · 26 years ago
- eb894eb Always test for an error return (usually NULL or -1) without setting by Guido van Rossum · 26 years ago
- 72b715d (initerrors): Make sure that the exception tuples ("base-classes" when by Barry Warsaw · 26 years ago
- 124eff0 Patch by Tim Peters to improve the range checks for range() and by Guido van Rossum · 26 years ago
- 66368cc Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" by Guido van Rossum · 26 years ago
- 3d05b1a initmain(): Nailed a memory leak. bimod must be DECREF'd! by Barry Warsaw · 26 years ago
- 7890203 bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's by Barry Warsaw · 26 years ago
- fa77e09 builtin_map(): A better fix for the previous leak plug (remember by Barry Warsaw · 26 years ago
- 541563e Implement -OO; "unsafe" optimization that removes docstrings. by Guido van Rossum · 26 years ago
- 2133287 builtin_map(): Nailed memory leak. PyList_Append() borrows a by Barry Warsaw · 26 years ago
- f988e68 builtin_complex(): Nailed memory leak. This one's in the instance by Barry Warsaw · 26 years ago
- 3879333 PyImport_ReloadModule(): Nailed a small memory leak. In the by Barry Warsaw · 26 years ago
- 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 26 years ago
- c80baa3 err_input(): Nailed a small memory leak. If the error is E_INTR, the by Barry Warsaw · 26 years ago
- 54892c4 _PySys_Init(): Nailed small memory leak. The stringobject created for by Barry Warsaw · 26 years ago
- 3dbba6e Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. by Guido van Rossum · 26 years ago