Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Move icon files into DLLs dir. Fixes #1477968. | Martin v. Löwis | 2006-05-12 | 1 | -5/+5 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-04-21 | 15 | -261/+247 |
| | |||||
* | Package setuptools | Martin v. Löwis | 2006-04-21 | 1 | -1/+10 |
| | |||||
* | - tp_init shouldn't call base class tp_init by default | Jack Jansen | 2006-04-20 | 1 | -2/+3 |
| | | | | | - tp_new (which was apparently always overridden:-) called base class tp_init in stead of tp_new. | ||||
* | Adding pybench 1.3 to the Tools/ directory. | Marc-André Lemburg | 2006-04-19 | 20 | -0/+8164 |
| | |||||
* | Use GetModuleFileNameEx instead of GetProcessImageFileName, | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 |
| | | | | as the latter is not available on Windows 2000. | ||||
* | Revert to 45478, disable kill_python command for now. | Martin v. Löwis | 2006-04-17 | 4 | -11/+6 |
| | |||||
* | Check whether disk space is full. | Martin v. Löwis | 2006-04-17 | 1 | -0/+1 |
| | |||||
* | Rename binary again; increase noise; stop trying to actually kill the process. | Martin v. Löwis | 2006-04-17 | 4 | -3/+5 |
| | |||||
* | Rename binaries again; increase noise. | Martin v. Löwis | 2006-04-17 | 2 | -3/+3 |
| | |||||
* | Rename binary to avoid conflicts with hanging processes on x86 w2k. | Martin v. Löwis | 2006-04-17 | 2 | -2/+2 |
| | |||||
* | Try some tracing | Martin v. Löwis | 2006-04-17 | 1 | -2/+4 |
| | |||||
* | Add kill_python command. | Martin v. Löwis | 2006-04-17 | 4 | -0/+62 |
| | |||||
* | Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 |
| | |||||
* | Bug #1451341: find fuzzy marks correctly. | Georg Brandl | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | The part checking for the sqlite DLL was looking at, and | Tim Peters | 2006-04-04 | 1 | -1/+1 |
| | | | | | | | | | copying to, a wrong location (it copied the DLL under the Python directory, and gave it name 'PCbuild'). The Windows buildbots other than mine are probably hung now, waiting for someone to press "OK" on a popup box informing them that sqlite3.dll couldn't be found. | ||||
* | Per Martins request, add empty.vbs to Tools\msi\msi.py. | Thomas Heller | 2006-04-04 | 1 | -0/+1 |
| | | | | This file is used by test_startfile.py. | ||||
* | Adjust sqlite3 build process to Win64. | Martin v. Löwis | 2006-04-04 | 1 | -1/+7 |
| | |||||
* | sqlite on Windows: | Tim Peters | 2006-04-04 | 1 | -1/+1 |
| | | | | | | | | - The buildbot "fetch it" step failed at the end, due to using Unix syntax in the final "copy the DLL" step. test_sqlite was skipped as a result. - test_sqlite is no longer an expected skip on Windows. | ||||
* | Add sqlite3 to the Windows build process. | Martin v. Löwis | 2006-04-04 | 2 | -1/+10 |
| | |||||
* | Add check_soundcard.vbs. Will backport | Martin v. Löwis | 2006-04-03 | 1 | -1/+2 |
| | |||||
* | Don't add multiple empty lines at the end of the codec. With this a | Walter Dörwald | 2006-03-31 | 1 | -1/+1 |
| | | | | regenerated codec should survive reindent.py unchanged. | ||||
* | Move product_codes in their own file. | Martin v. Löwis | 2006-03-28 | 2 | -34/+34 |
| | |||||
* | Correct case in test for Windows 9X. | Martin v. Löwis | 2006-03-28 | 1 | -1/+1 |
| | |||||
* | Drop information about 2.4 DLLs. | Martin v. Löwis | 2006-03-27 | 1 | -5/+0 |
| | |||||
* | Whitespace for generated code. | Walter Dörwald | 2006-03-27 | 1 | -0/+3 |
| | |||||
* | Add product ids for 2.5. | Martin v. Löwis | 2006-03-27 | 1 | -0/+8 |
| | |||||
* | Patch #1443155: Add the incremental codecs support for CJK codecs. | Hye-Shik Chang | 2006-03-26 | 2 | -1/+69 |
| | | | | (reviewed by Walter Dörwald) | ||||
* | SF bug #1457411, fix errors using variables that don't exist. | Neal Norwitz | 2006-03-24 | 1 | -8/+8 |
| | | | | | | Rename file -> filename to be clear. Will backport. | ||||
* | Forward port of 43262: Add 2.4.3 UUIDs. | Martin v. Löwis | 2006-03-23 | 1 | -0/+2 |
| | |||||
* | Update to Tk 8.4.12 and Tix 8.4.0 | Martin v. Löwis | 2006-03-21 | 1 | -0/+14 |
| | |||||
* | Update to OpenSSL 0.9.8a | Martin v. Löwis | 2006-03-21 | 1 | -0/+3 |
| | |||||
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 7 | -25/+24 |
| | |||||
* | Oops! Use python_d.exe _before_ it's destroyed :-) | Tim Peters | 2006-03-16 | 1 | -1/+1 |
| | |||||
* | Change the Windows buildbot "clean" step to remove | Tim Peters | 2006-03-16 | 1 | -1/+4 |
| | | | | stale .pyc files. | ||||
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 2 | -22/+43 |
| | | | | | | | of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added. |