summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r223c1'.v2.2.3c1cvs2svn2003-05-220-0/+0
* Go ahead and label this 2.2.3c1Barry Warsaw2003-05-221-2/+2
* A bunch of NEWS file updatesBarry Warsaw2003-05-221-1/+24
* Squash new compiler wng (mistmatching formal/actual pointer types).Tim Peters2003-05-221-1/+1
* Backport fix for SF bug 692776.Jeremy Hylton2003-05-223-47/+135
* Link the dbm module against gdbm if it exists and if no earlierBarry Warsaw2003-05-221-0/+3
* Backport Jeremy's fix: req.method should be req.get_method.Raymond Hettinger2003-05-221-6/+8
* Backport fix for SF bug #741171: pdb crashes when enabling a non-existing bre...Andrew M. Kuchling2003-05-221-2/+22
* Backport fix for SF bug 734869 and sundry compiler cleanups.Jeremy Hylton2003-05-225-27/+36
* Assorted 2.2.3c1 and copyright changes specific to Windows.Tim Peters2003-05-224-14/+16
* update copyright datesFred Drake2003-05-221-1/+1
* Correct dependency information -- the Python docs load the "About thisFred Drake2003-05-221-2/+2
* Update Python release version and copyright yearsBarry Warsaw2003-05-221-12/+13
* Twiddle the bannerBarry Warsaw2003-05-221-2/+2
* Minor elaboration in the information about reporting errors.Fred Drake2003-05-221-1/+2
* update version/release informationFred Drake2003-05-221-3/+3
* update version historyFred Drake2003-05-221-0/+2
* the release manager has been fixed; this *will* be a release candidateFred Drake2003-05-221-1/+1
* Prepare for 2.2.3c1 (release candidate 1)Barry Warsaw2003-05-221-4/+4
* Start preparing the doc tree for 2.2.3.Fred Drake2003-05-221-1/+1
* PyType_Ready(): Complain if the type is a base type, and gc'able, andTim Peters2003-05-213-4/+50
* A few new news itemsBarry Warsaw2003-05-201-0/+7
* GNUTranslations._parse(): Backport of fix for SF bug #658233, whereBarry Warsaw2003-05-201-6/+13
* Slight rephrasing of the OSX stacksize problem with test_re.Jack Jansen2003-05-201-2/+2
* These were added on the main branch, but never on the 2.2 branch.Jack Jansen2003-05-200-0/+0
* Backport: Don't mention __slots__ as a technique for error avoidanceAndrew M. Kuchling2003-05-201-10/+6
* Remove unused line numbers from example code.Fred Drake2003-05-201-28/+27
* Patch #499513: use readline() instead of readlines(). Removed theMartin v. Löwis2003-05-201-16/+6
* SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous passwordMartin v. Löwis2003-05-201-14/+9
* Fixing typo from previous patch.Brett Cannon2003-05-201-2/+2
* Add docs for use of key_file and cert_file parameters.Brett Cannon2003-05-201-1/+6
* Change docstrings for __(get|set|del)slice__ to note that negative indices ar...Brett Cannon2003-05-201-3/+9
* Only look for krb5.h if ssl.h was found. Backport of 1.166.Martin v. Löwis2003-05-181-4/+5
* Correct typo in check for _tkinter prerequisites. Backport of 1.162.Martin v. Löwis2003-05-181-1/+1
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-171-1/+2
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-171-10/+103
* Backport fix for compile_command("",symbol="eval") raising syntax error about...Samuele Pedroni2003-05-161-1/+2
* Fix nits found by Tools\scripts\texcheck.pyRaymond Hettinger2003-05-1616-24/+24
* Fix broken API descriptions in comments.Fred Drake2003-05-121-8/+7
* Add a specific mention of the term "operator overloading" and add anFred Drake2003-05-121-1/+4
* Backport fixes to make more types collectable.Jeremy Hylton2003-05-093-84/+155
* Backporting email 2.5.2 fixes.Barry Warsaw2003-05-084-7/+20
* add missing parens - verified w/ interpreter - sorry to dismiss your commentSkip Montanaro2003-05-071-1/+1
* replace most uses of `...` by repr(...), noting that `...` is discouraged,Skip Montanaro2003-05-071-17/+15
* Backport better fix for newurl as suggested by Jim Jewett in SF bugJeremy Hylton2003-05-051-2/+2
* Backport fix for SF #723831: urlopen() raises URLError.Jeremy Hylton2003-05-051-15/+17
* Patch #708604: Check more function results.Martin v. Löwis2003-05-032-8/+45
* file_truncate(): Backported 2.3 code so that file.truncate(n) works onTim Peters2003-04-303-35/+102
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-0/+4
* - clean up some extra punctuation hidden in indexing markupFred Drake2003-04-291-13/+10