1. 93cf79f Use docstrings for exception classes by Neal Norwitz · 22 years ago
  2. f74e46c Derive exception classes from Exception by Neal Norwitz · 22 years ago
  3. 27a3530 Stop using string exceptions by Neal Norwitz · 22 years ago
  4. 57b17ad Add one more assert that indirectly interlocking conditions are consistent by Tim Peters · 22 years ago
  5. 4c5be0c Fixed an error in a new assert. by Tim Peters · 22 years ago
  6. b1da050 Fixed a typo in a new comment. by Tim Peters · 22 years ago
  7. 2c95c99 _PyMalloc_Free(): As was already done for _PyMalloc_Malloc, rearranged by Tim Peters · 22 years ago
  8. 1e16db6 Added a long-overdue comment block giving an overview of pool operations by Tim Peters · 22 years ago
  9. e7f776a Suite to talk to the OSX Terminal application. by Jack Jansen · 22 years ago
  10. ad5dcaf Got rid of obsolete way to get at various toolbox types. by Jack Jansen · 22 years ago
  11. 77afbc0 Add Mac/Lib/lib-scriptpackages to sys.path too. by Jack Jansen · 22 years ago
  12. 4092606 Modified to allow it to run in MachoPython in a reasonable way. It still by Jack Jansen · 22 years ago
  13. c2ce91a It's once again thought safe to call the pymalloc free/realloc with an by Tim Peters · 22 years ago
  14. 7b85b4a new_arena(): In error cases, reset the number of available pools to 0. by Tim Peters · 22 years ago
  15. 1d99af8 Changed the #-of-arenas counters to uints -- no need to be insane about by Tim Peters · 22 years ago
  16. 8deda70 Eliminate DONT_SHARE_SHORT_STRINGS. by Tim Peters · 22 years ago
  17. 522cf1f Patch #536908: Add missing #include guards/extern "C". by Martin v. Löwis · 22 years ago
  18. df4d137 Turns out the off_t macro isn't used anymore, so got rid of it. by Tim Peters · 22 years ago
  19. 3c83df2 Now that we're no longer linking arenas together, there's no need to by Tim Peters · 22 years ago
  20. 1230068 Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE} by Tim Peters · 22 years ago
  21. d97a1c0 Lots of changes: by Tim Peters · 22 years ago
  22. 61ef790 Auxiliary files used by BuildApplet for MachoPython. by Jack Jansen · 22 years ago
  23. 8134976 Auxiliary files for building the IDE applet. Running the IDE through by Jack Jansen · 22 years ago
  24. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  25. 96f9e08 Missed one version number. by Jack Jansen · 22 years ago
  26. fe5a538 Use the right types for a couple of fields of the type structure. by Fred Drake · 22 years ago
  27. 0ffd14c Started updating information about defining attributes on types. by Fred Drake · 22 years ago
  28. bdcb1c4 First stab at an icon for the IDE. by Jack Jansen · 22 years ago
  29. ca3d307 repair damage: canceling the "save options" dialog now works again. by Just van Rossum · 22 years ago
  30. 8bb61c8 repair damage: now works again as a CFM app. by Just van Rossum · 22 years ago
  31. 9a38947 Completely revamped newline handling. PyEdit is now newline-preserving by Jack Jansen · 22 years ago
  32. e0ba087 Allow file without filetype as long as they end in ".py". by Jack Jansen · 22 years ago
  33. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  34. 32f782c Don't attempt to create a dummy fsspec if the user cancelled out, just by Jack Jansen · 22 years ago
  35. d21c9f4 Re-raise the Res.Error if the file doesn't exist. by Jack Jansen · 22 years ago
  36. 2cce33f Added -Wno-long-double by Jack Jansen · 22 years ago
  37. c5fa303 Changed visible name (in dock, menubar) of the interpreter to PythonW. by Jack Jansen · 22 years ago
  38. cc07ec1 Add missing typecast. by Neil Schemenauer · 22 years ago
  39. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 22 years ago
  40. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  41. eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 22 years ago
  42. 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 22 years ago
  43. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 22 years ago
  44. 3cef721 Allow .pyc files as applets as well as .py files. .py files have by Jack Jansen · 22 years ago
  45. 5053b70 If the file has no resource fork first check to see whether it's a by Jack Jansen · 22 years ago
  46. 695b33b Removed debug. by Jack Jansen · 22 years ago
  47. 0035fb2 In MachoPython print "Pythonw" in banner to distinguish from command-line by Jack Jansen · 22 years ago
  48. 0cd0e65 Added target "installunixprograms" which installs python and pythonw in by Jack Jansen · 22 years ago
  49. ab10ce6 Shell script that invokes Python.app from the command line. Called pythonw by Jack Jansen · 22 years ago
  50. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 22 years ago
  51. 8358405 Call PyObject_GC_UnTrack before putting an object on the list of trash. by Neil Schemenauer · 22 years ago
  52. f589c05 If the GC is enabled then don't use the ob_type pointer to create a list by Neil Schemenauer · 22 years ago
  53. b883310 Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined. by Neil Schemenauer · 22 years ago
  54. 95b62a6 News for SF #535905. by Guido van Rossum · 22 years ago
  55. b1af637 Mark a couple of types that had not been marked. by Fred Drake · 22 years ago
  56. 0f9a34d Added comments for more entries of the type structure in the example by Fred Drake · 22 years ago
  57. 2ab0a10 The new files included by \verbatiminput in newtypes.tex. by Fred Drake · 22 years ago
  58. 81b750d Move some of the longer example code to external fragments, and by Fred Drake · 22 years ago
  59. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 22 years ago
  60. e9fba91 Added index entries. by Fred Drake · 22 years ago
  61. 00f712e Extend \verbatiminput so that the typeset version provides the same appearance by Fred Drake · 22 years ago
  62. 557fe75 new script - helps track down symbols exported by modules but not by Skip Montanaro · 22 years ago
  63. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  64. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  65. 8d62e94 Minor wording change. by Fred Drake · 22 years ago
  66. ef99723 Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. by Neil Schemenauer · 22 years ago
  67. bd02b14 Add missing "void" to function. by Neil Schemenauer · 22 years ago
  68. 78662cf Add type cast. by Neil Schemenauer · 22 years ago
  69. 995895f add comment reminding people about class hierarchy in Doc/lib/libexcs.tex by Skip Montanaro · 22 years ago
  70. bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 22 years ago
  71. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  72. 31f8483 Allow a page break in a code longish example. by Fred Drake · 22 years ago
  73. cfbf1a3 Fix an issue that was reported in but unrelated to the main problem of by Guido van Rossum · 22 years ago
  74. 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 22 years ago
  75. 0c0d56a Reindent. by Martin v. Löwis · 22 years ago
  76. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 22 years ago
  77. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  78. e3a3ceb Minor consistency adjustments. by Fred Drake · 22 years ago
  79. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 22 years ago
  80. 7bf9715 Introduce two new flag bits that can be set in a PyMethodDef method by Fred Drake · 22 years ago
  81. ed6a886 Ignore new output directory. by Fred Drake · 22 years ago
  82. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  83. 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  84. 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 22 years ago
  85. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 22 years ago
  86. 38a8916 Remove weakref free list. This has the side effect of fixing a memory by Neil Schemenauer · 22 years ago
  87. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 22 years ago
  88. 0c766a0 Change sys_exit to use METH_VARARGS. by Neal Norwitz · 22 years ago
  89. 496f9e4 Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate. by Martin v. Löwis · 22 years ago
  90. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 22 years ago
  91. 03594bb Fill in this document a bit, adding reminders of items that should be included by Andrew M. Kuchling · 22 years ago
  92. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 22 years ago
  93. cedd30b _finally_ tracked down and eliminated a major problem by Steven M. Gava · 22 years ago
  94. 4e526fe Add the "What's New" document to the index of HTML documents. by Fred Drake · 22 years ago
  95. 908632a Implement iterator protocol. by Neil Schemenauer · 22 years ago
  96. 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 22 years ago
  97. 69f0a8e The <link> to the stylesheet should include the type attribute. by Fred Drake · 22 years ago
  98. 3014086 Wire up the makefile to more fully support the "What's New" documents. by Fred Drake · 22 years ago
  99. 9ac14de Wire in the "What's New" document. by Fred Drake · 22 years ago
  100. 03e1031 Add a starter for the next "What's New" document. by Fred Drake · 22 years ago