1. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  2. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  3. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  4. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  5. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  6. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  7. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  8. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  9. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  10. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  11. 03459a5 Fix memory leak. This is part of SF patch #478006. by Fred Drake · 23 years ago
  12. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  13. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  14. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  15. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  16. 3e3175b ANSI-fication (fixed on parameter list I messed up in the patch) by Peter Schneider-Kamp · 24 years ago
  17. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  18. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  19. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  20. b0d1b06 audio(7I) suggests that applications do the following to get the by Barry Warsaw · 26 years ago
  21. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  22. 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 27 years ago
  23. 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
  24. 8496d39 Renamed, however there is no test case. I did test some of the module by Barry Warsaw · 28 years ago
  25. e29ed8f Make gcc -Wall happy; remove dummy variable (can't see where it's needed). by Guido van Rossum · 28 years ago
  26. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  27. f156f50 Correct typo: return -1 for error, not 0 by Guido van Rossum · 28 years ago
  28. 14ece16 Added some (method) casts. by Sjoerd Mullender · 29 years ago
  29. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  30. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  31. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  32. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  33. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  34. 94472a0 classobject.c moduleobject.c stdwinmodule.c xxobject.c: by Guido van Rossum · 32 years ago
  35. 9c52e0f Initial revision by Guido van Rossum · 32 years ago