1. 0888ff1 Do not set a MemoryError exception over another MemoryError exception, by Vladimir Marangozov · 25 years ago
  2. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 25 years ago
  3. 5ca1ef9 comples_from_string(): Move s_buffer[] up to the top-level function by Barry Warsaw · 25 years ago
  4. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 25 years ago
  5. f2581c9 _PySys_Init(): Fix another Insure discovered memory leak; the PyString by Barry Warsaw · 25 years ago
  6. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 25 years ago
  7. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 25 years ago
  8. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 25 years ago
  9. a811a5b Remove the osdefs.h #include; it was not needed in the final version of by Fred Drake · 25 years ago
  10. dcf08e0 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 25 years ago
  11. 83cb797 When raising a SyntaxError, make a best-effort attempt to set the by Fred Drake · 25 years ago
  12. 1aba577 SyntaxError__str__(): Do more formatting of the exception here, rather by Fred Drake · 25 years ago
  13. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 25 years ago
  14. 557a044 Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError. by Mark Hammond · 25 years ago
  15. ccede59 The attempt to protect against MS_WIN16 compilers that do not support long by Fred Drake · 25 years ago
  16. 099325e Add a byte_order value to the sys module. The value is "big" for by Fred Drake · 25 years ago
  17. 87df80d The list comp patch checked for the second child node of the 'listmaker' by Thomas Wouters · 25 years ago
  18. 361852f The list comprehensions patch partly reversed the removal of UNPACK_LIST, by Thomas Wouters · 25 years ago
  19. 29b8381 Clean up a couple of warnings on Win64. The downcast of the strlen size_t by Trent Mick · 25 years ago
  20. 803d6e5 list comprehensions. see by Skip Montanaro · 25 years ago
  21. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 25 years ago
  22. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 25 years ago
  23. 6c2f0c7 When returning an error from jcompile() (which is passed through by by Guido van Rossum · 25 years ago
  24. ed473a4 Avoid dumping core when PyErr_NormalizeException() is called without by Guido van Rossum · 25 years ago
  25. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 25 years ago
  26. e8643c4 Fix some strange indentation and grammar that have been bugging me for weeks. by Thomas Wouters · 25 years ago
  27. cc22fbe Changed H specifier to mean "bitfield", i.e. any value from by Jack Jansen · 25 years ago
  28. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 25 years ago
  29. 413407f Add a test that Py_IsInitialized() in Py_InitModule4(). See by Guido van Rossum · 25 years ago
  30. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 25 years ago
  31. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 25 years ago
  32. bd599b5 Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 25 years ago
  33. 19c6afb Include the dependence of sysmodule on the patchlevel.h include, so by Fred Drake · 25 years ago
  34. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 25 years ago
  35. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 25 years ago
  36. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 25 years ago
  37. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 25 years ago
  38. e28c296 Another missed ansification. by Thomas Wouters · 25 years ago
  39. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 25 years ago
  40. 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 25 years ago
  41. 2f2370b Oops. One of last nights ANSIfication patches accidentily upped the bytecode by Thomas Wouters · 25 years ago
  42. b4bd21c ANSIfy as many declarations as possible. by Thomas Wouters · 25 years ago
  43. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 25 years ago
  44. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 25 years ago
  45. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  46. 9a5086c just fixing the indentation by Peter Schneider-Kamp · 25 years ago
  47. 11384c6 raise error on duplicate function arguments by Peter Schneider-Kamp · 25 years ago
  48. 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 25 years ago
  49. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 25 years ago
  50. bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 25 years ago
  51. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 25 years ago
  52. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 25 years ago
  53. b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 25 years ago
  54. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 25 years ago
  55. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 25 years ago
  56. 4be47c0 Get rid of unused vars in builtin_unicode (they were causing legit warnings). by Tim Peters · 25 years ago
  57. 1b1bcc9 Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). by Marc-André Lemburg · 25 years ago
  58. d50338f Added support for H (unsigned short) specifier in PyArg_ParseTuple and by Jack Jansen · 25 years ago
  59. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 25 years ago
  60. 8fcaa92 init_exceptions(): Decref `doc' so it doesn't leak. by Barry Warsaw · 25 years ago
  61. db67739 Jack Jansen, Mac patch: by Guido van Rossum · 25 years ago
  62. f12d7a0 Jack Jansen, Mac patch: by Guido van Rossum · 25 years ago
  63. 63e97ad Jack Jansen, Mac patch: by Guido van Rossum · 25 years ago
  64. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
  65. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  66. 615ae55 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  67. 4c82b23 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  68. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  69. 4e542a3 replace constant 1 with symbolic constant METH_VARARGS by Jeremy Hylton · 25 years ago
  70. 9262b8a another typo caught by Rob Hooft by Jeremy Hylton · 25 years ago
  71. 34a9637 - workaround to make 1.6 build under MSVC 5.0. hopefully, by Fredrik Lundh · 25 years ago
  72. 3383113 Change the loop index in normalizestring() to size_t too, to avoid a by Guido van Rossum · 25 years ago
  73. 5e08cb8 Vladimir Marangozov: by Guido van Rossum · 25 years ago
  74. 98626cd Urmpf. Quality control on this patch lapsed a bit. :-( by Guido van Rossum · 25 years ago
  75. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 25 years ago
  76. 106f2da Trent Mick: by Guido van Rossum · 25 years ago
  77. 6da0b91 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 25 years ago
  78. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 25 years ago
  79. 2d15d9d mark SyntaxError__str__ as METH_VARARGS by Jeremy Hylton · 25 years ago
  80. 440d898 Added a new debug method sys.gettotalrefcount(), which returns the total number of references on all Python objects. This is only enabled when Py_TRACE_REFS is defined (which includes default debug builds under Windows). by Mark Hammond · 25 years ago
  81. 5550de3 Christopher Fandrich <cfandrich@8cs.com>: by Fred Drake · 25 years ago
  82. 99964b8 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  83. 675ac28 The standard exception classes. Moved here from ../Modules/_exceptions.c by Barry Warsaw · 25 years ago
  84. f17861b Added exceptions.o to the list of object to build in this subdir. by Barry Warsaw · 25 years ago
  85. 78e6c67 All the exception building related stuff has been moved out of this by Barry Warsaw · 25 years ago
  86. f242aa0 Py_Initialize(): Now that standard exceptions are builtin, we don't by Barry Warsaw · 25 years ago
  87. 1226588 bltin_exc: Removed the leaf_exc flag in the structure, which was only by Barry Warsaw · 25 years ago
  88. ede8c6e Bill Tutt: by Guido van Rossum · 25 years ago
  89. cf3ba65 At Bob Kahn's request, add CNRI to the copyright string (but not to by Guido van Rossum · 25 years ago
  90. 230cae7 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  91. 8b4d01d M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  92. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 25 years ago
  93. c640b18 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  94. 20c6add Trent Mick: by Guido van Rossum · 25 years ago
  95. 80dc16b Trent Mick: by Guido van Rossum · 25 years ago
  96. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 25 years ago
  97. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 25 years ago
  98. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 25 years ago
  99. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 25 years ago
  100. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago