1. 682c25a RET_SAVE references should be Py_BLOCK_THREADS references by Skip Montanaro · 24 years ago
  2. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  3. 1a2eefd A #define didn't start in column 1. Closes SF bug 113888. by Tim Peters · 24 years ago
  4. e2bf7e6 Add missing Py_PROTO macro for backward compatibility with old extensions by Vladimir Marangozov · 24 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  6. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  7. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  8. 926f1d6 Added prototype for PyToken_ThreeChars(), to remove compiler warning by Fred Drake · 24 years ago
  9. 8ebe84d The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. by Tim Peters · 24 years ago
  10. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  11. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  12. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 24 years ago
  13. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  14. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  15. 35fd665 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  16. 5eae2c1 Moved LONG_LONG #define from here to pyport.h. by Barry Warsaw · 24 years ago
  17. fd847b2 Moved LONG_LONG #define from longobject.h to here, since it's needed by Barry Warsaw · 24 years ago
  18. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  19. 1582a3a Updated comment by Andrew M. Kuchling · 24 years ago
  20. 080bb2a Deleted now-unused include files by Andrew M. Kuchling · 24 years ago
  21. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  22. dcb45c3 Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling by Vladimir Marangozov · 24 years ago
  23. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  24. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  25. 2c57e07 #include reordering so that extern "C" does not interfere with by Vladimir Marangozov · 24 years ago
  26. 1a731c6 Added #fndef's to avoid compiler errors. by Marc-André Lemburg · 24 years ago
  27. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  28. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  29. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  30. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  31. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  32. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  33. 367e46a Of course, you meant "#if 0" and not "#ifdef 0". :) by Guido van Rossum · 24 years ago
  34. 1c2b178 Guido said this is food for the beta-testers<wink> by Peter Schneider-Kamp · 24 years ago
  35. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  36. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  37. 0765fe3 Make mode_t available for the declaration of _getpty(). by Sjoerd Mullender · 24 years ago
  38. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  39. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  40. 94d8fea Remove function-less prototype (old function that was removed ?) that by Thomas Wouters · 24 years ago
  41. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  42. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  43. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  44. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  45. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  46. cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
  47. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  48. 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
  49. fa521f1 fix PyXXX_Length macros as suggested by Fred by Jeremy Hylton · 24 years ago
  50. 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
  51. 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 24 years ago
  52. 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
  53. 4d4daed Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault). by Fred Drake · 24 years ago
  54. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  55. 14a4d88 Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons by Vladimir Marangozov · 24 years ago
  56. d8a9332 A small comment fix just to make sure I got my cvs/ssh setup right. by Vladimir Marangozov · 24 years ago
  57. bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  58. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  59. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  60. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  61. 5eb6d4e ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  62. d5c84ed ANSI-fication of the sources -- remove Py_PROTO! by Fred Drake · 24 years ago
  63. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  64. a90b23c One of the new prototypes was missing the "void" args. by Greg Stein · 24 years ago
  65. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  66. fa1309f Fix to use Py_UCS4 by Marc-André Lemburg · 24 years ago
  67. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  68. 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
  69. 295b1bb Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik by Marc-André Lemburg · 24 years ago
  70. 4327910 Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need by Marc-André Lemburg · 24 years ago
  71. 3d1a1d7 Added prototypes for the new codec APIs for strings. These APIs by Marc-André Lemburg · 24 years ago
  72. f03e741 Modified the ISALPHA and ISALNUM macros to use the new lookup APIs by Marc-André Lemburg · 24 years ago
  73. 82249c8 Added #defines to enable SUSv2 compatibility where available and by Marc-André Lemburg · 24 years ago
  74. 1f5871e Removed Py_PROTO and switched to ANSI C declarations in the dict by Tim Peters · 24 years ago
  75. a9c103b Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros by Marc-André Lemburg · 24 years ago
  76. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  77. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  78. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  79. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  80. 632ea6e Bump version to 2.0b1. by Guido van Rossum · 24 years ago
  81. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  82. 4f4b799 Jack Jansen: Use include "" instead of <>; and staticforward declarations by Guido van Rossum · 24 years ago
  83. 9cb1cab Jack Jansen: Removed support for long-dead Think C compiler by Guido van Rossum · 24 years ago
  84. 808d9b1 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  85. 5e3c632 Fredrik Lundh: get rid of warning in pythonrun.c by Guido van Rossum · 24 years ago
  86. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  87. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  88. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  89. 2f4d0e9 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  90. 74042d6 Patch from /F: by Andrew M. Kuchling · 24 years ago
  91. 9581144 Typo fix in comment. by Greg Ward · 24 years ago
  92. c094ac8 Now that standard exceptions are builtin, we don't need two phase init by Barry Warsaw · 24 years ago
  93. 98b0404 Removing thread.h -- it has been obsolete for quite a while. by Guido van Rossum · 24 years ago
  94. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  95. cb093fe M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  96. 3ac3edc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  97. 7c36ada Trent Mick: by Guido van Rossum · 24 years ago
  98. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  99. 3a03d4c Add two scenarios by Vladimir Marangozov that show how to use your own by Guido van Rossum · 24 years ago
  100. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago