- bb93d17 Add example for new copydir_run_2to3(). by Georg Brandl · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- a7d2797 Merged revisions 69053 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 16 years ago
- d6d63f5 fix a lot of Tkinter imports by Benjamin Peterson · 16 years ago
- 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
- 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
- 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
- 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
- 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
- 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
- 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
- 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
- d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
- c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
- b61bd97 correct version by Benjamin Peterson · 16 years ago
- 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
- 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
- 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
- e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
- a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
- 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
- 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
- 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
- d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
- 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 · 17 years ago
- 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
- d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
- 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
- 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
- 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
- 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
- 3cd6537 Fix a lingering string exception. by Collin Winter · 17 years ago
- 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
- 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
- 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
- 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
- ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
- 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 19 years ago
- 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
- 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
- 5fec904 Start of a source code unparser. by Martin v. Löwis · 19 years ago
- 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
- 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
- 0e21be7 Update version. by Michael W. Hudson · 19 years ago
- f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 20 years ago
- c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 20 years ago
- bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 20 years ago
- 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 20 years ago
- 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
- 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
- 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
- 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
- e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
- 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
- c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
- 09659fb fix error message; closes SF patch #932796 by Fred Drake · 20 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- bbd290a Revert previous change which didn't make sense the next day :-) by Raymond Hettinger · 21 years ago
- e807da8 Update to use python ints and int/long unification. by Raymond Hettinger · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
- 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
- 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
- bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
- e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 22 years ago
- f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 22 years ago
- 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 22 years ago
- 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 22 years ago
- b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 22 years ago
- 946c53e Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged. by Andrew M. Kuchling · 22 years ago
- 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 22 years ago
- 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 22 years ago
- 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
- f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
- d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
- 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
- 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
- ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago