1. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
  2. b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
  3. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 23 years ago
  4. b927285 Removed unused variable. by Jack Jansen · 23 years ago
  5. cf68425 Yet another project. by Jack Jansen · 23 years ago
  6. 596e18a Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. by Jack Jansen · 23 years ago
  7. 8d319d4 Removed outdated stuff. by Jack Jansen · 23 years ago
  8. 8c69c91b Document two new items by Andrew M. Kuchling · 23 years ago
  9. 179e085 Project files for the new plugin modules, plus a few that hadn't been added yet but should have been. by Jack Jansen · 23 years ago
  10. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
  11. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
  12. 230e578 more fleshing out, this time primarily the 'general' page by Steven M. Gava · 23 years ago
  13. 6a53bd8 Another bug fix for recent import * warning (caught by Thomas Wouters) by Jeremy Hylton · 23 years ago
  14. ae5262e + Turn off patch creation (this isn't a patch release! got turned on by by Tim Peters · 23 years ago
  15. ba591bf Fix error message for import * in function/class scope by Jeremy Hylton · 23 years ago
  16. 8a6f295 Fix SF bug [ #445474 ] warn about import * inside functions by Jeremy Hylton · 23 years ago
  17. 5dd064a Tabify the file (pointed out by Thomas Wouters) by Andrew M. Kuchling · 23 years ago
  18. ce2f403 Update listing of subdirectories by Andrew M. Kuchling · 23 years ago
  19. 63e0a64 Remove spurious "closed" attribute definition from the memberlist by Guido van Rossum · 23 years ago
  20. b4ee68c Remove various outdated files. (Leaving find_recursionlimit.py alone, by Andrew M. Kuchling · 23 years ago
  21. 13423f3 Update cheatsheet to 2.0 from Brunning/Gruet's quick reference by Andrew M. Kuchling · 23 years ago
  22. 7b12622 Add 'yield' as a keyword Fix typo in comment by Andrew M. Kuchling · 23 years ago
  23. 0d231ed A totally new way to do the __new__ wrapper. This should address the by Guido van Rossum · 23 years ago
  24. 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 23 years ago
  25. e6e745f Show the MacPython IDE version in the interactive banner. by Just van Rossum · 23 years ago
  26. 1fbad00 Oops, this file was apparently never added to the repository. Now it is. by Jack Jansen · 23 years ago
  27. 144ebcc Replace moddir and incdir by by Jack Jansen · 23 years ago
  28. 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
  29. 5821272 Add a comment on time.time() returning non-decreasing values except when by Fred Drake · 23 years ago
  30. 223ec93 + Made installer more reluctant to overwrite MS C runtime DLLs -- it's by Tim Peters · 23 years ago
  31. e02f904 fix for Bug ID 448100 - "test code using NL instead of CRNL" by Piers Lauder · 23 years ago
  32. f213ccb began font / indentation page by Steven M. Gava · 23 years ago
  33. 45e5e72 Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw by Tim Peters · 23 years ago
  34. b39fa0e + Redid file associations on Win2K in what I believe is "the right way". by Tim Peters · 23 years ago
  35. 67b9ada New runtime vrbl DOADMIN. When false, we never try to write under HKLM, by Tim Peters · 23 years ago
  36. 4de219d + Add version info to Win2K add/remove. by Tim Peters · 23 years ago
  37. bcf4b35 Add more constants. Contributed by itojun. by Martin v. Löwis · 23 years ago
  38. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  39. c9908c4 Document IPv6 changes. Contributed by itojun. by Martin v. Löwis · 23 years ago
  40. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  41. 60fc707 further work on keybinding page by Steven M. Gava · 23 years ago
  42. c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
  43. 289898c Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed, by Fred Drake · 23 years ago
  44. 5376575 Lots of new text and example code on embedding Python in C, contributed by Fred Drake · 23 years ago
  45. b3cc29b Note that the mimetypes.MimeTypes class was added in Python 2.2. by Fred Drake · 23 years ago
  46. d5efb17 Add documentation for the new aspects of the mimetypes module. by Fred Drake · 23 years ago
  47. eeee4ec Refactor so that it is easier to work with alternate MIME types databases, by Fred Drake · 23 years ago
  48. e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
  49. 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
  50. 1d4601d Change some comments into docstrings. by Fred Drake · 23 years ago
  51. a0a7706 + Moved IDLE from the "tools" component to the main component. by Tim Peters · 23 years ago
  52. d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
  53. 7eac0cb Define the \mailheader macro and document conventions for using it. by Fred Drake · 23 years ago
  54. 30cf118 Minor markup nits and slight style-guide conformance changes. by Fred Drake · 23 years ago
  55. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  56. 3988358 If we use frameworks we should include CoreServices/CoreServices.h, not the by Jack Jansen · 23 years ago
  57. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
  58. ca06bc6 - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify by Jack Jansen · 23 years ago
  59. 446b3b2 ICFindConfigFile isn't needed, and it's gone under carbon. by Jack Jansen · 23 years ago
  60. 83e6ae9 EasyDialogs has a working version of this. by Jack Jansen · 23 years ago
  61. 7f9a63c These stopped working a long time ago, and they're not worth fixing. by Jack Jansen · 23 years ago
  62. 5150edd Obsolete, EasyDialogs has the same code (but working:-). by Jack Jansen · 23 years ago
  63. dffae32 Obsolete: uses old applescript support. by Jack Jansen · 23 years ago
  64. b4c975a Obsolete, uses the old non-package-based applescript suite support. by Jack Jansen · 23 years ago
  65. 7a9f955 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  66. 4369b00 This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. by Jack Jansen · 23 years ago
  67. 54ad7f5 Removed: it doesn't work anymore, and it wasn't all that useful anyway. The FrameWork testcode shows similar functionality. by Jack Jansen · 23 years ago
  68. 3a22c86 Obsolete, superseded by :Mac:Demo:imgbrowse and friends. by Jack Jansen · 23 years ago
  69. ba24ace Obsolete, superseded by :Mac:Demo:TE by Jack Jansen · 23 years ago
  70. 5291fb1 Obsolete, superseded by :Mac:Demo:waste by Jack Jansen · 23 years ago
  71. 1cd9522 Obsolete, removed. by Jack Jansen · 23 years ago
  72. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  73. cb60dae Documented the runtimemodel attribute. by Jack Jansen · 23 years ago
  74. ddafd2b (Finally) converted to new-style args. by Jack Jansen · 23 years ago
  75. 2d713d1 Added descrobject.c and mysnprintf.c by Jack Jansen · 23 years ago
  76. 66298f1 Regenerated for new description stuff. by Jack Jansen · 23 years ago
  77. fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
  78. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  79. 2aadd36 No more Inno Envy: the "Start Installation" dialog now displays a nice by Tim Peters · 23 years ago
  80. ae26dc2 Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928. by Martin v. Löwis · 23 years ago
  81. 952d0a5 further work on config dialog, particularly highligthing config by Steven M. Gava · 23 years ago
  82. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  83. 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
  84. f980301 Finish my log of the final merge process. Mark the merge task complete. by Tim Peters · 23 years ago
  85. 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago
  86. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  87. c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
  88. f90490e Move away from apply() to using extended call syntax for some example by Fred Drake · 23 years ago
  89. d342c62 This test failed under python -O. by Tim Peters · 23 years ago
  90. 044bb4d Explain that __init__() methods do not get to return values. by Fred Drake · 23 years ago
  91. 2b8d7bd Fix SF #442791 (revisited): No __delitem__ wrapper was defined. by Guido van Rossum · 23 years ago
  92. 388f37e Add anentry for the distutils.sysconfig module docs. by Fred Drake · 23 years ago
  93. ab70b38 Update some incorrect comments about the bdist commands that exist. by Fred Drake · 23 years ago
  94. 25376c4 Documentation for the distutils.sysconfig module. by Fred Drake · 23 years ago
  95. 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
  96. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  97. d429ab6 Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671. by Martin v. Löwis · 23 years ago
  98. 5962cbf Fix the test_weakref.py failure. Introduced by resolving "a conflict" by Tim Peters · 23 years ago
  99. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  100. 52d55a3 Cleaned up the docstring for readline.set_completer(). by Fred Drake · 23 years ago