1. a52bae7 Remove usage of rexec in tkinter demo. by Georg Brandl · 14 years ago
  2. 0db85e5 Fix-up some tkinter demos. by Georg Brandl · 14 years ago
  3. 36f72d3 Remove reference to removed faqwiz tool. by Georg Brandl · 14 years ago
  4. 68642f5 Remove obsolete pdist demo. by Georg Brandl · 14 years ago
  5. 2db2b8a Another demo that at least runs again. by Georg Brandl · 14 years ago
  6. fb3b12d Make minigzip work again. by Georg Brandl · 14 years ago
  7. 5ec5fed Update Demo README. by Georg Brandl · 14 years ago
  8. 6faacd3 Update README, remove obsolete script. by Georg Brandl · 14 years ago
  9. 272fc10 #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Demo/embed code. by Georg Brandl · 14 years ago
  10. 31c2740 "Modernized" the demo a little. by Alexander Belopolsky · 14 years ago
  11. 5ada7c7 Update Vec class constructor, remove indirection via function, use operator module. by Georg Brandl · 14 years ago
  12. dc00a2a Remove Dbm. by Georg Brandl · 14 years ago
  13. 6a4e3c5 Make Demo/parser/test_parser.py run. by Mark Dickinson · 14 years ago
  14. 7cb6f2f Fixed the test by Alexander Belopolsky · 14 years ago
  15. 0636040 Fixed doctests by Alexander Belopolsky · 14 years ago
  16. be7a755 Remove old and unsafe Dbm demo class. by Georg Brandl · 14 years ago
  17. 74135d0 Made minimal modifications to pass included tests by Alexander Belopolsky · 14 years ago
  18. 401d856 Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted by Alexander Belopolsky · 14 years ago
  19. bb3565d Issue #9151: Demo/classes/Dates.py does not work in 3.x by Alexander Belopolsky · 14 years ago
  20. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 14 years ago
  21. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 14 years ago
  22. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  23. af0e154 Remove backtick syntax for repr. by Mark Dickinson · 14 years ago
  24. b67e15c Better solution for attribute access on integer literals. by Mark Dickinson · 14 years ago
  25. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  26. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  27. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  28. d751c2e test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. by Mark Dickinson · 14 years ago
  29. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  30. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  31. 82c8d93 unparse.py: respect coding cookie in input files by Mark Dickinson · 14 years ago
  32. 3778db7 Update md5driver.py for 3.x. by Brian Curtin · 14 years ago
  33. 3d1bfbf unparse.py: Typo fix. by Mark Dickinson · 14 years ago
  34. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago
  35. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 14 years ago
  36. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 14 years ago
  37. 68d83d1 Merged revisions 81880 via svnmerge from by Benjamin Peterson · 14 years ago
  38. 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
  39. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  40. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  41. 9c6bd77 Merged revisions 78779 via svnmerge from by Benjamin Peterson · 14 years ago
  42. 852f3cc fix demo/doc eol by Benjamin Peterson · 14 years ago
  43. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  44. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  46. bc470d5 Merged revisions 75358 via svnmerge from by Georg Brandl · 15 years ago
  47. 97b0837 Merged revisions 75356 via svnmerge from by Georg Brandl · 15 years ago
  48. ec8aab6 Merged revisions 75354 via svnmerge from by Georg Brandl · 15 years ago
  49. 41706b3 Merged revisions 75350 via svnmerge from by Georg Brandl · 15 years ago
  50. b243ed2 Merged revisions 75348 via svnmerge from by Mark Dickinson · 15 years ago
  51. 0caa576 Merged revisions 75346 via svnmerge from by Mark Dickinson · 15 years ago
  52. edbc50c Merged revisions 75344 via svnmerge from by Georg Brandl · 15 years ago
  53. 5f8814d Merged revisions 75342 via svnmerge from by Georg Brandl · 15 years ago
  54. be0ee2b Fix README description. by Georg Brandl · 15 years ago
  55. 2cbd09c Merged revisions 75339 via svnmerge from by Georg Brandl · 15 years ago
  56. e63514b Merged revisions 75337 via svnmerge from by Georg Brandl · 15 years ago
  57. 7291cf8 Merged revisions 75329 via svnmerge from by Georg Brandl · 15 years ago
  58. 583350f Merged revisions 75327 via svnmerge from by Georg Brandl · 15 years ago
  59. 8bef554 Merged revisions 75325 via svnmerge from by Georg Brandl · 15 years ago
  60. 4630c09 Merged revisions 75322 via svnmerge from by Georg Brandl · 15 years ago
  61. 2a354cd Recorded merge of revisions 75321 via svnmerge from by Georg Brandl · 15 years ago
  62. 38c34ef Merged revisions 75315 via svnmerge from by Georg Brandl · 15 years ago
  63. 28ae0c3 Merged revisions 75313 via svnmerge from by Georg Brandl · 15 years ago
  64. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 15 years ago
  65. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  66. 34c044f remove old metaclass demos by Benjamin Peterson · 15 years ago
  67. eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 15 years ago
  68. 2b1a467 Merged revisions 72237 via svnmerge from by Gregory P. Smith · 15 years ago
  69. bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 15 years ago
  70. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  71. a7d2797 Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  72. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 15 years ago
  73. d6d63f5 fix a lot of Tkinter imports by Benjamin Peterson · 16 years ago
  74. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  75. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  76. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  77. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  78. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  79. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  80. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  81. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  82. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  83. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  84. b61bd97 correct version by Benjamin Peterson · 16 years ago
  85. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  86. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  87. 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
  88. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  89. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  90. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  91. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  92. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  93. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  94. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  95. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  96. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 16 years ago
  97. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  98. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  99. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  100. 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago