summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back port of r60765 (fix --enable-universalsdk doc typo).Brett Cannon2008-02-132-3/+3
* 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-122-0/+7
* Backport of r60743:Martin v. Löwis2008-02-122-9/+11
* Backport the nts() function from the trunk. This fixes problems withLars Gustäbel2008-02-114-9/+26
* Backport relevant part of issue 2021 fix (r60695): Support with statement pro...Nick Coghlan2008-02-113-4/+32
* 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-083-1/+37
* Backport r60653:Walter Dörwald2008-02-071-2/+2
* Backport LaTex version of r60651:Walter Dörwald2008-02-071-2/+2
* Backport LaTeX version of r60649:Walter Dörwald2008-02-071-5/+5
* Fix the way methods are created for the _ctypes.COMError exceptionThomas Heller2008-02-063-9/+36
* Remove month parameter from Calendar.yeardatescalendar(),Walter Dörwald2008-02-061-3/+3
* 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-052-22/+13
* No need to emit co_lnotab item when both offsets are zeros.Amaury Forgeot d'Arc2008-02-042-0/+12
* Turn off a debugging flag.Brett Cannon2008-02-041-1/+1
* backport of r60575 (issue #1750076): Debugger did not step on every iteration...Amaury Forgeot d'Arc2008-02-043-17/+67
* Backport r59862 (issue #712900): make long regexp matches interruptableGuido van Rossum2008-02-042-0/+10
* Backport r60537: have order of CPPFLAGS and LDFLAGS be honored.Brett Cannon2008-02-032-1/+4
* Disable linking against BerkeleyDB 4.6 by default as it has proven toGregory P. Smith2008-02-031-3/+6
* backport r60544 from trunk:Gregory P. Smith2008-02-032-2/+9
* Backport 60542:Andrew MacIntyre2008-02-031-2/+2
* Bug #1234: Fixed semaphore errors on AIX 5.2Christian Heimes2008-01-304-14/+29
* Revert rev. 59926, it breaks comtypes (I need to further examine this).Thomas Heller2008-01-283-13/+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
* #1940: make it possible to use curses.filter() before curses.initscr()Georg Brandl2008-01-262-1/+13
* Fix typo in constant name.Thomas Wouters2008-01-251-1/+1
* Use the right (portable) definition of the max of a Py_ssize_t.Thomas Wouters2008-01-251-1/+1
* Rewrite the list_inline_repeat overflow check slightly differently.Guido van Rossum2008-01-251-4/+5
* Silence a compiler warning.Guido van Rossum2008-01-251-1/+1
* #1920: when considering a block starting by "while 0", the compiler optimized...Amaury Forgeot d'Arc2008-01-243-1/+18
* News for some crashers I fixed recently.Guido van Rossum2008-01-241-1/+9
* Backport r60246.Guido van Rossum2008-01-241-0/+5
* Fix failing test_mailbox on CygwinAndrew M. Kuchling2008-01-241-0/+1