1. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  2. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  3. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  4. 286da3b ANSI-fying by Peter Schneider-Kamp · 24 years ago
  5. 3cd2ee4 Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. by Fred Drake · 24 years ago
  6. 7797d36 Remove warning about local variable possibly being using uninitialized; by Fred Drake · 24 years ago
  7. 22269b5 Andrew Kuchling <akuchlin@mems-exchange.org>: by Fred Drake · 24 years ago
  8. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  9. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  10. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  11. e7ab64e validate_arglist(): Re-written to reflect extended call syntax. by Fred Drake · 24 years ago
  12. ff9ea48 ANSI-fy & de-tabify the source. (4-space indents already used.) by Fred Drake · 24 years ago
  13. 0dd7507 What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. by Fred Drake · 24 years ago
  14. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  15. 7a15ba5 Added keyword parameter support to all public interfaces; keyword by Fred Drake · 25 years ago
  16. 1a566ff When the parameter to PyInt_AsLong() has already been checked with by Fred Drake · 25 years ago
  17. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  18. 7f875ef parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. by Fred Drake · 26 years ago
  19. 3c8c598 Sorry, the initializer for ob_type must really be NULL, by Guido van Rossum · 26 years ago
  20. ed3da23 parser_compare_nodes(): Corrected a minor type error; eliminate one GCC by Fred Drake · 26 years ago
  21. 268397f Made lint a bit happier. by Fred Drake · 26 years ago
  22. 19efc5f Add a declaration for strdup() for the Mac. (Jack) by Guido van Rossum · 26 years ago
  23. 301b5be In method & function tables, added a cast for the function pointers to keep by Fred Drake · 26 years ago
  24. 503d8d6 The documentation threatened it would happen -- the functions that should by Fred Drake · 26 years ago
  25. 43f8f9b Added support for pickling ast objects. by Fred Drake · 26 years ago
  26. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  27. c542bc7 Support raise with no parameters. by Fred Drake · 26 years ago
  28. d49266e Remove requirement for strdup() since it causes so many troubles for too many by Fred Drake · 27 years ago
  29. 1f14ccf Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. by Guido van Rossum · 27 years ago
  30. 0225a38 initparser(): Use PyErr_NewException() to create the exception. by Fred Drake · 27 years ago
  31. fd9ef4a Removed extern declaration of strdup(). Doesn't appear to be important and by Fred Drake · 27 years ago
  32. 69b9ae4 Add doc string to type object. by Fred Drake · 27 years ago
  33. 925e547 Support assert stmt. by Guido van Rossum · 27 years ago
  34. f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 27 years ago
  35. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  36. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  37. e1607a8 (parsermodule.c): Fixed sloppy typo: '==' -> '=' by Fred Drake · 28 years ago
  38. 2a28846 Patches to make it compile with K&R C by Guido van Rossum · 28 years ago
  39. 360a934 Support for old CPP by Guido van Rossum · 28 years ago
  40. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  41. 3d602e3 New submission by Fred Drake. by Guido van Rossum · 28 years ago
  42. c0fd1c0 fix argcount bug for build_node_children by Guido van Rossum · 29 years ago
  43. d9e9f9c Fred Drake's new parser module by Guido van Rossum · 29 years ago
  44. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  45. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  46. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  47. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  48. 52f2c05 * parsermodule.c, Makefile, config.c: rudimentary interface to the Python by Guido van Rossum · 31 years ago