summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-223-3/+12
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-5/+20
* Correct previous checkin, probably a svn merge issue.Amaury Forgeot d'Arc2008-04-111-4/+4
* - Issue #1686386: Tuple's tp_repr did not take into account the possibility ofGuido van Rossum2008-04-103-1/+24
* backport r62271 from trunk.Gregory P. Smith2008-04-101-1/+0
* Backport r62261 from trunk:Gregory P. Smith2008-04-092-3/+13
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* Merge r62235 from trunk.Gregory P. Smith2008-04-092-0/+9
* #2525: update tzinfo example.Georg Brandl2008-04-071-8/+38
* Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.Gerhard Häring2008-04-061-8/+10
* Remove the advertising clause from the BSD license in timing.h.Guido van Rossum2008-04-011-6/+3
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-292-1/+15
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-283-0/+8
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-274-2/+23
* Issue #2482: Make sure that the coefficient of a Decimal instanceMark Dickinson2008-03-253-3/+24
* Decimal.sqrt(0) failed when the context was notMark Dickinson2008-03-253-3/+11
* #1477: ur'\U0010FFFF' used to raise in narrow unicode builds.Amaury Forgeot d'Arc2008-03-243-6/+64
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-213-10/+18
* Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-203-0/+11
* The missing NEWS entry for r61542..Gregory P. Smith2008-03-181-0/+3
* Backport r61450 from trunk:Gregory P. Smith2008-03-182-2/+30
* The behaviour of winsound.Beep() seems to differ between different versions o...Trent Nelson2008-03-181-2/+10
* Backport r61458:Neal Norwitz2008-03-182-11/+17
* Ensure this test passes even if there are no soundcards in the system. Backp...Trent Nelson2008-03-181-4/+16
* #1021: fix a bug to allow basicConfig to accept NOTSET as a level.Vinay Sajip2008-03-161-1/+1
* Fix the overflows in expandtabs(). "This time for sure!"Guido van Rossum2008-03-112-50/+65
* Grammar fixAndrew M. Kuchling2008-03-071-1/+1
* Backport documentation improvements.Raymond Hettinger2008-03-071-32/+39
* Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...Raymond Hettinger2008-03-062-5/+22
* Bug #2220: handle rlcompleter attribute match failure more gracefully.Georg Brandl2008-03-062-1/+3
* Backport of r61263:Martin v. Löwis2008-03-063-4/+9
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-062-0/+45
* Add section for 2.5.3.Martin v. Löwis2008-03-061-0/+6
* Remove old expected output for test_resourceAndrew M. Kuchling2008-02-231-2/+0
* #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure.Andrew M. Kuchling2008-02-231-62/+101
* #1389051, #1092502: fix excessively large allocations when using read() on a ...Andrew M. Kuchling2008-02-232-1/+4
* #1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...Andrew M. Kuchling2008-02-232-1/+4
* Bump version for 2.5.3a0.Martin v. Löwis2008-02-231-3/+3
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-234-0/+15
* Update NEWS for a future 2.5.3 releaseAndrew M. Kuchling2008-02-231-0/+23
* Add old NEWS itemAndrew M. Kuchling2008-02-231-0/+3
* Fix typo.Martin v. Löwis2008-02-221-0/+1
* Fix typoMartin v. Löwis2008-02-221-1/+1
* #2079: typo in userdict docs.Georg Brandl2008-02-211-1/+1
* as for r252c1, add the tag information so the source package is rightFred Drake2008-02-211-0/+1
* Tagging for release of Python 2.5.2Martin v. Löwis2008-02-211-0/+1
* Redo tag.v2.5.2Martin v. Löwis2008-02-211-0/+1
* Update copyright years to 2008. Update README to 2.5.2.Martin v. Löwis2008-02-217-9/+9
* Tagging for release of Python 2.5.2Martin v. Löwis2008-02-211-0/+1
* Prepare for 2.5.2.Martin v. Löwis2008-02-215-6/+11