1. 6fc06e7 Plugged a leak. (The same as the one plugged in compile.c -- forgot by Guido van Rossum · 27 years ago
  2. 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  3. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  4. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  5. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  6. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  7. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 27 years ago
  8. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 27 years ago
  9. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  10. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  11. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  12. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  13. 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
  14. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  15. 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
  16. f215060 Jeremy's patches for more robust handling of unmarshallable types. by Guido van Rossum · 28 years ago
  17. 0a8626e Plug memory leak (variable names in code objects were being leaked!) by Guido van Rossum · 28 years ago
  18. 8a5c5d2 changes for complex numbers by Guido van Rossum · 29 years ago
  19. 9513f2c Made a bit more robust against out-of-memory situations by Jack Jansen · 29 years ago
  20. 0587011 rd_object() with exception is fatal error by Guido van Rossum · 29 years ago
  21. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  22. 8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c by Guido van Rossum · 29 years ago
  23. 3a205f7 hope to fix DEC Alpha gcc problems by declaring ints instead of longs by Guido van Rossum · 29 years ago
  24. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  25. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  26. a440310 Plug memory leak for code objects by Guido van Rossum · 30 years ago
  27. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  28. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  29. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  30. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  31. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  32. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 31 years ago
  33. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  34. 2807d19 Shut up lint. by Guido van Rossum · 32 years ago
  35. 87e7ea7 Use new exceptions. by Guido van Rossum · 33 years ago
  36. b881314 Use dict2lookup. by Guido van Rossum · 33 years ago
  37. 64b4552 Add marshalling for dictionaries. by Guido van Rossum · 33 years ago
  38. 065d71e Declare errno, for prehistoric systems. by Guido van Rossum · 33 years ago
  39. dce2e3d Initial revision by Guido van Rossum · 33 years ago