1. 05473ed Added prototype for PyInstance_NewRaw(). by Fred Drake · 23 years ago
  2. d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 23 years ago
  3. 73a3c8f The addition of new parameters to functions in the Python/C API requires by Fred Drake · 23 years ago
  4. 64949cb PEP 227 implementation by Jeremy Hylton · 23 years ago
  5. fbd849f PEP 227 implementation by Jeremy Hylton · 23 years ago
  6. bacca54 Add a flag to indicate the presence of the tp_richcompare field, and by Guido van Rossum · 23 years ago
  7. 430d773 PyGC_Dump() -> _PyGC_Dump() by Barry Warsaw · 23 years ago
  8. 10418eb PyObject_Dump() -> _PyObject_Dump() by Barry Warsaw · 23 years ago
  9. 803eff2 Add prototype for PyGC_Dump() -- but only inside the #ifdef WITH_CYCLE_GC. by Barry Warsaw · 23 years ago
  10. 6a25e21 Add prototype for PyObject_Dump(). by Barry Warsaw · 23 years ago
  11. 2975786 Add a new API, PyThreadState_DeleteCurrent() that combines by Guido van Rossum · 23 years ago
  12. 76b642d Remove include-file-dependant half-prototype of clnt_create(). by Thomas Wouters · 23 years ago
  13. e75e6d0 Move declaration of 'clnt_create()' NIS function to pyport.h, as it's by Thomas Wouters · 23 years ago
  14. a6c861f Fix comment. by Neil Schemenauer · 23 years ago
  15. 0fdb90c refactored the unicodeobject/ucnhash interface, to hide the by Fredrik Lundh · 23 years ago
  16. 60f42b5 Move distributed and duplicated config for stat() and fstat() into pyport.h. by Tim Peters · 23 years ago
  17. 7226429 Get rid of the declaration for _PyCompareState_Key. by Guido van Rossum · 23 years ago
  18. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 23 years ago
  19. c219d55 Rich comparisons: ensure that LT == Py_LT, etc. by Guido van Rossum · 23 years ago
  20. 5f284ce Introduction to rich comparisons: by Guido van Rossum · 23 years ago
  21. 31c6943 Bump version to 2.1a1. (To be released Friday.) by Guido van Rossum · 23 years ago
  22. d6a9e84 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 23 years ago
  23. 234fb63 Change LONG_BIT error warning to mention glibc, too, since this is really by Andrew M. Kuchling · 23 years ago
  24. a7ed694 - Add nb_cmp slot for new style nubmers. by Neil Schemenauer · 24 years ago
  25. dd038db Remove PyInstance_*BinOp functions. by Neil Schemenauer · 24 years ago
  26. 0c7a0bd Added header file for C API exported by _cursesmodule.c by Andrew M. Kuchling · 24 years ago
  27. 429b41e Add declarations for PySys_ResetWarnOptions() and PySys_AddWarnOption(). by Guido van Rossum · 24 years ago
  28. 3fc3037 Add declarations for standard warning category classes (PyExc_Warning by Guido van Rossum · 24 years ago
  29. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  30. 20da14c getting close by Jeremy Hylton · 24 years ago
  31. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  32. 1e75e81 bump patchlevel to 2.0c1 by Jeremy Hylton · 24 years ago
  33. 77317ca Added Py_FPROTO macro which was available in Python 1.5.x and below. by Marc-André Lemburg · 24 years ago
  34. d57731f Move LONG_BIT from intobject.c to pyport.h. #error if it's already been by Tim Peters · 24 years ago
  35. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  36. 39d59b4 It's..... by Guido van Rossum · 24 years ago
  37. 9e28515 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  38. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  39. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  40. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  41. c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
  42. 682c25a RET_SAVE references should be Py_BLOCK_THREADS references by Skip Montanaro · 24 years ago
  43. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  44. 1a2eefd A #define didn't start in column 1. Closes SF bug 113888. by Tim Peters · 24 years ago
  45. e2bf7e6 Add missing Py_PROTO macro for backward compatibility with old extensions by Vladimir Marangozov · 24 years ago
  46. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  47. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  48. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  49. 926f1d6 Added prototype for PyToken_ThreeChars(), to remove compiler warning by Fred Drake · 24 years ago
  50. 8ebe84d The new PyEval_ReInitThreads wasn't declared in ceval.h; compiler wngs. by Tim Peters · 24 years ago
  51. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  52. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  53. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 24 years ago
  54. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  55. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  56. 35fd665 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  57. 5eae2c1 Moved LONG_LONG #define from here to pyport.h. by Barry Warsaw · 24 years ago
  58. fd847b2 Moved LONG_LONG #define from longobject.h to here, since it's needed by Barry Warsaw · 24 years ago
  59. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  60. 1582a3a Updated comment by Andrew M. Kuchling · 24 years ago
  61. 080bb2a Deleted now-unused include files by Andrew M. Kuchling · 24 years ago
  62. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  63. dcb45c3 Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling by Vladimir Marangozov · 24 years ago
  64. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  65. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  66. 2c57e07 #include reordering so that extern "C" does not interfere with by Vladimir Marangozov · 24 years ago
  67. 1a731c6 Added #fndef's to avoid compiler errors. by Marc-André Lemburg · 24 years ago
  68. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  69. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  70. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  71. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  72. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  73. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  74. 367e46a Of course, you meant "#if 0" and not "#ifdef 0". :) by Guido van Rossum · 24 years ago
  75. 1c2b178 Guido said this is food for the beta-testers<wink> by Peter Schneider-Kamp · 24 years ago
  76. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  77. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  78. 0765fe3 Make mode_t available for the declaration of _getpty(). by Sjoerd Mullender · 24 years ago
  79. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  80. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  81. 94d8fea Remove function-less prototype (old function that was removed ?) that by Thomas Wouters · 24 years ago
  82. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  83. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  84. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  85. 5f37591 ANSIfications: fix empty arglists, and remove the checks for by Thomas Wouters · 24 years ago
  86. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  87. cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
  88. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  89. 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
  90. fa521f1 fix PyXXX_Length macros as suggested by Fred by Jeremy Hylton · 24 years ago
  91. 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
  92. 6980dff delete obsolete SYMANTEC__CFM68K__ #ifdefs by Skip Montanaro · 24 years ago
  93. 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
  94. 4d4daed Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault). by Fred Drake · 24 years ago
  95. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  96. 14a4d88 Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons by Vladimir Marangozov · 24 years ago
  97. d8a9332 A small comment fix just to make sure I got my cvs/ssh setup right. by Vladimir Marangozov · 24 years ago
  98. bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  99. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  100. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago