1. b828e5c Issue 9568: Fix test_urllib2_localnet on OS X 10.3. by Barry Warsaw · 14 years ago
  2. 3d3ffd8 Merged revisions 82150 via svnmerge from by Ronald Oussoren · 14 years ago
  3. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 012c44c Merged revisions 80657 via svnmerge from by Ronald Oussoren · 14 years ago
  5. 309bf3b Merged revisions 80653 via svnmerge from by Ronald Oussoren · 14 years ago
  6. 78ca466 Merged revisions 80355 via svnmerge from by Martin v. Löwis · 14 years ago
  7. 0d0832d Ensure framework actually installs after earlier by Ronald Oussoren · 14 years ago
  8. fd4ef55 Merged revisions 80243 via svnmerge from by Ronald Oussoren · 14 years ago
  9. 6f76187 Merged revisions 80232 via svnmerge from by Ronald Oussoren · 14 years ago
  10. a23bcce Fix for issue #8175: ensure that configure --with-universal-archs=all by Ronald Oussoren · 14 years ago
  11. 7fd7282 Merged revisions 80179 via svnmerge from by Ronald Oussoren · 14 years ago
  12. b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 14 years ago
  13. ea580e1 Fix for issue8089: a framework build with --with-universal-archs=3-way|intel had no way to select by Ronald Oussoren · 14 years ago
  14. 1dbfbab Remove documentation for the no longer existing 'Python IDE' by Ronald Oussoren · 15 years ago
  15. 7fb01ea Merged revisions 76407 via svnmerge from by Ronald Oussoren · 15 years ago
  16. c9d113b Merged revisions 75147 via svnmerge from by Ronald Oussoren · 15 years ago
  17. d084171 Merged revisions 75131 via svnmerge from by Ronald Oussoren · 15 years ago
  18. 5270fce Merged revisions 75017 via svnmerge from by Ronald Oussoren · 15 years ago
  19. 3aeda28 Merged revisions 74981 via svnmerge from by Ronald Oussoren · 15 years ago
  20. 02e2021 r74963 didn't include the merger of _scproxy.c by Ronald Oussoren · 15 years ago
  21. 2b88dd0 Merged revisions 74966 via svnmerge from by Ronald Oussoren · 15 years ago
  22. 461f220 Merged revisions 74672 via svnmerge from by Ronald Oussoren · 15 years ago
  23. 1b564a4 Merge seticon.m file, for some reason 'svnmerge' by Ronald Oussoren · 15 years ago
  24. 85da5e8 Merged revisions 70802 via svnmerge from by Ronald Oussoren · 15 years ago
  25. 524e36a Merged revisions 70746 via svnmerge from by Ronald Oussoren · 15 years ago
  26. ed96036 Merged revisions 70741 via svnmerge from by Ronald Oussoren · 15 years ago
  27. 7f2e6e6 Merged revisions 70737 via svnmerge from by Ronald Oussoren · 15 years ago
  28. d14b600 Merged revisions 70727 via svnmerge from by Ronald Oussoren · 15 years ago
  29. c17003a Merged revisions 70713 via svnmerge from by Ronald Oussoren · 15 years ago
  30. de3dfc1 Merged revisions 70176 via svnmerge from by Ronald Oussoren · 15 years ago
  31. 6f64894 Merged revisions 70169 via svnmerge from by Ronald Oussoren · 15 years ago
  32. 03674a3 Merged revisions 70167 via svnmerge from by Ronald Oussoren · 15 years ago
  33. 1414e17 Backport of r68150 by Ronald Oussoren · 16 years ago
  34. be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 16 years ago
  35. a9f397d change version to 2.6 by Benjamin Peterson · 16 years ago
  36. aa8efbf Another fix for 4-way universal builds, use the right #ifndef guard by Ronald Oussoren · 16 years ago
  37. 5aa0b4d Fix build issue on OSX 10.4, somehow this wasn't committed before. by Ronald Oussoren · 16 years ago
  38. 0bd10fd Last bit of a fix for issue3381 (addon for my patch in r65061) by Ronald Oussoren · 16 years ago
  39. 1b6c4c8 issue #3199: Fix typo in Mac/Makefile.in by Mark Dickinson · 16 years ago
  40. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  41. 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
  42. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  43. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  44. 6cc9fd7 Make gestaltmodule.c 64-bit safe. by Ronald Oussoren · 16 years ago
  45. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  46. f2ef92c Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard by Ronald Oussoren · 16 years ago
  47. 85f1970 Finish fix for issue2573, previous patch was incomplete. by Ronald Oussoren · 16 years ago
  48. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  49. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 16 years ago
  50. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  51. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  52. ba68752 This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard by Ronald Oussoren · 17 years ago
  53. 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
  54. 158ad59 Whitespace changes to make the source more compliant with PEP8 (SF#1589070) by Ronald Oussoren · 18 years ago
  55. aa56096 Fix a number of typos in strings and comments (sf#1589070) by Ronald Oussoren · 18 years ago
  56. ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
  57. 74d3eef MacOSX: fix permission problem in the generated installer by Ronald Oussoren · 18 years ago
  58. b80b6e1 MacOSX: add more logic to recognize the correct startup file to patch to the by Ronald Oussoren · 18 years ago
  59. 3778bf5 Fix for bug #1570284 by Ronald Oussoren · 18 years ago
  60. 5b5d110 Add version number to the link to the python documentation in by Ronald Oussoren · 18 years ago
  61. a6790f1 Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version by Ronald Oussoren · 18 years ago
  62. 3564c46 Port of revision 51902 in release25-maint to the trunk by Ronald Oussoren · 18 years ago
  63. 63083c3 Fix a glaring error and update some version numbers. by Ronald Oussoren · 18 years ago
  64. 5fb9c20 Updated documentation for the script that builds the OSX installer. by Ronald Oussoren · 18 years ago
  65. 26cad08 This fixes bug #1527397: PythonLauncher runs scripts with the wrong working by Ronald Oussoren · 18 years ago
  66. 0f53bb1 Make sure the postinstall action that optionally updates the user's profile by Ronald Oussoren · 18 years ago
  67. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  68. bfbfe1f Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not by Ronald Oussoren · 18 years ago
  69. dd82734 Add missing Py_DECREF. by Thomas Heller · 18 years ago
  70. 9b8b619 Use staticly build copies of zlib and bzip2 to build the OSX installer, that by Ronald Oussoren · 18 years ago
  71. 3e8d2f6 Use a path without a double slash to compile the .py files after installation by Ronald Oussoren · 18 years ago
  72. f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need by Ronald Oussoren · 18 years ago
  73. d2842a6 MacOSX: Add a message to the first screen of the installer that tells by Ronald Oussoren · 18 years ago
  74. 274facf Fix whitespace, there are memory leaks in this module. by Neal Norwitz · 18 years ago
  75. c555554 - Change fixapplepython23.py to ensure that it will run with /usr/bin/python by Ronald Oussoren · 18 years ago
  76. 4fbb080 Use configure to substitute the correct prefix instead of hardcoding by Ronald Oussoren · 18 years ago
  77. ae6a5a7 Whitespace normalization. by Tim Peters · 18 years ago
  78. 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 18 years ago
  79. 750e920 - Patch the correct version of python in the Info.plists at build time, instead by Ronald Oussoren · 18 years ago
  80. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  81. 32f5d8f Move Mac/OSX/* one level up by Ronald Oussoren · 18 years ago
  82. 0e5b70d mv Mac/OSX/BuildScript one level up by Ronald Oussoren · 18 years ago
  83. c629be8 Move Mac/OSX/PythonLauncher one level up by Ronald Oussoren · 18 years ago
  84. 8ec9f86 Move Mac/OSX/Tools one level up by Ronald Oussoren · 18 years ago
  85. 704fbe4 A quick hack to ensure the right key-bindings for IDLE on osx: install patched by Ronald Oussoren · 18 years ago
  86. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  87. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  88. f70b14f "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build with by Ronald Oussoren · 18 years ago
  89. a4136e1 Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) by Neal Norwitz · 18 years ago
  90. bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 18 years ago
  91. 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
  92. 7e8053f Whitespace normalization. by Tim Peters · 18 years ago
  93. 7361236 - Remove previous version of the binary distribution script for OSX by Ronald Oussoren · 18 years ago
  94. 072a24c Fix buglet in postinstall script, it would generate an invalid .cshrc file. by Ronald Oussoren · 18 years ago
  95. 8ff672e Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  96. 211219a Whitespace normalization. by Tim Peters · 18 years ago
  97. 69c3476 An improved script for building the binary distribution on MacOSX. by Ronald Oussoren · 18 years ago
  98. da89b99 Avoid creating a mess when installing a framework for the second time. by Ronald Oussoren · 18 years ago
  99. 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 18 years ago
  100. bf91f78 * Change working directory to the users home by Ronald Oussoren · 18 years ago