1. 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 17 years ago
  2. 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
  3. a6b4635 Revert modifications to extract_msvcr71 in 59040, as they didn't actually work. by Martin v. Löwis · 17 years ago
  4. 81ca7c7 Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default. by Christian Heimes · 17 years ago
  5. 1c8e5bc Use 'del' instead of rmpyc.py to remove the pyc and pyo files. by Thomas Heller · 17 years ago
  6. f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
  7. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  8. c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
  9. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  10. 174ce20 Silly script I'd rather not throw away. by Guido van Rossum · 17 years ago
  11. 7c77f75 Make byext.py really work. by Guido van Rossum · 17 years ago
  12. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  13. a5b8e04 Merged revisions 58149-58150 via svnmerge from by Martin v. Löwis · 17 years ago
  14. 5a885d7 Merged revisions 58133-58135 via svnmerge from by Martin v. Löwis · 17 years ago
  15. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  16. 34cb852 Use symbolic name for METH_VARAGS. by Georg Brandl · 17 years ago
  17. 39afe1e Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  18. 283e35f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  19. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  20. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  21. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  22. 47cc2a0 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  23. 4c6c7ca Port to Python 3.0. by Martin v. Löwis · 17 years ago
  24. 945362c Implement PYTHONNOERRORWINDOW. by Martin v. Löwis · 17 years ago
  25. f739991 Add uuids for 3.0. by Martin v. Löwis · 17 years ago
  26. ba1fffa Make it work with Py3k. by Guido van Rossum · 17 years ago
  27. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  28. a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
  29. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  30. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  31. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  32. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  33. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  34. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  35. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  36. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  37. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  38. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  39. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  40. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  41. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  42. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  43. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  44. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  45. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  46. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  47. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  48. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  49. 6247fdb Fix print syntax so this runs using 3.0. by Guido van Rossum · 17 years ago
  50. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  51. d35e970 Refactor astgen.py with 2to3. by Georg Brandl · 17 years ago
  52. 96bf7e8 Fix test_frozen. by Guido van Rossum · 18 years ago
  53. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  54. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  55. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  56. 5b787e8 Fix pybench so it works -- Larry Hastings. by Guido van Rossum · 18 years ago
  57. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  58. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  59. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  60. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  61. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  62. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  63. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  64. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  65. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  66. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  67. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  68. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  69. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  70. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  71. 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 18 years ago
  72. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  73. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  74. d910855 Remove apply() by Neal Norwitz · 18 years ago
  75. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  76. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  77. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  78. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  79. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  80. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  81. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  82. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  83. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  84. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  85. a09655e Add ctypes. by Martin v. Löwis · 18 years ago
  86. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  87. ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 18 years ago
  88. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  89. 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 18 years ago
  90. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  91. d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 18 years ago
  92. 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 18 years ago
  93. d149c21 Open dll file in binary. by Martin v. Löwis · 18 years ago
  94. 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 18 years ago
  95. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  96. b6be87f Whitespace normalization. by Tim Peters · 19 years ago
  97. df40ce3 Fix typo by Martin v. Löwis · 19 years ago
  98. 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
  99. cbcdfdc Whitespace normalization. by Tim Peters · 19 years ago
  100. c492502 One more mod for support of C++ classes. by Jack Jansen · 19 years ago