- a6b4635 Revert modifications to extract_msvcr71 in 59040, as they didn't actually work. by Martin v. Löwis · 17 years ago
- 81ca7c7 Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default. by Christian Heimes · 17 years ago
- 1c8e5bc Use 'del' instead of rmpyc.py to remove the pyc and pyo files. by Thomas Heller · 17 years ago
- f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
- 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
- c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
- 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
- 174ce20 Silly script I'd rather not throw away. by Guido van Rossum · 17 years ago
- 7c77f75 Make byext.py really work. 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
- a5b8e04 Merged revisions 58149-58150 via svnmerge from by Martin v. Löwis · 17 years ago
- 5a885d7 Merged revisions 58133-58135 via svnmerge from by Martin v. Löwis · 17 years ago
- bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
- 34cb852 Use symbolic name for METH_VARAGS. by Georg Brandl · 17 years ago
- 39afe1e Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
- 283e35f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
- 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- 47cc2a0 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
- 4c6c7ca Port to Python 3.0. by Martin v. Löwis · 17 years ago
- 945362c Implement PYTHONNOERRORWINDOW. by Martin v. Löwis · 17 years ago
- f739991 Add uuids for 3.0. by Martin v. Löwis · 17 years ago
- ba1fffa Make it work with Py3k. by Guido van Rossum · 17 years ago
- ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
- a817e58 Convert raise statements in Tools/. by Collin Winter · 17 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
- af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
- 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
- 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
- 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
- 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
- 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 18 years ago
- 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 18 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
- 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 18 years ago
- 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 18 years ago
- 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 18 years ago
- a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 18 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
- 6247fdb Fix print syntax so this runs using 3.0. by Guido van Rossum · 18 years ago
- a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
- d35e970 Refactor astgen.py with 2to3. by Georg Brandl · 18 years ago
- 96bf7e8 Fix test_frozen. by Guido van Rossum · 18 years ago
- 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- 5b787e8 Fix pybench so it works -- Larry Hastings. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
- 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
- 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 3fc2ca3 Merge trunk up to 45598. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 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
- fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 19 years ago
- f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
- bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 19 years ago
- 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
- b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 19 years ago
- d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 43179c8 Add changelog entry. by Martin v. Löwis · 19 years ago
- 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
- a09655e Add ctypes. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 19 years ago
- 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
- 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 19 years ago
- 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
- d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 19 years ago
- 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 19 years ago
- d149c21 Open dll file in binary. by Martin v. Löwis · 19 years ago
- 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- b6be87f Whitespace normalization. by Tim Peters · 19 years ago
- df40ce3 Fix typo by Martin v. Löwis · 19 years ago
- 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
- cbcdfdc Whitespace normalization. by Tim Peters · 19 years ago
- c492502 One more mod for support of C++ classes. by Jack Jansen · 19 years ago
- 03904bf For overriding C++ methods we also need to know whether a parameter by Jack Jansen · 19 years ago
- 35f82d7 Fixed an oversight and a misunderstanding of PEP253: by Jack Jansen · 19 years ago