summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentKurt B. Kaiser2007-08-221-2/+2
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-7/+104
* Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.Travis E. Oliphant2007-08-201-20/+16
* Remove _PyObject_DelNeal Norwitz2007-08-192-4/+4
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-191-2/+2
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-184-135/+138
* Fix refcount leak, courtesy Christian Heines.Guido van Rossum2007-08-171-2/+3
* Remove support for BeOSSkip Montanaro2007-08-175-62/+6
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+204
* Get rid of some dead code and unneeded XXX comments by Neal.Guido van Rossum2007-08-161-6/+1
* Remove RISCOS supportSkip Montanaro2007-08-169-145/+3
* Remove a bogus comment based on the code above.Neal Norwitz2007-08-161-2/+0
* Down with str8!Guido van Rossum2007-08-151-18/+19
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-141-5/+5
* Don't mess with string.letters any more. It is most likely going to disappear.Guido van Rossum2007-08-131-62/+0
* Create Unicode objects.Martin v. Löwis2007-08-131-69/+20
* Use Tcl_SetObjResult instead of Tcl_SetResult.Martin v. Löwis2007-08-131-12/+5
* Cleanup a little.Neal Norwitz2007-08-121-31/+34
* Fix memory leak in an error conditionNeal Norwitz2007-08-121-1/+4
* Fix memory leakNeal Norwitz2007-08-121-1/+2
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-124-13/+21
* Fix the refleak in strftime when converting a %Z with a user defined tzinfo.Neal Norwitz2007-08-121-32/+39
* 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