Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For x86 Release and Debug builds, remove the /Wp64 compiler flag, it | Thomas Heller | 2006-03-14 | 1 | -2/+2 |
| | | | | is responsible for most (all?) of the warnings we get. | ||||
* | It's necessary to do a Debug build of the bsddb project too. | Tim Peters | 2006-03-13 | 1 | -2/+6 |
| | |||||
* | Minor changes. | Tim Peters | 2006-03-13 | 1 | -5/+4 |
| | |||||
* | Trimmed trailing whitespace. | Tim Peters | 2006-03-13 | 1 | -2/+2 |
| | |||||
* | Fix build process of bsddb for IA64 and AMD64. | Martin v. Löwis | 2006-03-13 | 2 | -6/+11 |
| | | | | Remove remarks on size_t problems. | ||||
* | Update to bsddb 4.4.20. | Martin v. Löwis | 2006-03-13 | 2 | -46/+34 |
| | |||||
* | Update to bzip2 1.0.3 | Martin v. Löwis | 2006-03-13 | 2 | -19/+17 |
| | | | | Make buildbot slaves automatically fetch bzip2 1.0.3. | ||||
* | Move buildbot scripts to Tools/buildbot. | Martin v. Löwis | 2006-03-12 | 3 | -9/+0 |
| | |||||
* | Added brief comment. | Tim Peters | 2006-03-12 | 1 | -2/+1 |
| | |||||
* | Added brief comments. | Tim Peters | 2006-03-12 | 2 | -2/+2 |
| | |||||
* | Add buildbot test script. | Martin v. Löwis | 2006-03-11 | 1 | -0/+4 |
| | |||||
* | Give the _ssl project a harmless command to perform | Tim Peters | 2006-03-11 | 1 | -0/+3 |
| | | | | | | for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string. | ||||
* | Add AMD64 and Itanium configurationgs to ctypes; | Martin v. Löwis | 2006-03-10 | 3 | -8/+233 |
| | | | | | disable them in the solution since ctypes doesn't support these processors on Windows. | ||||
* | Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. | Thomas Heller | 2006-03-09 | 2 | -398/+398 |
| | | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree. | ||||
* | Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. | Thomas Heller | 2006-03-09 | 3 | -0/+307 |
| | | | | | | Settings for 64-bit Windows are missing. I've left in the 64-bit warnings to remind me to port ctypes to Py_ssize_t. | ||||
* | Taught svneol to look at .c and .h files too, and | Tim Peters | 2006-03-09 | 1 | -88/+88 |
| | | | | it found a bunch more in need of svn:eol-style. | ||||
* | Use devenv.com to better obtain output. | Martin v. Löwis | 2006-03-05 | 2 | -6/+2 |
| | |||||
* | Add buildbot support scripts. | Martin v. Löwis | 2006-03-05 | 2 | -0/+10 |
| | |||||
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 2 | -0/+265 |
| | |||||
* | Drop vsextcomp_verbose | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | Add _lsprof. | Martin v. Löwis | 2006-02-14 | 1 | -0/+6 |
| | |||||
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 17 | -6/+878 |
| | |||||
* | Even more copyright year locations! | Georg Brandl | 2006-02-11 | 1 | -1/+1 |
| | |||||
* | Pass unquoted string to stat. | Martin v. Löwis | 2006-01-19 | 1 | -3/+3 |
| | |||||
* | Quote the path to the executable before invoking system(). | Tim Peters | 2006-01-18 | 1 | -3/+4 |
| | |||||
* | Add missing make_buildinfo.c. | Martin v. Löwis | 2006-01-18 | 1 | -0/+87 |
| | |||||
* | Generate getbuildinfo.o each time the linker is invoked; | Martin v. Löwis | 2006-01-18 | 3 | -12/+147 |
| | | | | | try to generate SVNVERSION information if subwcrev.exe can be found. | ||||
* | Remove buildno. | Martin v. Löwis | 2006-01-15 | 2 | -177/+0 |
| | |||||
* | Patch #1396093: Further .vcproj cleanups | Martin v. Löwis | 2006-01-15 | 2 | -2838/+9 |
| | |||||
* | Patch #1307806: Use project defaults where possible | Martin v. Löwis | 2006-01-03 | 14 | -1048/+71 |
| | |||||
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 4 | -271/+61 |
| | |||||
* | As reported on c.l.py, the _elementtree project | Tim Peters | 2005-12-26 | 1 | -0/+1 |
| | | | | should depend on the pythoncore project. | ||||
* | Repair longstanding damage introduced by the AST merge: | Tim Peters | 2005-12-25 | 1 | -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 Heller | 2005-12-21 | 1 | -3/+6 |
| | | | | Fix the definition of BUILD in the VC project settings. | ||||
* | Set props on _elementtree project file as per pyexpat.vcproj. | Trent Mick | 2005-12-15 | 1 | -335/+335 |
| | |||||
* | Add build support for _elementtree on Windows. | Trent Mick | 2005-12-15 | 2 | -0/+345 |
| | |||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -29/+0 |
| | | | | properties now. | ||||
* | Remove conflict markers and add parsermodule.c to get things building | Mark Hammond | 2005-10-23 | 1 | -12/+11 |
| | |||||
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -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öwis | 2005-08-25 | 2 | -2/+5 |
| | | | | Will backport to 2.4. | ||||
* | Correct names of sha modules. | Raymond Hettinger | 2005-08-24 | 1 | -2/+2 |
| | |||||
* | Update the PC configuration and project files for sha256 and sha512. | Raymond Hettinger | 2005-08-24 | 1 | -0/+54 |
| | |||||
* | Removed XXX block about a test_bsddb3 failure that went away a long time ago. | Tim Peters | 2005-08-07 | 1 | -11/+0 |
| | |||||
* | Update some Python version numbers. | Tim Peters | 2005-08-07 | 1 | -3/+3 |
| | |||||
* | Upgrade Windows build to zlib 1.2.3 (a security fix) | Trent Mick | 2005-07-26 | 2 | -14/+14 |
| | |||||
* | Link to #1233049 for building against openssl 0.9.8. | Martin v. Löwis | 2005-07-06 | 1 | -0/+1 |
| | |||||
* | merge from branch | Anthony Baxter | 2005-03-29 | 1 | -0/+4 |
| | |||||
* | ported buildnos to trunk | Anthony Baxter | 2005-03-09 | 1 | -0/+6 |
| | |||||
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -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 Heller | 2004-12-01 | 1 | -9/+9 |
| |