summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A quick fix that removes a spurious unittest failure when usersRonald Oussoren2008-02-191-0/+10
* Fix linkAndrew M. Kuchling2008-02-181-1/+1
* Bug #2137: Remove test_struct.test_crasher, which was meaningfulMartin v. Löwis2008-02-182-4/+3
* Revert 60793 for test_array; on a 64-bit system,Martin v. Löwis2008-02-152-17/+1
* Fix deallocation of array objects when allocation ran out of memory.Martin v. Löwis2008-02-152-0/+12
* mksourcepkg is not getting the tag right by itself, so recording it in theFred Drake2008-02-141-0/+1
* reverting; wrong tagFred Drake2008-02-141-0/+1
* mksourcepkg is not getting the tag right by itself, so recording it in theFred Drake2008-02-141-0/+1
* Tagging for release of Python 2.5.2c1Martin v. Löwis2008-02-141-0/+1
* Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1Martin v. Löwis2008-02-142-2/+2
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-147-7/+9
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-1425-59/+464
* bump: IDLE 1.2.2Kurt B. Kaiser2008-02-141-1/+1
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-02-142-1/+7