1. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  2. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  3. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  4. 28faa1b Convert METH_OLDARGS -> METH_NOARGS: remove args parameter by Neal Norwitz · 22 years ago
  5. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  6. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  7. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  8. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  9. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  10. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  11. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  12. 0ae5284 Fixed up some ANSIfications. by Sjoerd Mullender · 24 years ago
  13. 6a85027 ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c by Peter Schneider-Kamp · 24 years ago
  14. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  15. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  16. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  17. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  18. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  19. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  20. 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
  21. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  22. 3863abb Correct typo: return -1 for error, not NULL by Guido van Rossum · 28 years ago
  23. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  24. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  25. 93fcb9b One NULL should have been 0. by Sjoerd Mullender · 31 years ago
  26. f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. by Guido van Rossum · 31 years ago
  27. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  28. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  29. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  30. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  31. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  32. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  33. aa7ca2d Use getargs() everywhere now. Standardize lay-out yet more (an ongoing by Guido van Rossum · 32 years ago
  34. 743db36 Modified to allow other threads to run in a multithreaded environment. by Jack Jansen · 32 years ago
  35. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  36. 3dd8c98 fixed bugs in generic_setattr (returned NULL instead of -1 for errors) by Guido van Rossum · 32 years ago
  37. 336b591 in form_dealloc, only hide the form if it's visible by Guido van Rossum · 32 years ago
  38. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  39. 2bac4d3 Added forms_(de)activate_all_forms functions; minor lay-out fixes. by Guido van Rossum · 32 years ago
  40. cd80776 Got rid of display_form() (same as show_form()). by Guido van Rossum · 32 years ago
  41. b3a0e4c Implemented show_choice(); moved items around a little bit. by Guido van Rossum · 32 years ago
  42. fc58e58 Use getargs() function. by Guido van Rossum · 33 years ago
  43. 75f8968 Hide forms before discarding them. by Guido van Rossum · 33 years ago
  44. ddc0d3e Support for FORMS 2.0. by Guido van Rossum · 33 years ago
  45. d97f048 Fixed duplicate use of OFF macro. by Guido van Rossum · 33 years ago
  46. 32db5e3 Finally added form attributes. by Guido van Rossum · 33 years ago
  47. 2df7bcc Done a little bit about garbage collection. by Guido van Rossum · 33 years ago
  48. 4f5eafb Return window ID of form (later should use attr list liek objects). by Guido van Rossum · 33 years ago
  49. abe5835 Fixed almost all list errors. by Guido van Rossum · 33 years ago
  50. 0374711 Lots of cosmetic changes. by Guido van Rossum · 33 years ago
  51. 75cc898 Adde get_mouse and find_first/find_last (by robertl) by Guido van Rossum · 33 years ago
  52. c7df79e Initial revision by Guido van Rossum · 33 years ago