- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
- b6b3ecc Fixed svn merge issues by Christian Heimes · 17 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
- 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
- a041ba5 On Win64, linking the python dll currently fails with 'unresolved by Thomas Heller · 17 years ago
- 939336d It works w/o the newline on my system but you are right. A newline is nicer. by Christian Heimes · 17 years ago
- 4a7cae5 I've created three bat files based on the howto http://wiki.python.org/moin/Building_Python_with_the_free_MS_C_Toolkit by Christian Heimes · 17 years ago
- b98dd2e Patch 1304, by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
- b8990aa ssue 1309: fix by Christian Heimes to be able to build on Windows. by Guido van Rossum · 17 years ago
- f12088b clean out some hotshot-related build turds by Fred Drake · 17 years ago
- 0ea230b Remove more traces of bufferobject.[ch] from build files etc. by Guido van Rossum · 17 years ago
- a5b8e04 Merged revisions 58149-58150 via svnmerge from by Martin v. Löwis · 17 years ago
- e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 17 years ago
- ff0940f Bump version numbers. by Martin v. Löwis · 17 years ago
- 8cef8a8 Port the build_ssl.py script to Python 3. by Thomas Heller · 17 years ago
- fac6e9d Add a couple of files that are necessary based on getting PCbuil8 to work. by Neal Norwitz · 17 years ago
- 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
- b5b652e Drop cPickle from Windows build process. by Martin v. Löwis · 17 years ago
- 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 17 years ago
- c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
- 9abb963 print() is a function now. by Thomas Heller · 17 years ago
- 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 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
- ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
- 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 84f248d Add the bytes type to the build process. by Martin v. Löwis · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 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
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- d4ec0c3 Merge with trunk up to revision 45620. 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
- d910855 Remove apply() by Neal Norwitz · 19 years ago
- 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 19 years ago
- 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 19 years ago
- 7ccbb07 Minor changes. by Tim Peters · 19 years ago
- 32d996f Trimmed trailing whitespace. by Tim Peters · 19 years ago
- b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 19 years ago
- f6f7925 Update to bsddb 4.4.20. 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
- d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 539056a Added brief comment. by Tim Peters · 19 years ago
- 1777ada Added brief comments. by Tim Peters · 19 years ago
- 9fe582c Add buildbot test script. by Martin v. Löwis · 19 years ago
- 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 19 years ago
- 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 19 years ago
- 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
- a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 19 years ago
- 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
- 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 19 years ago
- 350a872 Add buildbot support scripts. by Martin v. Löwis · 19 years ago
- fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
- 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 19 years ago
- 9fb181b Add _lsprof. by Martin v. Löwis · 19 years ago
- 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
- 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
- 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 19 years ago
- 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 19 years ago
- 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 19 years ago
- d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
- 634863c Remove buildno. by Martin v. Löwis · 19 years ago
- 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 19 years ago
- 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
- 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
- 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
- 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
- 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
- ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
- e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
- 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 3fa5575 Patch #1160164: Use ReleaseItanium for zlib build. Will backport to 2.4. by Martin v. Löwis · 19 years ago
- 142e16d Correct names of sha modules. by Raymond Hettinger · 19 years ago
- 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
- 752a047 Removed XXX block about a test_bsddb3 failure that went away a long time ago. by Tim Peters · 19 years ago
- 63db628 Update some Python version numbers. by Tim Peters · 19 years ago
- 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 19 years ago
- 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
- 7f9915e merge from branch by Anthony Baxter · 20 years ago
- 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 20 years ago
- 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
- fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
- af1389a Bump buildno for 2.4 release by Martin v. Löwis · 20 years ago
- e174ae9 Bump version for 2.4c1 by Martin v. Löwis · 20 years ago
- 6450190 Bump buildno for 2.4b2. by Martin v. Löwis · 20 years ago
- d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
- 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
- c9f53b4 Link with ws2_32 instead of wsock32. by Martin v. Löwis · 20 years ago
- 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago
- 195578a Add launcher program by Martin v. Löwis · 20 years ago