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