1. c862cf4 clearer error messages for apply() and "no locals" by Jeremy Hylton · 24 years ago
  2. ac7be68 Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  3. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  4. 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
  5. f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
  6. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  7. eec72a7 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug #127699. by Charles G. Waldman · 24 years ago
  8. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  9. 5282044 Revised implementation of CALL_FUNCTION and friends. More revision still needed. by Jeremy Hylton · 24 years ago
  10. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  11. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  12. 0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm by Thomas Wouters · 24 years ago
  13. 8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use by Thomas Wouters · 24 years ago
  14. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  15. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  16. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  17. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  18. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  19. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  20. d320c34 Revert removal of void from function definition. Guido sez I can take it by Tim Peters · 24 years ago
  21. 349ff6f Set the recursion limit to 1000 -- 2500 was not enough, let's be conservative. by Guido van Rossum · 24 years ago
  22. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  23. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  24. e68140d Better error message with UnboundLocalError by Paul Prescod · 24 years ago
  25. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  26. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  27. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  28. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  29. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  30. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  31. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  32. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  33. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  34. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  35. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 24 years ago
  36. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  37. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  38. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  39. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
  40. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  41. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  42. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  43. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  44. 20c6add Trent Mick: by Guido van Rossum · 24 years ago
  45. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 24 years ago
  46. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  47. 25826c9 Charles Waldman writes: by Guido van Rossum · 24 years ago
  48. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  49. 7a5b796 Thomas Heller fixes a typo in an error message. by Guido van Rossum · 24 years ago
  50. 387b101 rename args variable in CALL_FUNCTION to callargs (avoids name override) by Jeremy Hylton · 24 years ago
  51. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  52. b2ba9d8 eval_code2(): Oops, in the last checkin, we shouldn't check for by Barry Warsaw · 24 years ago
  53. 4961ef7 eval_code2(): In the extended calling syntax opcodes, you must check by Barry Warsaw · 24 years ago
  54. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  55. 2194b16 Allow using long integers as slice indexes by Andrew M. Kuchling · 24 years ago
  56. 145c26e Remove comment that Guido agree's doesn't make sense: by Fred Drake · 24 years ago
  57. a400d8a Fix a bug in exec_statement() noted incidentally by Tim Peters in by Guido van Rossum · 25 years ago
  58. ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago
  59. 25da5be Fix PR117. The error message is "keywords must be strings". Perhaps by Guido van Rossum · 25 years ago
  60. f620263 call_trace(): A fix for PR#73, if an exception occurred in the by Barry Warsaw · 25 years ago
  61. 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
  62. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 25 years ago
  63. eb894eb Always test for an error return (usually NULL or -1) without setting by Guido van Rossum · 25 years ago
  64. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  65. 885553e Use PyThreadState_GET() macro. by Guido van Rossum · 26 years ago
  66. cf183ac Use PyInt_AS_LONG macro instead of explicit inlining. by Guido van Rossum · 26 years ago
  67. 014518f Whoops! One the "redundant" initializations removed by Vladimir in by Guido van Rossum · 26 years ago
  68. 50cd348 Remove some redundant initializations -- patch by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  69. d076c73 Changes to support other object types besides strings by Guido van Rossum · 26 years ago
  70. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  71. 2d1ad39 Add the type of the object to the error message about calling a non-function. by Guido van Rossum · 26 years ago
  72. 5053efc In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and by Guido van Rossum · 26 years ago
  73. fa00e95 # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining. by Guido van Rossum · 26 years ago
  74. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  75. 7e33c6e Moved cmp_member() to abstract.c, as PySequence_Contains() [with by Guido van Rossum · 26 years ago
  76. 234e260 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  77. 2e4c899 DELETE_FAST should issue an exception when the local variable is undefined. by Guido van Rossum · 26 years ago
  78. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  79. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  80. 8f18320 Last-minute fix for Jim H: don't die after del sys.stdout by Guido van Rossum · 27 years ago
  81. aa06b0e Plug the most annoying recursive printing problem -- reset '_' to None by Guido van Rossum · 27 years ago
  82. df9db1e Give more detailed error message when the argument count isn't right. by Guido van Rossum · 27 years ago
  83. dfed725 Fix memory leak in exec statement with code object -- the None returned by Guido van Rossum · 27 years ago
  84. b74eca9 Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the by Guido van Rossum · 27 years ago
  85. aee0bad First part of package support. by Guido van Rossum · 27 years ago
  86. d7ed683 Inline PyObject_CallObject (Marc-Andre Lemburg). by Guido van Rossum · 27 years ago
  87. eaedc7c eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the by Barry Warsaw · 27 years ago
  88. 9101055 unpack_sequence(): In finally clause, watch out for Py_DECREF by Barry Warsaw · 27 years ago
  89. e42b18f eval_code2(): collapsed the implementations of UNPACK_TUPLE and by Barry Warsaw · 27 years ago
  90. 4249f54 cmp_exception gets promoted (essentially) to the C API function by Barry Warsaw · 27 years ago
  91. cd64965 Reverse the search order for the Don Beaudry hook so that the first by Guido van Rossum · 27 years ago
  92. f9c90c5 Renamed a local label that was accidentally grandly renamed to by Guido van Rossum · 27 years ago
  93. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  94. 55b9ab5 Extend the "Don Beaudry hack" with "Guido's corollary" -- if the base by Guido van Rossum · 27 years ago
  95. 9cc8a20 Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef by Guido van Rossum · 27 years ago
  96. 2fca21f7 PyEval_SaveThread() and PyEval_RestoreThread() now return/take a by Guido van Rossum · 27 years ago
  97. c12da69 Huge speedup by inlining some common integer operations: by Guido van Rossum · 27 years ago
  98. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
  99. be27026 Py_FlushLine and PyFile_WriteString now return error indicators by Guido van Rossum · 27 years ago
  100. df4c308 Plug leak of stack frame object in exception handling code. by Guido van Rossum · 27 years ago