Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build bzip2. | Thomas Heller | 2007-06-13 | 1 | -0/+5 |
| | |||||
* | Notes about building tcl/tk for windows/AMD64. | Thomas Heller | 2007-06-13 | 1 | -0/+36 |
| | |||||
* | Do not hardcode the buildbot's directory name. | Thomas Heller | 2007-06-13 | 1 | -3/+4 |
| | |||||
* | Don't rebuild Berkeley DB if not needed (this was committed by accident). | Thomas Heller | 2007-06-12 | 1 | -1/+1 |
| | |||||
* | Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. | Thomas Heller | 2007-06-12 | 1 | -3/+18 |
| | | | | Build sqlite3.dll and bsddb. | ||||
* | Checkout, but do not yet try to build, exernal sources. | Thomas Heller | 2007-06-12 | 2 | -1/+31 |
| | |||||
* | Need to set the environment variables, otherwise devenv.com is not found. | Thomas Heller | 2007-06-10 | 1 | -1/+1 |
| | |||||
* | First version of build scripts for Windows/AMD64 (no external | Thomas Heller | 2007-06-10 | 3 | -0/+14 |
| | | | | components are built yet, and 'kill_python' is disabled). | ||||
* | Make reindent.py executable. | Georg Brandl | 2007-06-07 | 1 | -0/+0 |
| | |||||
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -3/+5 |
| | |||||
* | Typo. | Georg Brandl | 2007-03-09 | 1 | -1/+1 |
| | |||||
* | Add UUIDs for 2.5.1 and 2.5.2 | Martin v. Löwis | 2007-01-19 | 1 | -0/+4 |
| | |||||
* | Jython doesn't have sys.setcheckinterval() - ignore it in that case. | Marc-André Lemburg | 2007-01-13 | 1 | -1/+1 |
| | |||||
* | Add Python implementation to the machine details. | Marc-André Lemburg | 2007-01-13 | 1 | -27/+43 |
| | | | | | | | | | | | | | Pretty-print the Python version used for running PyBench. Let the user know when calibration has finished. [ 1563844 ] pybench support for IronPython: Simplify Unicode version detection. Make garbage collection and check interval settings optional if the Python implementation doesn't support thess (e.g. IronPython). | ||||
* | Fix name. | Georg Brandl | 2006-10-06 | 2 | -2/+2 |
| | |||||
* | Forward port r52134: Add uuids for 2.4.4. | Martin v. Löwis | 2006-10-04 | 1 | -0/+2 |
| | |||||
* | Make this thing executable. | Guido van Rossum | 2006-09-18 | 1 | -0/+0 |
| | |||||
* | Forward-port 51862: Add sgml_input.html. | Martin v. Löwis | 2006-09-12 | 1 | -0/+1 |
| | |||||
* | Fix a buglet in the error reporting (SF bug report #1546372). | Marc-André Lemburg | 2006-08-29 | 1 | -2/+7 |
| | | | | This should probably go into Python 2.5 or 2.5.1 as well. | ||||
* | Whitespace normalization. | Tim Peters | 2006-08-25 | 1 | -1/+1 |
| | |||||
* | Patch #1545507: Exclude ctypes package in Win64 MSI file. | Martin v. Löwis | 2006-08-25 | 1 | -0/+8 |
| | | | | Will backport to 2.5. | ||||
* | Merge 51340 and 51341 from 2.5 branch: | Martin v. Löwis | 2006-08-17 | 1 | -0/+1 |
| | | | | | Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure. | ||||
* | Build _hashlib on Windows. Build OpenSSL with masm assembler code. | Martin v. Löwis | 2006-08-16 | 1 | -1/+2 |
| | | | | Fixes #1535502. | ||||
* | Update list of files; fix a typo | Andrew M. Kuchling | 2006-07-31 | 1 | -3/+2 |
| | |||||
* | Add UUID for upcoming 2.5b3. | Martin v. Löwis | 2006-07-28 | 1 | -0/+1 |
| | |||||
* | Don't kill a normal instance of python running on windows when checking | Neal Norwitz | 2006-07-27 | 1 | -1/+12 |
| | | | | | | to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev. | ||||
* | Use sys.exc_info() | Andrew M. Kuchling | 2006-07-26 | 1 | -1/+2 |
| | |||||
* | Use sys.exc_info() | Andrew M. Kuchling | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | Properly quote compileall and Lib paths in case TARGETDIR has a space. | Martin v. Löwis | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | Add sqlite3.dll to the DLLs component, not to the TkDLLs component. | Martin v. Löwis | 2006-07-06 | 1 | -8/+8 |
| | | | | Fixes #1517388. | ||||
* | Whitespace normalization. | Marc-André Lemburg | 2006-06-13 | 3 | -7/+4 |
| | |||||
* | Updated to pybench 2.0. | Marc-André Lemburg | 2006-06-13 | 20 | -653/+1244 |
| | | | | | | | | See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5. | ||||
* | Revert wrong svn copy. | Marc-André Lemburg | 2006-06-13 | 24 | -10328/+0 |
| | |||||
* | Update pybench to version 2.0. | Marc-André Lemburg | 2006-06-13 | 24 | -0/+10328 |
| | |||||
* | Port cygwin kill_python changes from 2.4 branch. | Martin v. Löwis | 2006-06-10 | 2 | -1/+8 |
| | |||||
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.) | ||||
* | Patch #1359618: Speed-up charmap encoder. | Martin v. Löwis | 2006-06-04 | 2 | -26/+27 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | Initial version of systimes - a module to provide platform dependent | Marc-André Lemburg | 2006-05-28 | 1 | -0/+197 |
| | | | | | | | | | | performance measurements. The module is currently just a proof-of-concept implementation, but will integrated into pybench once it is stable enough. License: pybench license. Author: Marc-Andre Lemburg. | ||||
* | Rest of patch #1490384: Commit icon source, remove | Martin v. Löwis | 2006-05-28 | 1 | -4/+0 |
| | | | | | claim that Erik von Blokland is the author of the installer picture. | ||||
* | Reinstate new-style object tests. | Steve Holden | 2006-05-27 | 1 | -0/+66 |
| | |||||
* | Blasted typos ... | Steve Holden | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | Update help text and documentaition. | Steve Holden | 2006-05-26 | 2 | -1/+12 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | Revert tests to MAL's original round sizes to retiain comparability | Steve Holden | 2006-05-26 | 17 | -141/+52 |
| | | | | | from long ago and far away. Stop calling this pybench 1.4 because it isn't. Remove the empty test, which was a bad idea. | ||||
* | Use minimum calibration time rather than avergae to avoid | Steve Holden | 2006-05-26 | 1 | -12/+17 |
| | | | | | | the illusion of negative run times. Halt with an error if run times go below 10 ms, indicating that results will be unreliable. | ||||
* | Add missing svn:eol-style property to text files. | Tim Peters | 2006-05-26 | 1 | -22/+22 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-26 | 2 | -2/+1 |
| | |||||
* | Add -t option to allow easy test selection. | Steve Holden | 2006-05-26 | 17 | -111/+255 |
| | | | | | | Action verbose option correctly. Tweak operation counts. Add empty and new instances tests. Enable comparisons across different warp factors. Change version. | ||||
* | when generating python code prefer to generate valid python code | Jack Diederich | 2006-05-26 | 1 | -3/+3 |
| |