summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Change module to produce and consume bytes.Martin v. Löwis2007-08-111-13/+8
* Fix automatic replacing mistake.Georg Brandl2007-08-111-1/+1
* A few sqlite files were still using RO instead of READONLY.Guido van Rossum2007-08-112-15/+15
* Fix reference leak.Martin v. Löwis2007-08-111-0/+1
* Set sys.stdout.encoding properly.Martin v. Löwis2007-08-112-2/+45
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-28/+46
* Fix refleaksNeal Norwitz2007-08-111-0/+4
* Fix refcount bug in make_Zreplacement().Guido van Rossum2007-08-101-0/+1
* Fix a bit of code that wasn't converted properly, causing a segfault.Guido van Rossum2007-08-101-4/+1
* Make the sqlite tests pass.Gerhard Häring2007-08-104-17/+14
* Fix some logic in PythonCmd() -- if the AsString() call failed, we'dGuido van Rossum2007-08-091-1/+3
* Fix two bugs in socket_getaddr():Guido van Rossum2007-08-091-4/+3
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-091-2/+5
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-18/+18
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-081-1/+1
* SF patch # 1769767, get test_xml_etree_c working. More conversions are proba...Neal Norwitz2007-08-081-42/+12
* Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures.Neal Norwitz2007-08-081-1/+1
* Fix a type error in a previous patch I made to this module.Guido van Rossum2007-08-081-1/+1
* Fix the last remaining test_csv failure.Guido van Rossum2007-08-071-1/+7
* BZ2File.read(0) should return b"" rather than raising ValueError.Guido van Rossum2007-08-071-1/+1
* Kill remaining tp_print definitions.Guido van Rossum2007-08-072-64/+3
* Quick fixes for assert failures in dbm wrapper code.Guido van Rossum2007-08-071-4/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-062-16/+12
* missing docstringsSkip Montanaro2007-08-061-5/+23
* One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is...Skip Montanaro2007-08-061-2/+2
* SF patch# 1767398 by Adam Hupp.Guido van Rossum2007-08-061-57/+63
* Make bsddb use bytes as keys and values. Add StringKeysMartin v. Löwis2007-08-051-35/+30
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-056-980/+5
* Change read() on SSL socket to return bytes.Jeremy Hylton2007-08-041-4/+7
* Get rid of a bogus assert when recv_into() is called with a zero-lengthGuido van Rossum2007-08-031-1/+4
* SF patch# 1766592 by Paul Colomiets.Guido van Rossum2007-08-031-11/+20
* Revert previous checkin.Martin v. Löwis2007-07-281-7/+7
* Return bytes, not str8.Martin v. Löwis2007-07-281-7/+7
* Return bytes, not string from read(). Makes test_mmap.py pass.Guido van Rossum2007-07-261-1/+1
* Fix two bad type identifiers that caused crashes on OSX (icglue and Nav).Guido van Rossum2007-07-251-1/+1
* ccMake test_curses pass.Guido van Rossum2007-07-241-35/+74
* Make test_tcl.py pass, by accepting unicode strings as variable names.Guido van Rossum2007-07-231-0/+4
* SF patch# 1759016 by Joe Gregorio, who writes:Guido van Rossum2007-07-231-77/+17
* Fix merge breakage.Martin v. Löwis2007-07-213-9/+9
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-2158-551/+435
* Make audioop and its tests use bytes throughout.Martin v. Löwis2007-07-201-35/+34
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-4/+5
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-5548/+0
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-184-11/+15
* Change Py_BuildValue to generate Unicode objects forMartin v. Löwis2007-07-183-30/+131
* Fix for cProfile.Guido van Rossum2007-07-161-0/+3
* SF patch# 1752647 by Joe Gregorio.Guido van Rossum2007-07-161-9/+9
* For easier merging, revert ths change; it will be brought back in whenThomas Heller2007-07-131-0/+2
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-131-31/+16
* Do not accept str8 type in function calls any longer.Thomas Heller2007-07-132-10/+1