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