1. 59f8d83 #3414: run install_Python when installing Python. by Georg Brandl · 16 years ago
  2. aed4bd4 fix typo in Mac/Makefile.in by Benjamin Peterson · 16 years ago
  3. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  4. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  5. bbea797 make the symlink to Python be created on install for IDLE.app by Benjamin Peterson · 16 years ago
  6. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  7. 361e553 remove usage of cachesrc.py in Mac/Makefile by Benjamin Peterson · 16 years ago
  8. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  9. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  10. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  11. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  12. f632544 remove old mac scripts including bgen by Benjamin Peterson · 16 years ago
  13. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  14. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  15. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  16. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  18. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  19. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  20. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  21. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  22. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  23. 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 17 years ago
  24. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  25. c76473d Fix Mac build, patch #1091 by Humberto Diogenes. by Georg Brandl · 17 years ago
  26. fb5d367 Use symbolic name for METH_VARARGS. by Georg Brandl · 17 years ago
  27. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  28. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 17 years ago
  29. 1dd46a0 Convert raise statements in Mac/. by Collin Winter · 17 years ago
  30. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  31. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  32. f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 17 years ago
  33. 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 17 years ago
  34. 9e473c2 SF patch# 1758570 by Jeffrey Yasskin, who writes: by Guido van Rossum · 17 years ago
  35. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  36. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  37. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  38. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  39. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  40. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  41. 1ba5b3b Merged revisions 46607-46608 via svnmerge from by Thomas Wouters · 18 years ago
  42. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  43. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  44. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  45. d910855 Remove apply() by Neal Norwitz · 18 years ago
  46. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  47. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  48. 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 18 years ago
  49. 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 18 years ago
  50. 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 18 years ago
  51. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  52. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  53. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  54. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  55. d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 19 years ago
  56. 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 19 years ago
  57. e890682 Whitespace normalization. by Tim Peters · 19 years ago
  58. 6d22b56 Updated to work with current Python docs setup, and added a minimal README. by Jack Jansen · 19 years ago
  59. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  60. 5a3c7c3 Oops, there was a tab in there. by Jack Jansen · 20 years ago
  61. 30620ac Workaround for the fact that urllib2 doesn't default to "file:" urls. by Jack Jansen · 20 years ago
  62. 6458598 Create the wrapper scripts for gcc/g++ too. by Jack Jansen · 20 years ago
  63. 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
  64. 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
  65. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  66. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  67. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  68. 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
  69. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  70. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  71. 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
  72. 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
  73. 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
  74. ad1654e After more than two years of puzzlement Jurjen Bos found the reason for by Jack Jansen · 20 years ago
  75. 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
  76. 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 20 years ago
  77. ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 20 years ago
  78. d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 20 years ago
  79. 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 20 years ago
  80. 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 20 years ago
  81. 0701bd6 Fix for #860242: use correct names in the "save preferences" dialog. by Jack Jansen · 20 years ago
  82. 30184f3 - Fix for #862941: "run with commandline python" crashed. Fixed. by Jack Jansen · 20 years ago
  83. 7637574 On startup, attempt to set the working directory to $HOME. by Jack Jansen · 20 years ago
  84. 8d562e6 Very large scripts folders could crash the IDE, because it runs out by Jack Jansen · 20 years ago
  85. 29eb8c3 Do an actual test for xcodebuild, in stead of relying on the user to by Jack Jansen · 20 years ago
  86. 43285d4 CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when by Jack Jansen · 20 years ago
  87. fe99927 - Allow easy opening of experimental database, if pimp >= 0.4 by Jack Jansen · 20 years ago
  88. e7e9bf2 kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. by Jack Jansen · 20 years ago
  89. 49be4cc Setup file to allow the QuickTime for 2.4 to be compiled by Jack Jansen · 20 years ago
  90. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  91. 69387e1 More cases of input parameters passed by reference without const. by Jack Jansen · 21 years ago
  92. ae57b7f Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: by Jack Jansen · 21 years ago
  93. 2e5e644 Added support for APIs in MediaHandlers.h. by Jack Jansen · 21 years ago
  94. cb2117a Allow passing NULL pointers by passing None. This also works for the by Jack Jansen · 21 years ago
  95. 007b8eb Added interfaces for most of the stuff in QuickTimeComponents.h. by Jack Jansen · 21 years ago
  96. 0677824 Added support for ImageCompression.h APIs. by Jack Jansen · 21 years ago
  97. 59f7dc9 Updated for QuickTime 6.0, Universal Header 3.4.2. by Jack Jansen · 21 years ago
  98. 0b565a6 - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is not by Jack Jansen · 21 years ago
  99. 2e20a63 Make this module Python 2.3 compatible, and add a setup script that allows by Jack Jansen · 21 years ago
  100. 2af4ce8 Made this module compatible with Python2.3, and added a temporary setup by Jack Jansen · 21 years ago