summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* This demo requires Medusa (not just asyncore); remove itAndrew M. Kuchling2006-06-031-104/+0
* Use functions; modernize codeAndrew M. Kuchling2006-06-031-60/+87
* Put code in a main() function; loosen up the spacing to match current code styleAndrew M. Kuchling2006-06-031-32/+45
* Docstring fix; use TrueAndrew M. Kuchling2006-06-031-2/+2
* Use true division, and the True valueAndrew M. Kuchling2006-06-031-12/+13
* Use True; value returned from main is unusedAndrew M. Kuchling2006-06-031-2/+2
* Some code tidying; use curses.wrapperAndrew M. Kuchling2006-06-031-67/+61
* Drop 0 parameterAndrew M. Kuchling2006-06-031-3/+3
* Update readmeAndrew M. Kuchling2006-06-031-4/+1
* "_self" is a said to be a reserved word in Watcom C 10.6. I'mFredrik Lundh2006-06-031-2/+2
* [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.Andrew M. Kuchling2006-06-031-15/+15
* Minor rewordingAndrew M. Kuchling2006-06-031-7/+7
* [Bug #1441864] Clarify description of 'data' argumentAndrew M. Kuchling2006-06-031-5/+7
* [Bug #1475554] Strengthen text to say 'must' instead of 'should'Andrew M. Kuchling2006-06-031-2/+2
* [Bug #1472084] Fix description of do_tagAndrew M. Kuchling2006-06-031-2/+3
* Updated version (win32-icons2.zip) from #1490384.Martin v. Löwis2006-06-033-0/+0