summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Variant of SF patch 423181Jeremy Hylton2001-05-111-21/+51
* unlink() would normally be found in the "os" module, so use it from there.Fred Drake2001-05-111-5/+7
* Cosmetic: code under "else" clause was missing indent.Tim Peters2001-05-111-1/+1
* Replace "\begin{classdesc}{SomeClass}{\unspecified}" withFred Drake2001-05-112-3/+5
* Document the new classdesc* environment, and the previously undocumentedFred Drake2001-05-111-1/+18
* Define a new environment, classdesc*, which can be used to document aFred Drake2001-05-112-0/+23
* Write a better synopsis for the Scrap module, and provide a link toFred Drake2001-05-101-1/+9
* Actually include a synopsis line for the ColorPicker module.Fred Drake2001-05-101-1/+1
* Restore dicts' tp_compare slot, and change dict_richcompare to say itTim Peters2001-05-101-15/+3
* Make test_mutants stronger by also adding random keys during comparisons.Tim Peters2001-05-101-2/+17
* Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo",Tim Peters2001-05-101-108/+119
* Repair typos in comments.Tim Peters2001-05-101-4/+4
* Repair typo in comment.Tim Peters2001-05-101-1/+1
* Change some text just a little to avoid font-lock hell.Fred Drake2001-05-101-1/+1
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Extend the weakref test suite to cover the complete mapping interface forFred Drake2001-05-101-4/+61
* Update example to no longer use the FCNTL module.Fred Drake2001-05-101-2/+2
* Fix the fcntl() docstring so the user is not mis-directed to the FCNTLFred Drake2001-05-101-7/+7
* Do no regenerate modules that should no longer be here.Fred Drake2001-05-103-11/+0
* Remove all remaining uses of the FCNTL module from the standard library.Fred Drake2001-05-103-30/+29
* Fix typo reported by David Goodger. This closes SF patch #422383.Fred Drake2001-05-101-1/+1
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-102-18/+7
* Added a note that test_longexp needs 400MB.Jack Jansen2001-05-101-1/+1
* Has been dead so long that there's no use keeping it in the active bit of the...Jack Jansen2001-05-1027-8246/+0
* SF bug #422121 Insecurities in dict comparison.Tim Peters2001-05-104-34/+239
* Update to reflect deprecation of the FCNTL module: The fcntl module doesFred Drake2001-05-101-4/+4
* patch 418489 from Andrew Dalke for string format bugSteve Purcell2001-05-101-1/+1
* Guido has Spoken. Restore strop.replace()'s treatment of a 0 count asTim Peters2001-05-102-1/+9
* The strop module and test_strop.py believe replace() with a 0 countTim Peters2001-05-102-2/+2
* Heh. I need a break. After this: stropmodule & stringobject were moreTim Peters2001-05-102-16/+12
* Fudge. stropmodule and stringobject both had copies of the buggyTim Peters2001-05-102-40/+54
* SF bug #422088: [OSF1 alpha] string.replace().Tim Peters2001-05-092-26/+39
* Mechanical changes for easier edits.Tim Peters2001-05-091-152/+136
* Remove the old platform-specific FCNTL.py modules; these are no longerFred Drake2001-05-0915-1993/+0
* Add a new FCNTL.py backward compatibility module that issues a deprecationFred Drake2001-05-091-0/+14
* Update the tests for the fcntl module to check passing in file objects,Fred Drake2001-05-091-11/+21
* Update the fcntl module documentation.Fred Drake2001-05-091-30/+26
* Modify to allow file objects wherever file descriptors are needed.Fred Drake2001-05-091-8/+71
* fdconv(): Do not second guess the error condition returned byFred Drake2001-05-091-37/+4
* SF patch #416247 2.1c1 stringobject: unused vrbl cleanup.Tim Peters2001-05-091-2/+0
* Itamar Shtull-Trauring <python@itamarst.org>:Fred Drake2001-05-091-4/+5
* Three uses of makesockaddr() used sockaddr buffers that had not be cleared;Fred Drake2001-05-091-1/+4
* SF patch #416249, from Mark Favas: 2.1c1 compile: unused vrbl cleanupTim Peters2001-05-091-2/+0
* Minor fiddling related toTim Peters2001-05-091-5/+2
* Update build notes for Mac OS X 10.0.Fred Drake2001-05-091-10/+10
* Only import termio.h on OSF, and add a comment about why it is needed there.Fred Drake2001-05-091-0/+4
* Fix the operator precedence table: exponentiation binds tighter thanFred Drake2001-05-091-2/+2
* Remove items that have been done or are being tracked in the SourceForgeFred Drake2001-05-091-10/+0
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-092-2/+2
* Trivial tests of urllib2 for recent SF bugJeremy Hylton2001-05-092-0/+18