1. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  2. 17c5a33 Use "dictionary literals" instead of "dictionaries", as suggested by Just. by Gustavo Niemeyer · 22 years ago
  3. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  4. c389ec8 Got rid of old (non-carbon-ppc and even cfm68k) file extensions for by Jack Jansen · 22 years ago
  5. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  6. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  7. 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 22 years ago
  8. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
  9. bbfd859 Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_DECREF by Just van Rossum · 22 years ago
  10. edd179e typo fix. by Just van Rossum · 22 years ago
  11. 45bda57 Added missing markup. by Raymond Hettinger · 22 years ago
  12. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  13. a828586 Punctuation fix. by Raymond Hettinger · 22 years ago
  14. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  15. 3c05c1f Got rid of outdated defines. by Jack Jansen · 22 years ago
  16. 9c17b11 Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  17. 9e7da62 Removed: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  18. 1562537 Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. by Jack Jansen · 22 years ago
  19. 2519cc8 Got rid of interpreter-internal dialogs. by Jack Jansen · 22 years ago
  20. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  21. 805f1de Tweaked button sizes and hid unused items. by Jack Jansen · 22 years ago
  22. 19ac481 Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway). by Jack Jansen · 22 years ago
  23. 9937a04 Tweaked some button sizes to make them look better on OSX. by Jack Jansen · 22 years ago
  24. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
  25. b2ef47b More pre-carbon stuff bites the dust. by Jack Jansen · 22 years ago
  26. b132a39 Removed: not carbon-compatible. by Jack Jansen · 22 years ago
  27. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  28. 3bbc0ee Tighten the tests for assignment to __bases__: disallow empty tuple. by Guido van Rossum · 22 years ago
  29. 3d87e3c The speech manager interface is no longer supported and a replacement is by Jack Jansen · 22 years ago
  30. 72f3b7a Added missing casts. by Jack Jansen · 22 years ago
  31. 747c3d3 We need macglue on MacPython-OS9 too. by Jack Jansen · 22 years ago
  32. fcbe5e5 Outdated. by Jack Jansen · 22 years ago
  33. 32f614b Got rid of unused Compat files. by Jack Jansen · 22 years ago
  34. feddf77 another wrong assumption fixed by Just van Rossum · 22 years ago
  35. 68c8138 Still used the old config file. Fixed. by Jack Jansen · 22 years ago
  36. 04543de Compatibility files that haven't been used in a long time. by Jack Jansen · 22 years ago
  37. 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 22 years ago
  38. 55309a3 Get rid of 2.2 "poor mans universal newlines" now that the real thing by Jack Jansen · 22 years ago
  39. 8bf053f It was an old MacPython artefact that these files were still in the source by Jack Jansen · 22 years ago
  40. bb3e4cb Tkinter isn't supported under Carbon. Under MacOSX native it is, but by Jack Jansen · 22 years ago
  41. 5e13951 Very outdated: this is a 68K support file. by Jack Jansen · 22 years ago
  42. 6c50df2 Add Tkinter threading change Fix markup errors Rewrite a sentence by Andrew M. Kuchling · 22 years ago
  43. 71fd01c and now the real fix... by Just van Rossum · 22 years ago
  44. 61fcf76 fixed bool browsing bug, sf bug #652591 by Just van Rossum · 22 years ago
  45. 067d734 Prevent debugger from stepping into Idle rpc code by Chui Tey · 22 years ago
  46. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
  47. 427a290 Patch #629126: Detect BLT by also looking for libBLT. by Martin v. Löwis · 22 years ago
  48. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago
  49. 63b4dd3 Description of description was really confusing, and added some markup. by Thomas Heller · 22 years ago
  50. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  51. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 22 years ago
  52. 1b3b49d Mention the bdist_wininst postinstall script. by Thomas Heller · 22 years ago
  53. 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
  54. 2c3bfc2 Raw documentation for the bdist_wininst postinstallation script. by Thomas Heller · 22 years ago
  55. e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 22 years ago
  56. 20b9135 News item for the change to turn _codecs into a builtin module. by Marc-André Lemburg · 22 years ago
  57. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  58. b69bb3d Typo fix. by Greg Ward · 22 years ago
  59. afd44de Hardcode the recognized whitespace characters to the US-ASCII whitespace by Greg Ward · 22 years ago
  60. b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
  61. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  62. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
  63. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  64. 6bf45c6 Correct buggy module docstring. Replace use of homebrew boolean with True/False. by Jeremy Hylton · 22 years ago
  65. 89f1d6c Fix one bug and reformat lots of code. by Jeremy Hylton · 22 years ago
  66. 1355946 This is not used anymore. by Martin v. Löwis · 22 years ago
  67. b4f0a12 Made the _ssl subproject depend on the w9xpopen subproject, because by Tim Peters · 22 years ago
  68. 3d9994d Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>): by Greg Ward · 22 years ago
  69. 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 22 years ago
  70. da9f853 Prepare for the coming mixer support patch: change _do_ioctl_0() and by Greg Ward · 22 years ago
  71. 8c6b6a9 Finish expunging the 'linuxaudiodev' name: by Greg Ward · 22 years ago
  72. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  73. 0e88c9f Tweak generation of unicode_whitespace_trans -- clearer, more by Greg Ward · 22 years ago
  74. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
  75. b023381 Patch #650415: Avoid redefinition of macros. by Martin v. Löwis · 22 years ago
  76. cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
  77. 6233c9b Patch #650834: Document 'U' in file mode, remove stale variables. by Martin v. Löwis · 22 years ago
  78. 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 22 years ago
  79. 79f3c53 Patch #651289: Fix quoting errors. by Martin v. Löwis · 22 years ago
  80. 0efa17c Clean-up test class for DictMixin. by Raymond Hettinger · 22 years ago
  81. d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 22 years ago
  82. 39c7b45 Update to reflect current implementation. by Kurt B. Kaiser · 22 years ago
  83. f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
  84. 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 22 years ago
  85. 598c210 Install the tools/i18n directory on Windows. A user requested it, by Tim Peters · 22 years ago
  86. efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 22 years ago
  87. 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 22 years ago
  88. 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 22 years ago
  89. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  90. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  91. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  92. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  93. ab73d46 Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in by Greg Ward · 22 years ago
  94. 2e74541 Fix SF bug #622831 (I think): add unicode_whitespace_trans class by Greg Ward · 22 years ago
  95. ef8b9c6 Docs were added about a month ago by Raymond Hettinger · 22 years ago
  96. 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 22 years ago
  97. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  98. ea7f75d slot_nb_nonzero(): Another leak uncovered by the sandbox datetime by Tim Peters · 22 years ago
  99. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  100. 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago