summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-26157-491/+862
* Minor cleanupChristian Heimes2007-11-261-1/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-2519-115/+65
* Fixed bug in input() which broke pdbChristian Heimes2007-11-251-1/+1
* #1479: Fix refleak in csv module (from rev 59062).Georg Brandl2007-11-251-6/+5
* #1480: fix refleak in the sqlite module.Georg Brandl2007-11-251-4/+5
* Remove unused variable.Georg Brandl2007-11-251-1/+0
* Use proper API for iter.__next__().Georg Brandl2007-11-241-8/+3
* Added a simple helper script to build the dependencies of _tkinter.Christian Heimes2007-11-241-0/+79
* Updated readme.txtChristian Heimes2007-11-245-230/+87
* Fixed a newline problemChristian Heimes2007-11-241-0/+2
* fix #1409: cell variables were not initialized,Amaury Forgeot d'Arc2007-11-242-1/+12
* Open output files in text mode, after all they are text files.Guido van Rossum2007-11-231-2/+2
* Paul had the great idea to add /DNO_TCL to the pre-build step.Christian Heimes2007-11-231-8/+16
* Implemented request from Marc-Andre LemburgChristian Heimes2007-11-231-0/+5
* Added code to pre-generate makefiles and assembly files to build_ssl.pyChristian Heimes2007-11-235-19/+83
* CleanupChristian Heimes2007-11-231-1/+0
* Just inline a function, and discover that it can only raise an exception.Amaury Forgeot d'Arc2007-11-221-14/+7
* Stream functions like read() are supposed to return bytes, not buffer.Amaury Forgeot d'Arc2007-11-221-17/+9
* Problem found while converting from PyBytes to PyString:Amaury Forgeot d'Arc2007-11-222-11/+22
* Fix, thanks to Nick.Georg Brandl2007-11-221-1/+1
* Update docs for buffer -> bytearray rename.Georg Brandl2007-11-222-35/+34
* 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