| Commit message (Expand) | Author | Age | Files | Lines |
* | Socket handler closed prior to end of test. | Vinay Sajip | 2004-02-20 | 1 | -0/+1 |
|
|
* | Copyright year & version number/version date changes. | Vinay Sajip | 2004-02-20 | 1 | -8/+36 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -17/+67 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -2/+7 |
|
|
* | - "Mac OS" should always include the space | Fred Drake | 2004-02-19 | 1 | -23/+33 |
|
|
* | - according to Apple's publication style guide, yes, "Mac people" use | Fred Drake | 2004-02-19 | 1 | -2/+2 |
|
|
* | use API documentation style for the descriptions of the additional | Fred Drake | 2004-02-19 | 1 | -40/+39 |
|
|
* | minor markup improvements | Fred Drake | 2004-02-19 | 1 | -9/+9 |
|
|
* | "Fix" (for certain configurations of the planets, including | Michael W. Hudson | 2004-02-19 | 2 | -1/+39 |
|
|
* | Fix two small bugs: (1) on Windows, pathname munging didn't work | Guido van Rossum | 2004-02-19 | 1 | -2/+4 |
|
|
* | Keep the list.pop() optimization while restoring the many possibility | Raymond Hettinger | 2004-02-19 | 1 | -4/+2 |
|
|
* | Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS | Neal Norwitz | 2004-02-19 | 1 | -5/+3 |
|
|
* | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
|
|
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 5 | -16/+264 |
|
|
* | commentary about how bad ConfigParser is doesn't help here, and the | Fred Drake | 2004-02-17 | 1 | -3/+1 |
|
|
* | Oops. Return -1 to distinguish error from empty dict. | Jeremy Hylton | 2004-02-17 | 1 | -1/+1 |
|
|
* | Double the speed of list.pop() which was spending most of its time parsing | Raymond Hettinger | 2004-02-17 | 1 | -2/+11 |
|
|
* | Mention the optimization of list.extend(). | Raymond Hettinger | 2004-02-17 | 1 | -0/+2 |
|
|
* | markup correction | Fred Drake | 2004-02-17 | 1 | -1/+1 |
|
|
* | Make socketmodule compile again on a modern Linux (that supports Bluetooth). | Anthony Baxter | 2004-02-16 | 1 | -1/+1 |
|
|
* | Fix docstrings to mention the correct function | Neal Norwitz | 2004-02-16 | 1 | -2/+2 |
|
|
* | Patch #892673: Replace /usr/local/bin/python with | Martin v. Löwis | 2004-02-15 | 1 | -1/+38 |
|
|
* | Patch #711838: Allow non-anonymous ftp urls in urllib2. | Martin v. Löwis | 2004-02-15 | 2 | -6/+17 |
|
|
* | Patch #893566: Document that tp_dealloc may be called from any thread. | Martin v. Löwis | 2004-02-15 | 1 | -0/+10 |
|
|
* | Patch #817379: Allow for absolute ftp paths. | Martin v. Löwis | 2004-02-15 | 1 | -1/+1 |
|
|
* | Fix typo. | Neil Schemenauer | 2004-02-15 | 1 | -1/+1 |
|
|
* | * Moved the responsibility for emptying the previous list from list_fill | Raymond Hettinger | 2004-02-15 | 1 | -0/+5 |
|
|
* | Refactor list_extend() and list_fill() for gains in code size, memory | Raymond Hettinger | 2004-02-15 | 1 | -84/+71 |
|
|
* | Fine tune the speed/space trade-off for overallocating small lists. | Raymond Hettinger | 2004-02-14 | 3 | -12/+7 |
|
|
* | Fix missing return value. Spotted by Neal Norwitz | Raymond Hettinger | 2004-02-14 | 1 | -0/+1 |
|
|
* | - Fixing annoying warnings. | Gustavo Niemeyer | 2004-02-14 | 2 | -9/+12 |
|
|
* | - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string | Gustavo Niemeyer | 2004-02-14 | 2 | -0/+6 |
|
|
* | Lists are measured in elements not bytes. | Raymond Hettinger | 2004-02-13 | 1 | -2/+2 |
|
|
* | further testing indicates that the simplified version of the test | Fred Drake | 2004-02-13 | 1 | -4/+6 |
|
|
* | * Note list optimizations | Raymond Hettinger | 2004-02-13 | 1 | -13/+14 |
|
|
* | Optimize list.pop() for the common special case of popping off the end. | Raymond Hettinger | 2004-02-13 | 1 | -0/+5 |
|
|
* | * Optimized list appends and pops by making fewer calls the underlying system | Raymond Hettinger | 2004-02-13 | 3 | -89/+80 |
|
|
* | We have cp932 support in standard distribution now. And there's now | Hye-Shik Chang | 2004-02-13 | 1 | -4/+3 |
|
|
* | use existing test object instead of defining a new class | Fred Drake | 2004-02-12 | 1 | -5/+3 |
|
|
* | minor markup improvements | Fred Drake | 2004-02-12 | 1 | -7/+7 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 246 | -962/+926 |
|
|
* | This is my patch #876198 plus a NEWS entry and a header frob. | Michael W. Hudson | 2004-02-12 | 3 | -6/+5 |
|
|
* | fix minor markup error: \code{for} --> \keyword{for} | Fred Drake | 2004-02-12 | 1 | -6/+7 |
|
|
* | SF 895560: minor typo | Raymond Hettinger | 2004-02-12 | 1 | -2/+2 |
|
|
* | need to initialize ob_type slot at run-time, at least on cygwin | Skip Montanaro | 2004-02-10 | 1 | -1/+2 |
|
|
* | add support for \e to the {alltt} environment | Fred Drake | 2004-02-10 | 2 | -1/+3 |
|
|
* | SF #894428, fix typo | Neal Norwitz | 2004-02-10 | 1 | -1/+1 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 18 | -139/+17 |
|
|
* | Fix indentation error in testGetServByName and rewrite loop to avoid clumsy | Skip Montanaro | 2004-02-10 | 1 | -5/+2 |
|
|
* | Make reversed() transparent with respect to length. | Raymond Hettinger | 2004-02-10 | 2 | -1/+17 |
|
|