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