summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* Copyright year & version number/version date changes.Vinay Sajip2004-02-201-8/+36
* Copyright year change.Vinay Sajip2004-02-201-17/+67
* Copyright year change.Vinay Sajip2004-02-201-2/+7
* - "Mac OS" should always include the spaceFred Drake2004-02-191-23/+33
* - according to Apple's publication style guide, yes, "Mac people" useFred Drake2004-02-191-2/+2
* use API documentation style for the descriptions of the additionalFred Drake2004-02-191-40/+39
* minor markup improvementsFred Drake2004-02-191-9/+9
* "Fix" (for certain configurations of the planets, includingMichael W. Hudson2004-02-192-1/+39
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-191-2/+4
* Keep the list.pop() optimization while restoring the many possibilityRaymond Hettinger2004-02-191-4/+2
* Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGSNeal Norwitz2004-02-191-5/+3
* Get test to work when run from regrtest (add test_main), remove all CRs (^M)sNeal Norwitz2004-02-191-3/+5
* Implementation of patch 869468David Ascher2004-02-185-16/+264
* commentary about how bad ConfigParser is doesn't help here, and theFred Drake2004-02-171-3/+1
* 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