summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Drop vsextcomp_verboseMartin v. Löwis2006-02-161-1/+1
|
* Add _lsprof.Martin v. Löwis2006-02-141-0/+6
|
* Add build support for AMD64.Martin v. Löwis2006-02-1417-6/+878
|
* Even more copyright year locations!Georg Brandl2006-02-111-1/+1
|
* Pass unquoted string to stat.Martin v. Löwis2006-01-191-3/+3
|
* Quote the path to the executable before invoking system().Tim Peters2006-01-181-3/+4
|
* Add missing make_buildinfo.c.Martin v. Löwis2006-01-181-0/+87
|
* Generate getbuildinfo.o each time the linker is invoked;Martin v. Löwis2006-01-183-12/+147
| | | | | try to generate SVNVERSION information if subwcrev.exe can be found.
* Remove buildno.Martin v. Löwis2006-01-152-177/+0
|
* Patch #1396093: Further .vcproj cleanupsMartin v. Löwis2006-01-152-2838/+9
|
* Patch #1307806: Use project defaults where possibleMartin v. Löwis2006-01-0314-1048/+71
|
* Make zlib builtin.Martin v. Löwis2006-01-034-271/+61
|
* As reported on c.l.py, the _elementtree projectTim Peters2005-12-261-0/+1
| | | | should depend on the pythoncore project.
* Repair longstanding damage introduced by the AST merge:Tim Peters2005-12-251-4/+25
| | | | | | | | - Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now.
* Add Python\pyarena.c to the VC project file.Thomas Heller2005-12-211-3/+6
| | | | Fix the definition of BUILD in the VC project settings.
* Set props on _elementtree project file as per pyexpat.vcproj.Trent Mick2005-12-151-335/+335
|
* Add build support for _elementtree on Windows.Trent Mick2005-12-152-0/+345
|
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-29/+0
| | | | properties now.
* Remove conflict markers and add parsermodule.c to get things buildingMark Hammond2005-10-231-12/+11
|
* Merge ast-branch to headJeremy Hylton2005-10-201-37/+93
| | | | | | | | | | This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
* Patch #1160164: Use ReleaseItanium for zlib build.Martin v. Löwis2005-08-252-2/+5
| | | | Will backport to 2.4.
* Correct names of sha modules.Raymond Hettinger2005-08-241-2/+2
|
* Update the PC configuration and project files for sha256 and sha512.Raymond Hettinger2005-08-241-0/+54
|
* Removed XXX block about a test_bsddb3 failure that went away a long time ago.Tim Peters2005-08-071-11/+0
|
* Update some Python version numbers.Tim Peters2005-08-071-3/+3
|
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-262-14/+14
|
* Link to #1233049 for building against openssl 0.9.8.Martin v. Löwis2005-07-061-0/+1
|
* merge from branchAnthony Baxter2005-03-291-0/+4
|
* ported buildnos to trunkAnthony Baxter2005-03-091-0/+6
|
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+27
| | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
* Update the filenames in the MSVC project file for Python 2.5.Thomas Heller2004-12-011-9/+9
|
* Bump buildno for 2.4 releaseMartin v. Löwis2004-11-292-3/+5
|
* Bump version for 2.4c1Martin v. Löwis2004-11-072-4/+6
|
* Bump buildno for 2.4b2.Martin v. Löwis2004-11-022-3/+5
|
* Bump buildno for 2.4b1Martin v. Löwis2004-10-152-3/+5
|
* Supply the _subprocess module under 7.1. I'm not sure what the statusTim Peters2004-10-121-0/+3
| | | | of this should be on non-WIN32 Windows variants.
* Link with ws2_32 instead of wsock32.Martin v. Löwis2004-09-181-3/+3
|
* Revert creation of launcher.exeMartin v. Löwis2004-09-082-194/+0
|
* Add launcher programMartin v. Löwis2004-09-072-0/+194
|
* Update buildno for 2.4a3Martin v. Löwis2004-09-012-3/+5
|
* Add instructions for building TixMartin v. Löwis2004-08-311-0/+9
|
* Remove rotor and xreadlines from VC 7.1 build.Tim Peters2004-08-311-54/+0
|
* More cmd.exe exploitation.Tim Peters2004-08-301-38/+50
|
* Since it's impossible to build Python using VC7.1 on a command.comTim Peters2004-08-301-6/+1
| | | | system, exploit cmd.exe's setlocal function in this directory.
* Updated test-runner .bat for new location of Tcl/Tk.Tim Peters2004-08-302-8/+6
| | | | | | | Replaced outcomes from native Tcl/Tk tests. Maybe the diffs are legit, maybe not. I noticed that the Tcl results I'm replacing here claimed both that there were no failures, and that one file had tests with failures, so I wasn't inclined to trust them <wink>.
* Bump Tk version to 8.4.7. Build into tcltk directory.Martin v. Löwis2004-08-302-36/+28
|
* Boosted the stack reservation for python.exe and python_w.exe from theTim Peters2004-08-122-0/+6
| | | | | default 1MB to 2 million bytes. The test suite passes with -uall again (test_compiler no longer drives WinXP into an insane state).
* Patch #1006916: Remove ODBC library references.Martin v. Löwis2004-08-127-20/+20
|
* Bump buildno for 2.4a2Martin v. Löwis2004-08-042-3/+5
|
* Remove unused source file from Windows project files.Hye-Shik Chang2004-07-281-3/+0
|