summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-194-16/+66
* Tweak the imports so this script will run stand-alone.Guido van Rossum2007-11-191-2/+2
* I've spend some time to automate more steps of the build process. Now bzip2, ...Christian Heimes2007-11-1916-527/+107
* Revert modifications to extract_msvcr71 in 59040,Martin v. Löwis2007-11-191-7/+5
* Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine e...Christian Heimes2007-11-1924-186/+1848
* I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm...Christian Heimes2007-11-181-2/+5
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-1811-84/+359
* Updates to the msi builder and PCbuild9 directory. msi.py can now create inst...Christian Heimes2007-11-184-32/+83
* remove now-obsolete test_socket_sslBill Janssen2007-11-172-249/+0
* Fixed some build issues and updated docs.Christian Heimes2007-11-176-10/+15
* The _winreg module returns bytes which must be decoded to unicode, not encoded.Christian Heimes2007-11-171-3/+3
* Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and pa...Christian Heimes2007-11-1742-0/+11988
* Use 'del' instead of rmpyc.py to remove the pyc and pyo files.Thomas Heller2007-11-162-2/+2
* Fixed an error in my last commit. The dll files are in the bin directory, not...Christian Heimes2007-11-161-8/+8
* I finally figured out why _tkinter and _bsddb didn't compile with PCbuild8.Christian Heimes2007-11-163-10/+38
* Disable dup() of SSLSocket. I don't think it can be made to work.Guido van Rossum2007-11-161-0/+4
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-165-117/+125
* Correct a failing test when test_import is run after test_coding:Amaury Forgeot d'Arc2007-11-162-4/+9
* Cleanup of tokenizer.c.Guido van Rossum2007-11-161-61/+47
* Oops, forgot to test this after the merge.Guido van Rossum2007-11-161-2/+2
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-167-207/+151
* Fix some minor style nits. (I'll leave adding __all__ and making theGuido van Rossum2007-11-161-46/+38
* Fix for VS 2008Christian Heimes2007-11-151-0/+6
* Correction for issue1134: all source files with a coding spec, except latin-1Amaury Forgeot d'Arc2007-11-152-15/+50
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* get SSL support to work againBill Janssen2007-11-153-570/+536
* Attempt to manually add _ssl to the PCBuild8 solution file.Amaury Forgeot d'Arc2007-11-151-0/+21
* Found another memory leak in longrangeiter. And redo the previous correctionAmaury Forgeot d'Arc2007-11-152-4/+2
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-1513-26/+25
* Fix two compiler warnings on Win64.Thomas Heller2007-11-152-2/+2
* In anticipation of the upcoming ssl patch I've added _ssl to PCbuild8. It's b...Christian Heimes2007-11-153-0/+844
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-152-12/+13
* Correct a memory leak: the range() object was not properly freed.Amaury Forgeot d'Arc2007-11-152-0/+4
* On Win64, linking the python dll currently fails with 'unresolvedThomas Heller2007-11-151-0/+2
* Added some additional checks for sys.std?? is None, see #1440Christian Heimes2007-11-157-12/+17
* The peeping and bawling of the builtin speaker is giving my poor cat the creeps.Christian Heimes2007-11-151-0/+1
* Patch 1439 by Bill Janssen. I think this will work.Guido van Rossum2007-11-141-85/+21
* Fix for bug #1442 pythonstartup addition of minor error checkingChristian Heimes2007-11-141-0/+10
* Moved the initalization of the exception before the initialization of sys.Christian Heimes2007-11-141-3/+3
* Paths and file names from the fs should always be decoded with PyUnicode_Deco...Christian Heimes2007-11-141-3/+4
* Another #1415 fix for Windows GUI appsChristian Heimes2007-11-131-2/+6
* Fixed space -> tabChristian Heimes2007-11-131-3/+3
* Fix for #1415 pythonw.exe fails because std streams a missingChristian Heimes2007-11-134-13/+63
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-132-9/+59
* Add -i option. Don't exit when the command fails. Redirect stderr to stdout.Guido van Rossum2007-11-121-12/+34
* Another fix for #1414Christian Heimes2007-11-122-2/+5
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-123-38/+42
* Patch 1420 by Ron Adam.Guido van Rossum2007-11-124-49/+58
* Let's do as Guido says and return None instead of -1Christian Heimes2007-11-121-3/+2
* Stop Python code from instantiating a new stdprinter with sys.stderr.__class__()Christian Heimes2007-11-121-11/+90