summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert change of bz2.vcprojChristian Heimes2007-11-221-4/+0
* Fixed PGO buildsChristian Heimes2007-11-229-15/+38
* Use PyString instead of PyBytes in wrap_strftime().Walter Dörwald2007-11-221-10/+10
* Removed blocks from several functions in unicodeobject and stringobject where...Christian Heimes2007-11-222-93/+12
* os.environ contains PyUnicode instances and not PyString instancesChristian Heimes2007-11-221-3/+3
* Removed some leftovers from the str8 daysChristian Heimes2007-11-223-8/+1
* Typo in bytes.replace(): the buffer interface was always used.Amaury Forgeot d'Arc2007-11-221-1/+1
* PyString_AsString is permissive and accepts unicode strings.Amaury Forgeot d'Arc2007-11-225-9/+9
* In audioop, return PyString instead of PyBytes.Amaury Forgeot d'Arc2007-11-221-31/+31
* Merged revisions 59105-59106 via svnmerge fromGuido van Rossum2007-11-220-0/+0
* Merged revisions 59077-59104 via svnmerge fromGuido van Rossum2007-11-223-6/+26
* Add ABC ByteString which unifies bytes and bytearray (but not memoryview).Guido van Rossum2007-11-212-5/+26
* when building with VC 2008, turn off unicode as default mode for the win32 API.Amaury Forgeot d'Arc2007-11-2115-105/+105
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-218-43/+42
* Fix error messages for buffer objects to say "bytes" instead of "string".Guido van Rossum2007-11-211-2/+2
* More PyBytes -> PyString.Guido van Rossum2007-11-211-4/+4
* Make os.read() return bytes, not bytearray.Guido van Rossum2007-11-211-3/+3
* Return PyString, not PyBytes, for a bytes array.Guido van Rossum2007-11-211-25/+25
* Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-211-3/+4
* Make read() and certificate() return bytes instead of bytearray instances.Guido van Rossum2007-11-211-31/+23
* Rename buffer -> bytearray.Guido van Rossum2007-11-2131-290/+290
* Final fix for #1403Christian Heimes2007-11-211-1/+3
* Removed character set = unicode as requested by AmauryChristian Heimes2007-11-2123-1084/+56
* Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)Christian Heimes2007-11-211-1/+2
* Patch +1478 from Joseph ArmbrusterChristian Heimes2007-11-211-3/+3
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-206-22/+61
* For unknown reasons "Save All" doesn't save the vsprops files.Christian Heimes2007-11-203-3/+3
* Fixes for #1473 and #1476Christian Heimes2007-11-205-17/+176
* The Identifiers and keywords syntax diagram did not appear correctly in theMark Summerfield2007-11-201-4/+4
* Added configurations and files for profile guided optimization (PGO).Christian Heimes2007-11-2026-18/+5900
* The patch from weck does a better job than my original idea. Thanks!Christian Heimes2007-11-201-4/+2
* Report #1473 Drop _EXPORTS macros in PCbuild9Christian Heimes2007-11-2022-310/+91
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* os.system: on Windows, avoid encoding the command and use the "wide" function...Amaury Forgeot d'Arc2007-11-201-1/+11
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Correct test_cvs on Windows, as suggested by Raghuram DevarakondaAmaury Forgeot d'Arc2007-11-192-3/+17
* Oops, I missed this one again (test_univnewlines fails):Amaury Forgeot d'Arc2007-11-191-1/+1
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-193-98/+237
* Make test_cmd_line_scripts pass by using a unicode string instead ofGuido van Rossum2007-11-191-14/+16
* Fixed build order of the _ssl project. The openssl project needs to come firs...Christian Heimes2007-11-197-8/+36
* 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