1. 8fbf82b bump version, add __version__ back in by Guido van Rossum · 29 years ago
  2. 8573847 Steve Clifts version by Guido van Rossum · 29 years ago
  3. 256cbd7 minute comment changes by Guido van Rossum · 29 years ago
  4. a8db1df document www interfaces by Guido van Rossum · 29 years ago
  5. ed2bad8 added lots of constants by Guido van Rossum · 29 years ago
  6. 5680b95 added list of restrictions by Guido van Rossum · 29 years ago
  7. bcc9582 no need to reference doc strings for documented modules by Guido van Rossum · 29 years ago
  8. 817a842 added www chapters by Guido van Rossum · 29 years ago
  9. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 29 years ago
  10. 9c96a92 Added hooks to support importing pyc code from a resource on the mac. by Jack Jansen · 29 years ago
  11. 3cfc8bd exec_dode_object/PyImport_ExecCodeObject is now externally visible by Jack Jansen · 29 years ago
  12. d188358 added docs for pickle, shelve and copy by Guido van Rossum · 29 years ago
  13. e1ff7ad added lots of useful info by Guido van Rossum · 29 years ago
  14. 4f4c9b4 make __import__ 4-args by Guido van Rossum · 29 years ago
  15. 194e57c added chapter on new things in 1.2 by Guido van Rossum · 29 years ago
  16. 3075b32 different #ifdefs by Guido van Rossum · 29 years ago
  17. 872eeeb completed aete decoded now that I have the docs by Guido van Rossum · 29 years ago
  18. 4c14a69 fix version number by Guido van Rossum · 29 years ago
  19. a3966e7 ... by Guido van Rossum · 29 years ago
  20. d4837da added some clarifying comments about -lcrypt and Tk 4.0 by Guido van Rossum · 29 years ago
  21. 24c1374 call __import__() with 4 args instead of 1 by Guido van Rossum · 29 years ago
  22. becdbec ported to Think C by Guido van Rossum · 29 years ago
  23. e2aaa9d This commit was manufactured by cvs2svn to create tag 'r12beta3'. by cvs2svn · 29 years ago
  24. ee1813d fix stupid bug in strip and split by Guido van Rossum · 29 years ago
  25. 26a9f74 Some of Guido's bgen modules aren't think-only anymore by Jack Jansen · 29 years ago
  26. 6cfab23 Changed PyMac_GetPythonDir to use a preferences file to store the by Jack Jansen · 29 years ago
  27. fc0ff42 Open library resource file read-only by Jack Jansen · 29 years ago
  28. 4e04373 Added code to import dynamic modules using mac CFM. by Jack Jansen · 29 years ago
  29. f2038a3 version 1.2-beta-3 by Guido van Rossum · 29 years ago
  30. af07a44 the usual by Guido van Rossum · 29 years ago
  31. 57c33af tack compiler name/version to version string if known by Guido van Rossum · 29 years ago
  32. 67ca701 NeXT/Sparc 3.3 fix by Guido van Rossum · 29 years ago
  33. 5693412 malloc debug only on ppc by Guido van Rossum · 29 years ago
  34. e9f29bf remove unused vars by Guido van Rossum · 29 years ago
  35. cc9bc8f null-terminate the error string in macstrerror by Guido van Rossum · 29 years ago
  36. e6c884c added QuickDraw by Guido van Rossum · 29 years ago
  37. b95ff40 adapted to 1.2 by Guido van Rossum · 29 years ago
  38. 42e1936 add class exceptions by Guido van Rossum · 29 years ago
  39. 38862df new example that Matt posted to comp.lang.python by Guido van Rossum · 29 years ago
  40. c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments by Jack Jansen · 29 years ago
  41. bd06e96 mac changes: by Jack Jansen · 29 years ago
  42. 7467ce3 Startup code for applications using the python shared by Jack Jansen · 29 years ago
  43. 2e4679d Glue for the python shared library: an init routine that remembers by Jack Jansen · 29 years ago
  44. c6647c6 Mwerks header files for shared python and the applet template by Jack Jansen · 29 years ago
  45. 0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir by Jack Jansen · 29 years ago
  46. f950f8d Various changes wrt shared-library python: by Jack Jansen · 29 years ago
  47. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 29 years ago
  48. b364257 Added getfiletype routine by Jack Jansen · 29 years ago
  49. 7f7f274 use Py_CHARMASK by Guido van Rossum · 29 years ago
  50. 760dd10 add some casts by Guido van Rossum · 29 years ago
  51. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  52. 2497ead make size arg signed by Guido van Rossum · 29 years ago
  53. 2165158 test for float to the float power here by Guido van Rossum · 29 years ago
  54. b7d3d4e make newvarobj's size arg signed by Guido van Rossum · 29 years ago
  55. 10f8efd add Py_CHARMASK by Guido van Rossum · 29 years ago
  56. cc6764c added __doc__ strings etc. by Guido van Rossum · 29 years ago
  57. 6de668f test class exceptions by Guido van Rossum · 29 years ago
  58. 0777935 version 1.20 by Guido van Rossum · 29 years ago
  59. a3c3f2c use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; by Guido van Rossum · 29 years ago
  60. 3fdf58b add socket related constants by Guido van Rossum · 29 years ago
  61. d1b3481 correct typo in utime stub by Guido van Rossum · 29 years ago
  62. 03e8ffa patches for NeXT weirdness by Guido van Rossum · 29 years ago
  63. f5c6d47 clear errors between failing calls to PyArg_Parse by Guido van Rossum · 29 years ago
  64. 6b6e0aa DECREF result of run_string by Guido van Rossum · 29 years ago
  65. 0b34490 init_frozen non-static, frozenmain.c not in Makefile any more by Guido van Rossum · 29 years ago
  66. 262e124 print class name for exceptions that are classes by Guido van Rossum · 29 years ago
  67. 9e89f0a added callable, removed run_pyc_file by Guido van Rossum · 29 years ago
  68. eb8b0d2 added classes as exceptions by Guido van Rossum · 29 years ago
  69. 626c1e7 added libsignal.tex by Guido van Rossum · 29 years ago
  70. 3c3eda2 stuff by jack to create a set of Estr resources by Guido van Rossum · 29 years ago
  71. 81920f1 manually defined Resource() function by Guido van Rossum · 29 years ago
  72. 3155923 more support for different kinds of objects by Guido van Rossum · 29 years ago
  73. b19a645 more think/mw changes by Guido van Rossum · 29 years ago
  74. d9ff26b reorganized class structure so Manualgenerator works again by Guido van Rossum · 29 years ago
  75. 4df16c7 read repair instructions from file by Guido van Rossum · 29 years ago
  76. 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 29 years ago
  77. 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 29 years ago
  78. bcf0854 added README by Guido van Rossum · 29 years ago
  79. b6aa92e fix formatting of stack entries by Guido van Rossum · 29 years ago
  80. 08e767b Under CodeWarrior, make the window go away on exit(0) by Jack Jansen · 29 years ago
  81. 971e1df Quick hack so PowerPC macs can access system structures by Jack Jansen · 29 years ago
  82. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 29 years ago
  83. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 29 years ago
  84. 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 29 years ago
  85. 992ff06 Made play method more robust by adding a try-finally. by Sjoerd Mullender · 29 years ago
  86. 3d697ce Support for album.notes and trackN.artist via notes and trackartist by Sjoerd Mullender · 29 years ago
  87. d09b41b remove last bits of mac specific code by Guido van Rossum · 29 years ago
  88. a715299 remove unused variable by Guido van Rossum · 29 years ago
  89. 90f0e07 fix glaring bug in get_magic by Guido van Rossum · 29 years ago
  90. 42a5124 Think C mod to suppress pausing at normal exit by Guido van Rossum · 29 years ago
  91. d503913 plug leak and improve error handling in dbm_keys() by Guido van Rossum · 29 years ago
  92. 17448e2 Committed a more or less working version. by Guido van Rossum · 29 years ago
  93. 80ffd66 bgenGeneratorGroup.py: changed placement of some blank lines in output by Guido van Rossum · 29 years ago
  94. cc0d879 added <OSEvents.h> for Think C by Guido van Rossum · 29 years ago
  95. b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 29 years ago
  96. d56c109 Changed the way mac mainloop event checking is turned off by Jack Jansen · 29 years ago
  97. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 29 years ago
  98. 9fc3989 Mac interrupt code moved to macglue.c by Jack Jansen · 29 years ago
  99. 7e4b2de changes for the Mac by Guido van Rossum · 29 years ago
  100. f808012 Use case-dependent variant of fnmatch by Guido van Rossum · 29 years ago