summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding the /useenv means that one's PATH actually gets through. This isTrent Mick2006-03-121-1/+1
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-0/+9
* Add changelog entry.Martin v. Löwis2006-03-111-0/+1
* Whitespace normalization.Tim Peters2006-03-101-1/+1
* Add ctypes.Martin v. Löwis2006-03-101-0/+2
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-11/+141
* NodeInfo.__gen_init(): Fiddle so that reindent.py isTim Peters2006-03-091-2/+5
* Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.Thomas Heller2006-03-091-1/+1
* Directly read working copy data to obtain list of properties.Martin v. Löwis2006-03-091-8/+34
* Taught svneol to look at .c and .h files too, andTim Peters2006-03-091-4/+7
* Simple utility to add svn:eol-style to text files underTim Peters2006-03-091-0/+48
* Add _msi.pyd.Martin v. Löwis2006-03-051-0/+6
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
* Update for absolute/relative imports and ifelse-expressions.Thomas Wouters2006-03-031-1/+2
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-1/+2
* Whitespace normalization.Tim Peters2006-02-181-1/+0
* Fix typoMartin v. Löwis2006-02-161-1/+1
* Add build support for AMD64.Martin v. Löwis2006-02-143-15/+53
* Whitespace normalization.Tim Peters2006-02-111-1/+1
* One more mod for support of C++ classes.Jack Jansen2006-02-101-1/+1