summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r234c1'.v2.3.4c1cvs2svn2004-05-130-0/+0
* update to match Lib/idlelib/NEWS version numberAnthony Baxter2004-05-131-1/+1
* SF #847346: remove misguided optimization for short input fromGreg Ward2004-05-131-10/+8
* SF #847346: add test_fix_sentence_endings() to ensure that sentenceGreg Ward2004-05-131-4/+42
* Version '2.3.4c1'Thomas Heller2004-05-121-7/+35
* Windows build number for 2.3.4c1 is 52.Thomas Heller2004-05-122-2/+4
* Fix version number (2.3.4c1) and release date (12-May-2004).Thomas Heller2004-05-124-6/+6
* 2.3.4 is derived from 2.3.3, not from itself.Thomas Heller2004-05-121-1/+1
* set target date for Python 2.3.4 releaseFred Drake2004-05-121-1/+2
* fix various descriptions of "ctime"Fred Drake2004-05-123-3/+7
* backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not ObsoleteFred Drake2004-05-121-1/+3
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* Update copyright years. In the Windows resource, change the name of theTim Peters2004-05-112-3/+4
* super_getattro(): Repaired compiler warning about mixed-type comparison.Tim Peters2004-05-111-1/+2
* update the version information in preparation for releaseFred Drake2004-05-111-4/+4
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-112-0/+6
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
* remove assignment to unused variableFred Drake2004-05-111-1/+0
* update to reflect the current location of the SF bugs search boxFred Drake2004-05-111-1/+1
* markup adjustmentFred Drake2004-05-111-3/+5
* In order to fix SF bug # 824977, we replace calloc()/free() calls inBarry Warsaw2004-05-111-9/+16
* SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, toGreg Ward2004-05-111-0/+18
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
* don't make assumptions about $PATH in Cygwin instructionsFred Drake2004-05-101-1/+1
* Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, asMark Hammond2004-05-101-1/+1
* test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.Barry Warsaw2004-05-091-0/+9
* SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to matchBarry Warsaw2004-05-091-5/+7
* Add this year to the copyright notices, and label it 2.3.4.Barry Warsaw2004-05-091-2/+2
* Mention changes to platform.py.Guido van Rossum2004-05-081-0/+3
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+4
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-082-0/+42
* Record UnixWare 7.1.4 as broken. Fixes #929689.Martin v. Löwis2004-05-073-3/+10
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-073-4/+8
* [Bug #945063 backport] Get file extension correct.Andrew M. Kuchling2004-05-061-1/+1
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-062-5/+2
* Consider output encoding in XMLGenerator. Fixes #938076.Martin v. Löwis2004-05-062-13/+30
* Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.Martin v. Löwis2004-05-062-1/+3
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-062-1/+3
* Patch #940026: Explain "in" when it is first used.Martin v. Löwis2004-05-061-0/+3
* Merge all fixes from Python 2.4. This includes:Guido van Rossum2004-05-051-29/+23
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+19
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: fix mixer docs to talk about "controls", not "channels".Greg Ward2004-05-051-25/+27
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Fix [ 947405 ] os.utime() raises bad exception for unicode filenames.Mark Hammond2004-05-041-1/+6
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-021-16/+12