| Commit message (Expand) | Author | Age | Files | Lines |
* | Final fix for #1403 | Christian Heimes | 2007-11-21 | 1 | -1/+3 |
|
|
* | Removed character set = unicode as requested by Amaury | Christian Heimes | 2007-11-21 | 23 | -1084/+56 |
|
|
* | Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat) | Christian Heimes | 2007-11-21 | 1 | -1/+2 |
|
|
* | Patch +1478 from Joseph Armbruster | Christian Heimes | 2007-11-21 | 1 | -3/+3 |
|
|
* | Merged revisions 59056-59076 via svnmerge from | Christian Heimes | 2007-11-20 | 6 | -22/+61 |
|
|
* | For unknown reasons "Save All" doesn't save the vsprops files. | Christian Heimes | 2007-11-20 | 3 | -3/+3 |
|
|
* | Fixes for #1473 and #1476 | Christian Heimes | 2007-11-20 | 5 | -17/+176 |
|
|
* | The Identifiers and keywords syntax diagram did not appear correctly in the | Mark Summerfield | 2007-11-20 | 1 | -4/+4 |
|
|
* | Added configurations and files for profile guided optimization (PGO). | Christian Heimes | 2007-11-20 | 26 | -18/+5900 |
|
|
* | The patch from weck does a better job than my original idea. Thanks! | Christian Heimes | 2007-11-20 | 1 | -4/+2 |
|
|
* | Report #1473 Drop _EXPORTS macros in PCbuild9 | Christian Heimes | 2007-11-20 | 22 | -310/+91 |
|
|
* | Another fix for test_shutil. Martin pointed out that it breaks some build bots | Christian Heimes | 2007-11-20 | 1 | -1/+3 |
|
|
* | os.system: on Windows, avoid encoding the command and use the "wide" function... | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -1/+11 |
|
|
* | Fixed bug #1470 | Christian Heimes | 2007-11-20 | 1 | -5/+2 |
|
|
* | Correct test_cvs on Windows, as suggested by Raghuram Devarakonda | Amaury Forgeot d'Arc | 2007-11-19 | 2 | -3/+17 |
|
|
* | Oops, I missed this one again (test_univnewlines fails): | Amaury Forgeot d'Arc | 2007-11-19 | 1 | -1/+1 |
|
|
* | Issue1395: Universal mode used to duplicate newlines when using read(1). | Amaury Forgeot d'Arc | 2007-11-19 | 3 | -98/+237 |
|
|
* | Make test_cmd_line_scripts pass by using a unicode string instead of | Guido van Rossum | 2007-11-19 | 1 | -14/+16 |
|
|
* | Fixed build order of the _ssl project. The openssl project needs to come firs... | Christian Heimes | 2007-11-19 | 7 | -8/+36 |
|
|
* | Merged revisions 59041-59055 via svnmerge from | Guido van Rossum | 2007-11-19 | 4 | -16/+66 |
|
|
* | Tweak the imports so this script will run stand-alone. | Guido van Rossum | 2007-11-19 | 1 | -2/+2 |
|
|
* | I've spend some time to automate more steps of the build process. Now bzip2, ... | Christian Heimes | 2007-11-19 | 16 | -527/+107 |
|
|
* | Revert modifications to extract_msvcr71 in 59040, | Martin v. Löwis | 2007-11-19 | 1 | -7/+5 |
|
|
* | Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine e... | Christian Heimes | 2007-11-19 | 24 | -186/+1848 |
|
|
* | I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm... | Christian Heimes | 2007-11-18 | 1 | -2/+5 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 11 | -84/+359 |
|
|
* | Updates to the msi builder and PCbuild9 directory. msi.py can now create inst... | Christian Heimes | 2007-11-18 | 4 | -32/+83 |
|
|
* | remove now-obsolete test_socket_ssl | Bill Janssen | 2007-11-17 | 2 | -249/+0 |
|
|
* | Fixed some build issues and updated docs. | Christian Heimes | 2007-11-17 | 6 | -10/+15 |
|
|
* | The _winreg module returns bytes which must be decoded to unicode, not encoded. | Christian Heimes | 2007-11-17 | 1 | -3/+3 |
|
|
* | Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and pa... | Christian Heimes | 2007-11-17 | 42 | -0/+11988 |
|
|
* | Use 'del' instead of rmpyc.py to remove the pyc and pyo files. | Thomas Heller | 2007-11-16 | 2 | -2/+2 |
|
|
* | Fixed an error in my last commit. The dll files are in the bin directory, not... | Christian Heimes | 2007-11-16 | 1 | -8/+8 |
|
|
* | I finally figured out why _tkinter and _bsddb didn't compile with PCbuild8. | Christian Heimes | 2007-11-16 | 3 | -10/+38 |
|
|
* | Disable dup() of SSLSocket. I don't think it can be made to work. | Guido van Rossum | 2007-11-16 | 1 | -0/+4 |
|
|
* | This is roughly socket2.diff from issue 1378, with a few changes applied | Guido van Rossum | 2007-11-16 | 5 | -117/+125 |
|
|
* | Correct a failing test when test_import is run after test_coding: | Amaury Forgeot d'Arc | 2007-11-16 | 2 | -4/+9 |
|
|
* | Cleanup of tokenizer.c. | Guido van Rossum | 2007-11-16 | 1 | -61/+47 |
|
|
* | Oops, forgot to test this after the merge. | Guido van Rossum | 2007-11-16 | 1 | -2/+2 |
|
|
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 7 | -207/+151 |
|
|
* | Fix some minor style nits. (I'll leave adding __all__ and making the | Guido van Rossum | 2007-11-16 | 1 | -46/+38 |
|
|
* | Fix for VS 2008 | Christian Heimes | 2007-11-15 | 1 | -0/+6 |
|
|
* | Correction for issue1134: all source files with a coding spec, except latin-1 | Amaury Forgeot d'Arc | 2007-11-15 | 2 | -15/+50 |
|
|
* | add the certificate for the Python SVN repository for testing SSL | Bill Janssen | 2007-11-15 | 1 | -0/+31 |
|
|
* | get SSL support to work again | Bill Janssen | 2007-11-15 | 3 | -570/+536 |
|
|
* | Attempt to manually add _ssl to the PCBuild8 solution file. | Amaury Forgeot d'Arc | 2007-11-15 | 1 | -0/+21 |
|
|
* | Found another memory leak in longrangeiter. And redo the previous correction | Amaury Forgeot d'Arc | 2007-11-15 | 2 | -4/+2 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 13 | -26/+25 |
|
|
* | Fix two compiler warnings on Win64. | Thomas Heller | 2007-11-15 | 2 | -2/+2 |
|
|
* | In anticipation of the upcoming ssl patch I've added _ssl to PCbuild8. It's b... | Christian Heimes | 2007-11-15 | 3 | -0/+844 |
|
|