1. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  2. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  3. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  4. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  5. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  6. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  7. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  8. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  9. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  10. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  11. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  12. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  13. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  14. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. 6247fdb Fix print syntax so this runs using 3.0. by Guido van Rossum · 17 years ago
  17. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  18. d35e970 Refactor astgen.py with 2to3. by Georg Brandl · 17 years ago
  19. 96bf7e8 Fix test_frozen. by Guido van Rossum · 17 years ago
  20. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  21. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  22. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  23. 5b787e8 Fix pybench so it works -- Larry Hastings. by Guido van Rossum · 18 years ago
  24. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  25. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  26. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  27. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  28. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  29. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  30. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  31. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  32. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  33. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  36. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  37. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  38. 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 18 years ago
  39. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  40. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  41. d910855 Remove apply() by Neal Norwitz · 18 years ago
  42. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  43. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  44. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  45. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  46. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  47. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  48. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  49. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  50. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  51. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  52. a09655e Add ctypes. by Martin v. Löwis · 18 years ago
  53. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  54. ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 18 years ago
  55. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  56. 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 18 years ago
  57. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  58. d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 18 years ago
  59. 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 18 years ago
  60. d149c21 Open dll file in binary. by Martin v. Löwis · 18 years ago
  61. 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 18 years ago
  62. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  63. b6be87f Whitespace normalization. by Tim Peters · 18 years ago
  64. df40ce3 Fix typo by Martin v. Löwis · 18 years ago
  65. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  66. cbcdfdc Whitespace normalization. by Tim Peters · 18 years ago
  67. c492502 One more mod for support of C++ classes. by Jack Jansen · 18 years ago
  68. 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 18 years ago
  69. 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 18 years ago
  70. 8797578 Add two missing markup tags. by Georg Brandl · 18 years ago
  71. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  72. 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
  73. 538561e Ported from 2.4 branch: by Barry Warsaw · 19 years ago
  74. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  75. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  76. e569fb5 Remove background image by Andrew M. Kuchling · 19 years ago
  77. a6d4b68 Add comment about updating docs by Andrew M. Kuchling · 19 years ago
  78. 09eef17 Enable optional "const" argument to _New routines. by Jack Jansen · 19 years ago
  79. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  80. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  81. 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
  82. 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
  83. bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
  84. 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
  85. c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
  86. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  87. 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
  88. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  89. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  90. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  91. 256372c Add findnocoding.py and pysource.py. by Georg Brandl · 19 years ago
  92. 5689731 Patch [ 784089 ] A program to scan python files and list those require coding by Georg Brandl · 19 years ago
  93. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  94. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  95. 149787e Added an option to the scanner to generated marked-up HTML from the input by Jack Jansen · 19 years ago
  96. 7d66b00 Whitespace normalization. by Tim Peters · 19 years ago
  97. 6d394d9 Handle argref so it can be overridden more easily in a subclass. by Jack Jansen · 19 years ago
  98. 0257424 Allow for (optional) const declaration. by Jack Jansen · 19 years ago
  99. a6af76c Factored out the code that creates argument lists and formats for PyArg_Parse by Jack Jansen · 19 years ago
  100. 7b8f0a1 Sigh, changed the argument names in the tp_init function: to make them be by Jack Jansen · 19 years ago