summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops. Return -1 to distinguish error from empty dict.Jeremy Hylton2004-02-171-1/+1
* Double the speed of list.pop() which was spending most of its time parsingRaymond Hettinger2004-02-171-2/+11
* Mention the optimization of list.extend().Raymond Hettinger2004-02-171-0/+2
* markup correctionFred Drake2004-02-171-1/+1
* Make socketmodule compile again on a modern Linux (that supports Bluetooth).Anthony Baxter2004-02-161-1/+1
* Fix docstrings to mention the correct functionNeal Norwitz2004-02-161-2/+2
* Patch #892673: Replace /usr/local/bin/python withMartin v. Löwis2004-02-151-1/+38
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-152-6/+17
* Patch #893566: Document that tp_dealloc may be called from any thread.Martin v. Löwis2004-02-151-0/+10
* Patch #817379: Allow for absolute ftp paths.Martin v. Löwis2004-02-151-1/+1
* Fix typo.Neil Schemenauer2004-02-151-1/+1
* * Moved the responsibility for emptying the previous list from list_fillRaymond Hettinger2004-02-151-0/+5
* Refactor list_extend() and list_fill() for gains in code size, memoryRaymond Hettinger2004-02-151-84/+71
* Fine tune the speed/space trade-off for overallocating small lists.Raymond Hettinger2004-02-143-12/+7
* Fix missing return value. Spotted by Neal NorwitzRaymond Hettinger2004-02-141-0/+1
* - Fixing annoying warnings.Gustavo Niemeyer2004-02-142-9/+12
* - Fixed #853061: allow BZ2Compressor.compress() to receive an empty stringGustavo Niemeyer2004-02-142-0/+6
* Lists are measured in elements not bytes.Raymond Hettinger2004-02-131-2/+2
* further testing indicates that the simplified version of the testFred Drake2004-02-131-4/+6
* * Note list optimizationsRaymond Hettinger2004-02-131-13/+14
* Optimize list.pop() for the common special case of popping off the end.Raymond Hettinger2004-02-131-0/+5
* * Optimized list appends and pops by making fewer calls the underlying systemRaymond Hettinger2004-02-133-89/+80
* We have cp932 support in standard distribution now. And there's nowHye-Shik Chang2004-02-131-4/+3
* use existing test object instead of defining a new classFred Drake2004-02-121-5/+3
* minor markup improvementsFred Drake2004-02-121-7/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12246-962/+926
* This is my patch #876198 plus a NEWS entry and a header frob.Michael W. Hudson2004-02-123-6/+5
* fix minor markup error: \code{for} --> \keyword{for}Fred Drake2004-02-121-6/+7
* SF 895560: minor typoRaymond Hettinger2004-02-121-2/+2
* need to initialize ob_type slot at run-time, at least on cygwinSkip Montanaro2004-02-101-1/+2
* add support for \e to the {alltt} environmentFred Drake2004-02-102-1/+3
* SF #894428, fix typoNeal Norwitz2004-02-101-1/+1
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-1018-139/+17
* Fix indentation error in testGetServByName and rewrite loop to avoid clumsySkip Montanaro2004-02-101-5/+2
* Make reversed() transparent with respect to length.Raymond Hettinger2004-02-102-1/+17
* Give itertools.repeat() a length method.Raymond Hettinger2004-02-102-2/+21
* the \file macro is no longer a good example of where \e can't be usedFred Drake2004-02-091-4/+5
* support \e in \file and \filenq; this is useful for Windows pathsFred Drake2004-02-091-1/+1
* Minor editsAndrew M. Kuchling2004-02-091-6/+7
* Documentation for PyDescr_NewClassMethod was missing - here's at leastThomas Heller2004-02-091-0/+5
* SF patch #892821: example for urllib2 has SyntaxErrorRaymond Hettinger2004-02-081-2/+1
* Fix misspelled name.Raymond Hettinger2004-02-081-1/+1
* Fix typoRaymond Hettinger2004-02-081-1/+1
* SF patch #884022: dynamic execution profiling vs opcode predictionRaymond Hettinger2004-02-081-0/+9
* SF patch #880552: Fix typo in usage message(prechm.py)Raymond Hettinger2004-02-081-3/+3
* SF patch #875689: >100k alloc wasted on startupRaymond Hettinger2004-02-082-1/+2
* SF bug #892854: typo in textwrap doc pageRaymond Hettinger2004-02-081-1/+1
* SF bug #892492: Multiple close() for asyncore.dispatcher.Raymond Hettinger2004-02-081-0/+1
* Revert improvement to list.append() checked in before it was ready.Raymond Hettinger2004-02-081-1/+0
* Let reversed() work with itself.Raymond Hettinger2004-02-083-1/+17