summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-0/+1
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-141-13/+56
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-142-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-123-3/+8
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-4/+4
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-4/+4
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-620/+0
* Convert print statements to function calls in Tools/.Collin Winter2007-08-0366-780/+778
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-307-225/+223
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-182-3/+45
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-1319-209/+268
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-125-11/+10
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+3
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-3/+5
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-149-685/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-0718-109/+109
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Fix print syntax so this runs using 3.0.Guido van Rossum2007-04-271-9/+9
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Refactor astgen.py with 2to3.Georg Brandl2007-03-181-38/+38
* Fix test_frozen.Guido van Rossum2007-02-097-83/+82
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-2/+0
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+4
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-27/+43
* Fix pybench so it works -- Larry Hastings.Guido van Rossum2007-01-134-39/+41
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-1050-130/+131
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-282-4/+11
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-192-3/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-136-4/+20
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+3
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-1/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-064-6/+5
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-282-3/+3
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-222-5/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-212-1/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1126-667/+1274
* Merge the rest of the trunk.Thomas Wouters2006-06-083-28/+29
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-082-4/+197
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2720-332/+454
* Merge trunk up to 45598.Thomas Wouters2006-04-211-1/+10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2140-71/+8407
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-213-23/+47
* Remove apply()Neal Norwitz2006-03-174-6/+6
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-175-1/+23
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-1/+1
* Initialize VS environment in external.bat as well.Martin v. Löwis2006-03-131-0/+1
* Update to bsddb 4.4.20.Martin v. Löwis2006-03-131-0/+5
* Let the buildbot make a single pass in the test suite only.Martin v. Löwis2006-03-131-1/+1
* Update to bzip2 1.0.3Martin v. Löwis2006-03-132-0/+9