summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-1312-33/+33
* #687648 from Robert Schuppenies: use classic division. From me: remove two s...Andrew M. Kuchling2008-09-131-2/+2
* #687648 from Robert Schuppenies: use classic division. From me: don't use st...Andrew M. Kuchling2008-09-131-5/+10
* #687648 from Robert Schuppenies: use classic division. From me: don't use st...Andrew M. Kuchling2008-09-131-3/+11
* #687648 from Robert Schuppenies: use classic division. (RM Barry gave permis...Andrew M. Kuchling2008-09-132-28/+28
* post release updatesBarry Warsaw2008-09-132-1/+13
* Tagging 2.6rc1Barry Warsaw2008-09-131-0/+1
* Fix the release levelv2.6rc1Barry Warsaw2008-09-121-2/+2
* Bumping to 2.6rc1Barry Warsaw2008-09-126-9/+9
* Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...Gerhard Häring2008-09-123-0/+10
* Fixes issue #3103. In the sqlite3 module, made one more function static. All ...Gerhard Häring2008-09-129-28/+31
* sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...Gerhard Häring2008-09-122-1/+3
* fix typoBenjamin Peterson2008-09-111-3/+3
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-113-64/+139
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-1111-93/+254
* Issue #3642: Suppress warning in obmalloc when size_t isMartin v. Löwis2008-09-112-4/+5
* update asdl_c.py from r66377Benjamin Peterson2008-09-101-1/+1
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-105-6/+13
* Read unidata_version from unicodedata module.Martin v. Löwis2008-09-101-2/+9
* Update to test Unicode 5.1.Martin v. Löwis2008-09-101-1/+1
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-103-3/+10
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-109-15272/+18540
* use the latest pygments versionBenjamin Peterson2008-09-091-1/+1
* Fix #3634 invalid return value from _weakref.ref(Exception).__init__Benjamin Peterson2008-09-093-1/+12
* #3472: update Mac-bundled Python version info.Georg Brandl2008-09-091-5/+8
* Fix varname in docstring. #3822.Georg Brandl2008-09-091-2/+2
* Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.Vinay Sajip2008-09-092-3/+5
* #3777: long(4.2) returned an int, and broke backward compatibility.Amaury Forgeot d'Arc2008-09-093-1/+17
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-0924-253/+268
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-081-4/+10
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-083-7/+163
* Add UUIDs for upcoming releasesMartin v. Löwis2008-09-081-0/+4
* Added xrefs to each other.Mark Summerfield2008-09-082-2/+7
* Issue #2271: Set SecureCustomProperties so that installation will properlyMartin v. Löwis2008-09-082-0/+5
* Allow passing the MSI file name to merge.py.Martin v. Löwis2008-09-082-3/+8
* Issue 3801. Fixing a dumb error in the deprecated parse_qsl()Facundo Batista2008-09-082-1/+12
* reran autoconfGregory P. Smith2008-09-071-2/+2
* bugfix to r66283 (see issue #1204).Gregory P. Smith2008-09-071-1/+1
* Add a new howto about Python and the web, by Marek Kubica.Georg Brandl2008-09-072-0/+698
* reran autoconf for r66283's checkinGregory P. Smith2008-09-071-96/+31
* - Issue #1204: The configure script now tests for additional librariesGregory P. Smith2008-09-073-10/+33
* undoing change that broke trunk. Need to find a better solution to this.Josiah Carlson2008-09-071-1/+1
* This fixes a small inconsistency between trunk and 3.0, closing bug 3764.Josiah Carlson2008-09-071-1/+1
* fix missing moduleBenjamin Peterson2008-09-061-1/+1
* Backport relevant part of r66274 (in issue #874900).Antoine Pitrou2008-09-061-2/+5
* #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr...Andrew M. Kuchling2008-09-061-1/+9
* #3796: A test class was not run in test_float.Amaury Forgeot d'Arc2008-09-062-4/+8
* #3669 from Robert Lehmann: simplify use of iterator in exampleAndrew M. Kuchling2008-09-061-1/+1
* docs are pretty good about new-style classes these daysBenjamin Peterson2008-09-061-6/+0