summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1Martin v. Löwis2008-02-141-1/+1
| * Preparing for 2.5.2c1.Martin v. Löwis2008-02-141-1/+1
| * Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-142-0/+21
| * 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
| * Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-02-142-1/+9
| * format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2008-02-142-0/+3
| * Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2008-02-142-15/+4
| * Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;Kurt B. Kaiser2008-02-143-21/+104
| * 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.Kurt B. Kaiser2008-02-142-2/+17
| * Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2008-02-142-6/+8
| * Bring NEWS.txt up to date.Kurt B. Kaiser2008-02-141-0/+18
| * In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout)Guido van Rossum2008-02-131-1/+1
| * Patch #1966: Break infinite loop in httplib when the serversMartin v. Löwis2008-02-121-0/+4
| * Backport the nts() function from the trunk. This fixes problems withLars Gustäbel2008-02-113-9/+24
| * Backport relevant part of issue 2021 fix (r60695): Support with statement pro...Nick Coghlan2008-02-112-4/+29
| * Backport test_resource fix from trunk to stop it crashing on UbuntuNick Coghlan2008-02-111-14/+19
| * issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-0/+23
| * Backport r60653:Walter Dörwald2008-02-071-2/+2
| * Fix the way methods are created for the _ctypes.COMError exceptionThomas Heller2008-02-061-0/+13
| * Backport doc fixes from 2.6. These are all things that were alreadyGuido van Rossum2008-02-051-4/+12
| * In the experimental 'Scanner' feature, the group count was set wrong.Guido van Rossum2008-02-051-1/+1
| * Issue #1507247, #2004: Use mode 0700 for temporary directories andLars Gustäbel2008-02-051-22/+10
| * No need to emit co_lnotab item when both offsets are zeros.Amaury Forgeot d'Arc2008-02-041-0/+9
| * backport of r60575 (issue #1750076): Debugger did not step on every iteration...Amaury Forgeot d'Arc2008-02-041-3/+48
| * Revert rev. 59926, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-281-6/+0
| * Try harder to provoke the exception since the ia64 buildbot stillNeal Norwitz2008-01-281-0/+2
| * Sync up with trunk. Try to flush repeatedly to ensure the exception is raised.Neal Norwitz2008-01-271-5/+7
| * Change isbasestring function as discussed on the cvs list a while agoChristian Heimes2008-01-271-4/+7
| * Backport 60342:Neal Norwitz2008-01-271-2/+5
| * Backport r58453:Neal Norwitz2008-01-271-2/+12
| * Backport 60334:Neal Norwitz2008-01-271-0/+3
| * #1920: when considering a block starting by "while 0", the compiler optimized...Amaury Forgeot d'Arc2008-01-241-0/+9
| * Fix failing test_mailbox on CygwinAndrew M. Kuchling2008-01-241-0/+1
| * Invert the checks in get_[u]long and get_[u]longlong. The intent wasThomas Heller2008-01-241-1/+17
| * Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-232-2/+6
| * Backport r60208, skip some tests for huge passwd/group files.Guido van Rossum2008-01-232-0/+6
| * Backport of r60190:Gregory P. Smith2008-01-222-4/+29
| * Remove extra test that was accidentally backported from the trunkMark Dickinson2008-01-211-8/+0
| * Issue 1678380: fix a bug identifying -0.0 and 0.0Mark Dickinson2008-01-211-0/+21
| * Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-211-1/+9
| * Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...Vinay Sajip2008-01-211-2/+5
| * Fix off-by-one error that resulted in missed charactersAndrew M. Kuchling2008-01-191-1/+1
| * backport r60116 - fix zipfile to work with archives having fileGregory P. Smith2008-01-191-2/+2
| * backport r60104 + r60111 from trunk.Gregory P. Smith2008-01-191-1/+13
| * Backport r59688.Georg Brandl2008-01-191-2/+2
| * Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-192-1/+18
| * This got fixed in r60056.Guido van Rossum2008-01-181-17/+0
| * Backport r55080:Guido van Rossum2008-01-183-33/+78
| * ** backport r60015 from trunk.Gregory P. Smith2008-01-171-0/+8