summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Damn - the sentinel was missing. And fix another silly mistake.Thomas Heller2006-06-061-1/+2
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-062-15/+29
* Fix a bunch of parameter stringsNeal Norwitz2006-06-061-7/+7
* Remove unused variable (and stop compiler warning)Neal Norwitz2006-06-061-1/+0
* _PySys_Init(): It's rarely a good idea to size a buffer to theTim Peters2006-06-061-1/+1
* - bsddb: the __len__ method of a DB object has been fixed to return correctGregory P. Smith2006-06-052-6/+21
* Add 3 more bytes to a buffer to cover constants in string and null byte on to...Brett Cannon2006-06-051-1/+1
* add depends = ['md5.h'] to the _md5 module extension for correctness sake.Gregory P. Smith2006-06-051-1/+3
* Add missing svn:eol-style property to text files.Tim Peters2006-06-051-65/+65
* Access _struct attributes directly instead of mucking with getattr.Tim Peters2006-06-051-20/+18
* [Bug #1470026] Include link to list of classifiersAndrew M. Kuchling2006-06-051-1/+1
* Remove use of Trove name, which isn't very helpful to usersAndrew M. Kuchling2006-06-051-2/+2
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-055-5/+76
* Add missing svn:eol-style property to text files.Tim Peters2006-06-050-0/+0
* Whitespace normalization.Tim Peters2006-06-051-3/+2
* forgot to add this file in previous commitGregory P. Smith2006-06-051-0/+112
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-055-12/+501
* mention the just committed bsddb changesGregory P. Smith2006-06-051-0/+6
* * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]Gregory P. Smith2006-06-052-2/+33
* Make doctest news more accurate.Tim Peters2006-06-051-2/+2
* Whitespace normalization.Tim Peters2006-06-051-2/+2
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-054-134/+26
* * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]Gregory P. Smith2006-06-053-0/+78
* Fix a potentially invalid memory access of CJKCodecs' shift-jisHye-Shik Chang2006-06-052-1/+4
* "Flat is better than nested."Tim Peters2006-06-051-59/+73
* fix a bug in the previous commit. don't leak empty list on error return andGregory P. Smith2006-06-051-4/+7
* bugfix: when log_archive was called with the DB_ARCH_REMOVE flag presentGregory P. Smith2006-06-052-5/+12
* Mention second encoding speedupAndrew M. Kuchling2006-06-051-5/+6
* Revert revisions:Tim Peters2006-06-0414-332/+5
* Whitespace normalization.Tim Peters2006-06-0445-45/+0
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-042-8/+15
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-045-18/+57
* Repair refleaks in unicodeobject.Georg Brandl2006-06-041-0/+3
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-0451-11516/+510
* Markup fixGeorge Yoshida2006-06-042-6/+6
* Remove a redundant wordGeorge Yoshida2006-06-041-1/+0
* s_methods[]: Stop compiler warnings by castingTim Peters2006-06-041-1/+2
* Drop Mac wrappers for the WASTE library.Ronald Oussoren2006-06-0413-5608/+1
* "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build withRonald Oussoren2006-06-041-0/+1
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-046-74/+75
* clean up function declarations to conform to PEP-7 style.Andrew MacIntyre2006-06-043-22/+44
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-0414-5/+332
* SF #1499797, Fix for memory leak in WindowsError_strNeal Norwitz2006-06-041-1/+0
* _PyObject_DebugMalloc(): The return value should addTim Peters2006-06-041-1/+1
* In a PYMALLOC_DEBUG build obmalloc adds extra debugging infoTim Peters2006-06-043-131/+149
* Whitespace normalization.Tim Peters2006-06-041-2/+1
* Add more whitespace; use a better socket nameAndrew M. Kuchling2006-06-032-5/+14
* Remove dangling referenceAndrew M. Kuchling2006-06-031-1/+0
* Remove xmlrpc/ directoryAndrew M. Kuchling2006-06-031-3/+0
* Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module.Andrew M. Kuchling2006-06-031-75/+0