summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-185-5/+19
* Removed several unused files from the PCbuild9 directory. They are relics fro...Christian Heimes2007-12-185-4056/+0
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-182-0/+19
* Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1)Christian Heimes2007-12-183-29/+45
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-183-14/+44
* Removed the private _rounding_decision: it was not needed, and the codeFacundo Batista2007-12-171-94/+38
* Don't use quotes for non-string code.Georg Brandl2007-12-161-1/+1
* Use PEP 8.Georg Brandl2007-12-161-6/+6
* Simplify.Georg Brandl2007-12-161-3/+1
* Fixed #1638: %zd configure test fails on LinuxChristian Heimes2007-12-163-6/+16
* Adapt conf.py to new option names.Georg Brandl2007-12-162-14/+35
* Remove curious space-like characters.Georg Brandl2007-12-161-3/+3
* Remove another unnecessary Unicode character.Georg Brandl2007-12-161-1/+1
* Remove gratuitous unicode character.Georg Brandl2007-12-161-1/+1
* Remove orphaned footnote reference.Georg Brandl2007-12-161-1/+1
* Revert dummy commit now that the build slave is building.Georg Brandl2007-12-161-1/+0
* Dummy commit to investigate #1617.Georg Brandl2007-12-161-0/+1
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-152-8/+4
* Optimize PyList_AsTuple(). Improve cache performance by doing theRaymond Hettinger2007-12-151-5/+5
* Fixed bug #1628Christian Heimes2007-12-142-3/+5
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-142-2/+2
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-142-0/+43
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3
* Add line spacing for readabilityRaymond Hettinger2007-12-142-9/+16
* Fixed warning in ssl moduleChristian Heimes2007-12-141-1/+1
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-143-4/+4
* Cleaner method naming conventionRaymond Hettinger2007-12-143-30/+30
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-143-33/+171
* Silence a warning about an unsed variable in debug buildsChristian Heimes2007-12-141-2/+3
* Small speedupRaymond Hettinger2007-12-131-1/+2
* Simplify implementation of __replace__()Raymond Hettinger2007-12-132-2/+2
* Ran autoconf.Thomas Heller2007-12-131-2/+6
* Patch #1608. Someone with access to autoconf 2.61 or higher needs toGuido van Rossum2007-12-133-1/+10
* Fixed bug #1613: Makefile's VPATH feature is brokenChristian Heimes2007-12-132-1/+4
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-132-1/+11
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-133-4/+9
* Fixed a nasty problem in the xxmodule.cChristian Heimes2007-12-121-1/+1
* Forward-port of commit 59184.Gerhard Häring2007-12-112-4/+14
* IDLE_tabbedpages.071101.patch Tal EinatKurt B. Kaiser2007-12-112-148/+47
* Add another GHOP contributor.Georg Brandl2007-12-111-0/+1
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-116-10/+21
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1
* Patch #1643738 by Ulisses Furquim -- make the is_tripped variableGuido van Rossum2007-12-102-5/+27
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-1010-3/+1764
* Remove a 2.2-ism.Guido van Rossum2007-12-101-2/+1