1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 16 years ago
  3. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  4. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  6. d3f9190 Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. by Neal Norwitz · 18 years ago
  7. 5c170fd Fix some missing checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 18 years ago
  8. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  9. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  10. ddb4f62 SF patch #667548, Add some audio constants by Michael Pruett by Neal Norwitz · 21 years ago
  11. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  12. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  13. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  14. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  15. 0bd292f Correct argument parsing for alp_getstatus, which is METH_VARARGS. by Martin v. Löwis · 23 years ago
  16. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  17. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  18. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  19. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  20. 6a85027 ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c by Peter Schneider-Kamp · 24 years ago
  21. 589c35b Python 2.0 is not supposed to use string exceptions in the standard library by Fred Drake · 24 years ago
  22. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  23. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  24. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  25. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  26. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  27. 1645436 Now that we have standard (optional) long long support, the long long by Guido van Rossum · 26 years ago
  28. eaa1ed6 Fix some problems that a picky SGI compiler reported. Two were benign by Guido van Rossum · 26 years ago
  29. d641d67 New version by Sjoerd, with support for IRIX 6 audio library. by Guido van Rossum · 27 years ago
  30. a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
  31. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  34. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  35. 7030b1f almodule.c: added close method, equivalent to closeport. by Sjoerd Mullender · 31 years ago
  36. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  37. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  38. e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 31 years ago
  39. 448f4bf added getname, getdefault and getminmax functions by Guido van Rossum · 32 years ago
  40. 743db36 Modified to allow other threads to run in a multithreaded environment. by Jack Jansen · 32 years ago
  41. 5773798 Mark's name is Callow, not Callows by Guido van Rossum · 32 years ago
  42. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  43. fc58e58 Use getargs() function. by Guido van Rossum · 32 years ago
  44. c0aab89 Added some error checks. by Guido van Rossum · 33 years ago
  45. 8db0307 Call (*func), not ALgetparams! by Guido van Rossum · 33 years ago
  46. b3a5b9b Added queryparams, get/setparams. Free config object used to get sample width. by Guido van Rossum · 33 years ago
  47. e3db862 Initial revision by Guido van Rossum · 33 years ago