summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a R...Georg Brandl2010-12-302-173/+0
* Fix NameErrors.Georg Brandl2010-12-301-3/+4
* Clean up tools: remove "world" and "framer", move single SSL script to scripts/.Georg Brandl2010-12-301-0/+83
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-0/+40
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+200
* Issue #9598: untabify.py will now respect encoding cookie in the files it pro...Alexander Belopolsky2010-11-301-3/+4
* Fix resource warning from patchcheck.pyÉric Araujo2010-11-221-6/+9
* #3077: fix h2py substitution of character literals.Georg Brandl2010-10-211-1/+1
* #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C fil...Georg Brandl2010-10-213-33/+68
* Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestampsSenthil Kumaran2010-10-191-3/+18
* Issue #10117: Tools/scripts/reindent.py now accepts source files thatAlexander Belopolsky2010-10-181-2/+4
* Fix reindent-rst.py: it works on binary filesVictor Stinner2010-08-181-2/+2
* Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.Florent Xicluna2010-08-091-17/+20
* Clean up syntax for some scripts.Florent Xicluna2010-08-097-87/+115
* Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).Florent Xicluna2010-08-091-2/+1
* Issue #8867: Fix `Tools/scripts/serve.py` to work with files containingAntoine Pitrou2010-08-031-1/+1
* Fix unicode literal.Georg Brandl2010-08-021-1/+1
* Update README, remove obsolete scripts.Georg Brandl2010-08-029-993/+62
* Do some basic refactoring. Along the way also list what files had theirBrett Cannon2010-07-041-14/+32
* Merged revisions 81587 via svnmerge fromR. David Murray2010-05-311-2/+5
* Merged revisions 80849 via svnmerge fromR. David Murray2010-05-061-0/+1
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
* Issue 7832. Document changes to unittest.TestCase.assertSameElements and asse...Michael Foord2010-03-201-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-1153-53/+53
* Merged revisions 78416,78430 via svnmerge fromR. David Murray2010-03-082-0/+32
* convert to use print() functionBenjamin Peterson2009-11-091-6/+6
* fix some importsBenjamin Peterson2009-11-093-5/+5
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-7/+1
* Merged revisions 75370-75372 via svnmerge fromGeorg Brandl2009-10-112-5/+124
* Merged revisions 74865,75175,75180 via svnmerge fromBenjamin Peterson2009-10-041-2/+2
* correct the fixpath.py script to work in Python 3 #6999Benjamin Peterson2009-09-251-9/+10
* install idle and pydoc with a 3 suffix #5756Benjamin Peterson2009-04-252-2/+2
* Run 2to3 over new script.Georg Brandl2009-03-311-4/+4
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-0/+29
* Merged revisions 69811,69947 via svnmerge fromBenjamin Peterson2009-02-262-0/+130
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-2/+2
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-3/+3
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-1/+1
* default source encoding is now utf-8Benjamin Peterson2008-10-251-2/+2
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+2
* Merged revisions 66174-66175,66177 via svnmerge fromBenjamin Peterson2008-09-031-3/+2
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-0/+0
* Merged revisions 65855 via svnmerge fromBenjamin Peterson2008-08-191-1/+3
* Merged revisions 64313 via svnmerge fromBenjamin Peterson2008-06-161-1/+1
* Merged revisions 64265 via svnmerge fromMartin v. Löwis2008-06-141-34/+36
* Merged revisions 64262 via svnmerge fromMartin v. Löwis2008-06-141-1/+13
* Remove traces of rfc822.Georg Brandl2008-06-121-5/+5
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-262-16/+16