1. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 22 years ago
  2. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 22 years ago
  3. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  4. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  5. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 22 years ago
  6. aae728f Fix typo reported by François Pinard. by Fred Drake · 22 years ago
  7. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 22 years ago
  8. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  9. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 22 years ago
  10. c628a06 further work on keybinding configuration by Steven M. Gava · 22 years ago
  11. 68d7336 keybinding configuration by Steven M. Gava · 22 years ago
  12. facfc09 keybinding configuration by Steven M. Gava · 22 years ago
  13. d45a543 Another name. by Thomas Heller · 22 years ago
  14. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 22 years ago
  15. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 22 years ago
  16. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 22 years ago
  17. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  18. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 22 years ago
  19. ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 22 years ago
  20. 826e982 Update email address. by Fred Drake · 22 years ago
  21. d6bdb07 Update the list of output formats. by Fred Drake · 22 years ago
  22. 9741dc9 Use BLDLIBRARY to build extension modules. Fixes #504252. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  23. ac96868 Consistency nits. by Fred Drake · 22 years ago
  24. efff11b Minor consistency nit. by Fred Drake · 22 years ago
  25. f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 22 years ago
  26. 39230b3 Apply a variant of patch by Michael W. Hudson · 22 years ago
  27. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 22 years ago
  28. f242812 Fix for by Michael W. Hudson · 22 years ago
  29. 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 22 years ago
  30. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 22 years ago
  31. 1f803f7 Updated patch #487906: Revise inline docs. by Martin v. Löwis · 22 years ago
  32. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 22 years ago
  33. ad134f0 Update master Windows buildno list for 2.1.2final. by Tim Peters · 22 years ago
  34. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 22 years ago
  35. 340cbe7 A tentative fix for SF bug #503837 (Roeland Rengelink): by Guido van Rossum · 22 years ago
  36. 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 22 years ago
  37. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 22 years ago
  38. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 22 years ago
  39. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 22 years ago
  40. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 22 years ago
  41. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 22 years ago
  42. 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 22 years ago
  43. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 22 years ago
  44. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 22 years ago
  45. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  46. edb60a7 key binding handling dialog by Steven M. Gava · 22 years ago
  47. 8aa4987 Removed references to download of Waste. by Jack Jansen · 22 years ago
  48. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 22 years ago
  49. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 22 years ago
  50. b99e521 - Updated to Waste 2.0. by Jack Jansen · 22 years ago
  51. 00638bd Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau. by Jack Jansen · 22 years ago
  52. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 22 years ago
  53. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 22 years ago
  54. 57f61fb Update master Windows build-number list for 2.1.2c1. by Tim Peters · 22 years ago
  55. 3673612 Added item about the webbrowser security fix. by Fred Drake · 22 years ago
  56. f706b1c Updated for CW7 and Tcl/Tk 8.3.4. by Jack Jansen · 22 years ago
  57. 6c6b079 Added the modules I missed first time around. Still not good enough, though: bgerror does a "package require msgcat" and I don't see a way to put packages into resources. Off to the mactcl list for help... by Jack Jansen · 22 years ago
  58. 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 22 years ago
  59. 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 22 years ago
  60. e0b1e6a Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other things by Jack Jansen · 22 years ago
  61. 850bbcd Upgraded _tkinter to Tcl/Tk 8.3.4. by Jack Jansen · 22 years ago
  62. ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 22 years ago
  63. 925f144 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 22 years ago
  64. ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 22 years ago
  65. e843e48 Ensure Unicode filenames work with glob - they already do, but the test seems worth keeping. by Mark Hammond · 22 years ago
  66. 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 22 years ago
  67. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 22 years ago
  68. 23105d5 Checked in Sean Reifschneider's RPM spec file and patches. Bugfix candidate. by Guido van Rossum · 22 years ago
  69. 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 22 years ago
  70. eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 22 years ago
  71. 16eff6f Initialize err_ret with filename if available. Fixes #498828. by Martin v. Löwis · 22 years ago
  72. db51920 Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 22 years ago
  73. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 22 years ago
  74. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 22 years ago
  75. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 22 years ago
  76. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 22 years ago
  77. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 22 years ago
  78. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 22 years ago
  79. c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 22 years ago
  80. a22a7b7 UH 3.4 checkin that I had forgotten about. by Jack Jansen · 22 years ago
  81. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 22 years ago
  82. 61fec30 Rephrased the OSX stack limit problem, after a complaint about it. by Jack Jansen · 22 years ago
  83. 7d1d396 Callback error handling improvements: by Just van Rossum · 22 years ago
  84. 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 22 years ago
  85. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  86. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  87. 43c2de23 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
  88. 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
  89. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  90. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  91. 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
  92. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  93. 4b51785 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] by Jack Jansen · 23 years ago
  94. 1142d59 Fix typo in label by Andrew M. Kuchling · 23 years ago
  95. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
  96. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
  97. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
  98. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  99. dcfc202 Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple. by Jack Jansen · 23 years ago
  100. f147238 Updated to current pathnames. by Jack Jansen · 23 years ago