summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-0263-578/+578
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-023-5/+5
* Marc-Andre Lemburg has found the culprit of the problem in r57142.Christian Heimes2007-11-301-1/+1
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-0/+83
* Fixed bug #1505 Changes to PyMethod_New breaks ctypes on WindowsChristian Heimes2007-11-281-50/+63
* Fixed #1508 Removal of stale code in _csv.c / pyexpat.cChristian Heimes2007-11-282-58/+0
* Rewrap error message.Georg Brandl2007-11-271-3/+4
* Merged revisions 59187-59192 via svnmerge fromChristian Heimes2007-11-271-15/+0
* The changes to PyMethod_New and the removal of unbound methods breaks ctypes'...Christian Heimes2007-11-271-4/+5
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+4
* #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
* Stream functions like read() are supposed to return bytes, not buffer.Amaury Forgeot d'Arc2007-11-221-17/+9
* Use PyString instead of PyBytes in wrap_strftime().Walter Dörwald2007-11-221-10/+10
* os.environ contains PyUnicode instances and not PyString instancesChristian Heimes2007-11-221-3/+3
* Removed some leftovers from the str8 daysChristian Heimes2007-11-221-1/+1
* In audioop, return PyString instead of PyBytes.Amaury Forgeot d'Arc2007-11-221-31/+31
* Merged revisions 59077-59104 via svnmerge fromGuido van Rossum2007-11-221-2/+3
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-30/+25
* 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
* Make read() and certificate() return bytes instead of bytearray instances.Guido van Rossum2007-11-211-31/+23
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-18/+18
* Fixed bug #1020 pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)Christian Heimes2007-11-211-1/+2
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-201-6/+13
* The patch from weck does a better job than my original idea. Thanks!Christian Heimes2007-11-201-4/+2
* os.system: on Windows, avoid encoding the command and use the "wide" function...Amaury Forgeot d'Arc2007-11-201-1/+11
* Correct test_cvs on Windows, as suggested by Raghuram DevarakondaAmaury Forgeot d'Arc2007-11-191-1/+11
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-191-1/+1
* Make test_cmd_line_scripts pass by using a unicode string instead ofGuido van Rossum2007-11-191-14/+16
* 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-181-40/+80
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-61/+71
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-162-182/+92
* Fix for VS 2008Christian Heimes2007-11-151-0/+6
* get SSL support to work againBill Janssen2007-11-151-130/+198
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-156-9/+9
* Fix two compiler warnings on Win64.Thomas Heller2007-11-152-2/+2
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-151-12/+12
* Added some additional checks for sys.std?? is None, see #1440Christian Heimes2007-11-153-3/+3
* Fix for bug #1442 pythonstartup addition of minor error checkingChristian Heimes2007-11-141-0/+10
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-35/+41
* Fixed some of the bugs in the readline module. #1425 is still open and severa...Christian Heimes2007-11-111-14/+19
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-7/+27
* Issue 1406: use widechar api for os.environ, on Windows.Thomas Heller2007-11-081-3/+65
* Fixed bug #1081: file.seek allows float argumentsChristian Heimes2007-11-081-0/+4
* Change a variable to Py_ssize_t to silence a compiler warning (and because itBrett Cannon2007-11-061-1/+1
* Remove an unused local variable.Brett Cannon2007-11-061-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-0631-368/+340