1. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  2. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  3. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  4. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  5. a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 22 years ago
  6. 5e090fc OS/2 EMX port changes (Include part of patch #450267): by Andrew MacIntyre · 22 years ago
  7. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  8. 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
  9. bd67d6f SF patch #475657 (Dietmar Schwertberger) by Guido van Rossum · 23 years ago
  10. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  11. 1569108 Hide GCC attributes fom compilers that don't support them. by Neil Schemenauer · 23 years ago
  12. 092a7a8 SF patch [#466353] Py_HUGE_VAL on BeOS for Intel. by Tim Peters · 23 years ago
  13. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  14. d893fd6 Repair indentation. by Tim Peters · 23 years ago
  15. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  16. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  17. 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 23 years ago
  18. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  19. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
  20. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  21. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  22. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  23. 76b642d Remove include-file-dependant half-prototype of clnt_create(). by Thomas Wouters · 23 years ago
  24. e75e6d0 Move declaration of 'clnt_create()' NIS function to pyport.h, as it's by Thomas Wouters · 23 years ago
  25. 60f42b5 Move distributed and duplicated config for stat() and fstat() into pyport.h. by Tim Peters · 23 years ago
  26. 234fb63 Change LONG_BIT error warning to mention glibc, too, since this is really by Andrew M. Kuchling · 24 years ago
  27. 77317ca Added Py_FPROTO macro which was available in Python 1.5.x and below. by Marc-André Lemburg · 24 years ago
  28. d57731f Move LONG_BIT from intobject.c to pyport.h. #error if it's already been by Tim Peters · 24 years ago
  29. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  30. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  31. 1a2eefd A #define didn't start in column 1. Closes SF bug 113888. by Tim Peters · 24 years ago
  32. e2bf7e6 Add missing Py_PROTO macro for backward compatibility with old extensions by Vladimir Marangozov · 24 years ago
  33. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  34. fd847b2 Moved LONG_LONG #define from longobject.h to here, since it's needed by Barry Warsaw · 24 years ago
  35. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  36. 2c57e07 #include reordering so that extern "C" does not interfere with by Vladimir Marangozov · 24 years ago
  37. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  38. 367e46a Of course, you meant "#if 0" and not "#ifdef 0". :) by Guido van Rossum · 24 years ago
  39. 1c2b178 Guido said this is food for the beta-testers<wink> by Peter Schneider-Kamp · 24 years ago
  40. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  41. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  42. 0765fe3 Make mode_t available for the declaration of _getpty(). by Sjoerd Mullender · 24 years ago
  43. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  44. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  45. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  46. 1be4684 Recent ANSIfication introduced a couple instances of by Tim Peters · 24 years ago
  47. 14a4d88 Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasons by Vladimir Marangozov · 24 years ago
  48. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago